Showing 25 open source projects for "linuxptp-3.1.tgz"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    Llama Recipes

    Llama Recipes

    Scripts for fine-tuning Meta Llama3 with composable FSDP & PEFT method

    The 'llama-recipes' repository is a companion to the Meta Llama models. We support the latest version, Llama 3.1, in this repository. The goal is to provide a scalable library for fine-tuning Meta Llama models, along with some example scripts and notebooks to quickly get started with using the models in a variety of use-cases, including fine-tuning for domain adaptation and building LLM-based applications with Llama and other tools in the LLM ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Django Lifecycle Hooks

    Django Lifecycle Hooks

    Declarative model lifecycle hooks, an alternative to Signals

    ...However, my team often finds that Signals introduce unnecessary indirection and are at odds with Django's "fat models" approach. Django Lifecycle Hooks supports Python 3.7, 3.8 and 3.9, Django 2.0.x, 2.1.x, 2.2.x, 3.0.x, 3.1.x, and 3.2.x. For simple cases, you might always want something to happen at a certain point, such as after saving or before deleting a model instance. When a user is first created, you could process a thumbnail image in the background and send the user an email.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    libptpmgmt

    PTP Management library to communicate with linuxptp using IEEE 1558.

    The libptpmgmt Project provides a library to communicate with LinuxPTP using IEEE 1558 management messages over a network.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Django OAuth Toolkit

    Django OAuth Toolkit

    OAuth2 goodies for the Djangonauts!

    Django OAuth Toolkit can help you by providing, out of the box, all the endpoints, data, and logic needed to add OAuth2 capabilities to your Django projects. Django OAuth Toolkit makes extensive use of the excellent OAuthLib, so that everything is rfc-compliant. OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords. Django is a high-level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Terminator - World's Fastest Autoclicker

    Terminator - World's Fastest Autoclicker

    Never be out-clicked again!

    ...Made by gamers for gamers. Terminator is the end all be all of all autoclickers. With clicks reaching up to 1000+ CPS, you will never again be outclicked. Version 3.1: * Mouse buttons can now be used again to activate/deactivate the autoclicker Version 3.0: * Modern, clean GUI * Added a left/right click option * Added a hold/toggle mode * Added a dark/light theme * Total clicks display * Active status display Version 2.1: 1. Two methods of activation: Key presses or mouse buttons 2. ...
    Leader badge
    Downloads: 840 This Week
    Last Update:
    See Project
  • 6
    Sockeye

    Sockeye

    Sequence-to-sequence framework, focused on Neural Machine Translation

    Sockeye is an open-source sequence-to-sequence framework for Neural Machine Translation built on PyTorch. It implements distributed training and optimized inference for state-of-the-art models, powering Amazon Translate and other MT applications. For a quickstart guide to training a standard NMT model on any size of data, see the WMT 2014 English-German tutorial. If you are interested in collaborating or have any questions, please submit a pull request or issue. You can also send questions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Brand new cheatsheets and handouts

    Brand new cheatsheets and handouts

    Matplotlib 3.1 cheat sheet

    The Brand new cheatsheets and handouts repo is a compact, quick-reference summary of the most commonly used plotting commands and configurations in Matplotlib, intended to serve as a handy reference for experienced users who want to recall syntax or find the right function without digging into full documentation. It lays out common use cases (plot types, styling, figure configuration, saving/exporting, subplot layout, etc.) in a concise and organized format — often serving as a “cheat sheet”...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Platformer 2D Godot Game

    Test project with a 2D platform game developing in Godot 3.1

    Test project with a 2D platform game developing in Godot 3.1, reusable mechanics for: State Machine, basics AI, Android Games.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9

    pytkapp

    Python package for develop an SDI/MDI application and set of widgets.

    ...See available demos: pytkapp/demo/run_ptaoptionsdemo.py - run GUI demo for option's container (available widgets, rules) pytkapp/demo/run_ptamdidemo.py - run demo of MDI application pytkapp/demo/run_ptasdidemo.py - run demo of SDI application pytkapp/demo/run_tkwbasicdemo.py - run demo of basic widgets pytkapp/demo/run_tkwtldemo.py - run demo of tablelist-based widgets pytkapp/demo/run_diademo.py - run demo for dialog widgets (selector, xmessage) Notes ========= 1) PyTkApp package was tested on python 2.7, 3.1 2) If you planning to use tablelist-based widgets then you need to download tcl Tablelist package from http://www.nemethi.de/
    Downloads: 1 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10

    PyInstaller Extractor

    Extract contents of a Windows executable file created by pyinstaller

    ...The pyc files are made valid so that a python bytecode decompiler will recognise it. Script can run on both python 2.x and 3.x Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
    Leader badge
    Downloads: 204 This Week
    Last Update:
    See Project
  • 11
    REST framework JWT Auth

    REST framework JWT Auth

    JSON Web Token Authentication support for Django REST Framework

    JSON Web Token Authentication support for Django REST Framework. This package provides JSON Web Token Authentication support for Django REST framework. Unlike some more typical uses of JWTs, this module only generates authentication tokens that will verify the user who is requesting one of your DRF protected API resources. The actual request parameters themselves are not included in the JWT claims which means they are not signed and may be tampered with. You should only expose your API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    drf-nested-routers

    drf-nested-routers

    Nested Routers for Django Rest Framework

    This package provides routers and fields to create nested resources in the Django Rest Framework. Nested resources are needed for full REST URL structure, if one resource lives inside another. (optional) If you need hyperlinks for nested relations, you need a custom serializer. There you will inform how to access the parent of the instance being serialized when building the children URL. In order to get started with testing, you will need to install tox. Once installed, you can then run one...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PyGObject for Windows

    PyGObject for Windows

    All-In-One PyGI/PyGObject for Windows Installer

    Cross-platform python dynamic bindings of GObject-based libraries for Windows 32-bit and 64-bit.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 14
    LightProfiler

    LightProfiler

    Profiler for Oracle extended SQL trace files

    LightProfiler – application for performance analysis of the Oracle databases. It generates detailed resource profile for extended SQL trace files (10046 event), containing information about consuming of response time (by events, by cursors, etc.), data files usage, error analysis (SQL, PL/SQL) and much more. Also it contain tools for additional processing of trace files (extract session data, splitting files) and for management of database's sessions (disconnecting, tracing, monitor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Daily_log

    Daily_log

    "Daily_log" is a program which will help you to plan the day.

    Project "Daily_log" - is my small draft of the program "Daily_log".The program is written on Python version 3.1 under the Windows platform. The program "Daily log" designed to help you in planning your tasks for the day, week, month. You can add: - Еvents that you can forget; - Schedule of the day; Also there is a note book. There will be updatings of versions, for completion of features and correction of bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    paranoia auto-backup

    paranoia auto-backup

    paranoia,auto-backup,libre, free, gnu/gpl3

    -- ENGLISH -- "PARANOIA AUTO-BACKUP" try to save data periodically added by the user. The idea of ​​this program is to prevent the loss of important data that can be removed easily, making a backup (compressed as Tarball .tgz) each a definite time. It also has other settings for the best adaptation to their circumstances [09 - 27 - 2012] For debugging, optimization and changes in the program functions will be rewritten from 0. The language will be C++ libraries gtkmm or QT In this new version will be presented with improvements in the code, providing more choice and use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PyProxySwitch

    PyProxySwitch

    一个跨平台代理切换程序,基于Python。

    一个跨平台代理切换程序,基于Python。把浏览器等程序的代理设置为127.0.0.1:8888,就可以系统托盘菜单形式进行快速代理切换。支持批量添加删除代理。源码版运行需Python2.6+/3.1和PyQt4。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...The purpose of this project is to make a python WebDAV client library that is easy and convenient to use, while remaining flexible enough for developers who may want a finer grain of control. UPDATE: The test suite passes using Python 3.1 so we will now be supporting Python3 issues. The library will try to continue to work on both Python 2 and Python 3 until such a time that we find something that is not backwards compatible between the Python releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    1. Create an object-oriented python script that can represent mathematical concepts and their properties. 2. Represent all numeric values exactly. 3. Provide a variety of formats to export or embed representations of the mathematical concepts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Крок-1
    Детальніше про різні версії дивись на http://kroktest.if.ua/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python 3.1 script which checks for new chapters in mangas in you mangalist. Currently only support for onemanga.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a simple anagram utility written in Python 3.1. It can be used to find exact string matches within a word as well as words contained within a string or words that contain a string. Other functions also included (see readme for instructions).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This Python 3.1 tool manipulates the coordinate system of CNC GCODE for machining or engraving. It can Flip X, Y, or Z coordinates, mirror X, Y, or Z coordinates, flip or Mirror both XY coordinates, or insert Z motions into a GCODE file devoid of them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A simple game written in Python 3.1 + Pygame that has a character chasing around a "bad guy" using a mouse and / or WASD.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    XFWARE is a distribution of the Xfce desktop environment with more adds and optimizations for Slackware Linux and with a collection of useful applications. It is distributed in Slackware's standard tgz package format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB