Join 132,130 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,995 people online right now. Registration is fast and FREE... Join Now!
So what are you working on right now? As for me remaking and redesigning, a catalog for the company i work for, and personally I am working on CGI/PERL Stats retriever and other additions such as feedback retriever more like CMS. How about you?
Right now I am working on completing the e-commerce piece for the company I work for. I completed my AES encryption component, the credit card validation control, now I'm working on logging each transaction, building the email receipt from a text file template
Nothing is impossible to do! It is now reading the template, now I'm replacing my template "place holders" (formatted like %%NAME%%, %%ADDRESS%% etc.) with the details from their transaction.
I was contacted earlier with writing a SQL function that you pass it 2 zip codes and it calculates the distance (in miles) between them. I have that 90% completed (been working on that since my last post lol)
My current project is making a mathletics cheat to make entering keypresses instant with a single keypress. Pressing the divide button will make it display 10. Up until now I've been using GetAsyncKeyState, but now that I have ported a low-level keyboard hook to VB.NET it won't need to rely on an inefficient timer anymore.
In the next iteration of development, I plan on making it automatically answer questions by getting a snapshot of the screen, getting the region of the question, cropping it, converting the image to uncompressed TIFF, sending it to tesseract to then parse the image, get the recieved text and then trim the whitespace so I can then calculate it and send it though keypresses.
That whole process takes 3 seconds in VB.NET. I can't do any memory hacking or packet interception, as Flash encrypts both unfortunately for me.
Working on seemingly endless documentation to literally erase 1 line of code. I am talking requirements documentation, tech-design and a unit test plan.
Refining an object-relational framework (think Hibernate, or JPA but more domain specific) that I created a few weeks ago. Also working on a Struts front-end to demo the framework.