Friday, November 25, 2011

[Java] Draw Rhombus With Text

          Hello Reader ^^! Back again with source code ^^! This time the source code is Draw Rhombus with Text. It is written in Java language. This source code is a translation from the C language I posted before. This source code will draw a rhombus shape using a character like "1", "I", "?", """, "^", and more. The height of the rhombus depends the maximum width of the rhombus. The wider the rhombus, the taller the rhombus. Okay, that's all I can say. Thank you for reading ^^!





Extra Credit:
- Problem case inspired from my past in high school

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





Wednesday, November 23, 2011

[C++] Draw Rhombus with Text

          Hello Reader ^^! Back again with source code ^^! This time the source code is Draw Rhombus with Text. It is written in C++ language. This source code is a translation from the C language I posted before. This source code will draw a rhombus shape using a character like "1", "I", "?", """, "^", and more. The height of the rhombus depends the maximum width of the rhombus. The wider the rhombus, the taller the rhombus. Okay, that's all I can say. Thank you for reading ^^!





Extra Credit:
- Problem case inspired from my past in high school

Download/View Source Code :




Sunday, November 20, 2011

[C#] Draw Rhombus with Text

          Hello Reader ^^! Back again with source code ^^! This time the source code is Draw Rhombus with Text. It is written in C# language. This source code is a translation from the C language I posted before. This source code will draw a rhombus shape using a character like "1", "I", "?", """, "^", and more. The height of the rhombus depends the maximum width of the rhombus. The wider the rhombus, the taller the rhombus. Okay, that's all I can say. Thank you for reading ^^!





Extra Credit:
- Problem case inspired from my past in high school

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




[C] Draw Rhombus with Text

          Hello Reader ^^! Back again with source code ^^! This time the source code is Draw Rhombus with Text. It is written in C language. This source code will draw a rhombus shape using a character like "1", "I", "?", """, "^", and more. The height of the rhombus depends the maximum width of the rhombus. The wider the rhombus, the taller the rhombus. Okay, that's all I can say. Thank you for reading ^^!




Extra Credit:
- Problem case inspired from my past in high school

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









Friday, November 18, 2011

[Ada] Temperature Converter Listing

          It's been a while since I had my last playing with Ada programming language so today I play with it. This one is similar with [C] Temperature Converter Listing, but it this one is written in Ada programming language. I still beginner with this language but the previous learning of Ada before (but not much) helped me programming this one. Okay, that's all I can say. Thank you for reading ^^!





Extra Credit:

Download Source Code :

Tuesday, November 15, 2011

[C] Temperature Converter Listing

          It's been a while since I had my last playing with C programming language so this time I made a source code   "temperature converter listing" using C programming language. The problem case is inspired from other site (Look at credit). I manipulated the solution base to make it more variety. Now, this code simulates a temperature which lower limit and higher limit  can be set by user. Assume the temperature is Celcius. After that the user set the step (from the difference of higher limit and lower limit) which the step shall be used to make a list of temperature's value in Celcius, Reaumur, and Fahrenheit. Okay, that's all I can say. Thank you for reading ^^!




Extra Credit:


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




Monday, November 14, 2011

[C++] Auto-Sudoku Application

          Several days ago, I made an application called Auto-Sudoku for the assignment of Algorithm Strategy course. I used C++ for making the application. This Sudoku application is for solving the Sudoku input from a file. Brute Force algorithm must be used in that assignment to solve the Sudoku. It took around 2 days for me to make it. Not only that, there was some bug that need to be fixed. There reason why I posted the finished application is because rather not used for long time or never after finished, I chose to publish and share it with the world.

          Now, for the solution, I first take an input from the file, then scan whether the number in the slot can be changed. After that, I check per slot whether there is same number in the above, below, left, or right and whether the number in the slot break the 3x3 sudoku rules. After that, the printing is executed to display the solved sudoku.

          You can freely use this application and the source code. Be sure to include me in credit if used on your project. 

Screenshot (Solved Sudoku) :





Download :

Application Only
MediaFire
4shared
Ziddu

Source Code Only
MediaFire
4shared
Ziddu

Full
MediaFire
4shared
Ziddu