Category Archive

The following is a list of all entries from the source code category.

C programming: dynamic keyboard allocation with pointer to pointer

Something I’ve written for a project I have to do for school, it’s without bugs at least on visual studio 2008. The little story about this code: This is a dynamic memory allocation function for text entered by the user. You give the addresses from pointers to memory placements to the function, it only return [...]


A freepascal clock

A basical console clock written in freepascal by me, even if it’s an old language, I have to practice on it for school. Here you got the code, I’ve added little comments but it isn’t a lot. hh = hour mm = minutes ss= seconds Share on Facebook


C & FPC

C programming and pascal, that’s what I’m doing for the moment, I have an exam in 5 days, man I hate it. Just finished a clock in C: you give the time for tomorrow and he’ll count it down. But it’s basic: 0102#include03#include04 05int main(int argc, char *argv[])06{07long hh, mm,th, tm, ts;08 09printf("Reveil a quelle heure(24) minutes? [...]


Inserting adsense in phpbb3 templates

I have to review some things from my last post about phpbb3 adsense. Infact it doesn’t matter where you put it just don’t do it in the if statements of the templates because you won’t be able to see it always. Share on Facebook


Adsense and forums

Where do you put AdSense when you manage a forum? It’s the question I’m thinking about for some days now. I’m trying different approaches every once in a while until I’m satisfied. Just before you we get started, note that forums.webscriptz.be isn’t getting a lot of visitors, this is basically because I have to deal [...]


phpbb3 adsense input

I’ve solved the problems with adsense in the template files, the page I found truly explained a lot, apparently I’ve inputted the script into the wrong lines of code, odd as it seems. To the website Share on Facebook