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
#! /usr/bin/env python3 | |
# pip install pytesseract | |
# | |
# Simple cli ocr using pytesseract library | |
# License MIT | |
# Author JS.0N | |
import os | |
import sys | |
import numpy as np |
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
taskkill.exe /im "steam*" /f |
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
{ | |
"name": "Brackets panda vscode port", | |
"type": "dark", | |
"colors": { | |
"sideBarTitle.foreground": "#bbbbbb", | |
"foreground": "#E6E6E6", | |
"errorForeground": "#FF4B82", | |
"activityBar.background": "#222223", | |
"activityBar.foreground": "#E6E6E6", | |
"activityBar.border": "#222223", |
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
## SYSTEM | |
alias wtf='sudo dmesg' | |
alias please='sudo' | |
alias t='tree --charset=UTF8 -L 1 -I "node_modules"' | |
alias tt='tree --charset=UTF8 -L 2 -I "node_modules" ' | |
alias ttt='tree --charset=UTF8 -L 3 -I "node_modules"' | |
alias tttt='tree --charset=UTF8 -L 4 -I "node_modules"' | |
alias ttttt='tree --charset=UTF8 -L 5 -I "node_modules"' | |
## GIT |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE fullrecall [ | |
<!ELEMENT fullrecall (category?)> | |
<!ELEMENT category (item?)> | |
<!ELEMENT item (q, a)> | |
<!ELEMENT q (#PCDATA)> | |
<!ELEMENT a (#PCDATA)> | |
<!ATTLIST fullrecall core_version CDATA #IMPLIED | |
time_of_start CDATA #REQUIRED> | |
<!ATTLIST category name CDATA #REQUIRED |