Skip to content

Instantly share code, notes, and snippets.

View b1nary's full-sized avatar

Roman Pramberger b1nary

View GitHub Profile
@b1nary
b1nary / Japanese style
Last active June 17, 2024 20:17 — forked from endolith/Has weird right-to-left characters.txt
Unicode smileys emoticons
⨀_⨀
⨂_⨂
(/◔ ◡ ◔)/
°ﺑ°
(¬_¬)
(´・ω・`)
(ʘ_ʘ)
(ʘ‿ʘ)
(๏̯͡๏ )
(◕_◕)
(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in
@b1nary
b1nary / _.md
Created May 1, 2012 21:44
JSP Homework

*O* Homework *O*

Sooo well done!

package ch.seta.awsomepixelship;
import java.io.IOException;
import java.util.Random;
import javax.microedition.lcdui.Canvas;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
public class ActionCanvas extends Canvas implements Runnable{
@b1nary
b1nary / 1.f
Last active October 1, 2015 01:18
Programming Syntax Evolution (Or some Hallo Worlds)
// Fortran
// Year: 1954–55
// Name: The IBM Mathematical FORmula TRANslating System
Program Hello
Print *, "Hello World!"
End Program Hello
@b1nary
b1nary / Main.java
Last active September 30, 2015 22:27
Java basics
public class Main {
/*
* Vl. aber nur ganz vl macht das Java logisch.
*
* NOTE: Ich erwarte den Preis für die blödesten
* Variablen Namen ;)
*
* Und ja, man schreibt Variablen normal
* nicht alle Gross, sry ^^
@b1nary
b1nary / torrc
Created February 8, 2012 17:39
TORrc - auto get now IP
# place to /etc/tor/torrc
# or simply
# $ tor -f /path/tor/torrc -D /path/to/datadir
SocksPort 9050
SocksListenAddress 127.0.0.1
NewCircuitPeriod 1
MaxCircuitDirtiness 1
EnforceDistinctSubnets 1
@b1nary
b1nary / post_tor_ruby.rb
Created February 8, 2012 17:35
[Ruby] Post form data trough socks
require 'rubygems'
require 'rest-client'
# Socksify is amazing handling Proxys, also Socks like tor
# The proxy is simply aviable in the whole script
require 'socksify'
TCPSocket::socks_server = "127.0.0.1"
TCPSocket::socks_port = 9070
# Create a cookie
@b1nary
b1nary / _.markdown
Created January 28, 2012 11:40
convert text to an binary based Image.

rBinmage

Converts text to Images based on 1 and 0. They can easily get coded and decoded. Works best with gif or Bitmap images.

Needs: rMagick

Example, the Script itself Encrypted:

Binary Image Example