Categories: Tech

Some interesting java code…
2011/10/6 (Thursday) | Filed under: Tech

Here is some code I wrote in the not to distant past. Has to be with plotting primes on polar coords. Some interesting results appear. import java.awt.Color; import java.awt.Graphics; import java.awt.Image; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.util.ArrayList; import java.util.List; import javax.swing.JFrame; class PolarCoords extends JFrame { private static final long serialVersionUID = -8203440582994469232L; int w […]

(more...)

Vim as a Hexeditor
2010/8/19 (Thursday) | Filed under: Linux,Tech

So I found this today, I tought it was pretty cool. Vim as Hex Editor I will start making use of this.

(more...)

This is a log of CPU’s
2010/4/1 (Thursday) | Filed under: Linux,Tech

We bought a monster box a while ago and the cool thing, here is the output from top: top – 18:16:37 up 2:00, 4 users, load average: 2.57, 1.27, 1.33 Tasks: 303 total, 4 running, 299 sleeping, 0 stopped, 0 zombie Cpu0 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu1 : 0.0%us, 0.0%sy, 0.0%ni,100.0%id, […]

(more...)

Odd stuff that I learn…
2009/9/29 (Tuesday) | Filed under: Tech

So today I learned that the standard search module that comes installed with drupal doesn’t necessarily look at other search modules that you have installed. Example Google Search Appliance. So I found another module (search_config) that allows you to config the standard search module, and choose the default search module to use.

(more...)

Cable…
2009/8/18 (Tuesday) | Filed under: Internet

I don’t know why I bother with trying to find a good ISP in pagosa, they are all not worth it. So I signed up for Rocky Mountain Cable this week they came today and did the install. Sure enough, 200 – 600 ms ping times, try doing ssh over that. I guess its going […]

(more...)

back to top