Computer Programming

Yes, a bit specific, but I need to store some links!

The difference between pets and meat, in Java

enum Pet {
    DOG, CAT, PIG, RAT, FISH, COW, CHICKEN
}

enum Meat {
    DOG, CAT, PIG, RAT, FISH, COW, CHICKEN
}

class animals {
    public static void main(String[] args) {

An Outlook Script to Save Spam for Training Spamassassin

On the spamassassin box, set up Samba and create two shares spamassassin-spam and spamassassin-ham. I created them in /home/Spamassassin/

RIP Slaptech Framework

Slaptech framework was a PHP 4 based framework that never got released into the public, that we built to do projects.

What is HTML 5?

HTML 5 is a marketing term (kind of like "cloud computing") that has a somewhat imprecise technical meaning, but was created so that products and people could easily sum up their compatibility or know

Visual Voicemail via IMAP

I came up with a quick idea - visual voicemail similar to Apple's iPhone - via IMAP.

A more terse JavaScript function notation

I like JS, but typing "function" all the time sucks, especially because you're using it all over the place. Here's a typical use, and a way to make it more terse:

x = function (s) { ... };

g_signal_connect_data instead of g_signal_connect_object, because GHashTable is not a GObject

I just blew two hours figuring out that a GLib GHashTable is not a descendent of GObject. Duh!

C Virgin Again (allocate objects on the stack)

It's been so long since I've done any C programming that I feel "Like A Virgin" in C, touched for the very first time.

How to use Tags or Ctags to Browser Code with Vim

This is a short tutorial about using ctags (or exuberant ctags) to work with the vim editor to give you a great code browser.

Templating with DOM

DOMTemplate is a new templating system that doesn't use any markup.

MS Access:Can't Add New Record to Subform

A subform we were entering data into stopped working. One day it was working, the next, it was not. The problem turned out to be the datasource; the underlying query started with "select distinct".

MSAccess: VBA CRC32 Function

Here's a CRC32 function based on the work at: cCRC32.

MSAccess: Showing "Continue..." Conditionally at the bottom of a Section in a Report

Maybe I'm missing something - but it looks like Access doesn't have this feature - to put "Continued..." or "More..." at the bottom of a section if the next section is on the next page.

Information Technology Workers: an IT Labor Union?

If you have reached this page through a search engine, and are interested in IT organizations, please check out Bright Future Jobs. Their URL is http://brightfuturejobs.org/

.

Donate Bitcoin to support the writer: 1F13NCPcFKjJ7oy36zc2vBTtqoQCBPpAPH

Comments are disabled

If you wish to comment, post this article on reddit or hacker news.

Syndicate content