create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
[{ | |
name: "John Doe", | |
avg_score: 76, | |
progress: 79 | |
}, | |
{ | |
name: "Jane Doe", | |
avg_score: 90, | |
progress: 80 | |
}, |
license: mit |
image: node:10 | |
stages: | |
- build | |
- test | |
- deploy | |
build: | |
stage: build | |
cache: |
[ | |
{ | |
"name":"अहमदनगर", | |
"tahasil" : [ "अकोले", "जामखेड", "कर्जत", "कोपरगाव", "नगर", "नेवासा", "पारनेर", "पाथर्डी", "राहाता", "राहुरी", "संगमनेर", "शेवगांव", "श्रीगोंदा", "श्रीरामपूर" ] | |
}, | |
{ | |
"name":"अकोला", |
[ | |
{ | |
"name":"Ahmednagar", | |
"tahasil" : [ "Akola", "Jamkhed", "Karjat", "Kopargaon", "Nagar", "Nevasa", "Parner", "Pathardi", "Rahta", "Rahuri", "Sangamner", "Shevgaon", "Shrigonda", "Shrirampur" ] | |
}, | |
{ | |
"name":"Akola", | |
"tahasil":[ "Akola", "Akot", "Balapur", "Barshitakli", "Murtijapur", "Patur", "Telhara" ] |
Techniques | |
There are several approaches to memorizing scripture. | |
Erase the words | |
Write the Bible verse on a white board and have everyone read it aloud together. Then erase a word and have them read it again, supplying the erased word. Continue erasing words and reading the verse aloud until all the words are gone. At this point, the entire class should know the verse. | |
Hand write the verse | |
Write the verses down several times by hand until you can do it from memory. | |
In song | |
Many passages of scripture have been set to music. Memorizing the lyrics to a song is a lot easier than memorizing raw text, and the memory will last for years. If the verse you are trying to memorize has already been set to music, switch to the version of the text that matches the song. If it has not been set to music, make up your own tune. Explore different translations of the text to see which one lends itself best to your song. | |
Say it aloud |
[ | |
{ | |
"raw_score": 0.772199294655321, | |
"percentile": 0.7696052319060478, | |
"trait_id": "big5_openness", | |
"significant": true, | |
}, | |
{ | |
"raw_score": 0.6389301482005938, |
import { NowRequest, NowResponse } from '@now/node'; | |
import { query as q } from 'faunadb'; | |
import { v4 as uuidv4 } from 'uuid'; | |
export default async (req: NowRequest, res: NowResponse) => { | |
const { body } = req; | |
console.log(body); | |
// the body field returns as undefined | |
} |