| Meet the Moderators Get to know your moderators here. |
![]() |
|
|
Thread Tools |
|
KittyLover
Administrator
|
Yet another "Everybody loves Raymond" kind of thread
...So, here I am. My full name is Muhammad Lukman bin Nasaruddin but just call me luke in here. Just turned 25 today, and ... still single. Graduated in Computer Science and now working as an IT executive with Telekom Malaysia (gaji ciput though) for almost one year already. I'm interested in programming and scripting. I love writing codes just like writers love to write books. I started with QBASIC in my teen years, making simple programs like prime number checker, qiblah finder and games. Then moved on with Java and later C++. At the same time, I ventured into web programming (or scripting) starting with a bit of Perl and a byte of PHP, and later I started playing around with Python (a computer language, not those snakes on a plane ). To summarize, I love programming.As far as I can remember, I started hacking, erm .. I mean coding for ReCom shortly after I joined in 2003. For those who were there in the phpNuke ReCom, you might still remember S.I.G or Special Interest Groups, which was one of my best addon for ReCom. My other addons include Gallery and "Where in the World Are You?". Currently, I'm working on an addon for ReCom 2.0 named "Scholarship Holders Infobase", which strives to replace the List of All Scholarship Holders thread. Ok, enough with autobiography ... any question?
__________________
Last edited by luke; 24-03-2008 at 10:23 AM. |
|
|
|
|
KittyLover
Administrator
|
Quote:
Code:
all_values = [1,2,3,400,5,6,721,8,9,101] less_than_100 = [x for x in all_values if x < 100] # now less_than_100 is [1,2,3,5,6,8,9] ! Code:
def global_function():
x = 10
def local_function(x):
return x * 2
print local_function(x) # will print 20
http://en.wikipedia.org/wiki/Python_(programming_language)#Usage
__________________
Last edited by luke; 24-03-2008 at 11:46 AM. |
|
|
|
|
|
KittyLover
Administrator
|
Quote:
. Especially when the buggy programs only crash at when IE is open and the desktop color is green (I'm trying to say that bugs in C++ might only appear in weird situations, making it hard to debug ). Java is easier to debug, thanks to its built-in customizable exception handling. But I'd say no thanks to it's memory usage and also to Java forcing you to triple or even quadruple encapsulate your objects just to send it to its API:Code:
PrintWriter out1 =
new PrintWriter(
new BufferedWriter(
new FileWriter("IODemo.out")));
![]() ![]() Quote:
Code:
PRINT "HELLO"
__________________
Last edited by luke; 24-03-2008 at 01:04 PM. Reason: Automerged Doublepost |
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| The concept of hacking | masterof_none | Overclocking and Tweaks | 25 | 01-07-2011 04:15 PM |
| Happy Birthday Luke | youngyew | Social and Entertainment Corner | 6 | 24-03-2008 06:49 PM |
| Javascript Hacking game | littlebigone | Programming and Web Development | 2 | 21-07-2004 08:42 PM |
| Hacking the code | masterof_none | Programming and Web Development | 2 | 04-06-2003 06:50 AM |