public marks

PUBLIC MARKS from decembre with tags tool & java

August 2010

JSMin (Online Javascript version of this Tool) - A filter which removes comments and unnecessary whitespace from JavaScript files

by 1 other
JSMin is a filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads. It also encourages a more expressive programming style because it eliminates the download cost of clean, literate self-documentation.You can automate this process with a minimizing application which you can find here and an on-line javascript version here ______ You should note that while comments are useful for maintaining the code, they are a liability itself in Javascript since they will be transmitted along with the code to each and every page load, which can create substantial bandwidth penalties and increase the load time of your page for users. This doesn't mean you shouldn't comment your code, just that once your code is "finished" you should make a backup copy with the comments, then strip out all the comments in the file which is actually sent to the user.

April 2010

Inspecteur SIP: Le testeur de signal SIP! (VOIP Freephonie) - PenTestIT

vous pouvez l'utiliser pour effectuer des reconnaissances sur votre VoIP cible. SIP inspecteur est un utilitaire puissant pour tester et dépanner divers cas de signalisation SIP. L'outil fournit une base JAVA, interface graphique intuitive pour créer différents scénarios de signalisation SIP. Peu importe, si vous êtes un débutant et ne connais pas beaucoup sur SIP, par défaut scénarios sur l'UAC et SAMU sont déjà présents. Une autre bonne option sur cet outil est que vous pouvez envoyer les paquets RTP partir d'un fichier pcap capturés.

March 2010

FreshDelicious :Delicious

by 2 others
Quickly and easily showed that my recently assembled bookmark collection had a surprising number of dead links. This great tool should be better publicized to all delicious users to help us keep our bookmarks up-to-date!!

August 2009

JavaScript Deobfuscator - Show you what JavaScript gets to run on a web page,

This add-on will show you what JavaScript gets to run on a web page, even if it is obfuscated and generated on the fly. Simply open JavaScript Deobfuscator from the Tools menu and watch the scripts being compiled/executed.

JDownloader - Java - Simplifie le téléchargement de fichiers depuis les Hébergeurs comme Rapidshare.com ou Megaupload.com

by 2 others
JDownloader est en open source, plateforme indépendante et totalement écrit en Java. Il simplifie le téléchargement de fichiers depuis les Hébergeurs comme Rapidshare.com ou Megaupload.com - pas uniquement pour les utilisateurs possédant un compte Premium mais également pour ceux qui ne paient pas. Il offre un téléchargement en flux continu, la reconnaissance Captcha, la décompression automatique des fichiers et bien plus. Bien sur, JDownloader est entièrement gratuit. De plus, de nombreux "liens d'encodage" sont supportés - il vous suffit de coller le lien "codé" et JD fera le reste. JD peut importer les CCF, RSDF et les nouveaux fichiers DLC .

Test de bande passante - libellules.ch

Mesure de bande passante montante, descendante, latence

May 2009

Regular Expressions - Popular Tools, Utilities and Programming Languages That Support Regular Expressions - Specialized Tools and Utilities for Working with Regular Expressions - TutorialTools & LanguagesExamplesBooks & Reference

These tools and utilities have regular expressions as the core of their functionality. grep - The utility from the UNIX world that first made regular expressions popular PowerGREP - Next generation grep for Microsoft Windows RegexBuddy - Learn, create, understand, test, use and save regular expressions. RegexBuddy makes working with regular expressions easier than ever before. General Applications with Notable Support for Regular Expressions There are a lot of applications these days that support regular expressions in one way or another, enhancing certain part of their functionality. But certain applications stand out from the crowd by implementing a full-featured Perl-style regular expression flavor and allowing regular expressions to be used instead of literal search terms throughout the application. EditPad Pro - Convenient text editor with a powerful regex-based search and replace feature, as well as regex-based customizable syntax coloring.