| build date | Sun/Oracle JDK Version | OpenJDK Version | HotSpot VM Version |
|---|---|---|---|
| 2006-11-29 | 1.6.0-b105 | 1.6.0-b105 | |
| 2007-03-14 | 1.6.0_01-b06 | 1.6.0_01-b06 | |
| 2007-06-22 | 1.6.0_02-b05 | 1.6.0_02-b05 | |
| 2007-09-24 | 1.6.0_03-b05 | 1.6.0_03-b05 | |
| 2007-12-14 | 1.6.0_04-b12 | 10.0-b19 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import random | |
| words="ГОВНО СМЕРТЬ ПИЗДЕЦ ХУЙ ДОХНУТЬ ПЕТЛЯ ГОВНО ГОВНО ГОВНО КАЛ ПИЗДА ВИСЕТЬ ДРИСНЯ ДРИСНОГОВНЬ ФЕКАЛИИ СРАТЬ ПОНОС ЖЫДЫ ФАШИСТЫ ПОДЫХАТЬ СМЕРТЬ МОГИЛА ГРОБ КГБ ФСБ МЕНТЫ ТЮРЬМА ПОСАДИЛИ ЗОНА ТЕРРОР ВЗОРВАТЬ ЯДЕРНАЯ НАВОЗ УГОВНИТЬ БЫДЛО СКОТ ПРАВОСЛАВИЕ ЧЕЛОВЕКОЛЮБЕЦ IE САТАНИЗМ ШАРИАТ УБИВАТЬ САМОУБИЙСТВО МАНЬЯК".split() | |
| print " ".join(["<span style='font-size: %(size)d%%; color: #%(color)s; font-family: %(font-family)s %(additional)s'>%(word)s</span>" % { | |
| 'word': random.choice(words), | |
| 'size': random.randint(200, 400), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Copyright (C) 2010 Matthias Buecher (http://www.maddes.net/) | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; either version 2 of the License, or | |
| # (at your option) any later version. | |
| # http://www.gnu.org/licenses/gpl-2.0.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python -tt | |
| import subprocess | |
| airport = '/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport' | |
| def getAirportInfo(): | |
| arguments = [airport,"--getinfo"] | |
| execute = subprocess.Popen(arguments, stdout=subprocess.PIPE) | |
| out, err = execute.communicate() | |
| dict = {} | |
| for line in out.split('\n'): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; MINESWEEPER by RHY3756547 | |
| ; | |
| ; My first DCPU-16 project | |
| ; Feel free to fork and port for operating systems. | |
| ; Heavily commented. :> | |
| ; | |
| ; Twitter: #RHY3756547 | |
| ; ARROW KEYS to move, ENTER to select. | |
| ; F to toggle flag on location. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var parser = document.createElement('a'); | |
| parser.href = "http://example.com:3000/pathname/?search=test#hash"; | |
| parser.protocol; // => "http:" | |
| parser.hostname; // => "example.com" | |
| parser.port; // => "3000" | |
| parser.pathname; // => "/pathname/" | |
| parser.search; // => "?search=test" | |
| parser.hash; // => "#hash" | |
| parser.host; // => "example.com:3000" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Matraka's source code decoded and beautified | |
| // by @tlack | |
| // | |
| // Matraka is a 1005 byte Javascript "demo" by p01. It includes an 'evolving animation' | |
| // and great dirty synth music. View here: | |
| // | |
| // http://www.p01.org/releases/MATRAKA/matraka.png.html | |
| // | |
| // I fondly recall the demo scene of my youth, puzzling over the work of Future | |
| // Creators and those guys. I was puzzled by this worked so I had to figure it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -/macro fio-dec system, june 1963 | |
| 007652 640500 szm=sza sma-szf | |
| 007652 650500 spq=szm i | |
| 007652 761200 clc=cma+cla-opr | |
| - define senseswitch A | |
| - repeat 3, A=A+A | |
| - szs A | |
| - term | |
| - define init A,B | |
| - law B |
OlderNewer