Friday, October 21, 2011

A Though to Ponder


Be okay with the knowledge
that you won't know how to do everything right away
and trust that you can learn

Sunday, May 22, 2011

iPod Locked? Disabled? Forgot Password?

I got a friend who happen to forgot her password and later disabled her iPod. So I got curious how to reset this kind of gadget because as far as I know there is really a way to reset an electronic gadget specially the popular ones. And based on my research there are three ways to unlocked, reset or reformat your iPod.

First Solution: if it happens that you forgot your password that results to your iPod being disabled and you still have the computer that your iPod was sync in then the solution is simple. You just plug in your iPod to your computer then it would be okay!

Second Solution:

Tuesday, April 19, 2011

Multiplication Table in Drought Season

The challenge is to add code statements in a given function named “renderMultiplicationTable” which has a single parameter “$dimension” and create a Multiplication Table without the use of any looping statements (e.g. for, while, do…while, and foreach).

Sample Code:


Sample Output:

Like-A-Text-Twist Game

This is similar to a text-twist game. Given a string, create a program that will generate the matches found on the DictionaryWords.txt file

Example:

String: abacas

Matches:

1. aba
2. abaca
3. aa
4. ab
5. abacas
etc..


download DictionaryWords.txt here

Wednesday, April 13, 2011

How does MVC work?

MVC stands for Model-View-Controller. Its purpose to distinctly separates the way data is handled, the way the functions is handled, and the handling the interaction between the user.
Related Posts Plugin for WordPress, Blogger...