954,033 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

what are you coding today?

today i didnt code yet, there is an issue with a client, their record entry on the server application seems different in the pocket pc application, i try to understand the problem. i am running unix commands and trying to see the traces between drivers and interfaces. i hope to find the error in the rest of the day.
the problem is i can not regenerate the error, so i cant blame any portion of the application. now i think i will login to their environment to see their traces. let's see..

serkan sendur
Postaholic
Banned
2,062 posts since Jan 2008
Reputation Points: 854
Solved Threads: 127
 

A small JIT compiler/runtime assembler thing. Lost all the code I had on a thumb drive, so I have to start over(better this time).

MosaicFuneral
Posting Virtuoso
1,691 posts since Nov 2008
Reputation Points: 888
Solved Threads: 116
 

A small game in flash AS2 which allows the user to create their own stages using a grid of different objects. Ill probably upload it to deviantart.com or something when i'm finished. Though I haven't done much recently as I have my exams now. A spanish speaking exam tomorrow which i'm terrified to go into, and about another 10+ big exams within the next week... wish me luck :icon_rolleyes:

William Hemsworth
Posting Virtuoso
1,591 posts since Mar 2008
Reputation Points: 1,429
Solved Threads: 129
 

A gui toolkit. For the last five months.

EDIT: that's 3 months. I can't even count. Makes you wonder if I should even be programming.

scru
Posting Virtuoso
1,629 posts since Feb 2007
Reputation Points: 975
Solved Threads: 140
 

learning algorithms

algorithm that generates random numbers.

NicAx64
Posting Pro
534 posts since Mar 2009
Reputation Points: 86
Solved Threads: 43
 

(trying to) draw fractals in Python. Completely useless, but fun to do :)

Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 

I am trying to learn coldfusion now-a-days so stuck with it

kateloe
Newbie Poster
11 posts since May 2009
Reputation Points: 10
Solved Threads: 1
 

I am writing an expression parser which acts as a calculator. Though i finished the first part. Now i am including user-defined functions into It. Been Working on it for 5 days . There is one bug that needs to be fixed. That is going on spoiling my Code.

However " Picture This"

You write good code with a few errors in it. Then to Replace those errors you edit the code in an arthodox manner. YOu go on doing so and remove all bugs then you find out that all the code you have written is Un-readable/Un-Understandable . Thats where I am :(

Sky Diploma
Practically a Posting Shark
859 posts since Mar 2008
Reputation Points: 673
Solved Threads: 129
 

Not really coding much, but a little compilation and script editing

Trying to upgrade from RedHat Enterprise 2 to a newer version. Yeah, i know its ancient, but it supports some legacy software... crunch time is now upon us, as its EOL is imminent...

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 599
 

My own compression algorithm, which works for folders and all subfiles. It's a challenge, but it seems to be working okay at the moment.

William Hemsworth
Posting Virtuoso
1,591 posts since Mar 2008
Reputation Points: 1,429
Solved Threads: 129
 

I coded for my object oriented design with Java final today. :S Mostly dealt with objects from the Collection heirarchy. I think I did pretty well.:)

Grn Xtrm
Posting Pro in Training
495 posts since Nov 2008
Reputation Points: 100
Solved Threads: 48
 
I coded for my object oriented design with Java final today

Same. I had a final on Java Datastructures and Algorithms, lots on coding your own linked lists and then making stacks and queues from it and then comparing the pros/cons of using lists vs arrays, algorithms for use with circular arrays etc...

wish we got to use the collection class lol, we have to make it all...

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 599
 

I am trying to program a site that uses frames. The address I use for my frame src changes depending on the user's selection. How do I use a variable as a frame src?

lauriedk
Newbie Poster
4 posts since May 2009
Reputation Points: 10
Solved Threads: 0
 

I ain't finding much time apart from my work place to code anything. At workplace I need to build a small router/accounter for text messages that determines from the prefix of the destination (mobile) which gateway to route this message to and to search what price the user has been allotted on that gateway. This needs a lot of db table information in memory as I can't keep querying around for the information and I use the data structures from the Collections package for that.

A small JIT compiler/runtime assembler thing. Lost all the code I had on a thumb drive, so I have to start over(better this time).

You seem to doing something that I find interesting, could you tell us more about it or point to resources ?

Also William is working on another interesting activity of compression. Could you too tell us more ?

verruckt24
Posting Shark
952 posts since Nov 2008
Reputation Points: 485
Solved Threads: 89
 
Also William is working on another interesting activity of compression. Could you too tell us more ?

Basically just doing it for fun. I'm making it in C++, and though creating a good compression algorithm is difficult, trying to maintain the folder structure for decompression is also a challenge. So to do this, i've made a class calledFile, with all the necessary functions to write itself to the main output file (compressed), and a main Compression class which has a tree of all the subfiles to be compressed.

And serkan sendur, I would say this is a pretty decent thread you've started :P

William Hemsworth
Posting Virtuoso
1,591 posts since Mar 2008
Reputation Points: 1,429
Solved Threads: 129
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You