in-progress decompilation of Gauntlet Legends decompression code on the N64

A in-progress decompilation of Gauntlet-Legends (N64) decompression code. This project currently supports the US release. Building (Linux) The build process has the following package requirements: git build-essential binutils-mips-linux-gnu python3 Under a Debian based distribution, you can install these with the following commands: sudo apt update sudo apt install git build-essential binutils-mips-linux-gnu python3 Clone the repository Clone https://github.com/Drahsid/gauntlet-legends.git in whatever directory you wish. Make sure to initialize the submodules! git clone https://github.com/Drahsid/gauntlet-legends.git –recursive cd gauntlet-legends git submodule init Install Python3 requirements […]

Read more

The source code of the bot that displays erotic images on Discord

このコードはDiscord.pyとNeko APIを使ったNsfw画像表示ボットのソースコードです。 成人向けコンテンツを含むボットなので、不快になる方はこのボットの作成中止をおすすめします。 まず、install.batを起動してください。 そのあとに、config.json を開き自分のボットのトークンを “token” の欄に入れます。 その下の “prefix” という欄には ボットのプレフィクスを入れてください。 そうしたら、 起動.bat を開いて、起動完了です! MITライセンス このソースコードを無制限で使用することができます。 商用、非商用、改変、再配布などのことも許可されます。 ですが、著作権表示と英語のライセンス全文を使用者が目に留まる場所に置いてください。 このソースコードを使用して発生したいかなる損害も一切責任を取りません。ご注意ください。 © Hanakuso2525 GitHub View Github    

Read more

A simple and convenient build-and-run system for C and C++

Smake is a simple and convenient build-and-run system for C and C++ projects. Why make another build system? CMake and GNU Make are great build systems. However, as the project gets larger, and as there are increasingly many types of builds (e.g. a builds for debugging), it becomes tedious to add duplicate code. Smake solves this problem with its target-mode-build hierarchy. In this system,every project has a set of targets, and each target has a set of build modes. Whensmake […]

Read more

Auto grind btdb2 exp for tower

Auto grind btdb2 exp for towers Setup I suggest checking out every screenshot to see what they are supposed to be, so you can screenshot the correct areas You need to change the coords of screenshots by commenting and running setup.py After changing the coords, you also need to change the respective coords in main.py You also need to run pip install requirements.txt GitHub View Github    

Read more

A new data augmentation strategy utilizing the natural structural complexity of pictures such as fractals

Introduction In real-world applications of machine learning, reliable and safe systems must considermeasures of performance beyond standard test set accuracy. These other goalsinclude out-of-distribution (OOD) robustness, prediction consistency, resilience toadversaries, calibrated uncertainty estimates, and the ability to detect anomalousinputs. However, improving performance towards these goals is often a balancingact that today’s methods cannot achieve without sacrificing performance on othersafety axes. For instance, adversarial training improves adversarial robustnessbut sharply degrades other classifier performance metrics. Similarly, strong dataaugmentation and regularization techniques often […]

Read more

Comprehensive OpenAPI schema generator for Django based on pydantic

Automated OpenAPI documentation generator for Django. Djagger helps you generate a complete and comprehensive API documentation of your Django project by utilizing pydantic to create schema objects for your views. Djagger is designed to be: 🧾 Comprehensive – ALL aspects of your API should be document-able straight from your views, to the full extent of the OpenAPi 3.0 specification. 👐 Unintrusive – Integrate easily with your existing Django project. Djagger can document vanilla Django views (function-based and class-based views), as […]

Read more

You’ll never use the cd cmd again

Ever used the cd command? You’ll never touch that outdated thing again when you try jmp. Navigate your filesystem with unprecedented speed, agility, and dexterity NEVER seen before. Given a set of regular expressions, jmp will intelligently search through your files and cd you into your intended directory. Supports blacklisting and aliasing for optimal search performance. Offers entire jmp suite for unmatched convenience. We don’t live forever, so why waste a single second more of your life typing unnecessarily long […]

Read more

Typing test and practice on command line without the need of any internet connection

Typing test and practice on command line without the need of any internet connection About CLI based typing test and practice that focuses on providing a quick and easy way to practice your typing skills without all the fuss of ads, login and data collection. Requirements and Installation English Words Library Install english_words library by copying, pasting and running the below line of code in your terminal pip3 install english_words Typing Test Download the python script by running the following […]

Read more

Cycle Consistent Adversarial Domain Adaptation (CyCADA)

A pytorch implementation of CyCADA. If you use this code in your research please consider citing @inproceedings{Hoffman_cycada2017,       authors = {Judy Hoffman and Eric Tzeng and Taesung Park and Jun-Yan Zhu,             and Phillip Isola and Kate Saenko and Alexei A. Efros and Trevor Darrell},       title = {CyCADA: Cycle Consistent Adversarial Domain Adaptation},       booktitle = {International Conference on Machine Learning (ICML)},       year = 2018} Setup Check out the repo (recursively will also checkout the CyCADA fork of the CycleGAN repo).git clone –recursive […]

Read more

Official repository for Fourier model that can generate periodic signals

Jiyoung Lee, Wonjae Kim, Daehoon Gwak, Edward Choi This repository provides official pytorch implementation of Fourier-Based Decoder which can generate periodic signals. The paper can be found in this link: Conditional Generation of Periodic Signals with Fourier-Based Decoder Pytorch version >= 1.7.1 Python version >= 3.7 This repository is MIT-licensed. Please cite as: @inproceedings{lee2021conditional, title={Conditional Generation of Periodic Signals with Fourier-Based Decoder}, author={Lee, Jiyoung and Kim, Wonjae and Gwak, Daehoon and Choi, Edward}, booktitle={Advances in Neural Information Processing Systems},   […]

Read more
1 324 325 326 327 328 928