Category Archives: Uncategorized

Pelican SacLUG site

I have been working on converting the SacLUG website to using Pelican. I forked the NBLUG site and I have been working to get it going with SacLUG on Github. The NBLUG guys have done a great job!

Posted in Uncategorized | Comments Off on Pelican SacLUG site

Sample code test

This is hello world code snippet in C++

Posted in Uncategorized | Comments Off on Sample code test

Import Module Node JS

I just started working with Node JS and the ESM Standard with the import statement. I got the repeated error SyntaxError: Cannot use import statement outside a module. I searched the internet and this is the closest I came with … Continue reading

Posted in Uncategorized | Comments Off on Import Module Node JS

Super single

I have been riding the following single speed bike.

Posted in Uncategorized | Comments Off on Super single

Madbomber2 development using SDL2

I have been working on redeveloping Bill Kendrick’s Madbomber game so that it runs on Android. Bill originally wrote Madbomber back in 1999 in SDL1. When I bought the Android Nexus 7 tablet, I thought that it would be a … Continue reading

Posted in Uncategorized | Comments Off on Madbomber2 development using SDL2

Updated Raffle app so that winner can choose his prize

I updated the Raffle application so that the winner can choose his prize. I need to get this on Git. In the meantime, check the source here. It still has it so that you can pick a prize and then … Continue reading

Posted in Uncategorized | Comments Off on Updated Raffle app so that winner can choose his prize

Cereal Hack Raffle Application

Willow Schlanger and I participated in the Cereal Hack this last weekend. We built a Raffle application. We both worked in parallel. Willow built a version in PHP and I did mine in Java. Willow’s app was the most functional … Continue reading

Posted in Uncategorized | Comments Off on Cereal Hack Raffle Application

Changed comment policy

In order to comment, you have to be registered now. I thought the re-Captcha would cut out spam comments, but either there are good re-Captcha crackers out there, or a lot of people looking for trackback links. I am assuming … Continue reading

Posted in Uncategorized | Comments Off on Changed comment policy

Some code would be nice!

We shall see if this turns to code. 1 2 3 4 5 public class Hello { public static void main(String[] args) { System.out.println("Hello World!"); } } public class Hello { public static void main(String[] args) { System.out.println("Hello World!"); } … Continue reading

Posted in Uncategorized | Comments Off on Some code would be nice!

Using Flex SDK on Linux

I just ran into a great post for integrating the Flex SDK with Eclipse. Adobe makes a free software version of the Flex SDK. When you look around for getting started with Flex Builder, just about everything points to Flex … Continue reading

Posted in Uncategorized | Comments Off on Using Flex SDK on Linux