Home
 
 
Search:  
C C++ Perl PHP Python HTML ShellScripts
 
 
  Coding Books
  Tutorials
  Search Code
  Browse Code
  Link to Us
  Site News
  Contact Metalshell
 
 
 
  Submit Code   Statistics
 



 
 
  Last 20  
 
 


  Website In C 2004-07-27 02:54:00
c
Category: source:c:internet
Description: Example on how to code your own website in C using mysql.
Platform: all
Author: mind
 

  Custom String Tokenizer 2004-06-18 22:03:18
c
Category: source:c:strings
Description: Example on creating your own string tokenizer without using strtok()
Platform: all
Author: mind
 

  Bi-directional Sweep Sort 2004-06-07 21:05:13
c
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
 

  Simple Kernel Module 2003-08-11 12:26:51
c
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
 

  Bezier Curve 2003-07-03 18:03:40
cpp
Category: source:cpp:opengl
Description: Draw a bezier curve using GLUT and OpenGL by defining three points with your mouse.
Platform: all
Author: detour
 

  Create Basic Window 2003-07-03 16:53:46
c
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
 

  Creating Makefiles 2003-07-02 23:09:20
general
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
 

  Compress Data Using ZLib 2003-06-22 20:08:01
php
Category: source:php:math
Description: Use the zlib functions in php to compress a file.
Platform: all
Author: detour
 

  Bubble Sort 2003-06-22 19:30:26
php
Category: source:php:math
Description: Generate random numbers then sort them.
Platform: all
Author: detour
 

  PHP Cookies 2003-06-22 14:19:41
php
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
 

  Read Directory 2003-06-06 22:44:44
c
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
 

  PHP Mail Class 2003-06-06 01:08:55
php
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
 

  Sysinfo 2003-06-03 13:47:01
c
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
 

  STL Permutations 2003-05-29 00:05:00
cpp
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
 

  Javascript Bubble Sort 2003-05-28 16:08:17
html
Category: source:html:javascript
Description: Generate 100 random numbers the use bubble sort to put them in ascending order.
Platform: all
Author: detour
 

  STL Vector 2003-05-28 14:16:06
cpp
Category: source:cpp:stl
Description: Basic example on inserting, finding, and retrieving elements of a stl vector.
Platform: all
Author: detour
 

  POSIX Thread Example 2003-05-28 12:52:38
c
Category: source:c:general
Description: Create multiple POSIX thread processes and wait for each one to complete.
Platform: unix
Author: detour
 

  JavaScript Random Number Generator 2003-05-27 16:47:35
html
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
 

  OpenSSL Server Example 2003-05-24 12:24:54
cpp
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
 

 
 
   Developer.*  
   Blue Parrots  
   Technipal  
   Defy Magazine  
   Code Project  
   Prog. Heaven  


Got Money?