• Stars
    star
    3
  • Rank 3,861,546 (Top 79 %)
  • Language
    C++
  • License
    Mozilla Public Li...
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tool for ensuring that a process specified in the arguments is launched only one at a time. Similar to the flock tool in Linux.

More Repositories

1

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.
C#
8
star
2

tcpoverudp2

Reliably forwards TCP connections using UDP over two network interfaces in parallel.
Perl
7
star
3

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.
HTML
7
star
4

murmurhash-js

An optimized JavaScript implementation of the MurmurHash3 algorithm.
JavaScript
6
star
5

log-of-sum-and-subtraction

Methods for calculating precise logarithm of a sum and subtraction of very large or very small numbers.
MATLAB
4
star
6

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.
Python
3
star
7

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.
Python
3
star
8

python_memory_limit

Code for setting memory limit for python processes and their subprocesses, under Windows or Linux.
Python
3
star
9

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
Python
3
star
10

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.
Python
3
star
11

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.
C#
2
star
12

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.
C#
1
star
13

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.
C#
1
star
14

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.
C#
1
star
15

DataAnonymiser

This software anonymises data inside text files and CSV-like files. It removes various sorts of personally identifiable information. 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.
Python
1
star