show dbs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm verifying ownership of [email protected] at EarnCarrot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm verifying ownership of [email protected] at EarnCarrot. |
##MONGODB & PYTHON
###Ubuntu Install
sudo apt-get install mongodb
pip install pymongo
Table - Collection
Column - Property
Row - Document
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-03-04T17:50:36.301Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-11-17T11:59:30.763Z","extensionVersion":"v3.4.3"} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
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: