Java

A generic linked list in c

The following C project contains the C source code and C examples used for a generic linked list. It defines a generic linked list in C similar to the C++ std::list except that memory allocation of data members is up to the user, i.e. the list stores void pointers only.

Java Compiler and Interpreter in c

The following C project contains the C source code and C examples used for Java Compiler and Interpreter. Its a simple code which compiles the java program and display the output at once. The user does not need to type the command prompt for compiling and running the program. The code also set the JDK path once and no need to set the path Again.

Xml java messenger

The following java project contains the java source code and java examples used for xml java messenger. This is a modification to a JavaXMLMessenger code taken from Deitel book so that users are validated from an XML file called (users.xml).

System errors blueprint in java

The following java project contains the java source code and java examples used for system error's blueprint. This is a network pen-testing/Security tools I coded for Windows platforms, it has the following features (if you're un-sure of what the features do then use a search engine): >Ping computer >net view >nslookup >net users >tracert >syskey encryption >remote desktop >netstat >remote shutdown >ping of death visit me on: system-error.weebly.com

Power-p in java

The following java project contains the java source code and java examples used for power-p. Simple program to set a countdown timer to shutdown, restart OR open a file. Just set in how many hours, minutes and seconds you want to shutdown/restart o open a file.

Java swing table in java

The following java project contains the java source code and java examples used for java swing table. this is Java swing code that allow to user makle data entry in java swing table. when you press enter then a new row automatically inserted and you can make more entry.

Pages

Subscribe to RSS - Java