Skip to content

Instantly share code, notes, and snippets.

View Announcement's full-sized avatar
💭
Looking for work!

Jacob Francis Powers Announcement

💭
Looking for work!
View GitHub Profile
import java.io.*;
import java.net.*;
import java.text.*;
import java.lang.*;
import java.util.*;
import java.util.Timer;
import java.util.TimerTask;
import javax.swing.*;
@Announcement
Announcement / javac.js
Created May 26, 2014 05:31
JavaScript java compiler
var java = {
io: {
},
util: {
Interface: {
/*
Collection
Comparator
Dequeue
Enumeration
public class Family {
public String Data = "";
public Family Left, Right;
public void Family() {}
public void setData(String a) {
Data = a;
}
public Family getRight() {
if (Right == null || Right.isEmpty()) Right = new Family();
return Right;
/**
* Effective
*/
* { margin: 0; body: 0; }
html,body{ height:100%; }
body{
background: #333;
padding: 4em;
}
article#credits {
@Announcement
Announcement / age.vbs
Created July 16, 2014 23:09
big dick daddy
name= "John Doe"
ageStr= "50"
ageStr10 = CStr(CInt(ageStr)+10)
msgStr= "Your name is" & vbTab & vbTab & name & vbCrLf & "Your age is " & vbTab & vbTab & ageStr & vbCrLf & vbCrLf & "Your Age in 10 years will be...." & ageStr10 & vbCrLf & vbCrLf & "End of Program"
WScript.Echo msgStr
SET WEBSITE = google.com
:BeginDdos
echo What it does:
echo pings localhost for nearest working internet connection
echo releases their ip address
echo throws all of the activity on the network at the website
echo Renews your internet activity to work again
echo repeats if needed
cls
Active Connections
Proto Local Address Foreign Address State
TCP 127.0.0.1:5354 127.0.0.1:49156 ESTABLISHED
[mDNSResponder.exe]
TCP 127.0.0.1:5354 127.0.0.1:49157 ESTABLISHED
[mDNSResponder.exe]
TCP 127.0.0.1:5354 127.0.0.1:49247 ESTABLISHED
[mDNSResponder.exe]
@Announcement
Announcement / Complete.html
Created August 14, 2014 22:29
For new design protocol
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<!-- Definitions -->
<meta name="author"
content="Anonymous">
<meta name="keywords"
@Announcement
Announcement / mimes.txt
Created August 14, 2014 22:31
Simple mime types ripped from somewhere on the internet, probably wikipedia
.3dm x-world/x-3dmf
.3dmf x-world/x-3dmf
.a application/octet-stream
.aab application/x-authorware-bin
.aam application/x-authorware-map
.aas application/x-authorware-seg
.abc text/vnd.abc
.acgi text/html
.afl video/animaflex
.ai application/postscript
@Announcement
Announcement / draw2.js
Last active August 29, 2015 14:06
ijmasodn9oasdnmads
//Framework 4.0
var ascii = {}, color, display, icon, paint, process, text = {}, setColor, shape = {};
function Values(object) {
return Object.keys(object).map(function(v){ return object[v]; });
}
function Animate(a){
var b = a.seconds,
g = a.maximum,
h = a.drawing,
i = a.exhaust,