Showing 398 open source projects for "byte"

View related business solutions
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 1

    Concurrent Object-Oriented Language

    An object oriented language for concurrent software development

    COOL is an object oriented programming language specialized for concurrent software development. Language syntax is similar to C++/C# and Java. For proper documentation please read the diploma thesis (Only available in german yet). Some of the goals to achieve: - Embedding some design-patterns on language level (singleton, state-pattern) - Implementation of a back-end for byte-code generation - Extending the compiler with an optimization phase for optimizing byte-code - Optimizing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Java Byte Stream Marshalling

    An Interface for Marshalling of java objects into byte stream

    Like marshallers for converting java objects into/from xml or relational database tables, in network communications we need an interface or annotation-based framework for doing this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BCR

    BCR

    Build, Compile, Run

    This language is not supposed to concurrence any other languages.It just provide some way to create a programming language from scratch (without Lex and Yacc). It consist of an IDE with in it a compiler an an interpreter (to debug without compiling). It's based on a byte-code system (as Java do).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 5

    Smartcard Lib for Arduino compat. boards

    Smartcard access lib for Arduino based boards

    ... (Sending / Receiving) - Asychron T=0 APDU communication. - Basic sychron communication - ETU calculation from TS byte. - Support class for SLE4432 / SLE4442 / SLE4441 and SLE4440 compatible sychron smartcards. Mostly used for secure data storage. Open points: - Error handling not completly implemented. No retries if parity error is found. - Setup of communication parameters from ATR - T=1 communication not supported (Still possible via "raw" sendBytes(..) / receiveBytes(..))
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    Realtime bigdata tool at the bit level based on immutable AVL forest which can be run in memory or, in future versions, as a merkle forest like a blockchain. Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    cMIPS

    cMIPS

    cMIPS - an FPGA ready VHDL model for 5-stage pipeline, MIPS32r2 core

    This project was moved to https://gitlab.c3sl.ufpr.br/roberto/cmips The code here is no longer up to date. The VHDL model mimics the pipeline design described in Patterson & Hennessy's book (Computer Organisation and Design) and is an almost complete implementation of the MIPS32r2 instruction set. The TLB and assorted control registers will be included soon (as of fev 2015). The model was synthesized for an Altera EP4CE30F23. The model uses up 15% of combinational blocks and 5%...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DeviceTester

    DeviceTester

    A simple software to send commands to devices

    The software sends commands in bytes to devices and receive and show incoming bytes in decimal, ASCII, hex formats. The commands of a device are saved into an XML file. Every device has a different XML file. The software also enables you to calculate some common check sums. You can see a single byte in bits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SD Split and Merge

    SD Split and Merge

    A simple software for split and merge any file easily

    Do you have large file and can't copy that to your flash memory or upload to internet ? Do you want to split that file into smaller parts? Now you can do it. SD Split and Merge can split any file to smaller part and also merge that files so fast and easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 10
    QueryObjectFactory (QOF) is a lightweight runtime JDBC byte-code generator providing support for CRUD (create, retrieve, update and delete) operations and stored procedure calls. It uses Java annotations to define mappings and is fully OSGi ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Sexy Scripting Language

    An s-expression scripting language for highly demanding video games

    ..., optimized for scripting C++ classes, C functions and C structures. It supports closures, co-routines, dynamic-dispatch (Smalltalk-like messaging), user-defined operator overloading and S-macros, as well as strongly typed templated containers. On the Windows platform it comes with an integrated step-by-step debugger. On a mid-priced laptop Sexy can execute 90,000,000 lines of byte-code per second. Example byte-code is shown in the IDE image on the homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    fastupload

    The fastest form-based file upload java programming component

    The component is based on RFC1867, written for java and j2ee development zone. It uses high performance byte-search algorithm to parse the submitted request, afterward save data into the file system. also, it provides a smart resolution to resolve the encoding issue for uploading text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Displays text on Framebuffer device. It uses iconv program to convert input file. Supports RTL viewing (fribidi used). Limited UI (only space, ESC,r,w works now). Arabic & Hebrew support, handles 2-byte encoding. NEW: added SDL support, mingw compilable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    printfe

    An extensible version of printf

    Printfe is an extensible version of the standard printf routines. By "extensible" I mean you can add your own format specifiers. The package already includes five extensions: =b Binary numbers =B Boolean (true/false) values =I IPV4 Internet addresses =M 6 byte MAC addresses =Z Output a user defined EOL sequence As you might guess, extension formats are preceded by '='. The normal rules for format qualifiers apply to the extended formats as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    HostIPstats

    Collect and display host IP traffic statistics

    This tool provides IP traffic information at a level between a simple traffic counter (e.g. darkstat) and full packet capture or intrusion detection. It collects packet and byte counts by host IP address, protocol, and port. The next phase of the project is to analyze and display this data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The purpose of this project is to create a German translation of the book <a href="http://www.byteofpython.info">"A Byte of Python"</a> originally written in English by Swaroop C H.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17

    ANNFiD

    A forensic file identification tool using neural networks

    Just carved a bunch of bytes and have no idea what they could be? Maybe ANNFiD can help. ANNFiD uses neural network to identify byte patterns. It can be trained and has a GUI to help in the process. The tool is still on a very early stage, but could improve exponentially with the help of the developer community
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XièXiè Compiler

    XièXiè Compiler

    High-level, meta-language, trans-compiler with virutal machine

    XièXiè is a language with a trans-compiler (or rather source-to-source compiler) which compiles to mainly C++ (C++98 and C++11). It also comes with an own assembler compiler for ARM, IA-32/ x86 and its own byte-code XBC (XièXiè-Byte-Code) including a virtual-machine. XièXiè can be seen as a "Meta Language". --- THIS PROJECT IS IN IT'S FIRST STEPS ---
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Java GUI for converting Images to Motorola Assembly code - byte in hex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    lqrcode

    lqrcode

    A pure lua lib to create QR code, and save as svg format

    A pure lua lib to create QR code, and save as svg format. Right now it only support numeric mode, alphanumeric mode and byte mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Wireshark pdml file payload copy

    Copy payload data from all packets in a wireshark .pdml file

    ... into Audacity to playback the transmitted audio. I have successfully used the application to analyse a .pdml file containing over 20,000 packets (over 300Mb in size). The application can store the byte data for a maximum of 100,000 packets. Version 1.2 (01/05/14) The 'create text file' button allow you to specify a start and end string to match in the pdml file. This will then output a file with all the matched sequences. **** Requires VB.Net 2.0 runtime files *****
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Bytes Adder

    The program adds byte to a file.

    This program is written in CSharp by B.J. Erasmus. It is designed to add bytes to a file and can be used to with Bjcustomsoft's Virus Gen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    XMLVM
    XMLVM is an XML-based programming language build upon a virtual machine concept. Both Java and .NET byte code instructions can be mapped to XMLVM. XSL stylesheets allow manipulation of XMLVM such as cross-compilation to JavaScript for AJAX applicatio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a fast sorting/indexing example that builds a file position sorting tree as a result of n-depth text file line byte sorting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TCM's bin2img converter

    TCM's bin2img converter

    a powerful tool for sharing non-image files on image hosting sites

    ... services: No download queue and full speed. 1-click downloads are possible by using a special URL protocol: b2i:// The tool creates real, valid PNG files and encodes the files into pixel colors based on the byte values instead of breaking file format specs
    Downloads: 0 This Week
    Last Update:
    See Project