Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What project are you working on RIGHT NAO!?

Name: Anonymous 2008-03-17 4:42

tell us /prog/, feel free to brag, what amazing projects do you have undergoing your awesome [u][o]EXPERT PROGRAMMING[/u][/o] power at this very moment?

commercial and non-commercial

i'm freelance and with no deadline i've been writing a small addition to a series of administration tools for a webshop in php that i maintain for a client, it's just one extra PHP file but i was so lazy last night i only wrote half

besides that i'm planning a customer and invoicing system for a chain of local dry cleaners, will start working on that this weekend when they deliver the hardware to my place

on the personal side i'm working on a perl api for the most useless but FUN and EDUCATIONAL piece of software i have ever written, an ircbot in c, i want a perl api so i don't have to write modules in c, asm or c++, but mainly to learn, i mean seriously, who needs an ircbot in c?

also i have a torrent tracker in perl that i'm working on from time to time, it's a constantly ongoing project in that i never work on it

those are the only bigger things i do, NOW U!

Name: Anonymous 2008-03-18 6:16

>>11
No compression, but the following schema in sqlite:

create table boards (
    board_name text
)

create table threads (
    board_name text,
    thread_no integer,
    subject text,
    post_count integer,
    highest_post integer,
    time_of_last_post integer
)

create table posts (
    board_name test,
    thread_no integer,
    post_no integer,
    date_time text,
    name text,
    trip text,
    email text,
    id text,
    html text,
    bbcode text,
    textonly text
)


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List