fritz4

I just compiled the rxtx v2.2pre3 library (I just call it that way, its the cvs head from 31.6.2010). There are binaries for win32, win64 (untested) and Mac OSX in the package: # file librxtxSerial.jnilib librxtxSerial.jnilib: Mach-O universal binary with 3 ...Read More

ccc-hdl-alex.preview

I just release the Processing Blinkenlights Library. It displays Blinkenlight movies (*.bml) on your screen. Basically the Library parse a .BML file (format description) and display its content as Image on the screen. Get the library on the google code project ...Read More

vaadin-test-thumb

Vaadin is a fancy JAVA Ajax Web Framework. I had some troubles setting up maven2, thats why I created a quick howto: 1) Download and install Vaadin Add-on's Get the Google Map Add-on from the Vaadin Directory and expand the .zip file. ...Read More

vis_tt

If you want to analyze an unknown file for it's content (like a Philips TV firmware image...) it may be useful to create an image out of the binary file. So you can search for patterns. Dan Kaminsky released such ...Read More

displaytag

The last official displaytag release is quite old and there is still a dependency on the old itext v1.x version. Thats why I created an up-to-date snapshot release of revision 1160 with additional patches. Here is a short changelog: reverted this ...Read More

If you need to run a bruteforce attack against some Java classes, you may use John the Ripper. Perhaps not the fastest variant but very easy to set up: john -incremental -stdout | java -cp some.jar:. Digest and Digest.java looks like this: [cc ...Read More

This is just a small collection of 3rd party lib's for iPhone devs Ad Stuff: http://www.mobclix.com/ http://www.admob.com/ http://www.tapjoy.com/ Highscore / Social Gaming: http://www.agon-online.com/ http://www.openfeint.com/ http://corporate.scoreloop.com/index http://plusplus.com/ App tracking: http://www.apprupt.com/ Google Analytics http://www.pinchmedia.com Read More

Some handy Iphone dev hints: Convert images to pvr: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/texturetool -e PVRTC -f PVR --channel-weighting-perceptual --bits-per-pixel-4 -o particle.pvr particle.png Convert .wav to .caf: afconvert -f caff -d ima4@44100 sndBlubBig.wav Static analyze of your code using clang static analyzer: /somepath/checker-0.219/scan-build -k -V xcodebuild Read More

SVN and the build dir…">

If you forget to exclude the ./build directory from svn you'll run into troubles (sooner or later). Xcode error: Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Commit failed (details follow): Error: 155005 (Working copy not locked; this ...Read More

VLC 4 Java">ntm-zoom

I guess you know VLC, there is also a JAVA binding for Java available to download. Edit 2.11.10 // the jvlc repo can be found here: http://code.google.com/p/vlcj/ You can download the jvlc-core-1.0.0-SNAPSHOT.jar - or download the source from the git tree. I ...Read More

PDF Export Class">

Displaytag is a very nice JSP Component to display data lists. If you don't know Displaytag, this article is probably not for you... Anyway Displaytag provides a function to export the list as PDF. Unfortunally there is a problem with large ...Read More

Here are my heavy used Maven2 commands Build Project without Unit Tests: mvn package -Dmaven.test.skip=true Display Dependency Tree: mvn dependency:tree Download all Project Dependencies: mvn dependency:go-offline Deploy JAR into internal Repository (Spring example): mvn deploy:deploy-file -DgroupId=spring -DartifactId=springframework -Dversion=1.2.9 -Dpackaging=jar -Dfile=c:tmpdistspring.jar -DrepositoryId=YOUR-REPO -Durl=scp://cvs.YOUR.REPO.com/java/maven2/ Build Eclipse Project File: mvn eclipse:eclipse Further reading: Professional Java ...Read More