Home
Younes's blog
Cancel

alsac Command Line Sound Controller

When i’ve installed ubuntu with openbox window manager, there were no task bars and no menus. that was a problem for me to control the sound using command line. To solve this i wrote some lines q...

How to use JFileChooser properly

In this tutorial, I try to explain you how to use JFileChooser API to make it easy for the user to choose a file. Create new class First, you need to create a new class file named MyWindow.j...

Basicmenu Library

Basicmenu is a an open source library coded in C, allows the programmer to create and display a menu easily in his/her console application on linux and mac os x, works with C/C++ programs. Screens...

Java Micro Blogging System

jMBS is open source application, Currently allows to create a mini platform for a local social network. How it works? Users can register using the Client GUI, each user can writes messages, and fol...

How to install typescript on mac os x

This article explains how to install TypeScript on Mac OS X easily. The following steps are tested on OS X Mountain Lion 10.8.2 1. install Homebrew: $ ruby -e "$(curl -fsSkL raw.github.com/mxc...

Boxman Puzzle

Boxman (Also called Sokoban Pushbox) is a transport puzzle in witch the player pushed boxes around a maze, viewed from above, and tries to put them in designated location. Only one box may be pus...

Sudoku Solver

The objective of this simple program is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 sub-grids that compose the grid (Regions), the same single integer m...

Cryptarithms Solver

Cryptarithms are a type of mathematical puzzle in which the digits are replaced bye symbols (typically letters of the alphabet). For example: 9567 + 1085 = 10652 can be represented like this: abc...