My latest programming project is a…….finger nail polish random color generator?
Posted by JaymZZZ in Fun Things, Personal Life on January 11, 2012
So, I have to admit, this was not my idea. Eli came up with this. For those that do not know me, Eli is my wife. I have had a spell of coder’s block lately, and so she gave me a simple task:
“I want a program that can tell me what color to paint my nails every night”
CHALLENGE ACCEPTED!
It took a few minutes. I think it was about 30…so not bad, but the end product is pretty OK. It’s not in English because all of her Bulgarian friends think it’s the coolest thing since sliced bread…
dls4.me – Share your deals on twitter or facebook with this great URL shortener
Posted by JaymZZZ in Personal Life, PHP, Technical Writing on November 20, 2011
I recently wrote a URL shortener specifically designed for sharing deals on the internet. Let’s say, for example, that someone finds a nice phone or tablet on the internet, and they want to share it with friends. On dls4.me, all a user has to do is enter the product name, the price, and the URL, and a shortened URL with an optional message gets generated. Sharing deals has never been easier with dls4.me
Site URL:
dls4.me
dls4.me – Share your deals on twitter or facebook with this great URL shortener
Posted by JaymZZZ in PHP, Technical Writing on November 20, 2011
I recently wrote a URL shortener specifically designed for sharing deals on the internet. Let’s say, for example, that someone finds a nice phone or tablet on the internet, and they want to share it with friends. On dls4.me, all a user has to do is enter the product name, the price, and the URL, and a shortened URL with an optional message gets generated. Sharing deals has never been easier with dls4.me
Site URL:
dls4.me
Updated Erlang-C PHP Class
Posted by JaymZZZ in Personal Life on November 20, 2011
I have made some changed to the Erlang-C class I had originally posted because I found several faults. The new version has several improvements over the previous version:
* – Added ability to display or supress error messages so that errors will not break the output
* – Added ability to update values without having to call the class all over again (set_parameter() function)
* – Remove redundant error checking. The prior version was validating data at each step. Improved process by 500%
* – Renamed all functions for easier reading and understanding.
* – Added debug options. Allows for user to see what each step of the class is doing.
The link to the class is here:
http://jaymzzz.com/2011/01/php-class-for-erlang-c-call-center-calculations/
A long-needed Update…
Posted by JaymZZZ in Personal Life on July 29, 2011
It has been quite a while since I have had time to update the site or anything related to it. Mainly because there is little news to talk about. Days go by, so do weeks, and little by little all I realize is that I am a little older than before, and my child is a little taller than before (and a lot more talkative, primarily 4-letter words). I have been working on a few projects, both personal and work related.
Android Control Panel
The idea of an Android control panel came up as a proof-of-concept and so I decided to work on it. It does have potential, and there really is no better platform than Android for development
BM
Ryan Uber had written a wonderful application for datacenter provisioning. It is, however, a little rough around the edges, considering it is really old so I decided it is time for a refresh…
Project Redux
I have an old dating site that I decided should be defibrillated and brought back from the near-dead. 11,000 lines of PHP goodness and counting, but I am rewriting it from the ground-up to make it a modular social networking site.