1
2
3
4
/*
 *		Progetto di Grafica 2008 - Gnesa Gianni (Gnix)
 *
...

C Chair

by Gnix, May 02, 2008 10:08, No refactoring

This code draw a chair and ...

077b12f1039dceb830c2b83be8dcbd1b Talk
1
2
3
4
public class SystemInfo {

	public static void main(String[] args) {
...

Java System Info

by Gnix, April 03, 2008 14:10, No refactoring

Get all the properties stor...

077b12f1039dceb830c2b83be8dcbd1b Talk
1
2
3
4
/**
 * This example show how to read from the keyboard and write to the
 * monitor one char. ! This is only an example ! Use Reader and 
...

Java Read and write example

by Gnix, April 02, 2008 17:58, No refactoring

An example that use Buffere...

077b12f1039dceb830c2b83be8dcbd1b Talk
1
2
3
4
#
# Max
# by Gnix <gnixmail@gmail.com>
...

C Find the max

by Gnix, March 16, 2008 22:01, No refactoring

Simple max() in Assembly

077b12f1039dceb830c2b83be8dcbd1b Talk
1
2
3
4
/*
 * Sniffer base
 * by Gnix <gnixmail@gmail.com>
...

C Sniffer base

by Gnix, March 16, 2008 21:13, No refactoring

An example of sniffer that ...

077b12f1039dceb830c2b83be8dcbd1b Talk
1
2
3
4
#include <stdio.h>
#include <sys/types.h>

...

C PPM Generator

by Gnix, March 16, 2008 20:47, No refactoring

This code show how is possi...

077b12f1039dceb830c2b83be8dcbd1b Talk
1
2
3
4
#!/usr/bin/perl -w

# This scrit use the Net::Ping Module to ping an 
...

Perl Example of Net::Ping

by Gnix, March 16, 2008 20:43, 1 refactoring

Simple example

077b12f1039dceb830c2b83be8dcbd1b Talk
1
2
3
4
.section .text
.globl _start
_start:
...

C Il programma più piccolo in...

by Gnix, February 19, 2008 22:46, No refactoring

Il programma più piccolo in...

077b12f1039dceb830c2b83be8dcbd1b Talk