- International Space Station
Pinned Loading
-
-
simpleluks.sh
simpleluks.sh 1#!/bin/sh
2COMMAND=$1
3FILENAME=$2
4FILESIZE=$3
5usage() {
-
fizzbuzz.asm
fizzbuzz.asm 1; to compile and run:
2; nasm -f elf64 -l fizzbuzz.lst fizzbuzz.asm
3; gcc -o fizzbuzz fizzbuzz.o
4; ./fizzbuzz
5 -
compare_wifi.rb
compare_wifi.rb 1#!/usr/bin/env ruby
2require 'rubygems'
3require 'json'
4require 'pony'
5require 'text-table'
-
Intercept AJAX Tampermonkey Script
Intercept AJAX Tampermonkey Script 1(function() {
2'use strict';
3XMLHttpRequest.prototype.realOpen = XMLHttpRequest.prototype.open;
4var myOpen = function(method, url, async, user, password) {
5console.log('h00ked', url);
-
amzn - ebay arbys
amzn - ebay arbys 1const Xray = require('x-ray');
2const xray = Xray();
3const Promise = require('promise');
4const request = require('request');
5const numeral = require('numeral');
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.