Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html lang="en">
<head>
<title>status</title>
</head>
<body>
<style>
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
function say(str, iterations) {
let total = str;
for (let i = 0; i < iterations; i++) {
let count = 0;
let output = '';
for (let i = 0; i <= total.length; i++) {
if (i === 0 || total[i] === total[i - 1]) {
@eknowles
eknowles / maderas.txt
Created September 4, 2019 13:54 — forked from heywoodlh/maderas.txt
Clone of the arsenal, armory & library by Maderas (@hackermaderas) -- https://pastebin.com/v8Mr2k95
The arsenal, armory & library by Maderas (@hackermaderas, #CyberpunkisNow) 6/8/2019
Original / 1st version here: https://pastebin.com/rMw4WbhX
___________________________________________________________________________________
# Basic knowledge requirements for Red Teaming, PenTesting, Hacking & Cybersecurity
# These are the basic competencies expected (and tested for during the in-person technical interview) by one of the largest, most visible InfoSec companies # on Earth.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import { PlatformRegion, PlayerSeason, Player, PubgAPI, Season } from 'pubg-typescript-api';
const API_KEY = '';
class Analysis {
public api: PubgAPI;
public playerName: string;
// @ts-ignore
private seasons: Season[];
// @ts-ignore
@eknowles
eknowles / stunjelly.svg
Created December 13, 2017 23:32
stunjelly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
/*tslint no-cond-assign: "error"*/
// d3-flextree
// Node-link tree diagram using the Reingold-Tilford "tidy" algorithm,
// as improved by A.J. van der Ploeg, 2013, "Drawing Non-layered Tidy
// Trees in Linear Time".
import { hierarchy } from 'd3-hierarchy';
const defaultSeparation = (a, b) => a.parent === b.parent ? 1 : 2;
@eknowles
eknowles / index.html
Last active April 18, 2017 09:47
d3 minimap
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Glance</title>
<script src="https://d3js.org/d3.v4.min.js"></script>
<style>
@eknowles
eknowles / affirmation
Created November 16, 2016 15:53
MuleSoft Contributor Agreement Acceptance by Edward Knowles
I, Edward Knowles, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Wed Nov 16 2016 15:53:20 GMT+0000 (GMT)