Related Posts
FrostWire nearing 1MM lines of Source Code
——————————————————————————– Language files blank comment code ——————————————————————————– Java 6700 230082 339218 818509 HTML 403 8751 4745 72384 XML 70 1112 996 11029 C++ 6 220 317 806 CSS 10 202 132 799 JSP 16 64 606 777 Javascript 5 77 54 571 XSLT 4 134 298 553 XSD 7 40 58 521 Objective C 5 […]
Quick Peek at the next generation of FrostWire for Android (1.0.x)
Try the Android 1.0.0 beta installer Here’s a sneak peak of the next generation flagship file sharing client for the mobile world. This next generation will include a brand new user interface with a more streamlined experience, you’ll be able to search, access and consume your files better than ever with FrostWire for Android, which […]
Java/Reflection notes: Invoking a static main() method from a dinamically loaded class.
Maybe for some wild reason, your Java application will need to execute a pre launcher that won’t know about the Main class it’s supposed to invoke until it’s being executed. For example, you have distributed your Java application but you used pack200 to compress your jars, and your new application launcher will unpack everything, but […]