stalepretzel

3,128
Reputation
148 views

Registered User

Name stalepretzel
Member for 1 year
Seen Nov 28 at 20:53
Website
Location US
Age 16
I like math, therefore I like computers.
Nov
25
awarded  Notable Question
Oct
10
awarded  Popular Question
Oct
4
awarded  Popular Question
Sep
29
awarded  Popular Question
Sep
23
awarded  Popular Question
Sep
4
awarded  Nice Question
Aug
31
asked Which syntax and architecture of assembly is most useful to know?
Aug
30
comment How can I tell what line a file resource is currently “on” in PHP?
Correct, @Crazy Joe Malloy. File() certainly would be easier, though.
Aug
30
comment How can I tell what line a file resource is currently “on” in PHP?
It works, but I specifically asked for a solution that used fopen(), not file(). :o
Aug
29
comment Code Golf: Morse code
In my opinion, this isn't a good candidate for code golf. Unless you use some type of external table, this is best accomplished by just "mapping." In other words, string_replace([A,B,C,D,..., ],[.-,-...,-.-.,-..,...,/]) with some negligible code to space the letters out. -1
Aug
29
asked How can I tell what line a file resource is currently “on” in PHP?
Aug
29
comment How do I perform an additional action only on the first iteration of a loop?
Exactly what I was looking for. It seems so simple, yet I've never come up with it. Thanks so much!
Aug
29
asked How do I perform an additional action only on the first iteration of a loop?
Aug
25
awarded  Popular Question
Aug
18
awarded  Yearling
Aug
2
revised How can I read/write from/to a file, byte by byte, with PHP5?
added 50 characters in body
Aug
2
asked How can I read/write from/to a file, byte by byte, with PHP5?
Jul
24
revised How can I select and upload multiple files with HTML and PHP, using HTTP POST?
Clarification
Jul
24
asked How does an OS affect how assembly code runs?
Jul
24
asked How can I select and upload multiple files with HTML and PHP, using HTTP POST?