Skip to main content

Home/ Nerdzr/ Group items tagged Net

Rss Feed Group items tagged

Jac Londe

Scripting News: WikiLeaks on the run - 0 views

  • ikiLeaks says you can find them through wikileaks.ch, which redirects to a dotted ID. People exchange this information on Twitter. So in a weird sneaker-net sort of way we have implemented a human DNS.
  • All the while there's a huge glaring 800-pound-gorilla elephant-in-the-room size contradiction. The pols say that businesses can't support WikiLeaks, but the Guardian and the NY Times and the newspapers in Pakistan, Indonesia, Israel -- all over the world -- they're businesses too. So if they're really serious about this, we're in First Amendment territory. They ought to be careful, because the politicians depend on these businesses to sell their product. Without them, they have no way to lie to us.   See the problem isn't that WikiLeaks is lying, the problem is that they're telling the truth. This is not business as usual. 
  • It seems to me that at the end of this chain is BitTorrent. That when WikiLeaks wants to publish the next archive, they can get their best practice from eztv.it, and have 20 people scattered around the globe at the ends of various big pipes ready to seed it. Once the distribution is underway the only way to shut it down will be to shut down the Internet itself.
Jac Londe

RockXP - 1 views

  •  
    Small Warning: RockXP is a tool that allows you to retrieve password. To do that, RockXP uses a third part tool called Pwdump2.exe which is an opensource
Jac Londe

Introduction à PHP - 0 views

  • Qu'est-ce que PHP? PHP est un langage interprété (un langage de script) exécuté du côté serveur (comme les scripts CGI, ASP, ...) et non du côté client (un script écrit en Javascript ou une applet Java s'exécute sur votre ordinateur...). La syntaxe du langage provient de celles du langage C, du Perl et de Java. Ses principaux atouts sont : Une grande communauté de développeurs partageant des centaines de milliers d'exemples de script PHP ; La gratuité et la disponibilité du code source (PHP est distribué sous licence GNU GPL) ; La simplicité d'écriture de scripts ; La possibilité d'inclure le script PHP au sein d'une page HTML (contrairement aux scripts CGi, pour lesquels il faut écrire des lignes de code pour afficher chaque ligne en langage HTML) ; La simplicité d'interfaçage avec des bases de données (de nombreux SGBD sont supportés, mais le plus utilisé avec ce langage est MySQL, un SGBD gratuit disponible sur de nombreuses plateformes : Unix, Linux, Windows, MacOs X, Solaris, etc...) ; L'intégration au sein de nombreux serveurs web (Apache, Microsoft IIS, etc.).
  • Origines de PHP Le langage PHP a été mis au point au début d'automne 1994 par Rasmus Lerdorf. Ce langage de script lui permettait de conserver la trace des utilisateurs venant consulter son CV sur son site, grâce à l'accès à une base de données par l'intermédiaire de requêtes SQL. Ainsi, étant donné que de nombreux internautes lui demandèrent ce programme, Rasmus Lerdorf mit en ligne en 1995 la première version de ce programme qu'il baptisa Personal Sommaire Page Tools, puis Personal Home Page v1.0
Jac Londe

PHP Simple HTML DOM Parser - 0 views

  • A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
  • // Create DOM from string $html = str_get_html('<div id="hello">Hello</div><div id="world">World</div>'); $html->find('div', 1)->class = 'bar'; $html->find('div[id=hello]', 0)->innertext = 'foo'; echo $html; // Output: <div id="hello">foo</div><div id="world" class="bar">World</div>
Jac Londe

Amarino - "Android meets Arduino" - 0 views

  • make thoses phone events visible somewhere else, on your wearable, in your living room, on your robot, in your office or where ever you want it to occur? Or would you like to use your smartphone sensors, like the accelerometer, light sensor, compass or your touchscreen to control other devices? 'android meets arduino' is a toolkit, basically consisting of an Android application and an Arduino library which will help you to interface with your phone in a new dimension. You can build your own interfaces almost without any programming experience.
    • Jac Londe
       
      L'Objet allié au Script par excellence Quoi de plus intéressant que de découvrir de nouveaux outils qui permettent de trancender la réalité. La virtualité transmue la réalité à distance. Le téléphone intelligent Le système d'opération Le réseau universel La plate-forme robotique Les logiciels de création Les applications
Jac Londe

Flash Disinfector - 0 views

  •  
    Désinfecte les clés usb et les carte SD et les disques amovibles
Jac Londe

How to send email to a phone - 0 views

  •  
    ::: It works ! :::
Jac Londe

Fullscreen Image 3D Effect with CSS3 and jQuery - 0 views

  • Fullscreen Image 3D Effect with CSS3 and jQuery
‹ Previous 21 - 36 of 36
Showing 20 items per page