openpgp4fpr:893db938c4f55dcd2dcf9904a46ad0c21f1f9dcf
This file contains 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
package main | |
import ( | |
"fmt" | |
"image/color" | |
"log" | |
"os" | |
_ "embed" |
This file contains 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
Creative Commons Legal Code | |
CC0 1.0 Universal | |
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE | |
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN | |
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS | |
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES | |
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS | |
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
This file contains 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
*://bleepcoder.com/* | |
*://githubja.com/* | |
*://www.gitmemory.com/* | |
*://giters.com/* | |
*://www.giters.com/* | |
*://githubmemory.com/* | |
*://githubmate.com/* | |
*://www.wenyanet.com/* | |
*://issueexplorer.com/* | |
*://opensourcelibs.com/* |
I'm a Student 📚, Programmer 👨💻 , Inventor 🛠
https://palashbauri.in 🏠 / heypalash@yandex.com 📩 / hey@palashbauri.in 📩
I build open source software with Python and JavaScript and sometimes C/C++, BTW I'm also learning Rust to build more safer and faster applications.
This file contains 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
import cv2 | |
import numpy as np | |
#from skimage.measure import compare_ssim | |
from skimage.metrics import structural_similarity | |
import click | |
@click.command() | |
@click.option("-o" , "--output" , default = None , type=str , help = "Output File") | |
@click.argument("image1" , type = str) |
This file contains 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
from bs4 import BeautifulSoup as bs | |
import sys | |
import requests | |
def main(): | |
if len(sys.argv) == 2: | |
URL = sys.argv[1] | |
soup = bs(requests.get(URL).content , "html.parser") | |
for image in soup.find_all("img"): | |
if image["src"]: |
This file contains 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
import json | |
import pandas as pd | |
import sys | |
import requests | |
COLS = {'agebracket': 'AGE', 'backupnotes': 'BACKUP NOTES', 'contractedfromwhichpatientsuspected': 'SUSPECTED INFECTION FROM PATIENT', 'currentstatus': 'STATUS', 'dateannounced': 'ANNOUNCED DATE', 'detectedcity': 'DETECTED CITY', 'detecteddistrict': 'DETECTED DISTRICT', 'detectedstate': 'DETECTED STATE', 'estimatedonsetdate': 'ESTIMATED ONSET DATE', 'gender': 'GENDER', 'nationality': 'NATIONALITY', 'notes': 'NOTES', 'patientnumber': 'PATIENT NUMBER', 'source1': 'SOURCE 1', 'source2': 'SOURCE 2', 'source3': 'SOURCE 3', 'statecode': 'STATE CODE', 'statepatientnumber': 'STATE PATIENT NUMBER', 'statuschangedate': 'STATUS CHANGE DATE', 'typeoftransmission': 'TYPE OF TRANSMISSION'} | |
RCOLS = ["PATIENT NUMBER" , "AGE" , "GENDER" , "STATUS", "ANNOUNCED DATE" , "TYPE OF TRANSMISSION" ,"DETECTED CITY" , "DETECTED DISTRICT" , "DETECTED STATE" , "STATE CODE" , "NATIONALITY" , "STATE PATIENT NUMBER" , "STATUS CHANGE DATE" , "SUSPECTED INFECTION FROM PATIENT" , "E |
This file contains 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
#### 🐹 English | |
* The Truman Show - 86/100 | |
* Eternal Sunshine of Spotless Mind - 84/100 | |
* The Martian - 80/100 | |
* Good Will Hunting - 88/100 | |
* Snowpiercer - 75/100 | |
#### 🐹 Bengali | |
* Gumnaami (গুমনামি) - 75/100 |
This file contains 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
Verifying my Blockstack ID is secured with the address 1KTja9cQhBM3p4fgSjWk9YfdXumLgShGeQ https://explorer.blockstack.org/address/1KTja9cQhBM3p4fgSjWk9YfdXumLgShGeQ |
NewerOlder