Assignment1 code for the Web Data Processing System

Web Data Processing System Assignment 1 – 2021 – Group 26 Zhining Bai Bowen Lyu Tianshi Chen Yiming Xu Description This is a Python program to Entity Linking by processing WARC files. We recognize entities from web pages and link them to a Knowledge Base(Wikidata). The pipeline for this program as below: Read WARC Use pyspark to read large-scale warc files, so the program supports parallel computing. Extract text information from HTML files by using beautifulsoup. Named entity recognition Extract […]

Read more

Import and export Grafana dashboards for backup and dynamic provisioning

A simple cli utility for importing or exporting dashboard json definitions using the Grafana HTTP API. This may be useful for: Backing up your dashboards that already exist within your Grafana instance, e.g. if you are migrating from the internal sqlite database to MySQL. Updating dashboard files for your Infrastructure-as-Code, for use with Grafana dashboard provisioning. Making tweaks to dashboard JSON files directly and updating Grafana with one command. Notable features: Mirrors the folder structure between a local set of […]

Read more

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
1 383 384 385 386 387 976