|
|
|
|
|
|
Category: source:c:internet
|
|
Description: Example on how to code your own website in C using mysql.
|
|
Platform: all
|
|
Author: mind
|
 |
| |
|
|
|
|
|
|
Category: source:c:strings
|
|
Description: Example on creating your own string tokenizer without using strtok()
|
|
Platform: all
|
|
Author: mind
|
 |
| |
|
|
|
|
|
|
Category: source:c:general
|
|
Description: Based on the sort algorithm in bubblesort.c which is as simple as it gets in the sorting business. Added basic improvements to make a bi-directional sweep sort. Added check to short-circuit sort operation as soon as the program detects that the array is sorted. Limit sweeping of values to the unsorted middle of the array. Also added some debugging messages so one can follow the progress of a sort.
|
|
Platform: all
|
|
Author: mwberryman
|
 |
| |
|
|
|
|
|
|
Category: source:c:linux
|
|
Description: This simple module will recieve system calls to change the directory and log them. This can be very useful if you want to create a sandbox for users on your system, or just log general activity.
|
|
Platform: linux
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:cpp:opengl
|
|
Description: Draw a bezier curve using GLUT and OpenGL by defining three points with your mouse.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:c:windows
|
|
Description: A basic example on creating a window using the windows API.
|
|
Platform: win
|
|
Author: detour
|
 |
| |
|
|
|
Time
|
2003-07-03 14:20:16
|
|
php
|
|
|
|
|
Category: source:php:math
|
|
Description: Some examples on creating and comparing timestamps with php.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: tutorial:general:
|
|
Description: As you begin to work on larger projects you will find it necessary to have a means to organize the compilation of your source code. Having to compile multiple files from the command line can become a tedious and time consuming task. The GNU Make program will make this process much easier to deal with. This tutorial will cover the specifics you need to create your own Makefiles.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:php:math
|
|
Description: Use the zlib functions in php to compress a file.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:php:math
|
|
Description: Generate random numbers then sort them.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:php:cgi
|
|
Description: Example on storing cookies in the client's browser, and controlling the expire time on the server instead of the client.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:c:linux
|
|
Description: Example on using opendir, closedir, and readdir to open a directory stream and read in and print file names.
|
|
Platform: linux
|
|
Author: mind
|
 |
| |
|
|
|
|
|
|
Category: source:php:internet
|
|
Description: A class to send html code, plain text and attachments to an email address using MIME. You can attach as many files as you want and modify the headers.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:c:linux
|
|
Description: Display the uptime, load averages, total ram, free ram, shared ram, buffered ram, total swap, free swap, and number of processes running on a linux machine.
|
|
Platform: linux
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:cpp:stl
|
|
Description: Example on using next_permutation from the stl algorithm library. It will rearrange a string or integer into every unique lexical order.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:html:javascript
|
|
Description: Generate 100 random numbers the use bubble sort to put them in ascending order.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:cpp:stl
|
|
Description: Basic example on inserting, finding, and retrieving elements of a stl vector.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:c:general
|
|
Description: Create multiple POSIX thread processes and wait for each one to complete.
|
|
Platform: unix
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:html:javascript
|
|
Description: Generate random numbers, round them to the nearest integer and print them in a select list.
|
|
Platform: all
|
|
Author: detour
|
 |
| |
|
|
|
|
|
|
Category: source:cpp:internet
|
|
Description: A basic threaded OpenSSL server with non-blocking connection handling. When a connection is made the thread waits for data to be recieved, then sends an html response so it can be tested with a browser. The thread closes the connection and terminates without waiting for more data.
|
|
Platform: unix
|
|
Author: detour
|
 |
| |
|
|
|
|