codes of socket programming in java
Resource for Programming
w3code is all about code. Links to popular applications, source code, tutorials, sample codes and SDKs. Ranging from most new and popular technologies like PHP5, XML, C# to past and obsolete techlogie more>> w3code is all about code. Links to popular applications, source code, tutorials, sample codes and SDKs. Ranging from most new and popular technologies like PHP5, XML, C# to past and obsolete techlogies like Assembly, COBOL and GW-BASIC.<<less
C and C++ Programming blog
This blog is created to discuss my experience in computer programming specially C and C++ and web development. more>> This blog is created to discuss my experience in computer programming specially C and C++ and web development.<<less
C and C++ Programming Forums
Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages. more>> Share tips, tutorials and your experience on C and C++ programming forums. Discuss your programming problems including C/C++, Visual C++, web development and other programming languages.<<less
C Programming - Operators
In this tutorial you will learn about Operators, Arithmetic operators, Relational Operators, Logical Operators, Assignment Operators, Increments and Decrement Operators, Conditional Operators, Bitwise more>> In this tutorial you will learn about Operators, Arithmetic operators, Relational Operators, Logical Operators, Assignment Operators, Increments and Decrement Operators, Conditional Operators, Bitwise Operators and Special Operators.<<less
Computer programming books
Reviews for various C and C++ books, Order and purchase books online at www.mycplus.com at discounted rates including free shipping. more>> Reviews for various C and C++ books, Order and purchase books online at www.mycplus.com at discounted rates including free shipping.<<less
functional programming with python
To work with lists many c/c++ programmer use a simple for-loop. I will try to explain how this can be made a little bit easier. Thinking functional will help to shorten und optimize code who can easy speed up development time and performance. more>> To work with lists many c/c++ programmer use a simple for-loop. I will try to explain how this can be made a little bit easier. Thinking functional will help to shorten und optimize code who can easy speed up development time and performance.<<less
Drawing Pad in Java
A simple Drawing Pad on which the user can draw some lines and shapes by using the mouse. more>> A simple Drawing Pad on which the user can draw some lines and shapes by using the mouse.<<less
AndreaPHP Programming
AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free more>> AndreaPHP provides free PHP source code, webmaster resources, scripts, tips and tricks, programming techniques, discussion board and downloads all for free<<less
Free Game Programming Classes v1.5
This site offers free classes in game programming that mainly focusing on C++ and DirectX. It also has classes on 3d modeling and animation. more>> This site offers free classes in game programming that mainly focusing on C++ and DirectX. It also has classes on 3d modeling and animation.<<less
Java Examples - Learn Java Programming by Examples
Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to more>> Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to begin to code in Java.<<less
AI Application Programming Ruby port
AI Application Programming Ruby port - A port from C to Ruby of the examples in M. Tim Jones excellent book "AI Application Programming". more>> AI Application Programming Ruby port provides users with an ideal port from C to Ruby of the examples in M. Tim Jones excellent book "AI Application Programming".
Papervision 3D Programming Tutorial - Animation 1
Learn how to load and display an animated Quake 2 model in Papervision 3D. Demo and source code included. more>> Learn how to load and display an animated Quake 2 model in Papervision 3D. Demo and source code included.<<less
Arrays in Java
Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru. more>> Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru.<<less
CodeIDE: run programs in Your Web Browser
CodeIDE.com - is a website that helps building code in your Web Browser. This service is for the people who want to start programming and for those, who want to remind previous experience. On this site all people can run programs online and more>> CodeIDE.com - is a website that helps building code in your Web Browser. This service is for the people who want to start programming and for those, who want to remind previous experience. On this site all people can run programs online and sometimes its called as WebIDE Supported languages for Now: Basic, Pascal, C/C++, JavaScript, Perl. Languages that will be supported soon (info from Live Help on this site): Lisp, Java, Assembler<<less
SOHT (Socket over HTTP Tunneling) 0.6
SOHT (Socket over HTTP Tunneling) has the goal to provide an easy to use tool that enables all types of socket communication through an HTTP Proxy server. more>>
SOHT (Socket over HTTP Tunneling) 0.6 brings a way to enable types of socket communication through an HTTP Proxy server. It is useful for users who are behind a restrictive firewall and wish to access external servers that use protocols other than HTTP.
Possible uses are:
- Web Browsing (Bypass logging, access restricted sites)
- POP3/SMTP/IMAP Email clients
- Telnet/SSH clients
This tool consists of two separate components. A server, which must be deployed on a Java Servlet container (A .NET server is also planned), and a client, which is run on the local machine and connects to the server via HTTP. There are Java and .NET versions of the client, so the client can be run on nearly any platform.
A SOCKS 4 and 5 Proxy Server has been integrated into the most recent version of the Java Client. This provides an very easy way to bypass any local web proxy restrictions and logging.
If you would like to be able to SSH from anywhere using just your web browser, you should check out my SSHWebProxy project. This project provides a pure html SSH client that can be used from any web browser without installing any client software. It is limited to SSH and is not as flexible as SOHT, but it may be a good solution if you just want occasional SSH access.
Requirements: none