Change the repository type filter
All
Repositories list
26 repositories
- Fallacy and cognitive bias detector identifies and highlights reasoning fallacies and cognitive biases in text from human conversations and AI-generated responses. It promotes rational reasoning and clarity of mind. It mitigates harmful judgement and spreading of misinformation by detecting fallacies and biases in communication and thoughts.
- ADR is a software that identifies and highlights agreements and disagreements in discussion forum messages as a response to the original post.
- MER is a software that identifies and highlights manipulative communication in text from human conversations and AI-generated responses. MER benchmarks language models for manipulative expressions, fostering development of transparency and safety in AI. It also supports manipulation victims by detecting manipulative patterns in human communication.
- Anonymises data inside text files and in sheet files. It recognises and removes various sorts of personally identifiable information (PII). Each removed part is replaced with suitable pseudonyms, depending on the type of removed data. Currently English and Russian languages are supported. Russian works both with Cyrillic and Latin characters.
- Safety challenges for AI agents' ability to learn and act in desired ways in relation to biologically and economically relevant aspects. The benchmarks are implemented in a gridworld-based environment. The environments are relatively simple, just as much complexity is added as is necessary to illustrate the relevant safety and performance aspects.
- Universal Values Assistant Simulation. This code was developed based on research and ideas of Chad https://www.linkedin.com/in/chad-burghardt-723416142/ and coded by Roland https://github.com/levitation
DuplicateFileFinder
PublicDuplicate file finder and de-duplicator. A tool that detects duplicate files and replaces them with symlinks to a shared file in a special shared files folder.- My mods for Windhawk (https://windhawk.net/). Currently 8 mods.
- Universal Value Interactions and Balancing Simulation. This code was developed based on research and ideas of Lenz https://github.com/ramennaut and coded by Roland https://github.com/levitation
aliexpress-fake-sites
PublicuBlacklist blacklist - Fake webstores - Blocks fake machine-translated web stores that only redirect you to AliExpress. I have added various domains mostly from .ee (Estonia) top-level domain and a few others, in total about 550 new domains so far.FolderSyncNet
PublicFolder synchroniser: Automatically copies updated files from source folder to destination folder for backup purposes. Provides also automatic generation of version history of old file versions.- This software utility extracts chat logs into a human readable text format from Skype export archives. You can request a machine-readable archive export of your Skype chats from here: https://secure.skype.com/en/data-export
- Raw disk clone tool written in Python. It creates a full sector by sector copy. It is able to skip bad sectors. No filesystem inspection is involved, so it is filesystem independent. Use this tool when you are running on a server OS and do not want to pay for commercial tools. The operation mechanism of this tool is very simple and straightforward.
- Disk surface background scan tool. It slowly reads the whole surface of a given physical disk and then repeats indefinitely. When the disk encounters a weak sector during the read operation, its firmware will hopefully relocate the data in this sector into a good spare sector.
wail2ban
PublicFail2ban for Windows with support for RDP, MSSQL, OpenSSH, and tcpoverudp2 events. It blocks IP addresses where repeated failed access events originate from.PingTool
PublicA program to monitor a number of hosts using ping. The program exits when all monitored hosts have an outage. The program allows specifying the ping source interface by IP address. For Windows.HttpPingTool
PublicA program to monitor a number of hosts using HTTP GET requests. The program exits when all monitored hosts have an outage. For Windows.CPUUsageMonitor
PublicA program to monitor CPU, memory, or handle resource usage of processes. The program exits when some resource usage metrics exceed a specified threshold. For Windows.tcpoverudp2
PublicReliably forwards TCP connections using UDP over two network interfaces in parallel.- In realtime converts async C# code in one folder to synchronous code in another folder for easier and faster debugging purposes. You can also write your code in synchronous format and it will be automatically converted to async code in the background.
RegexRenamer
PublicRegexRenamer is a powerful but simple user-friendly graphical tool used to batch rename files using regular expressions. I added long file path support.- A prototype legal text search engine that uses a semantic search algorithm in order to find related keywords and sort the results by relevance.
SingleInstanceCmd
PublicTool for ensuring that a process specified in the arguments is launched only one at a time. Similar to the flock tool in Linux.- Methods for calculating precise logarithm of a sum and subtraction of very large or very small numbers.
- An optimized JavaScript implementation of the MurmurHash3 algorithm.