25 reputation
5
bio website
location
age
visits member for 7 months
seen Mar 22 at 10:05
stats profile views 15

Taking the python MOOC. Teacher in Hanoi. Have done the llama book, byte of python, land of lisp, (which one had all the fred flinstones examples and taught me what I know of regex?)


Feb
28
answered How to change one keyword's color in Geany?
Feb
12
awarded  Editor
Jan
2
awarded  Commentator
Jan
2
comment Function takes an array of length 8 as an argument
Thank you Jens, I didn't know to do that. I thought you put that stuff up at the top before main and then forgot about it. I'm coming from limited Python and Ruby and still not used to declaring types I guess.
Jan
2
comment Function takes an array of length 8 as an argument
Mr。 Henderson, args and length was something I pulled off of link A C Pointer tutorial, when I was trying to figure this out. I thought args was a magic word that some how denoted that an array would be passed in.
Jan
2
comment Function takes an array of length 8 as an argument
you were very fast to help me, 谢谢 Jing Tao
Jan
2
comment Function takes an array of length 8 as an argument
wow you 2 first posters were fast, ok, so I have to change the function header to say defineLines(float TriHolder[], int args){ //body of function; return EXIT_SUCCESS;}, thank you for your help
Jan
2
asked Function takes an array of length 8 as an argument
Jan
1
accepted C function not seeing global variables
Jan
1
comment if (x==0||7||14||21||-7||-14) {y=THURSDAY;}
This is also a good way to do it, thank you.
Jan
1
comment if (x==0||7||14||21||-7||-14) {y=THURSDAY;}
thank you, you succinctly told me how to fix my syntax. You gwrok Oren!
Jan
1
accepted if (x==0||7||14||21||-7||-14) {y=THURSDAY;}
Dec
29
asked if (x==0||7||14||21||-7||-14) {y=THURSDAY;}
Dec
27
answered C function not seeing global variables
Dec
27
asked C function not seeing global variables
Dec
3
awarded  Supporter
Dec
3
comment including ascii art in python
`wrong_art = []
Dec
3
accepted including ascii art in python
Dec
1
asked including ascii art in python
Nov
13
comment regex replace from a list
Found it, looks like it's from ipython (kind of like irb).