WeMod is a software platform designed to enhance the gaming experience by allowing users to apply cheats and modifications to single-player games. It provides an easy-to-use interface that integrates directly with a vast library of PC games, enabling players to toggle cheats like infinite health, unlimited ammo, or instant upgrades without needing to manually edit game files or use complex console commands. WeMod is particularly popular for its seamless functionality, supporting thousands of...
Blockchain Bookkeeping allows logging entries of accounts in a single web app page form.
Use case scenario: financial information of expenses, income, etc.
Enter a log for income of value 10. (e.g. Key: income; Value: 10; Click Log;)
Enter a log for expense of value 1. Key: expense; Value: 1; Click Log;)
The accounts should be reflected in the report below the entry form.
Ideal for: integrating into transaction handling, vote tallying, general purpose ledger one can imagine.
KNN Classifier library for C++, at background using armadillo.
In k-NN classification, the output is a class membership. An object is classified by a majority vote of its neighbors, with the object being assigned to the class most common among its k nearest neighbors (k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of that single nearest neighbor.
...Download URL: http://www.java.com/en/download/index.jsp
If you are a Mac user you can drag .jar file into Applications folder therefore you can access it from app launcher
Features:
- single speakers list
- general speakers list
- moderated caucus
- unmoderated caucus
- procedural voting
- roll call vote
and brand new feature:
- ICJ - International court of justice - still in BETA mode
MUNLawS team
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Fork of votesystem. Produce a secure, auditable and simple implementation of the SingleTransferableVote [STV] Sequential Elimination [SE] method otherwise known as Meek's Method. This is used for some Local Body elections in New Zealand.
KISS-Vote ... keep it small and simple!
This is a very simple E-Voting-Software programmed in one single HTML-File using CSS and JS. It is readable within half an hour. That's the reason why it is dammed secure!
The goal of this project is to provide singletransferablevote (STV) software and instant runoff voting (IRV) software, including for well-established rules such as those used in Cambridge, MA, Scotland, and Ireland.
This toolbox is designed to make implementations of voting systems freely available in Java. It will initially have software for Single Transferrable vote (Meek algorithm), but others may be included.