Skip to content

Instantly share code, notes, and snippets.

View entrptaher's full-sized avatar
🎯
Focusing

Md. Abu Taher entrptaher

🎯
Focusing
View GitHub Profile

If anyone wants to download old chrome versions for testing purpose, here is a link for them, But be aware that the old versions might have dependency problems.

You can download the .deb files from here,

In windows, you can try these,

/**
* Usage:
* import { storage } from "./tab-storage";
* storage(id).set("something", "foo");
* storage(id).get("something"); // => foo
*/
/**
* Get a storage using the localStorage
* @param {String} dbKey some key to identify main storage

If the full name is in A1 column, then copy the following and paste on another column. Select all rows and paste to those cells as well.

=IF(ISERROR(split(substitute(REGEXREPLACE(A1, "[^a-z. A-Z]+", "")," ","~",1),"~")),,split(substitute(REGEXREPLACE(A1, "[^a-z. A-Z]+", "")," ","~",1),"~"))
#!/usr/bin/env python
import simplejson
import sys
import yaml
print yaml.dump(simplejson.loads(str(sys.stdin.read())), default_flow_style=False)
@entrptaher
entrptaher / 0-rules.md
Last active March 8, 2019 10:50
Fun task for CEA

সুযোগঃ

  • গুগল ইউটিউব সহ সব কিছু ব্যবহার করা যাবে।
  • ক্রোমে Scratch JS ব্যবহার করা যাবে। ফায়ারফক্সে Scratchpad ব্যবহার করা যাবে।
  • codepen কিংবা jsbin এ example.com এর কোড কপি করে ওখানেও করা যাবে।
  • সবাই মিলে করা যাবে। একা একাও করা যাবে।
  • পুরোপুরি ১০০% অপেন।
{
"data":{
"communities":[
{
"id":"72946f0e-0894-45c6-9c80-243ea7c68310",
"createdAt":"2019-03-07T07:10:55.905Z",
"name":"Vanila",
"slug":"vanila",
"description":"Vanila.io is community of developers and designers. Short word, creators.",
"website":"https://vanila.io",
class LoginExample {
// launches our browser
async initBrowser() {}
// creates a new tab
async initPage() {}
// if we give cookie, it uses that
async setCookie() {}
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
sudo apt-get update
sudo apt-get install -y mongodb-org