Projects in Awesome Lists by levitation-opensource
A curated list of projects in awesome lists by levitation-opensource .
https://github.com/levitation-opensource/manipulative-expression-recognition
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.
benchmarking conversation-analysis conversation-analytics expression-recognition fraud-detection fraud-prevention human-computer-interaction human-robot-interaction llm llm-security llm-test llm-training manipulation misinformation prompt-engineering prompt-injection psychometrics sentiment-analysis sentiment-classification transparency
Last synced: 28 Jan 2026
https://github.com/levitation-opensource/skypeexportarchivetotextconverter
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
archival archive chat command-line command-line-utility conversion converter converters export human-readable instant-messaging json log messages python skype tar text tool utility
Last synced: 16 Jan 2026
https://github.com/levitation-opensource/foldersyncnet
Folder 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.
backup backup-utility folder-sync history-tracking polling realtime synchronisation synchronisation-utility synchronizer versioning
Last synced: 14 Jul 2025
https://github.com/levitation-opensource/murmurhash-js
An optimized JavaScript implementation of the MurmurHash3 algorithm.
floating-point floating-point-arithmetic hash hash-functions hashing hashing-algorithm hashing-algorithms hashing-library hashing-speedup javascript murmurhash murmurhash-js murmurhash3
Last synced: 24 Jun 2025
https://github.com/levitation-opensource/tcpoverudp2
Reliably forwards TCP connections using UDP over two network interfaces in parallel.
reliability reliable-networking reliable-packets reliable-protocol reliable-udp reliable-udp-library tcp tunnel tunnel-client tunnel-server tunneling tunneling-proxies tunnels udp
Last synced: 16 Jan 2026
https://github.com/levitation-opensource/log-of-sum-and-subtraction
Methods for calculating precise logarithm of a sum and subtraction of very large or very small numbers.
failsafe failsafety logarithm matlab matlab-code matlab-functions matlab-library matlab-script numerical-methods optimisation optimization robustness sum
Last synced: 05 Jan 2026
https://github.com/levitation-opensource/singleinstancecmd
Tool for ensuring that a process specified in the arguments is launched only one at a time. Similar to the flock tool in Linux.
batch-file batch-script command command-line-tool command-line-utility exclusive flock instance lock process single-instance single-instance-app singleton task-scheduler tool windows windows-7 windows-desktop windows-server windows-service
Last synced: 09 Feb 2026
https://github.com/levitation-opensource/dataanonymiser
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 a suitable generic text, depending on the type of removed data. Currently English and Russian languages are supported. Russian works both with Cyrillic and Latin characters.
anonymisation anonymity anonymity-enhancement anonymization anonymization-technique anonymize anonymize-strings anonymized-data anonymizer csv data-filtering named-entity-recognition ner personally-identifiable-information privacy privacy-enhancing-technologies privacy-protection privacy-tool privacy-tools text-filter
Last synced: 22 Jun 2025
https://github.com/levitation-opensource/diskscan
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.
automation background background-jobs console-application disk disk-scanning disk-scrubbing linux patrol patrol-read read reliability scanning scrubber scrubbing service surface windows
Last synced: 19 Apr 2026
https://github.com/levitation-opensource/diskclone
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.
backup backup-tool backup-utility bad-sectors clone cloning cloning-tool command-line-tool console-application data-backup data-recovery disk disk-clone disk-cloning disk-utility free-software linux python raw-disk windows
Last synced: 19 Apr 2025
https://github.com/levitation-opensource/legalsearch
A prototype legal text search engine that uses a semantic search algorithm in order to find related keywords and sort the results by relevance.
gensim gensim-doc2vec gensim-word2vec natural-language-processing naturallanguageprocessing nlp nlp-machine-learning search-algorithm search-in-text searching-algorithm semantic-search-algorithm word-embedding word-embeddings
Last synced: 16 Mar 2025
https://github.com/levitation-opensource/python_memory_limit
Code for setting memory limit for python processes and their subprocesses, under Windows or Linux.
jobobject linux memory-limit python reliability rlimit windows
Last synced: 13 Apr 2026
https://github.com/levitation-opensource/universal-values-assistant-simulation
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
Last synced: 16 Jan 2026
https://github.com/levitation-opensource/asynctosynccoderoundtripsynchroniserforcsharp
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.
async asynchronous asynchronous-programming code-converter code-generation code-generator code-generators conversion converter converters csharp debug-helper debugging-tool debugging-tools folder-sync roundtrip synchronisation synchronisation-utility synchronizer synchronous
Last synced: 16 Mar 2025
https://github.com/levitation-opensource/cpuusagemonitor
A 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.
automation background-jobs command-line command-line-tool console-application cpu cpu-usage load memory-usage memory-usage-checker monitor monitoring-tool performance reliability resource-usage-tracking windows
Last synced: 19 May 2026
https://github.com/levitation-opensource/pingtool
A 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.
automation background-jobs command-line command-line-tool console-application host icmp-ping monitor monitoring-tool ping reliability uptime-check uptime-checker windows
Last synced: 18 May 2026
https://github.com/levitation-opensource/bioblue
Notable runaway-optimiser-like LLM failure modes on Biologically and Economically aligned AI safety benchmarks for LLM-s with simplified observation format. The benchmark themes include multi-objective homeostasis, (multi-objective) diminishing returns, complementary goods, sustainability, multi-agent resource sharing.
ai-alignment ai-safety benchmarking complementary-goods diminishing-returns homeostasis llm-benchmarking multi-agent multi-objective python sustainability
Last synced: 10 Jul 2025
https://github.com/levitation-opensource/zoo_to_gym_multiagent_adapter
Enables you to convert a PettingZoo environment to a Gym environment while supporting multiple agents. Gym's default setup doesn't easily support multi-agent environments, but this wrapper resolves that by running each agent in its own process and sharing the environment across those processes.
adapter ai artificial-intelligence gridworld gym gymnasium marl multi-agent multi-agent-reinforcement-learning multi-processing pettingzoo reinforement-learning rl wrapper
Last synced: 26 Feb 2025
https://github.com/levitation-opensource/duplicatefilefinder
Duplicate 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.
deduplication deduplicator duplicate-file-finder duplicate-finder file-deduplication symlinker
Last synced: 08 Mar 2026
https://github.com/levitation-opensource/httppingtool
A program to monitor a number of hosts using HTTP GET requests. The program exits when all monitored hosts have an outage. For Windows.
automation background-jobs command-line command-line-tool console-application host http http-get monitor monitoring-tool reliability uptime-check uptime-checker windows
Last synced: 05 Jan 2026