This file contains 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/perl | |
########################################### | |
# Jumping Tux Obfu v0.1_alpha by X-3mE'89 # | |
# Written for Perlmonks.org on 18/07/2k4 # | |
########################################### | |
###################################### | |
# Tools used to create this obfu: # | |
# # |
This file contains 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
/* | |
Briscola.cpp - by X-3mE`89 - http://exxtreme.altervista.org | |
Released under GNU GPL terms | |
Codice per la console Windows preso da http://msdn.microsoft.com | |
Buon divertimento | |
Versione: 0.1 | |
This file contains 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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 3.11.6 Kernel Configuration | |
# | |
CONFIG_64BIT=y | |
CONFIG_X86_64=y | |
CONFIG_X86=y | |
CONFIG_INSTRUCTION_DECODER=y | |
CONFIG_OUTPUT_FORMAT="elf64-x86-64" | |
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig" |
This file contains 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 Barrier = function(obj) { | |
this._barrier = []; // Holds the elements to wait for | |
this._loaded = []; // Holds the elements which have been loaded | |
// Synchronization callback | |
this._sync = obj.sync || function() {}; | |
// Set to true once no other elements are to be added. | |
// Prevents firing the sync callback before all elements |
NewerOlder