Notebook researcher with python

To run the server, you must follow these instructions: At the very beginning, just clone the repo and create a “venv” for it and install the requirements via: pip install -r requirements.txt windows First, you have to install postgresql. The instructions are held in this link below:https://www.postgresqltutorial.com/install-postgresql/ Set “password” and “port” carefully, as you should know them further. Then, open pgadmin and create a database named “notebook_researcher”. After that, open file“quran_django/settings/production.py” and change these items: On line 88, set “Name” […]

Read more

A python script for generating CC

A python script for generating CCNOTE: This tool is for Educational purpose, and I will not be responsible for any harm caused by the userInstallation 👇👇$apt update && upgrade$apt install figlet$apt install requests$apt install colorama$apt install git$git clone https://github.com/Lekzi/CC-GENERATOR$cd CC-GENERATOR$ls$python3 ‘CC GENERATOR.py’ GitHub View Github    

Read more

Stack Based Programming Language

WARNING! THIS LANGUAGE IS A WORKING PROGRESS. THIS IS JUST A HOBBY PROJECT Inspired by Tsoding Roudmap for Morth (Milestones) Compiled Interpreted (Simulated) Stack based Easy to use (for a stack based language) Turing-complete Dynamically typed Optimized Workflow of the compiler Analysing Source File -> Converting Words in Operation Codes -> Generating Assembly Code -> Compiling Assembly with NASM -> Linking Objectfile with the GNU Linker -> Selfcontaining Executable GitHub View Github    

Read more

Jni Generator module extracted from Chromium project

1 Dependencies 1.1 C ++ dependencies Copy two directories: chromium-jni-generator-native-essential and chromium-jni-generator-native-gen-script to your projectThe chromium-jni-generator-neutral-essential directory contains the chromium_jni_generator_native_essential .h and chromium_jni_generator_native_essential.ccThe chromium-jni-generator-native-gen-script directory contains python scripts that generate native codechromium_native_code_gen.sh is an example of using python scripts to generate native code #!/bin/bash #create code generation directories rm -rf ./gen mkdir -p gen/cpp mkdir -p gen/java #generate native code ./jni_generator.py –input_file XXXXA.java –input_file XXXXB.java –output_file gen/cpp/XXXXA.h –output_file gen/cpp/XXXXB.h 1.2 Java dependencies    

Read more

An academic tool for data structures and algorithms courses

The Cormen-lib module is an insular data structures and algorithms library based on the Thomas H. Cormen’sIntroduction to Algorithms Third Edition. This library was made specifically for administering and grading assignments relatedto data structure and algorithms in computer science. With this module students can receive progress reports on their problem sets in real time as they complete assignments.Additionally, student submission assessment is done with unit tests, instead of hand-tracing, ensuring that the gradesthat students receive accurately reflect their submissions. The […]

Read more

Lite cracker tool for python

Wellcome to tools Results Install Tools ( pkg update && pkg upgrade ( pkg install git ( pkg install python2 ( pip2 install mechanize ( pip2 install requests ( pip2 install futures ( pip2 install bs4 ( git clone https://github.com/Jeeck-XN/Lite ( cd Lite ( git pull    

Read more

keyword: Crabada,auto-mine,avax,free,open

avax,Crabada,automine,gamefi。1.install python32.pip3 install threadingpip3 install tracebackpip3 install timepip3 install requestspip3 install coloramapip3 install web3pip3 install tkinter3.startpython3 Crabada-auto-mine.py 1.安装python3环境2.安装依赖pip3 install threadingpip3 install tracebackpip3 install timepip3 install requestspip3 install coloramapip3 install web3pip3 install tkinter3.启动命令python3 Crabada-auto-mine.py备注:螃蟹挖矿完全开源,收菜收取10tus,请自行辨别,按需修改。默认脚本带界面,可打包成exe使用。如需帮助,螃蟹社区:https://t.me/+Qt5NejjYRlIxNmY1 GitHub View Github    

Read more
1 293 294 295 296 297 977