Feed on
Posts
Comments

Tag Archive 'code'

Wow! It’s been a long road to get here, but I am happy to announce that picodns, the dns server that is part of “torus” (my peer to peer program in development) is finally in alpha. Anyone can download and use it, however they want! So, what is it? Picodns is the DNS server that [...]

Read Full Post »

Redirecting stdin, stdout in C++

Often I find that I need a simple and easy to use way to redirect stdin and stdout to a file instead of the terminal. Its especially useful if you have a large program and your requirements change to require that files can be used for io, or maybe you dont want to use a [...]

Read Full Post »

bringing out the cat

Everone has a favorite networking tool that they love to use. When it comes down to it, for me, netcat is the absolute best of class. There are a couple of things it doesn’t do, however. I was looking for a replacement bit of software for the RIT Buoy project (there would be a link [...]

Read Full Post »

Recently, in one of my favorite classes (AI) we were all assigned to write a bit of software that was able to solve a problem that involved rolling a die. Here is the description of the problem: In a rolling-die maze, you typically start with a standard six-sided die with a given face facing up [...]

Read Full Post »

MC68000 Goodness

With all of the trouble I had putting some of these together (can you say ISR vectors?) I thought I would post them on this site for use by anyone. No rights reserved, please, feel free not to credit me. They are specifically for use with the development boards available at RIT that have the [...]

Read Full Post »

Getting there!

Hello, and welcome to adamrisi.com. I am currently working on moving the information from 8bitsymphony.com and my personal computer to this website, so please be patient. If you have any immediate needs, please post them here, or send me an email at adam@adamrisi.com!

Read Full Post »