Skip to content

Instantly share code, notes, and snippets.

View bliotti's full-sized avatar
public key cryptography is pretty neat 🔑 🔐

Brian Liotti bliotti

public key cryptography is pretty neat 🔑 🔐
View GitHub Profile

Keybase proof

I hereby claim:

  • I am coinguybri on github.
  • I am coinguybri (https://keybase.io/coinguybri) on keybase.
  • I have a public key ASBLinLcaFYlNKUQQIltY-ZbXOs9DMAQMHfsh3qJRrpqvAo

To claim this, I am signing this object:

const mult = (x, y) => x * y;
const mult3 = (x, y, z) => x * y * z;
const adder = (x, y) => x + y;
const add3 = (x, y, z) => x + y + z;
const isOdd = x => x % 2 !== 0;
const isEven = x => x % 2 === 0;
const spacers = (str, dlim) => str.split(dlim);
const fadd = n => y => n + y;
const fmult = n => y => n * y;
const fadder4 = w => x => y => z => w + x + y + z;

Keybase proof

I hereby claim:

  • I am bliotti on github.
  • I am coinguybri (https://keybase.io/coinguybri) on keybase.
  • I have a public key ASBWF_khF1OmpQAgwno4RMiHsa-IbGnzeWxYsn_30RbHbwo

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bliotti
bliotti / cloudSettings
Last active November 17, 2019 11:59
Visual Studio Code Settings Sync Gist OSX
{"lastUpload":"2019-11-17T11:59:30.763Z","extensionVersion":"v3.4.3"}
@bliotti
bliotti / mongodb_cheat_sheet.md
Created November 18, 2019 05:46 — forked from bradtraversy/mongodb_cheat_sheet.md
MongoDB Cheat Sheet

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@bliotti
bliotti / cloudSettings
Last active March 4, 2020 17:50
Visual Studio Code Settings Sync Gist WINDOWS
{"lastUpload":"2020-03-04T17:50:36.301Z","extensionVersion":"v3.4.3"}
@bliotti
bliotti / gist:bedbe8ebed9352f694a98ac8e2da774b
Created July 24, 2020 01:50
I'm verifying ownership of bliotti@protonmail.com at EarnCarrot.
I'm verifying ownership of bliotti@protonmail.com at EarnCarrot.
@bliotti
bliotti / gist:223bfcb99602f4c22ef36421813fb973
Created July 28, 2020 01:47
I'm verifying ownership of bliotti@protonmail.com at EarnCarrot.
I'm verifying ownership of bliotti@protonmail.com at EarnCarrot.
@bliotti
bliotti / mongodb.md
Created November 18, 2019 05:35 — forked from artieziff/mongodb.md
MongoDb & Python Essentials

##MONGODB & PYTHON

###Ubuntu Install

sudo apt-get install mongodb
pip install pymongo

Table - Collection
Column - Property
Row - Document