If you don't want to download anything to create themes, then I have found a good site that allows to create themes online for Nokia S40 and Nokia S60 platforms. I have S40 mobile so I only tested for it and I found it really useful.
You can visit it here
There are lots of things that you can customize as compared to similar sites offering online theme creation. Here are are few of them:
# Customize iconset from many preset templates.
# Customize the highlights for grid and list views.
# Customze the wait graphics(progressbar alike).
# Customize sounds.
# Customize individual calendar month backgrounds.
and many more....
Cheers!
Wednesday, 15 July 2009
Thursday, 9 April 2009
Syntax Highlighter Check
I installed SyntaxHighlighter by Alex Gorbatchev.
Since it uses javascript so to be able to see syntax highlighted code make sure that javascript is enabled for your browser e.g if you have Firefox with noscript, then add this site to whitelist.
Let's test some test code for python
and some test code for c
Let's see if it works.
Since it uses javascript so to be able to see syntax highlighted code make sure that javascript is enabled for your browser e.g if you have Firefox with noscript, then add this site to whitelist.
Let's test some test code for python
#Sum n numbers
def sum_n(n):
return n*(n+1)/2
print sum_n(10)
and some test code for c
/* Calculates sum of n numbers */
int sum_n(int n)
{
return n*(n+1)/2;
}
int main()
{
int n;
printf("Enter n:");
scanf("%d",&n);
printf("\nSum : %d",sum_n(n));
return 0;
}
Let's see if it works.
Wednesday, 8 April 2009
Project Euler Solutions
I am thinking about posting solutions and strategies about problems from Project Euler. Since there are lots of persons who have solved the starting problems so I think it's fair enough to share my ideas and code as the solutions forums were already closed for some of the problems.
Well if you like to have fun then try to first solve the problem yourself.
Well if you like to have fun then try to first solve the problem yourself.
Wednesday, 1 April 2009
PSEB 5th class Result out
Today result of 5th class of Punjab School Education Board was made available online. One of my nephew is studying in 5th class so i thought to check it out. But what a pity, after trying a lot i was unable to get the result as I was told that the roll no. couldn't be found. There site is so lame. They need to have some good coders. They expect everybody to read there mind? They gave no hint whatsoever how to enter your roll number. What to include and what not to. After few tries i asked my nephew to give his roll number and he told me the same with area code that is i guess specific to area where he wrote the exams. But the problem again persisted. The roll number was given in format 100-08-123456. I entered it but still no luck. Then after some more tries i thought to remove the hyphens and try it. And guess what it worked!
Now isn't this the responsibility of the staff to tell the students how to enter the roll number. They are not the mind readers. They must be told what to do and how.
Anyways i think there will be many other frustrated souls out there trying to know there future. So i hope this could help you a bit.
And if you don't want to Google then you can find the result at www.ssapunjab.org
Btw my nephew passed with good marks.
Good luck to all!
Now isn't this the responsibility of the staff to tell the students how to enter the roll number. They are not the mind readers. They must be told what to do and how.
Anyways i think there will be many other frustrated souls out there trying to know there future. So i hope this could help you a bit.
And if you don't want to Google then you can find the result at www.ssapunjab.org
Btw my nephew passed with good marks.
Good luck to all!
Friday, 17 October 2008
Nice Sudoku programs
from wikipedia,
"Sudoku is a logic-based number-placement puzzle. The objective is to fill a 9×9 grid so that each column, each row, and each of the nine 3×3 boxes (also called blocks or regions) contains the digits from 1 to 9 only one time each. "
I have tried quite a few sudoku softwares and found some of them very nice with different features. If you are a Sudoku fan and have some other nice alternates which i forgot to put, then comment it. I will add it to the list.
1) Simple Sudoku : According to author, "Simple Sudoku makes high quality puzzles that are symmetrical, have a single solution, and do not require trial & error to solve. The user can also
choose between five levels of complexity - from Easy to Extreme. Each puzzle is generated randomly so there is an almost limitless selection."
And he seem to pretty correct. Works with most of the newspaper Sudokus. Also it gives logical hints incase you are stuck at some point on your today's newspaper Sudoku :). Allows only 9x9 puzzles.
License : Freeware
Homepage : http://www.angusj.com/sudoku/
2) Sadman Software Sudoku : This is another nice Sudoku solver/generator. It caches the puzzles in background so that you get puzzles instantly. Along with logical techniques it also
provides Trial & Error for the diabolic Sudokus. It also currently supports 9x9 grids only.
One of the nice feature of this one is that it has got a OCR image reader. Just copy the sudoku image to clipboard and paste it in the program and it might recognize you. If the puzzle can't be read properly from the image then it shows a dialog to fix the values. As the author says it can't be made to work with every image if the fonts are different. Although i have tested a few puzzles from websudoku and it works flawlessly there.
License : Shareware, 30days Trial
Homepage : http://www.sadmansoftware.com/sudoku/
3) Sudocue : Another Sudoku program made in .NET. It has many more features than the above two programs. Supports 9x9 grids. Some of them are:
For complete list visit their homepage
4) Sudoku Explainer : One of my favourite solver for 9x9 grids. It's written in Java and as the
name suggests it explains how to solve sudokus. It shows many different techniques which can be applied to solve problems. Along with the excellent solver it also has a Sudoku generator. Custom size grid not supported.
License : Open Source
Homepage : http://diuf.unifr.ch/people/juillera/Sudoku/Sudoku.html
5) JSudoku : This is program that i mostly use nowadays. It's also written in Java and has loads of features including Sudoku variants, custom grid size, online puzzle fetch from some sites.

License : Freeware
HomePage : http://jcbonsai.free.fr/sudoku/?page_id=216
So make your choice now and dive into the world of Sudoku.
"Sudoku is a logic-based number-placement puzzle. The objective is to fill a 9×9 grid so that each column, each row, and each of the nine 3×3 boxes (also called blocks or regions) contains the digits from 1 to 9 only one time each. "
I have tried quite a few sudoku softwares and found some of them very nice with different features. If you are a Sudoku fan and have some other nice alternates which i forgot to put, then comment it. I will add it to the list.
1) Simple Sudoku : According to author, "Simple Sudoku makes high quality puzzles that are symmetrical, have a single solution, and do not require trial & error to solve. The user can also
And he seem to pretty correct. Works with most of the newspaper Sudokus. Also it gives logical hints incase you are stuck at some point on your today's newspaper Sudoku :). Allows only 9x9 puzzles.
License : Freeware
Homepage : http://www.angusj.com/sudoku/
2) Sadman Software Sudoku : This is another nice Sudoku solver/generator. It caches the puzzles in background so that you get puzzles instantly. Along with logical techniques it also
One of the nice feature of this one is that it has got a OCR image reader. Just copy the sudoku image to clipboard and paste it in the program and it might recognize you. If the puzzle can't be read properly from the image then it shows a dialog to fix the values. As the author says it can't be made to work with every image if the fonts are different. Although i have tested a few puzzles from websudoku and it works flawlessly there.
License : Shareware, 30days Trial
Homepage : http://www.sadmansoftware.com/sudoku/
3) Sudocue : Another Sudoku program made in .NET. It has many more features than the above two programs. Supports 9x9 grids. Some of them are:
- Supports Sudoku variants like Sudoku-X, Windoku and some others
- Sudoku Scrambler
- Very thorough help file for learning sudoku.
License : Freeware
Homepage : http://www.sudocue.net/
Homepage : http://www.sudocue.net/
4) Sudoku Explainer : One of my favourite solver for 9x9 grids. It's written in Java and as the
License : Open Source
Homepage : http://diuf.unifr.ch/people/juillera/Sudoku/Sudoku.html
5) JSudoku : This is program that i mostly use nowadays. It's also written in Java and has loads of features including Sudoku variants, custom grid size, online puzzle fetch from some sites.

License : Freeware
HomePage : http://jcbonsai.free.fr/sudoku/?page_id=216
So make your choice now and dive into the world of Sudoku.
Subscribe to:
Posts (Atom)