User contributions
From Erlang Community
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).
- 20:09, 18 October 2009 (hist) (diff) File exist (redo; add race-condition warning.) (top)
- 08:45, 4 April 2007 (hist) (diff) m Hello World (→Solution - omission) (top)
- 08:44, 4 April 2007 (hist) (diff) m Hello World (→Solution - omission)
- 07:08, 4 April 2007 (hist) (diff) Talk:Hello World (OK, fixed.) (top)
- 07:04, 4 April 2007 (hist) (diff) Hello World (→Solution - add more popular -s mod fun arg... example)
- 06:59, 4 April 2007 (hist) (diff) Hello World (→Discussion - no need to l(hello))
- 06:57, 4 April 2007 (hist) (diff) Hello World (→Solution - fix a typo, add a caveat)
- 06:54, 4 April 2007 (hist) (diff) Hello World (→Solution - have a nicer solution, and also use escript.)
- 04:54, 31 October 2006 (hist) (diff) m String Interpolation (add io:fwrite/2 return value)
- 04:46, 31 October 2006 (hist) (diff) String Interpolation (added io_lib example.)
- 01:57, 22 October 2006 (hist) (diff) Format Code (revert spam ; lynx does this poorly, so I might have left the lots of blank space that the spammer added.) (top)
- 08:44, 15 October 2006 (hist) (diff) m Category:ServerRecipes (typo) (top)
- 08:42, 15 October 2006 (hist) (diff) Category:ServerRecipes (added ServerRecipes category. I have a lame introduction, sorry.)
- 08:38, 15 October 2006 (hist) (diff) m Chatserver (typo)
- 08:36, 15 October 2006 (hist) (diff) Chatserver (my first attempt to have the cookbook reflect Erlang's strengths. Comments welcome. ServerRecipes welcome.)
- 06:34, 15 October 2006 (hist) (diff) Trapexit Forum RSS Feed (revert omgcrazyspam. And after you ban it, how about deleting the spam versions? No point in them remaining even theoretically crawlable.)
- 00:53, 15 October 2006 (hist) (diff) m Applying a Function to Each Line of a String (*facepalm* same typo; also remove ugly captions) (top)
- 00:51, 15 October 2006 (hist) (diff) Applying a Function to Each Line of a String (new recipe)
- 00:47, 15 October 2006 (hist) (diff) m Skipping an Element in List Processing (typo in category) (top)
- 03:52, 13 October 2006 (hist) (diff) m Skipping an Element in List Processing (typo)
- 03:50, 13 October 2006 (hist) (diff) Skipping an Element in List Processing (add recipe)
- 18:06, 8 October 2006 (hist) (diff) Trapexit Wiki RSS Feed (revert spam. HOW ABOUT A BAN?)
- 20:19, 30 September 2006 (hist) (diff) m Trapexit Wiki RSS Feed (revert spam)
- 07:15, 26 September 2006 (hist) (diff) Trapexit Forum RSS Feed (revert spam)
- 00:18, 26 September 2006 (hist) (diff) m String Eval (missed an argument to my own function, ow.)
- 10:44, 25 September 2006 (hist) (diff) String Eval (clean up the example.)
- 10:32, 25 September 2006 (hist) (diff) Random Numbers (they aren't different 'forms' of 'random:uniform', they are two separate functions ; use cleaner password example; remove annoying dict example; minor cleanps)
- 10:10, 25 September 2006 (hist) (diff) Decoding Binary Messages (missed a bit)
- 10:09, 25 September 2006 (hist) (diff) Decoding Binary Messages (the problem isn't as hard as the code makes it out to be: replaced with a more compact solution; fixed erroneous invocation of io_lib:format/2; minor clean-ups)
- 09:43, 25 September 2006 (hist) (diff) Dates and Time (quite a bit of clean-up, particularly as regards the 'calendar' module; removed reference to calendar:now_to_datetime/1 -- how does it differ from calendar:now_to_local_time/1 ?) (top)
- 09:17, 25 September 2006 (hist) (diff) String Case (remove httpd_util use (does this even work? I don't have this module); replace with simple ASCII solution and advice on beyond-ASCII)
- 19:09, 24 September 2006 (hist) (diff) m String Conversion To Atom (formatting) (top)
- 19:06, 24 September 2006 (hist) (diff) String Indent (fix an error in the solution: it strips too much whitespace) (top)
- 18:54, 24 September 2006 (hist) (diff) m Matching Words (typo) (top)
- 18:52, 24 September 2006 (hist) (diff) Matching Words (answer a bit differently, also removing ref to PCRE. The Cook Book really isn't the place to ask for language enhancements.)
- 17:53, 24 September 2006 (hist) (diff) m Matching Letters (case...end is not if..end)
- 17:49, 24 September 2006 (hist) (diff) Matching Letters (typo)
- 17:36, 24 September 2006 (hist) (diff) String Interpolation (shortened an example, added an Efficiency Guide ref, added a 'traditional string interpolation' answer)
- 17:09, 24 September 2006 (hist) (diff) Hash with Immutable Keys or Values (answer the problem a bit differently, push existing answer down to Discussion)
- 16:29, 24 September 2006 (hist) (diff) m Hello World (missed a bit)
- 16:26, 24 September 2006 (hist) (diff) Hello World (replace this evading and misleading page with one that directly answers the question)
- 15:49, 24 September 2006 (hist) (diff) m Floating Point Compare (eep, HTML element issue.) (top)
- 15:48, 24 September 2006 (hist) (diff) Floating Point Compare (Actually implement the "fuzzy match".)
- 15:22, 24 September 2006 (hist) (diff) Floating Point Compare (remove irritating angsting, remove bogus reference to 'imaginary' Erlang bignums and its consequent reasoning (hint: Erlang has bignums.))
- 15:17, 24 September 2006 (hist) (diff) Floating Point Rounding (these BIFs don't need erlang: ; change the tests a bit; remove bogus scheme reference to inexactness; remove redundant 'see also'; minor language)
- 15:01, 24 September 2006 (hist) (diff) m Finding Elements in One Array but Not Another (typo) (top)
- 14:58, 24 September 2006 (hist) (diff) Finding Elements in One Array but Not Another (minor language; use lists:foldr/3 instead of lists:foldr/3+lists:reverse/1 (!); use lists:filter/2; remove bogus+bizarre reference to lists:foreach/2; use lists:seq/2+3; actually filter as described)
- 14:39, 24 September 2006 (hist) (diff) Talk:Filter All Elements Matching a Cetain Criteria (Talk:Filter All Elements Matching a Cetain Criteria moved to Talk:Filter All Elements Matching a Certain Criteria: typo) (top)
- 14:39, 24 September 2006 (hist) (diff) Filter All Elements Matching a Cetain Criteria (Filter All Elements Matching a Cetain Criteria moved to Filter All Elements Matching a Certain Criteria: typo) (top)
- 14:39, 24 September 2006 (hist) (diff) m Talk:Filter All Elements Matching a Certain Criteria (Talk:Filter All Elements Matching a Cetain Criteria moved to Talk:Filter All Elements Matching a Certain Criteria: typo) (top)
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).

Digg It
Del.icio.us
Reddit
Facebook
Stumble Upon
Technorati

