Category Archives: computers/programming

it’s all about the sed, baby

My Unix scripting/sed scripting is just like my grasp of human languages- when I stop using one, I forget everything at three times the speed it took me to learn it. Continue reading

Posted in computers/programming | 1 Comment

Firefox tweak #1

More reasons to love Firefox Continue reading

Posted in computers/programming | 1 Comment

Pufferüberlauf

Danny I and were emailing the other day a little about buffer overflows and how they work. In doing something totally unrelated I stumbled upon a Microsoft page in German which warned of a “Pufferüberlauf”. That was such a catchy … Continue reading

Posted in computers/programming | 5 Comments

Pointers in Java

In Chapter 3 of the Sams book came my first big surprise. Maybe that’s an overstatement, but I thought this was at least worth noting and opening up for discussion. All along every tutorial I’ve visited has lauded Java because … Continue reading

Posted in learning java | 1 Comment

tom’s java applet

bturnip put’s turtle’s applets to rights Continue reading

Posted in learning java | 24 Comments

java questions for Tom Oct 03

So, I am working on learning java and, at the same time, learn the ins and outs of a complicated IDE like Netbeans. Being an emacs person, I am unused to the level of complexity the new IDE presents. How, … Continue reading

Posted in learning java | 2 Comments

java progress note oct 01

Following my suggestion, and Tom’s lead, I have installed the “Java 5” platform w/ the Netbeans 4.0 beta. My plan is to work through the first two chapters of our selected tutorial text this weekend.

Posted in learning java | Leave a comment

java and xml

SAX and DOM, the xml duo. Continue reading

Posted in learning java | 2 Comments

Java – Blackjack Game

Alright Mr. Bturnip, while you’re out galavanting around NW Arkansas, I’m spending my time working on a Java program and I’ve got a rough working version of a blackjack game. I started with some classes I found online for a … Continue reading

Posted in learning java | Leave a comment

Buffer Overflows (sort of)

This goes back to a question Danny was asking me earlier today. I don’t think this is exactly a buffer overflow, but it’s an interesting way of abusing a TCP/IP stack to make the OS allow things it shouldn’t. Note … Continue reading

Posted in computers/programming | 1 Comment