An NUS timetable generator which uses a genetic algorithm to optimise timetables to suit the needs of NUS students

A timetable optimsier which uses an evolutionary algorithm to “breed” a timetable suited to your needs. Try it out here! Inspiration Planning the best fit timetable to suit our needs can be an absolute nightmare. Different sets of modules can result in a seemingly limitless combinations of timetable. Comparing and choosing the best timetable can take hours or even days. The struggle is real Having chanced upon an article on genetic algorithm, we thought that this would be the best […]

Read more

Ghidra scripts to help with 3ds reverse engineering

These are ghidra scripts to help with 3ds reverse engineering. Features: Labels, comments (when inlined), and bookmarks svc use Labels service handles, given ctr::srv::GetServiceHandleDirect Labels IPC functions and uses handles to better identify functions Adds ThreadLocalStorage and types thread local storage Renames thread local storage to ‘tls’ These have been built over time for my personal use as needs came up, so results may vary and improvements can be made. If you run into a situation where these don’t work […]

Read more

Simple Game created using Python & PyGame, as my Beginner Python Project

This is a simple SPACE INVADER game create using PYGAME whihc have sound and lot’s of keyboard functions. More Experience with Python Programming language. PyGame Library Used Make sure, you already installed Python 3.8 or above versions. Now run the following commands in your Terminal for installing libraries. git clone https://github.com/gaurtvin/space-invaders.git Go to the Project directory Run the following command Hey, I am Gaurav 14 y/o New in Programing from India, I love to contribute to Open-Source in Python and […]

Read more

Python API for interacting with the Popcorn Time Servers

📝 CONTRIBUTIONS Before doing any contribution read CONTRIBUTING. 📧 CONTACT Email: [email protected] General Discord: https://discord.gg/dFD5HHa Developer Discord: https://discord.gg/rxNNHYN9EQ 📥 INSTALLING Latest PyPI stable release ⚙ HOW TO USE from popcorntime import PopcornTime popAPI = PopcornTime() 🤝 PARAMETERS CLASS PARAMETERS debug : bool, optional Enable for debug mode (Default: False) min_peers : int, optional Minimum number of peers to select torrent (Default: 0) min_seeds : int, optional Minimum number of seeds to select torrent (Default: 0) FUNCTION PARAMETERS FUNCTION set_logging_level level […]

Read more

Efficient Model Predictive Control Implementation

Efficient Model Predictive Control Implementation The original algorithm can be found: https://www.researchgate.net/profile/Peter-Gibbens-2/publication/270872533_Efficient_Model_Predictive_Control_Algorithm_for_Aircraft/links/54bd90390cf27c8f2814bad5/Efficient-Model-Predictive-Control-Algorithm-for-Aircraft.pdf You can change the system provided with your own and test for convergence of the Quadratic Optimization solver as well, using two QP algorithms Open main.m Define your system parameters and continous time model (LTI) Define your operating point (states X at t = 0), and discretization time. Define weight matrices, upper and lower input constraints (it has to be in order like the example), along with incremental […]

Read more

BERN2: an advanced neural biomedical namedentity recognition and normalization tool

We present BERN2 (Advanced Biomedical Entity Recognition and Normalization), a tool that improves the previous neural network-based NER tool by employing a multi-task NER model and neural network-based NEN models to achieve much faster and more accurate inference. This repository provides a way to host your own BERN2 server. See our paper for more details. ***** Try BERN2 at http://bern2.korea.ac.kr ***** Installing BERN2 You first need to install BERN2 and its dependencies.

Read more

Video Stream: an Advanced Telegram Bot that’s allow you to play Video & Music on Telegram Group Video Chat

Video Stream is an Advanced Telegram Bot that’s allow you to play Video & Music on Telegram Group Video Chat 📊 Stats 🧪 Get SESSION_NAME from below: Pyrogram 🎭 Preview ✨ Features Music & Video stream support MultiChat support Playlist & Queue support Skip, Pause, Resume, Stop feature Music & Video downloader feature Inline Search support YouTube direct search support YouTube/Local/Live/m3u8 stream support Inline Search support Control With Button support Volume Control Userbot Auto Join Direct Updater 🛠 Commands: Command […]

Read more

A game bot written for Lumberjack game at Telegram platform

This is a game bot written for Lumberjack game at Telegram platform. It is developed by using python3, image processing(OpenCV and NumPy) libraries, and GUI interaction libraries(several libraries are tested). I enjoyed coding this bot and I want to share the code. Story Time I was in a competition with a friend in this game and I realized that I can create a bot and get the highest score easily. The initial approach was using image processing and figuring out […]

Read more
1 271 272 273 274 275 915