Skip to content

Instantly share code, notes, and snippets.

View Gictorbit's full-sized avatar
😎

Viktor Ghorbali Gictorbit

😎
View GitHub Profile
#!/usr/bin/env python3
import requests
import bs4
from urllib.parse import unquote
import json
import getpass
def getLoginData()->dict:
global simaHost,session
@Gictorbit
Gictorbit / article-style.css
Created October 25, 2020 16:52
GoldenDict css style to fix farsi problem
body{
font-family: "vazir";
line-height: 25px;
}
.bglrtl{
white-space: pre-wrap !important;
}
.bglrtl b{
@Gictorbit
Gictorbit / lenovoDriverDownloader.py
Created August 7, 2020 02:58
a simple python script to download all dirvers for lenovo laptops
import requests
import json
from prettytable import PrettyTable
import os
def main():
baseURL='https://pcsupport.lenovo.com/us/en/api/v4/downloads/drivers?productId='
productID='laptops-and-netbooks/legion-series/legion-y540-15irh-pg0/81sy'
url=baseURL+productID
@Gictorbit
Gictorbit / iran-nationalcode-location.json
Created May 6, 2020 00:27
json کد شهرستان و استان برای کد ملی فایل
{
"000": {
"province": "-",
"city": "-"
},
"001": {
"province": "تهران",
"city": "تهران مرکزی"
},
"002": {
@Gictorbit
Gictorbit / university-dataset.txt
Last active May 6, 2020 00:44
a db dataset sample for "dbis-uibk.github.io"
group: university
stud = {
sn:number, sname:string,city:string,avg:number,clgn:number
71133848,mohammady,tehran,17.24,10
72130502,vakili,isfahan,14.06,10
72203305,alinaghizadeh,mashhad,16.42,1
73120504,kamani,yazd,17.56,4