Skip to content

Instantly share code, notes, and snippets.

View Isaac-Tait's full-sized avatar
🏠
Learning from home

Isaac Tait Isaac-Tait

🏠
Learning from home
View GitHub Profile
{
"books": {
"0": {
"book": {
"version_id": "369",
"name": "Genesis",
"abbr": "Gen",
"ord": "1",
"book_group_id": "0",
"testament": "OT",

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@Isaac-Tait
Isaac-Tait / data.json
Last active March 5, 2020 01:37
Text to Binary Conversion json
[
{
"keycode" : "65",
"key" : "a",
"binary" : "01100001"
},
{
"keycode" : "66",
"key" : "b",
"binary" : "01100010"