Skip to content

Instantly share code, notes, and snippets.

View iamvee's full-sized avatar
🐝
let it 🐝

Vahid Naeini iamvee

🐝
let it 🐝
  • Texas, USA
  • 13:18 (UTC -05:00)
View GitHub Profile
@iamvee
iamvee / covid_19.ipynb
Last active March 14, 2020 19:40
COVID-19 timeseries by country
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iamvee
iamvee / course.scripts.sh
Created March 27, 2020 19:40
search course subtitles to find the videos
function course-find-word() {
egrep -i $1 ./**/*.vtt -B1
egrep -i $1 ./**/*.vtt -B1 | grep -o '.*[0-9][0-9][0-9] - ' | sort | uniq | wc
}
@iamvee
iamvee / khalil.v1.svg
Last active May 21, 2020 15:33
لوگو آشپزی خلیل عقاب Khalil Oghab Cooking Logo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iamvee
iamvee / info.md
Last active May 23, 2020 09:45
info.md
خورشت کلم پلو کوکو دم‌پخت ماهی‌پلو قلیه ماهی آش کوفته خورشت کرفس دلمه سوپ آش غوره آش ماست آش شلغم ترش‌تره
برگ چغندر TRUE FALSE FALSE FALSE FALSE FALSE TRUE FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE
ترخون FALSE TRUE FALSE TRUE FALSE FALSE FALSE TRUE FALSE TRUE FALSE FALSE FALSE FALSE FALSE
تره TRUE TRUE TRUE TRUE FALSE FALSE TRUE TRUE FALSE TRUE TRUE TRUE TRUE TRUE FALSE
جعفری TRUE FALSE TRUE FALSE TRUE FALSE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE
ریحان FALSE TRUE FALSE TRUE FALSE FALSE FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE FALSE
سیر FALSE FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE
شاهی FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE FALSE
شلغم FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE FALSE
شملیز TRUE FALSE FALSE FALSE TRUE TRUE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE
@iamvee
iamvee / cruptocurrencies_prices.py
Last active June 8, 2020 10:50
BTC and ETH prices
import urllib.request
import json
import pprint
currencies = ["USD","EUR","IRR"]
coins = ["BTC","ETH"]
coins_str = ",".join(coins)
currencies_str = ",".join(currencies)
import setuptools
setuptools.setup(
name="jalinux",
version="0.0.2",
author="Vahid Naeini",
install_requires=['docutils>=0.3'],
author_email="naeini.v@gmail.com",
description="A small example package",
@iamvee
iamvee / gist:b310d70e47cb180104a9ff6a7940f775
Last active November 21, 2021 16:37
facial landmarks detection
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iamvee
iamvee / template.ipynb
Last active January 31, 2021 21:51
tweets
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.