
Home » All posts
Thinkspace Seeks To Launch Software Development To High Schools Worldwide

How To Make Awesome Collages
in
drag and drop images,
picturebox,
pictures,
review,
software
- By
Mohamed Shimran
- on 9/09/2013
- No comments

Snippet : Using Regular Expressions in Java
This snippet helps you to use Regular Expression(Regex) in Java.
Snippet : Get ASCII Value For Every Characters
This snippet helps you to get the ASCII value for every characters.
How To Execute Shell Commands and Print Results in Java
in
bash script -eq,
bash script -ne,
best way to learn java,
execute shell commands,
execute shell commands java,
get runtime,
host runtime,
java,
java learning,
oracle sql plsql,
print results,
tutorial
- By
Mohamed Shimran
- on 9/09/2013
- No comments
There are many ways to execute shell commands and print results in java I guess, the famous and the most used way is Runtime.getRuntime().exec you can find a good explanation for that from here. Coming to the point i am using the same way but little different! I use BufferedReader,InputStreamReader for simplicity and I can't make it much advanced. On the main event I have created a String where you put your command with the second event it executes the command and prints the result before I start I would like to give some credits to luismcosta.
Easy-Run : Add, Edit and Remove Computer Startup Items

Snippet : Javascript onmouseover and onmouseout
This snippet helps you to make buttons etc.. I have been using this for Download Buttons.