Just my personal life online !
admin
This user hasn't shared any biographical information
Posts by admin
4 weeks in my new day job (first real job)
Sep 11th
Everyday I am doing programming in Python + design and other stuff,
well coding in python 8:30 to 6 everyday has made me much much better at python programming, I have code 2-3 apps in Python for uni projects and some hoppy project (app engine), now I love coing in python, is just really simple, after work I also working on my capstone project coding in Java and a bit opengl, and i already forget the ; after the line hahahahaha
anyways, these 4 week I have made Vim my main text editor, I love the key short cuts, I found myself hitting : in other non vim editor ~ haha
anyways the problems I have with test case generator is almost solved, is really hard stuff !! I learn so much about testing and test combinations now ~
hmm, since I am doing so much python I might restart my hobby projects I did for app engine, i was thinking to use java or jruby in app engine since I wanna learn ruby and java i have more experience, well now I think python is the best choice to do my app engine project, since I already have one py app engine app and python I think coding in py makes my type less to do that same stuff, anyways, gonna learn how the app engine datastore works, shit now I am thinking about starting an other project when my iPhone and Android project haven't gone anywhere yet ! lol
Dear Blog
Sep 11th
My Friend winters is dating a pretty hot girl,
I just went over to his place to check her out + help with some pc problem.
she is ok ~ Good luck winters ~
Pairwise testtools
Sep 11th
Pairwise (a.k.a. all-pairs) testing is an effective test case generation technique that is based on the observation that most faults are caused by interactions of at most two factors. Pairwise-generated test suites cover all combinations of two therefore are much smaller than exhaustive ones yet still very effective in finding defects.
http://www.pairwise.org/tools.asp
This morning, I spend 30 mins to fork allpair perl code to python, 300 lines in then suddenly I just thought, why don't I just google it there must be sth in python already and there they are allpair in python, awesome.
aetg.PDF
Sep 9th