Showing 24 open source projects for "a byte of python"

View related business solutions
  • PRTG Network Monitor | Making the lives of sysadmins easier Icon
    PRTG Network Monitor | Making the lives of sysadmins easier

    Stay ahead of IT infrastructure issues

    PRTG Network Monitor is an all-inclusive monitoring software solution developed by Paessler. Equipped with an easy-to-use, intuitive interface with a cutting-edge monitoring engine, PRTG Network Monitor optimizes connections and workloads as well as reduces operational costs by avoiding outages while saving time and controlling service level agreements (SLAs). The solution is packed with specialized monitoring features that include flexible alerting, cluster failover solution, distributed monitoring, in-depth reporting, maps and dashboards, and more.
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 1
    Fast Binary Encoding (FBE)

    Fast Binary Encoding (FBE)

    Fast Binary Encoding is fast and universal serialization solution

    Fast Binary Encoding is ultra fast and universal serialization solution for C++, C#, Go, Java, JavaScript, Kotlin, Python, Ruby, and Swift. Fast Binary Encoding allows to description of any domain models, business objects, complex data structures, client/server requests & responses and generate native code for different programming languages and platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    sqlitebiter

    sqlitebiter

    A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook

    A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to an SQLite database file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    django-rest-framework-gis

    django-rest-framework-gis

    Geographic add-ons for Django REST Framework

    Geographic add-ons for Django Rest Framework. Provides a GeometryField, which is a subclass of Django Rest Framework (from now on DRF) WritableField. This field handles GeoDjango geometry fields, providing custom to_native and from_native methods for GeoJSON input/output. While precision and remove_duplicates are designed to reduce the byte size of the API response, they will also increase the processing time required to render the response. This will likely be negligible for small GeoJSON...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LaMDA-pytorch

    LaMDA-pytorch

    Open-source pre-training implementation of Google's LaMDA in PyTorch

    Open-source pre-training implementation of Google's LaMDA research paper in PyTorch. The totally not sentient AI. This repository will cover the 2B parameter implementation of the pre-training architecture as that is likely what most can afford to train. You can review Google's latest blog post from 2022 which details LaMDA here. You can also view their previous blog post from 2021 on the model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • 5
    maXbox

    maXbox

    maXbox: Precompiled Object Based Scripting Tool

    maXbox: Precompiled Object Based Scripting Tool maXbox is a free scripter tool with an inbuilt object pascal delphi engine in one exe! It is designed for teaching, develop, test and analyzing apps and algorithms and runs under Win, Mac and Linux (CLX) to set code in a box without installation and no administration. The tool for 32 and 64-bit is based on an educational program with examples and exercises (from biorhythm, REST services , form building to how math works). Pure Code for Object...
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 6
    NanoH5 (tsl2nano)

    NanoH5 (tsl2nano)

    java bean / database driven zero code application framework

    NanoH5 (or FullRelation) is a fullstack UI implementation framework providing a model driven design (MDA). Build a complete html5 application through a given class- or database-model without coding (coding APIs are available).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    q - Text as Data

    q - Text as Data

    Run SQL directly on CSV or TSV files

    ... output-encoding to set the output encoding. Sensible defaults are in place for all three parameters. Files with BOM: Files which contain a BOM (Byte Order Mark) are not properly supported inside python's csv module. q contains a workaround that allows reading UTF8 files which contain a BOM - Use -e utf-8-sig for this. The plan is to separate the BOM handling from the encoding itself, which would allow to support BOMs for all encodings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Serial Tool

    Serial Tool

    Serial Tool for developing serial communication with embedded systems.

    PROJECT MOVED TO: https://github.com/damogranlabs/serial-tool See releases page: https://github.com/damogranlabs/serial-tool/releases Serial Tool is a utility for developing serial communications, custom protocols or device testing. You can set up bytes to send accordingly to your protocol and save configuration to a file – which can be used another time. You can send multiple byte arrays, you can send sequence of different byte arrays and put delay between them. You can read data in HEX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 10

    BinaryDump

    Python 3 command line program to dump a file as ASCII coded strings.

    Python 3 command line program to dump a file as comma separated, ASCII coded hex, decimal and binary strings. The resulting file can uploaded into a spreadsheet for easy bit by bit analysis. Output is one byte per row with ASCII hex in the first column, ASCII decimal in the third column and eight ASCII binary digits in the following columns. The file may be dumped from any starting offset to any ending offset. Note that spreadsheet row count may limit the number of bytes that can be uploaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Encode Arabic
    Encode Arabic provides tools for encoding and decoding Arabic in Haskell, Python, Perl, or LaTeX. Interprets the ArabTeX notation to generate original orthography or phonetic transcription. Supports Buckwalter and other romanizations. Converts legacy byte encodings into Unicode. http://github.com/otakar-smrz/encode-arabic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The SOSETSUKEN Engine

    The SOSETSUKEN Engine

    Need Vinesauce ROM Corrupter parameters? Yeah, we got that.

    The SOSETSUKEN Engine is a handy tool for generating corruption parameters for use with the Vinesauce ROM Corrupter. You simply feed it the end byte found by Auto End, the level of corruption, and the amount of sets you want to generate. Its only throttle is the speed of your PC and the space left on your hard drive. This thing is fast, simple and small. It even puts out how long it takes to generate the requested sets at the very bottom of "params.txt" (the output file). Changelog: v1.2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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: 4 This Week
    Last Update:
    See Project
  • 15
    PYC Dissasembler

    PYC Dissasembler

    Disassemble python byte compiled file for python 2.x

    PYC Dissasembler disassemble python byte compiled files (.pyc) into a series of opcodes. It work for every version of python 2 (that use cpython) but must be run with a good interpreter. Ex: you can only disassemble python 2.7 pyc files with a python 2.7 interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Jython is a Java implementation of the Python language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is the successor to JPython.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 17

    VHBL Manager

    Homebrew manager for Half-Byte Loader on the PS Vita.

    Homebrew manager for Half-Byte Loader on the PS Vita. To use, copy some homebrews to the GAME folder and some savedata from your psp memory stick to the RESOURCE/SAVEDATA/ folder. Works in Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    bdd is a unix/linux command that handles bit streams (non byte-aligned). The name comes from binary-dd. bdd is written in Python and it tries to be extremely flexible but not very efficient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    DEPRECATED-The deva programming language

    DEPRECATED v1 - v2 is current, hosted on bitbucket

    ... similarities to C and Python. Designed for embedding in C++ applications, it is also suitable for simple scripting applications. Written to be as simple as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Python-3-API to GTK. Simplicity first - just suited for UI-building of apps, in no way for widget-building. Currently 1500 lines for 15 widgets, 130 methods. View all files for some documentation and tests (METHOD-GUIDE.html gives hints for compilati
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A pure python module which implements the DES and Triple-DES encryption algorithms. Triple DES is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    ng-upnp2mrtg queries UPnP capable routers and retrieves the traffic byte counters and the uptime information. The output can be used by the popular Multi Router Traffic Grapher (mrtg). Simple adaptation to other UPnP capable routers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Decompyle is a python disassembler and decompiler which converts Python byte-code (.pyc or .pyo) back into equivalent Python source. Verification of the produced code (re-compiled) is avaliable as well.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24
    Translation of the book "A Byte of Python" (http://www.byteofpython.info) to Brazilian Portuguese.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next