A web Scraper for CSrankings.com that scrapes University and Faculty list for a particular country

A web Scraper for CSrankings.com that scrapes University and Faculty list for a particular country To run the file: Open terminal ans installl requiremnts.txt file Run CsRankingUnivList.py in terminal to scrape University data of all countries in the webpage. Run CsRankingFacList.py in terminal that lists Area wise (AI,Systems, InterDisciplinary, Theory) Faculty and thier Google Scholar and DBLP info in folders. Universities of a particualr country are listed in a new worksheet. GitHub View Github    

Read more

Add your own library to your template

これはなに 競技プログラミングなどのライブラリをlineディテクティブを付けて一つのファイルにします。 Usage -add_lib_to_templ |-LICENSE |-README.md |-rend.py |-template.cpp.j2 |-あなたのC++ライブラリ(ディレクトリ) 上のようなディレクトリ構造にします。 $ pip install Jinja2 をした後 $ python rend.py とするとadd_lib_to_templ内にライブラリの中身が入ったcppファイルが出来上がります(デフォルトの名前がtemplate.cppになっています)。 ちなみに、template.cpp.j2の{% for file in files_data %}の前と{% endfor %}の後は編集して大丈夫です。お好みのテンプレートを作ってみてください。 Option -o レンダリングされたC++プログラムを保存するファイルの名前を指定します。デフォルト値はtemplate.cppです。 $ python rend.py -o mytmp.cpp –encode ファイルの読み込み、書き込みを行うときの文字コードを指定します。デフォルト値はutf-8です。 $ python rend.py –encod utf-16 GitHub View Github    

Read more

The program reads the file created by shazam containing the list of previously Shazammate songs and will create initial

Prerequisites python 3 Program Il programma legge il file creato da shazam (shazamlibrary.csv) contenete la lista delle canzoni precedentemente “Shazammate” e creerà inizialmente un file: songlist.txt -> questo file contiene le canzoni presenti nel file di input nel formato AUTORE – CANZONE Se nel file sono presenti doppioni non verranno inseriti nel primo file sopra citato, ma verranno inseriti in un secondo file (che verrà creato solo se sono presenti dei doppioni): songduplicates.txt Il file è scaricabile al seguente link: […]

Read more

A silly RPG(Not MMO) made in python

A silly RPG(Not MMO) made in python, FOR WINDOWS 10 ONLY! Hello tester, to install pymmo follow the steps bellow: 1.First install python from: https://www.python.org/downloads/REMEMBER to tick the ‘add python to path’ box in the installer! 2.Then run the Install.bat file(as admin), do all the stuff it says. 3.Now edit the pymmo.bat with right click and change the cd “ENTER GAME PATH HERE!!!” to put your folder path for the gameE.G: cd “C:UsersUserDesktopPython’s MMOpymmo”Now the batch file acts as a […]

Read more

itadori webhook spammer fucker

Installation # install the requirements $ python3 -m pip install -r requirements.txt $ python3 main.py Repl.it: https://repl.it/github/gohan-chan69/itadori-webhook-spammer-fuckerif your are runing the code on replit remove line 27 from the code Issues If you have any issues feel free to open an issue or contect me on discord(gohan_chan#8384) GitHub View Github    

Read more

A hilarious program that translates text to Google’s bork bork bork language

A hilarious program that translates text in a file to Google’s “bork bork bork’ language. How to use Download the main.py file. Change the name of the file from demofile.txt to the file name you want. Run the program. How was this made? This Easter egg can be viewed in Google. Go to Settings icon > Languages and select Bork, bork, bork! The translation dictionary, visible at code/dictionary.py is a reference. Here’s an example: original-text = “Your preferences have been […]

Read more

A Python Perforce package that doesn’t bring in any other packages to work

P4CMD 🌴 A Python Perforce package that doesn’t bring in any other packages to work.Relies on p4cli installed on the system. p4cmd The p4cmd module holds the P4Client class that allows you to interact with the P4 server. To instantiate a new client, you either pass it the root path of you Perforce workspace or if the “P4ROOT” system variable is set, you can use the from_env class function from p4cmd import p4cmd client = p4cmd.P4Client(“~/nisse/projects/raw”)

Read more
1 456 457 458 459 460 1,036