singpolyma

1,565
reputation
218 views

Registered User

name singpolyma
member for 1 year
seen Dec 9 at 0:44
website
location Ontario, Canada
age 21
Filling out this field.
Dec
6
awarded  Mortarboard
Nov
24
asked Internet Explorer won’t load site
Nov
5
answered Incorporating Open ID with my current login System?
Nov
4
comment Cygwin Shell Scripts
Line endings are Unix ./script fails . ./script succeeds sh ./script succeeds sh -c ./script fails sh -c script fails
Nov
4
asked Cygwin Shell Scripts
Oct
22
answered div or iframe over an applet
Oct
22
answered Best way to implement a Calendar interface using Google Cal feeds for events?
Oct
22
comment HTML 5 versus XHTML 1.0 Transitional?
XHTML1.1 is just XHTML1.0 with some more deprecations and stricter doctype. IE treats it as tag soup instead of knowing the doctype, but since IE is pretty quirky anyway I've never had a big problem with that.
Sep
16
awarded  Yearling
Sep
13
awarded  Civic Duty
Sep
12
answered How to statically compile an SDL game on Windows
Aug
5
answered Cross-compiling with OpenSSL for Windows
Aug
5
asked Cross-compiling with OpenSSL for Windows
Jul
24
awarded  Taxonomist
Jun
30
answered Is client side (interface) development as a speciality dying out?
Jun
30
comment Send array from Flash (AS3) to JavaScript.
Just be sure your data will never contain the separator character(s)!
Jun
30
answered Learning version control for a college freshman
Jun
23
comment Why is alloca not considered good practice?
Not the same as large arrays, since the OS will guarentee space for those... they're statically sized.