Adam K Dean

Posts

Fixed String.Format in C (GNU-C99)

Published 12 January 2011 in archive with tags c I have fixed my strrep string replace function, for now, as there was a bug with using atoi. Continue reading …

C# Int.ToString().Length in C

Published 11 January 2011 in archive with tags c Another little helper function here, it counts how long the int would be if it was a string, just the same as doing Int.ToString().Length in C#. Continue reading …

Replicating c# params keyword in C (GNU-C99)

Published 11 January 2011 in archive with tags c Just like Julian Assange is jumping from country to country, brothel to brothel, being hunted like a heretic, my uptime project is sending me from one job to another, programming to web design to server admin to flash design.. well the flash design has yet to come, and I don't look forward to that day! Continue reading …

SQL Correlated Sub-Queries and Group By Unions

Published 6 January 2011 in archive with tags sql Whilst working on my new uptime and latency monitoring project, I've ran into more than the usual amount of SQL conundrums, and I am learning a lot by having higher than normal requirements. To call yourself a programmer, I think you have to at least have basic SQL skills. They are your basic math skills for normal people, every coder should understand select, insert, update and delete.. and for a long time I was one of them, I hated SQL because I didn't understand it, or didn't want to.. but needing it, and needing it to do advanced things, means you need to learn, and it truly saves you time when you can cut out so much coding by offloading onto SQL! Continue reading …

SQL Get most recent records with group by

Published 1 January 2011 in archive with tags sql The following is awesome SQL. I will right now tell you, I don't like SQL. I admire it, but I don't like it. So SQL is a bit like Alan Sugar in that respect. But what I had to do, or well, what I've just done, is something very important and vital to making my medium-secret project more efficient. Continue reading …



Newer Page 38 of 42 Older