Skip to content

Instantly share code, notes, and snippets.

View entrptaher's full-sized avatar
🎯
Focusing

Md. Abu Taher entrptaher

🎯
Focusing
View GitHub Profile
<style>
@font-face{
font-family:SutonnyMJ;
src: url(/data/uploads/sutonnymj.ttf) format('truetype');
}
</style>
<textarea style="font-family:SutonnyMJ;"></textarea>
@entrptaher
entrptaher / install.sh
Created March 4, 2020 05:58 — forked from wdullaer/install.sh
Install Latest Docker and Docker-compose on Ubuntu
# Ask for the user password
# Script only works if sudo caches the password for a few minutes
sudo true
# Install kernel extra's to enable docker aufs support
# sudo apt-get -y install linux-image-extra-$(uname -r)
# Add Docker PPA and install latest version
# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
# sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"

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() {}