Showing 76 open source projects for "xor"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 1
    BIP39-XOR

    BIP39-XOR

    Encrypt or decrypt 12, 15, 18, 21 or 24 BIP39 codewords array ("seed")

    Encrypt or decrypt 12, 15, 18, 21 or 24 BIP39 codewords array (so-called "seed phrase") using exclusive OR (XOR)/Vernam cipher (a.k.a. One Time Pad). If not input by a user, an encryption key is automatically generated at random. Encryption with such a key preserves integrity of BIP-39 checksums of all keys (that's distinct while also compatible with SeedXOR implementation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    wechat-bot

    wechat-bot

    PC WeChat chat robot with secondary development interface

    The client sends a friend text message (supports websocket and HTTP). The client obtains the wxid and name of the friend in the address book (supports websocket and HTTP). The client sends a picture to a friend (supports websocket and HTTP). Sends an AT message (support websocket and HTTP). Send attachments (only support HTTP, weboscket). Get chatroom member list (wxid) and nickname (support websocket and HTTP). Please refer to the sample code of client.js (websocket client) and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Apache OpenOffice

    Apache OpenOffice

    The free and Open Source productivity suite

    Free alternative for Office productivity tools: Apache OpenOffice - formerly known as OpenOffice.org - is an open-source office productivity software suite containing word processor, spreadsheet, presentation, graphics, formula editor, and database management applications. OpenOffice is available in many languages, works on all common computers, stores data in ODF - the international open standard format - and is able to read and write files in other formats, included the format used by the...
    Leader badge
    Downloads: 221,757 This Week
    Last Update:
    See Project
  • 4
    Cyclops

    Cyclops

    An advanced platform for writing functional applications in Java 8

    ...) -- New data structures do not support operations that would throw exceptions (you can't call head on an empty list for example). Eager and Lazy alternatives for most datastructures (Option is eager, Maybe is lazy + reactive). Improved naming of types (Function1-8 rather than Fn1-8, Either not Xor). Group id is changed to com.oath.cyclops. Versioning between cyclops-react and cyclops is merged on cyclops versioning scheme (version 10 = Cyclops X).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 5

    Logic Element Explorer

    Logic gates simulator Logic Element Explorer is an application that al

    Simulate logic gates: AND, OR, NOT, XOR, etc. Simulate flip-flops: D Flip-Flop, JK Flip-Flop, T Flip-Flop, etc. Simulate decoders and encoders. Simulate multiplexers and demultiplexers. Compare two signals and observe the output. "This project was developed as part of my university coursework, focusing on utilizing C# and XAML to create a practical application."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    File Encoder Application

    File Encoder Application

    Java application for encryption

    Java application for encryption with a GUI. It is based in the XOR symetric encryption combined with a pseudorandom resorting of the bytes. Strenth and time to encrypt/decyrpt per MB adapted to size of input file. Multithread. zoom Multilanguage Dark mode JDK-17 compatibility It includes detailed documentation in English, Spanish and Catalan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    relations

    Kotlin library to analyze finite heterogeneous relations and endorelat

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    OTP-Crypto-Tool

    Symetric file encryption based on OTP implemented as XOR encryption

    OTP (One Time Pad) In case you have any questions, contact me at: crypto-munition@gmx.de When used correctly, the OTP is an information-theoretically secure and demonstrably non-breakable encryption. The encryption process is implemented as symmetrical file encryption based on XOR encryption. The integrated pseudo-random generator serves only to illustrate and check the functionality. The use of this generator for REAL OTPs is not recommended. For REAL OTPs, hardware-based key generators (e.g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    xoshiro_test

    test xoshiro r.n.g.

    xoshiro -- XOR shift ROT -- random number gen. Fast. Attempt to parallelize ... not so easy. Use 'unsafe' code path leads to lowered cycle lengths. So not fully tested. Non-parallel is not as fast but full cycle length. Compare against PCG, which is also fast but has unfortunate hi-correlation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 10
    PROJECT PAGE WORK in PROGRESS. Copy handler written in Windows 98 era ~ 2002 written for mineself. To speed up file copy operations, thanks to bigger buffer size. Work as simple shell extension. Source files are passed as string list via Clipboard. Destination directories passed via program parameters. Note - you could copy multiple sources into multiple places at once. Instalation is simple - put executable into certain location, edit .reg file provided adjusting that location, integrate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fuzzy sets for Ada

    Fuzzy sets for Ada

    Fuzzy sets, logic, numbers; intuitionistic fuzzy sets, fuzzy linguis

    Fuzzy sets for Ada is a library providing implementations of confidence factors with the operations not, and, or, xor, +, and *, classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory, intuitionistic fuzzy sets with the operations on them, fuzzy logic based on the intuitionistic fuzzy sets and the possibility theory; fuzzy numbers, both integer and floating-point with conventional arithmetical operations, and linguistic variables and sets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    mXparser - Math Parser Java C# Library

    mXparser - Math Parser Java C# Library

    A flexible mathematical expressions parser for JAVA, Android, C# .NET

    mXparser is highly flexible parser of math expressions. Software provides easy to use API for JAVA, Android, C# .NET/MONO (CLS). Main functionalities: - basic operators, i.e.: +, -, *, ^, ! - Boolean logic operators i.e.: or, and, xor - binary relations i.e.: =, <, > - math functions (large library of 1-arg, 2-arg, 3-arg - - functions) i.e.: sin, cos, Stirling numbers, log, inverse functions - constants (large library), i.e.: pi, e, golden ratio - n-args functions i.e.: greatest common...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    Burdjia Cypher

    Simple cypher tool.

    Simple cypher tool to bypass Google's file bans for some compression and executable formats. This is a personal tool that may be useful for somebody else. DO NOT USE TO PROTECT DATA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    XOR Encryptor/Decryptor

    Encrypts and decrypts files using XOR operation.

    Encrypts and decrypts files using XOR operation.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    peda

    peda

    Python Exploit Development Assistance for GDB

    ...(s) in debugged process. XOR a memory region with a key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Neptune

    Neptune

    A calculator like programming language

    Neptune is a simple programming language indented for quick mathematical calculations, e. g. shape field calculation or budget analysing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Power Analytics for Excel

    Power Analytics for Excel

    Data Science made available for Excel

    This plugin for Excel comes with statistical methods such as Muliple Regression, Analysis of Variance (ANOVA) and Distribution Tests.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    XORCrypter

    XORCrypter

    Little program for encryption-decryption.

    Little program that uses the bit XOR operation for encryptioning and decryptioning, for now, just text files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    XOR Tree Generator
    Program for creating Verilog synthesizable XOR trees for high performance designs. Supports creation of Hamming Code (ECC) generators, checkers, and GF2 Multipliers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Wuweido 3D CAD

    Wuweido 3D CAD

    Free 3D Mobile CAD

    ... Assistant. Modeling features: 1. Draft creation tools: Line, Poly Line, Arc, Spline, Circle, Ellipse, Rectangle, Regular Polygon. 2. Primitive Solid creation tools: Box, Cone, Truncated Cone, Cylinder, Sphere, Torus, Wedge, Truncated Wedge, Pyramid, Truncated Pyramid. 3. Sweep modeling tools: Extrude, Revolve, Loft, Pipe, Path 4. Boolean operation tools: Intersect, Subtract, Union, Xor, Fuse 5. Transform tools: Move, Rotate, Mirror, Scale
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21

    ZiteCalculator

    A simple Windows Calculator with Radix conversion and Memory Storage

    ... during big evaluations done part by part. All basic operations are supported. Supports 64-bit calculations. Has Bit oriented operations like NOT, OR, XOR, AND and L/R-Shifts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    xorenc

    xorenc

    A "XOR-based" data encryption tool.

    It performs simple XOR operation on files from a given key or by generating data from a given short password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    C++ Math Expression Parser

    C++ Math Expression Parser Library

    The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. ExprTk supports numerous forms of functional, logical and vector processing semantics and is very easily extendible. Download http://partow.net/programming/exprtk/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tsock

    Tsock

    Network library

    Tsock is a network library for C++. Allows easy creation of server-client programs. It supports threads and simple XOR encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Synaptic

    Synaptic

    Architecture-free neural network library for node.js and the browser

    ... tasks/tests like solving an XOR, completing a Distracted Sequence Recall task or an Embedded Reber Grammar test, so you can easily test and compare the performance of different architectures. If you have no prior knowledge about Neural Networks, you should start by reading the provided guide.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next