Skip to content

Instantly share code, notes, and snippets.

View voidstar0's full-sized avatar
🏴‍☠️

nil voidstar0

🏴‍☠️
View GitHub Profile
const esprima = require('esprima');
const fs = require('fs')
function isDecodeFuncName(node) {
return (node.type === 'MemberExpression')
&& (node.object.name === 'A1aa')
}
const entries = [];
@voidstar0
voidstar0 / ruby.json
Created February 24, 2019 19:15
Ruby User Snippets for VSC
{
"Create class": {
"prefix": "cla",
"body": ["class ${1:ClassName}\n", "\tdef initialize", "\tend", "end"],
"description": "Create a class"
},
"Create module": {
"prefix": "mod",
"body": ["module ${1:ModuleName}\n", "end"],
"description": "Create a module"
@voidstar0
voidstar0 / hello_world.rb
Created February 25, 2019 15:38
Hello World Examples
class HelloWorld
def initialize(name)
@name = name.capitalize
end
def sayHi
puts "Hello !"
end
end
hello = HelloWorld.new("World")
@voidstar0
voidstar0 / dog.gif
Last active November 28, 2019 20:42
dog.gif
@voidstar0
voidstar0 / ok
Last active November 28, 2019 20:44
ok
Black Lives Matter!
Please check out ways you can help out the movement:
https://blacklivesmatters.carrd.co/
@voidstar0
voidstar0 / pooky_cookies.js
Created September 26, 2020 04:38
Pooky Cookies
module.exports = class PookyCookies {
/**
* PookyCookies, used to generate a unique
* set of cookies for the Supreme checkout
* process.
*/
constructor(region, aesKey, encKey, decKey) {
this.region = region
this.pookyConstants = {
'pooky_telemetry': 45,
@voidstar0
voidstar0 / captcha.js
Last active May 13, 2023 00:44
PX Stuff Cleaned up
/** @license Copyright (C) 2014-2019 PerimeterX, Inc (www.perimeterx.com). Content of this file can not be copied and/or distributed. **/
!function () {
"use strict";
try {
atob;
} catch (n) {
var t = function (t) {
var n = [],
o = void 0,