Showing posts with label world. Show all posts
Showing posts with label world. Show all posts

Saturday, April 14, 2012

[Java] [JSP] Hello World

          Hello, Reader ^^! Back again with source code. This time is Hello World which is written in Java programming language and used JSP extension. With JSP, Java code can be implemented on web pages. Now, in this one, it will show "Hello World" text. It also use JavaBeans. JavaBeans is just standard extension for JSP page. It made class reusable in jsp page. Okay, that's all I can say. Thank you for reading ^^!


Hello World


Download/View Source Code
Dropbox
Dropbox (Repository)
GitHub
GitHub (Repository)







Saturday, March 24, 2012

[PHP] Hello World

          Hello, Reader ^^! Back again with source code. This time is a simple Hello World. Yeah, it is Hello World again but this time with PHP programming language. Well, I have assignments which need PHP to do it so I decided to learn this too and post some example of it here. Okay, that's all I can say. Thank you for reading ^^!

Download/View Source Code
- Dropbox
- Dropbox (Repository)
- GitHub
GitHub (Repository)





Friday, March 23, 2012

[Ruby] [Shoes] Hello World

          Hello, Reader ^^! Back again with source code. This time is a simple Hello World. Yeah, it is a Hello World again with Ruby, but this time, the GUI "Shoes" is implemented. With this, I can put graphical elements to the program. In this example. a popup will appear if you click the button. Okay, that's all I can say. Thank you for reading ^^!


Download/View Source Code
- Dropbox
- Dropbox (Repository)
- GitHub
GitHub (Repository)





Saturday, March 10, 2012

[Python] Hello World

          Hello, Reader ^^! Back again with source code. This time is a simple Hello World. This time is with Python. It's been a while too since I used Python to try a game engine using this xD. Well, it is time to warm up too with this programming language before starting with the main problem with this xD. Okay, that's all I can say. Thank you for reading ^^!



Download/View Source Code
- Dropbox
- Dropbox (Repository)
- GitHub
GitHub (Repository)





Friday, March 9, 2012

[Ruby] Hello World

          Hello, Reader ^^! Back again with source code. This time is a simple Hello World. Yup, it's been a while since I have been using Ruby and haven't posted any source code with Ruby so I decided to warm up myself first before I posted source code which is made from Ruby. Okay, that's all I can say. Thank you for reading ^^!



Download/View Source Code
- Dropbox
- Dropbox (Repository)
- GitHub
GitHub (Repository)





Wednesday, February 29, 2012

[Assembly] [MIPS] Hello World

          Hello, Reader ^^! Back again with source code ^^! This time the source code is Hello World written in Assembly (MIPS) language. Since I am new with this, there is very significant differences when I use the other language. That is because Assembly is a low-level programming language. With this language, I will play more with the register shifting. Now, with this program, for beginning, it will say the "Hello World!" phrase. Okay, that's all I can say. Thank you for reading ^^!



Download/View Source Code
- Dropbox
- Dropbox (Repository)
- GitHub
- GitHub (Repository)