Cayle Spandon

590
reputation
102 views

Registered User

name Cayle Spandon
member for 1 year
seen Dec 10 at 15:03
website
location
age
Dec
10
answered Finding the type of data in IPv4 packet
Dec
10
answered Open System Interconnection Reference Model 7 layer example?
Nov
12
accepted Minimum cost broadcast routing
Nov
11
answered Minimum cost broadcast routing
Nov
2
comment How to do Erlang pattern matching using regular expressions?
Yes, the re module does a great job at regular expressions, but you AFAIK you cannot call functions while pattern matching or in guards.
Nov
2
revised How to do Erlang pattern matching using regular expressions?
added 123 characters in body
Nov
2
asked How to do Erlang pattern matching using regular expressions?
Oct
16
awarded  Popular Question
Oct
9
answered String delimiting in Erlang
Sep
24
awarded  Yearling
Sep
21
comment Is it safe to issue blocking write() calls on the same TCP socket from multiple threads?
Linux. (And I would be interested if the answer was different for other flavors of Unix, e.g. OpenBSD or OS X).
Sep
21
asked Is it safe to issue blocking write() calls on the same TCP socket from multiple threads?
Sep
21
awarded  Popular Question
Sep
9
answered How expensive is gluing binaries (list_to_binary)?
Aug
31
awarded  Popular Question
Aug
14
comment Query an Erlang process for its state?
+1: sys:get_status/1 is your friend. I use this all the time.
Aug
11
answered Faster/more concise way to figure out proper size needed to store signed/unsigned ints?