This file contains hidden or 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" | |
gitignore "github.com/sabhiram/go-gitignore" | |
"io/ioutil" | |
"os" | |
"path" | |
"strings" | |
) |
This file contains hidden or 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 platform | |
import time | |
import os | |
import json | |
import sys | |
import datetime | |
import psutil | |
import prettytable |
This file contains hidden or 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 time | |
import os | |
import psutil | |
import win32gui | |
import win32process | |
import json | |
import sys | |
import prettytable | |
import winsound |
This file contains hidden or 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 string | |
import sys | |
class Encoder(object): | |
__characters = string.printable | |
class __EncoderError(Exception): | |
def __init__(self, text, allowed_characters): | |
message_string = ( |
This file contains hidden or 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
{ | |
"ABAP": "#E8274B", | |
"ActionScript": "#882B0F", | |
"Ada": "#02f88c", | |
"Agda": "#315665", | |
"AGS Script": "#B9D9FF", | |
"Alloy": "#64C800", | |
"AMPL": "#E6EFBB", | |
"ANTLR": "#9DC3FF", | |
"API Blueprint": "#2ACCA8", |