Skip to content

Instantly share code, notes, and snippets.

View maisnamraju's full-sized avatar

Maisnam Raju Singh maisnamraju

View GitHub Profile
@maisnamraju
maisnamraju / multiple_ssh_setting.md
Created March 14, 2022 15:04 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
[{
name: "John Doe",
avg_score: 76,
progress: 79
},
{
name: "Jane Doe",
avg_score: 90,
progress: 80
},
@maisnamraju
maisnamraju / .block
Last active January 5, 2022 01:46 — forked from tlfrd/.block
Bubble Chart
license: mit
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@maisnamraju
maisnamraju / .gitlab-ci.yml
Created November 25, 2021 14:13 — forked from zuffik/.gitlab-ci.yml
Gitlab CI config for elastic beanstalk and nestjs app
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,
@maisnamraju
maisnamraju / invite-user.ts
Last active April 18, 2020 12:04
Zeit now routing issue with CORS error
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
}