Search Results for "python distributed list" - Page 25

Showing 1231 open source projects for "python distributed list"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    auto_ml

    auto_ml

    Automated machine learning for analytics & production

    auto_ml is designed for production. Here's an example that includes serializing and loading the trained model, then getting predictions on single dictionaries, roughly the process you'd likely follow to deploy the trained model. Before you go any further, try running the code. Load up some data (either a DataFrame, or a list of dictionaries, where each dictionary is a row of data). Make a column_descriptions dictionary that tells us which attribute name in each row represents the value we’re...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Extended Memory Semantics (EMS)

    Extended Memory Semantics (EMS)

    Persistent shared object memory and parallelism for Node.js and Python

    EMS makes possible persistent shared memory parallelism between Node.js, Python, and C/C++. Extended Memory Semantics (EMS) unifies synchronization and storage primitives to address several challenges of parallel programming. A modern multi-core server has 16-32 cores and nearly 1TB of memory, equivalent to an entire rack of systems from a few years ago. As a consequence, jobs formerly requiring a Map-Reduce cluster can now be performed entirely in shared memory on a single server without using distributed programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    youtube-dlG

    youtube-dlG

    A cross platform front-end GUI of the popular youtube-dl

    A cross platform front-end GUI of the popular youtube-dl media downloader written in wxPython. Youtube-dl-gui uses youtube-dl in the backend to download files. Youtube-dl provides a list of extractors to work with each particular site. You can change the naming pattern by picking a different filename format under the Options>General tab. You can also use a custom pattern by setting the option to "Custom" and editing the output template field. You can change the number of max parallel...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Vimuiex is a library and a set of plugins for the Vim text editor. It adds a popup listbox that is displayed in an overlapping window inside Vim. Plugins: text menu, file browser, buffer list, MRU files, enhanced vimgrep (occur), ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    gevent

    gevent

    Coroutine-based concurrency library for Python

    gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop. gevent is inspired by eventlet but features a more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent. Since version 1.1, gevent is maintained by Jason Madden for NextThought with help from the contributors and is licensed under the MIT license. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    AlgoTaurus

    AlgoTaurus

    An educational game to teach programming.

    ...Copyright The game is a remake and an extension of the game Labirint by Lukyanov Konstantin and Volkov Sergey. Copyright, 2015-2017, Attila Krajcsi, Ádám Markója (GUI) AlgoTaurus is distributed under the terms of the GNU General Public License 3.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    omegalib

    omegalib

    Hybrid visualization framework for desktops, large immersive displays

    ...Enabled modules are automatically downloaded and compiled. A full list of modules can be found in the Omegalib hub. On most platforms, omegalib is distributed as a source-only project. Users are responsible for creating binaries for their operating system and architecture. The build process is kept as simple as possible and should require very little configuration effort by the user. Omegalib can build out-of-the-box and has no external dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FoxNuke

    FoxNuke

    A Proffesional Stress-Testing(ddos) tool for pentesters

    The FoxNuke program is written in python and uses Firefox in order to complete the distributed denial of service attack feature. Multiple headers are used from the Firefox browser, along with a personal configuration option for the Opera browser. The FoxNuke Program is still underdevelopment as of 8/24/17, full release is set to come out sometime during 2017-2018. If you would like to participate in the TESTING of this program and would like to help report bugs, etc. then please email leyvarosnel@gmail.com for further inquiries. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    aurora

    aurora

    Cross-platform Beanstalk queue server console.

    aurora is a web-based Beanstalk queue server console written in Go and works on macOS, Linux and Windows machines. Main idea behind using Go for backend development is to utilize ability of the compiler to produce zero-dependency binaries for multiple platforms. aurora was created as an attempt to build very simple and portable application to work with local or remote Beanstalk server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10

    asyncoro

    Python framework for asynchronous, concurrent, distributed programming

    asyncoro is a Python framework for developing concurrent, distributed, network programs with asynchronous completions and coroutines. Asynchronous completions implemented in asyncoro are sockets (non-blocking sockets), database cursors, sleep timers and locking primitives. Programs developed with asyncoro have same logic and structure as Python programs with threads, except for a few syntactic changes. asyncoro supports socket I/O notification mechanisms epoll, kqueue, /dev/poll (and poll and select, where necessary), and Windows I/O Completion Ports (IOCP) for high performance and scalability, and SSL for security
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    haxor-news

    haxor-news

    Browse Hacker News like a haxor

    haxor-news brings Hacker News to the terminal, allowing you to view/filter the following without leaving your command line; posts, post comments, post-linked web content, monthly hiring and freelancers posts, user info, and onions. haxor-news helps you filter the large number of comments that popular posts generate. Job hunting or just curious what's out there? Filter the monthly who's hiring and freelancers post. Combine haxor-news with pipes, redirects, and other command-line utilities....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    aeneas

    aeneas

    Automagically synchronize audio and text (aka forced alignment)

    aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment). aeneas automatically generates a synchronization map between a list of text fragments and an audio file containing the narration of the text. In computer science this task is known as (automatically computing a) forced alignment.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    A dynamic, extensible XML-RPC server framework with a builtin scheduling engine. Ideal as a core component for n-tier platforms which require a stable XMLRPCServer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    RTS2 - Remote Telescope System

    Open source observatory control software

    RTS2 is project to create an open source environment for control of a fully autonomous observatory. It is running about dozen fully autonomous observatories. Its modular design allow easily addition of new devices (to already huge supported HW list).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PackerNg

    PackerNg

    Next-generation Android packaging tool

    packer-ng-plugin is the next channel Android Gradle plug packing tools, support speed packaging, 100 th channel packet takes only 10 seconds, the speed gradle-packer-plugin of 300 or more times, for CI systems can be easily integrated, At the same time, it provides command-line packaging scripts, and channel reading provides Python and C language implementations. Channel name list file is a plain text file, read by rows, each row of a channel, the first blank line and end of the line will be ignored if there is an annotation, channel names and comments with #segmentation. V2 only supports APK Signature Scheme v2, requires signingConfigsthere v2SigningEnabled true to enable the new signature model, if you need to use an older version. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MuPIF

    MuPIF

    Multi-Physics Integration Framework (MuPIF)

    Multi-Physics Integration Framework (MuPIF) is an integration framework, that will facilitate the implementation of multi-physic and multi-level simulations, built from independently developed components. The principal role of the framework is to steer individual components (applications) and to provide high-level data-exchange services. Each application should implement an interface that allows to steer application and execute data requests. The design supports various coupling strategies,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Boilr

    Boilr

    boilerplate template manager that generates files or directories

    Boilr is here to help you create projects from boilerplate templates. Are you doing the same steps over and over again every time you start a new programming project? Boilr is a boilerplate template manager that generates files or directories from template repositories. No dependencies (NodeJS, Python Interpreter etc.) Boilr is a single statically linked binary. Grab the one that fits your architecture, and you're all set to save time by using templates! Full Power of Golang Templates....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    ipytracer

    ipytracer

    Algorithm Visualizer for IPython/Jupyter Notebook

    Algorithm Visualizer for IPython/Jupyter Notebook. If you use the display(TracerObject) code from where you want to see, you can use it without any special modification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Quiz Schedule Generator

    Quiz Schedule Generator

    Takes a list of teams and creates a random competition schedule.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PyCAM
    Open Source CAM - Toolpath Generation for 3-Axis CNC machining
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 21
    Linked List Artificial Developmental System (LLADS) provides a framework for carrying out experiments and undertake development of code in the areas of evolutionary computation and artificial development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    python cmd youtube downloader

    The script downloads youtube videos

    The program lets you search for videos on youtube as though you are entering them directly on the browser input field, displays the search results and then lets you select which video to download from the list. Alternatively, you can have it read a file with the videos you want to download, line by line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    vinuxproject

    vinuxproject

    Vinux is an Ubuntu derived distribution for blind & visually impaired.

    Vinux supports software text to speech and Braille support from boot-up to shutdown. Users can use installation medium to install independently with no sighted assistance required. Vinux supports command line environment speech, Desktop environment speech and magnification features. Vinux comes with an accessible suite of software and has an excellent mailing list support group.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24
    3DimViewer

    3DimViewer

    3DimViewer is a lightweight 3D viewer of medical DICOM datasets.

    3DimViewer is a lightweight 3D viewer of medical DICOM datasets that is distributed as open source software. The viewer is multiplatform software written in C++ that runs on Windows, Mac OS X and Linux systems. 3DimViewer source codes are available on Bitbucket (https://bitbucket.org/3dimlab/3dimviewer). Video tutorials can be found on YouTube (https://www.youtube.com/playlist?list=PLCvwUmKRw9ZO4YexLKEXmw_2jPo-kXVRn).
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 25

    imagefap-gallery-dl-cli

    Headless fork of ImageFap Gallery Downloader

    This is a "fork" of the ImageFap Gallery Downloader project to change it from querying keyboard and instead allow you to pass the URLs along via CLI. Additional features will be added as requested or desired.
    Downloads: 14 This Week
    Last Update:
    See Project