Forum: Other Scripting Languages
Apr 22nd, 2008, 10:08 PM
|
|
Replies: 1
Views: 189
Re: Good Regex Tool
http://www.txt2re.com/
http://osteele.com/tools/reanimator/
The second one is excellent as it creates a graphical representation of the regular expression in the form of a FSA (Finite-State...
|
Forum: Coder's Corner Lounge
Mar 29th, 2008, 8:01 PM
|
|
Replies: 61
Views: 2,151
Re: What have you been up to?
Currently I've been reading a bit on garbage collection (great book I got,) and so for the next project of mine I'm aiming at writing a garbage collector that you could use for something like a...
|
Forum: Coder's Corner Lounge
Mar 21st, 2008, 8:52 PM
|
|
Replies: 8
Views: 238
Re: Version Control Software
I am a huge fan of distributed revision control; in this vein there are a couple of options:
1. Git
2. Mercurial
3. Darcs
4. Bazaar
(and some others)
Personally I have pretty much moved to git for...
|
Forum: Coder's Corner Lounge
Jan 30th, 2008, 9:27 PM
|
|
Replies: 49
Views: 1,538
Re: when did you start programming?
I started when I was roughly 12, with PHP and a little C. I moved to perl for a while afterwords, and god only knows how I went through game development, win32 and am now at home with functional...
|
Forum: C++
Jan 15th, 2008, 6:19 PM
|
|
Replies: 22
Views: 690
Re: c++ vs. java
Personally I have a distaste for Java because I feel it is unnecessarily verbose (see this post (http://steve-yegge.blogspot.com/2007/12/codes-worst-enemy.html) for more on that) and rigid. I prefer...
|
Forum: Coder's Corner Lounge
Dec 19th, 2007, 11:01 PM
|
|
Replies: 14
Views: 340
Re: The Acid2 Test
http://blogs.msdn.com/ie/archive/2007/12/19/internet-explorer-8-and-acid2-a-milestone.aspx
|
Forum: Coder's Corner Lounge
Dec 17th, 2007, 8:19 PM
|
|
Replies: 13
Views: 419
Re: Anyone played portal yet?
Definitely a good game, but short. But hey, Orange box is a damn steal in reality.
Note: when I play games these days I look for (hopefully) anywhere from 50 to above hours in gameplay time. These...
|
Forum: Other Programming Languages
Dec 11th, 2007, 3:46 PM
|
|
Replies: 1
Views: 232
Re: Setting up INTERCAL on Windows
When I went diving with INTERCAL, I liked jintercal (I too had some setup trouble with the standard distro):
http://spiff.de/jintercal.html
|
Forum: Show Off Your Open Source Projects
Dec 2nd, 2007, 12:36 PM
|
|
Replies: 4
Views: 429
Re: Small compiler in Haskell
I too, like my code generator even if it is somewhat inefficient. It is simple enough to the point I think anybody who wanted to look at it could, and understand with minimal hassle.
Luckily, harpy...
|
Forum: Show Off Your Open Source Projects
Nov 29th, 2007, 8:55 PM
|
|
Replies: 4
Views: 429
Re: Small compiler in Haskell
I looked at Parsec, which, don't get me wrong is nice (used it for my IRC parser and although I scrapped it the BNF transfered to actual code quite nicely,) but I figured I'd get more in a...
|
Forum: Show Off Your Open Source Projects
Nov 22nd, 2007, 9:08 PM
|
|
Replies: 4
Views: 429
Small compiler in Haskell
This is just something I hacked on for fun but I thought some people might find interesting.
Over the past 2 days or so I've written a small compiler for numeric expressions (i.e. "1 + 12 *42 -...
|
Forum: Other Programming Languages
Oct 26th, 2007, 9:18 PM
|
|
Replies: 17
Views: 824
Re: F# coming to a Visual Studio near you!
Ah, but it does allow those who love functional programming (like myself) to give back to those who use typical .NET languages on a regular basis, in the form of a supported and fairly well...
|
Forum: Existing Project Development
Oct 21st, 2007, 3:36 PM
|
|
Replies: 4
Views: 369
Re: Haskell: IRC bot
So, after ridiculous amounts of my work being prolonged, I've finally gotten around to getting to the next version of my irc bot, 0.3.
You may be wondering what happened to 0.2; you can think of it...
|
Forum: Existing Project Development
Aug 14th, 2007, 8:44 PM
|
|
Replies: 4
Views: 369
|
Forum: Existing Project Development
Aug 12th, 2007, 11:49 PM
|
|
Replies: 4
Views: 369
Haskell: IRC bot
Over the past couple of days I've been working on an IRC bot in haskell (http://haskell.org). I believe it to be ready for an 0.1 release, and so here it...
|
Forum: C#
Jul 18th, 2007, 5:36 AM
|
|
Replies: 10
Views: 345
|
Forum: Coder's Corner Lounge
Jul 18th, 2007, 4:51 AM
|
|
Replies: 6
Views: 222
|
Forum: Coder's Corner Lounge
Jul 17th, 2007, 12:52 PM
|
|
Replies: 6
Views: 222
The basic idea behind a distributed system is...
The basic idea behind a distributed system is everybody has a copy of the repository. Every repository may be different; this is not unusual, generally these repositories will be in this sort of an...
|
Forum: Coder's Corner Lounge
Jul 17th, 2007, 7:00 AM
|
|
Replies: 6
Views: 222
Version control
I'm just wondering off the top of my head: what version control systems do you guys use? At work, at home; I'm awfully curious as to see what you guys use.
Personally I use darcs (http://darcs.net)...
|
Forum: Coder's Corner Lounge
Jun 20th, 2007, 12:12 PM
|
|
Replies: 32
Views: 781
I might just be stupid or something, but I fail...
I might just be stupid or something, but I fail to see how pointing out some 'lol's and smilies serves as a proper differentiator between a joke and something serious. On the internet, mind you.
But...
|
Forum: Other Programming Languages
Jun 3rd, 2007, 4:34 PM
|
|
Replies: 25
Views: 999
|
Forum: Coder's Corner Lounge
May 23rd, 2007, 10:29 PM
|
|
Replies: 22
Views: 367
|
Forum: Coder's Corner Lounge
May 23rd, 2007, 10:22 PM
|
|
Replies: 30
Views: 639
|
Forum: C++
May 22nd, 2007, 1:53 AM
|
|
Replies: 5
Views: 164
iirc, your compiler will generally pad your...
iirc, your compiler will generally pad your structures to an 8-byte boundry, i.e. it'll pad it 'up to' 16.
When I manipulated the PE header, the general way I did it was just make a pointer to the...
|
Forum: Coder's Corner Lounge
May 20th, 2007, 3:00 PM
|
|
Replies: 6
Views: 194
Your decision needs to be based on, well, what...
Your decision needs to be based on, well, what you're doing, naturally. I would say get your design for the messenger client 'up and running' before you make decisions like what language to do it in;...
|
Forum: Coder's Corner Lounge
May 17th, 2007, 11:41 PM
|
|
Replies: 30
Views: 639
|
Forum: Coder's Corner Lounge
May 14th, 2007, 12:31 PM
|
|
Replies: 10
Views: 303
For source code control, I typically use a...
For source code control, I typically use a distributed Version control system (dVCS) solution such as darcs (http://darcs.net) or git (http://git.or.cz/). darcs is my personal favorite as it's...
|
Forum: Show Off Your Open Source Projects
Apr 16th, 2007, 10:16 PM
|
|
Replies: 0
Views: 107
Packet Sniffer
My tutorial on writing a packet sniffer in haskell (http://austin.youareinferior.net/?q=node/24) is done with the fruits of my labours being hsns: the haskell network...
|
Forum: Show Off Your Open Source Projects
Apr 14th, 2007, 3:14 PM
|
|
Replies: 6
Views: 233
:) Thanks.
I just updated the code and it now...
:) Thanks.
I just updated the code and it now includes Command line options, TCPdump filters, and it formats the packets nicely. And at only 170 lines of code, that's not bad. You can check the...
|
Forum: Show Off Your Open Source Projects
Apr 13th, 2007, 11:57 PM
|
|
Replies: 6
Views: 233
|
Forum: Show Off Your Open Source Projects
Apr 13th, 2007, 2:28 PM
|
|
Replies: 6
Views: 233
|
Forum: Show Off Your Open Source Projects
Apr 10th, 2007, 9:48 PM
|
|
Replies: 6
Views: 233
|
Forum: Existing Project Development
Mar 16th, 2007, 4:10 PM
|
|
Replies: 2
Views: 282
Thanks for the comments. :>
Last night I was...
Thanks for the comments. :>
Last night I was talking to a friend and decided to totally rewrite it. Renaming it to version 1.0 was pretty much obligatory. The new version is substantially different....
|
Forum: Existing Project Development
Mar 15th, 2007, 8:02 PM
|
|
Replies: 2
Views: 282
Haskell fun: hsh -- a busybox spinoff in haskell
So I was trying to figure out exactly what to do with Haskell, as I wanted to experiance the language. I read Don Stewarts excellent "Programming Haskell" 3 part series and it lead me to try and...
|
Forum: Other Programming Languages
Feb 3rd, 2007, 3:40 PM
|
|
Replies: 3
Views: 260
Thanks, I've seen the customary "Scheme/Lisp in...
Thanks, I've seen the customary "Scheme/Lisp in Haskell" tutorials before, including that one, but I couldn't ever find that one again. :p
I also found some of the "Programming Haskell" tutorials on...
|
Forum: Other Programming Languages
Feb 2nd, 2007, 10:43 PM
|
|
Replies: 3
Views: 260
Haskell ideas?
I've been tinkering and playing with Haskell recently and am really liking it, but I'm trying to think of a program or something to write in Haskell to try things. I've done things like guards, list...
|
Forum: C#
Jan 31st, 2007, 12:47 AM
|
|
Replies: 28
Views: 707
Not particularly. Moving from a HLL to another...
Not particularly. Moving from a HLL to another HLL that might be in a different paradigm, or even support different models of the same concept can be very different (ex: Erlang is a highly concurrent...
|
Forum: C++
Jan 31st, 2007, 12:01 AM
|
|
Replies: 15
Views: 499
|
Forum: Coder's Corner Lounge
Jan 25th, 2007, 12:18 AM
|
|
Replies: 42
Views: 792
|
Forum: Coder's Corner Lounge
Nov 27th, 2006, 9:51 PM
|
|
Replies: 12
Views: 258
|