August 22, 2006

[C] Debugging Segment Error with gdb in Linux

Filed under: Programming, Uncategorized — HanaDaddy @ 10:22 pm

1. Compile the source with -g option.

2. run gdb

(gdb) file exefile
(gdb) run [arg is optional]

After segment error occurs, type ‘up’ until you see the proper source file & line where the segment occurs.

(gdb) up
(more…)

[AJAX] RoundCube Webmail

Filed under: Links to note — HanaDaddy @ 11:47 am

http://www.roundcube.net/
RoundCube Webmail is an OpenSource Ajax Webmail. Probably it’s the only existing open source Ajax webmail.

It is still beta v0.1-beta2 but it has very nice interface and powerful functionalities. You gotta try this!

RoundCube

August 21, 2006

[C] CR, LF

Filed under: Programming — HanaDaddy @ 11:41 pm

I always confuse between 0D & 0A.

CR = \r = Hex: 0D = Decimal : 13
LF = \n = Hex: 0A = Decimal : 10

Line Break:
DOS : \r\n
UNIX: \n

[AJAX] Popular AJAX SITE LINKS

Filed under: Links to note — HanaDaddy @ 11:19 pm

There are many interesting Web 2.0 , AJAX sites.

Wow, Web 2.0 technologies are so amazing!

The Best Web 2.0 Software of 2005 by Dion Hinchcliffe
http://web2.wsj2.com/the_best_web_20_software_of_2005.htm

Here is another site contains list of popular AJAX app.
http://www.aventureforth.com/?p=13

Cool AJAX Site Index
http://ajaxmatters.com

[AJAX] ObjectGraph’s Ajax Dictionary

Filed under: Links to note — HanaDaddy @ 11:18 pm

Maybe I should try to create a similar page too.

http://www.objectgraph.com/dictionary/

Page 7 of 8« First...«45678»
 

42 queries. 0.453 seconds. Powered by WordPress