Skip to content

Instantly share code, notes, and snippets.

View jesseky's full-sized avatar
🌴
On vacation

Jesse jesseky

🌴
On vacation
  • 中国 深圳
View GitHub Profile
@jesseky
jesseky / CertificateGeneration.sh
Created January 10, 2018 03:25 — forked from sandfox/CertificateGeneration.sh
TLS certificate inspection example (using nodejs)
###
#Step 1 - Generate server certificates etc... (most of this code is horribly ripped off from nodejs docs currently -> http://nodejs.org/docs/latest/api/tls.html)
###
#Assuming your starting from a clean directory
mkdir server
cd server
#generate private key
@jesseky
jesseky / Excel.php
Created December 9, 2017 09:18 — forked from ihumanable/Excel.php
Simple Excel Writer in PHP
<?php
/**
* Simple excel writer class with no external dependencies, drop it in and have fun
* @author Matt Nowack
* @link https://gist.github.com/ihumanable/929039/edit
* @license Unlicensed
* @version 1.0
*/
class Excel {
@jesseky
jesseky / 0_reuse_code.js
Created December 21, 2015 06:25
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console