Resource Tuner
Resource Tuner is an important productivity tool for people who need to edit resources in Windows executable files such as EXEs, DLLs, and ActiveX controls. It lets you open problem files and edit all the hidden data that other editors can't see. This visual resource editor lets you quickly browse, view, search, extract, modify, translate, edit, or replace any selected resources contained within 32/64-bit Windows executable files. It offers a thorough look at all of the resources (PNG, XML, Image Lists, Type Library, bitmaps, jpeg, icons, strings, etc) in the file, and allows you to make modifications without needing to recompile the source code. This resource editing solution makes it easy and intuitive to fine-tune all your icons, strings, and version numbers at the post-build stage along with code signing and protecting, create new and manage existing resources to meet your customization needs.
Learn more
Quick Batch File Compiler
Quick Batch File Compiler is the world's first optimizing compiler for batch files. The compiled program can be run in Windows 7/8/10/11 without any restrictions. An .EXE file is much harder to casually reverse-engineer, so this could be a way to conceal a particular batch file's operations from an end user. Content of your batch file will be encrypted and protected from changes.
It is very important to understand the difference between a compiler and converters.
Our compiler creates executable binary code that runs faster and is safer. As the complexity of the script grows, so does the performance gain after compilation.
The converters work like self-extracting archives, unpack your script into a temporary folder and launch it for execution through the standard cmd.exe interpreter. In this case, anyone can see the contents of your script, along with passwords and other information that you tried to hide.
Learn more
Ethminer
Ethminer is an Ethash GPU mining worker: with ethminer you can mine every coin which relies on an Ethash Proof of Work thus including Ethereum, Ethereum Classic, Metaverse, Musicoin, Ellaism, Pirl, Expanse and others. This is the actively maintained version of ethminer. It originates from cpp-ethereum project and builds on the improvements made in Genoil's fork. See FAQ for more details. Standalone executables for Linux, macOS and Windows are provided in the Releases section. Download an archive for your operating system and unpack the content to a place accessible from command line. The ethminer is ready to go. The ethminer is a command line program. This means you launch it either from a Windows command prompt or Linux console, or create shortcuts to predefined command lines using a Linux Bash script or Windows batch/cmd file.
Learn more
yarl
All URL parts, scheme, user, password, host, port, path, query, and fragment are accessible by properties. All URL manipulations produce a new URL object. Strings passed to constructor and modification methods are automatically encoded giving canonical representation as result. Regular properties are percent-decoded, use raw_ versions for getting encoded strings. Human-readable representation of URL is available as .human_repr(). PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install yarl on another operating system (like Alpine Linux, which is not manylinux-compliant because of the missing glibc and therefore, cannot be used with our wheels) the tarball will be used to compile the library from the source code. It requires a C compiler and Python headers installed. Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.
Learn more