Showing 1769 open source projects for "task"

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
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • 1
    Google Play Music Desktop Player

    Google Play Music Desktop Player

    A cross platform Desktop Player for Google Play Music

    Google Play Music Desktop Player is open source on GitHub. This means YOU, the community, gets a say in all the features we implement and you can even get involved and help out. If you find a bug or want something new, tell us in Gitter or on GitHub and we will see what we can do! Being a lightweight, standalone framework we use FAR less resources than having Google Play Music open in a standard chrome tab. This frees up your computer's resources to do things you care about, instead of...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    NPS (Node Package Scripts)

    NPS (Node Package Scripts)

    All the benefits of npm scripts without the cost of a bloated package

    NPS (Node Package Scripts) is an advanced alternative to NPM scripts that improves maintainability by allowing JavaScript-based task definitions. It removes the need for complex package.json script structures, enabling developers to create modular and readable task automation workflows.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Blendid

    Blendid

    Blend of gulp tasks combined into a configurable asset pipeline

    ...This file is JSON so that other platforms like Ruby or PHP can easily read it in and use it to build asset path helpers for replacing hashed filenames in production. Specific task configuration is done through a config/task-config.js file. Depending on your project and platform, you may want to disable some tasks, or customize others. This file exposes per-task configuration and overrides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OkDownload

    OkDownload

    A reliable, flexible, fast and powerful download engine

    ...The core library of FileDownloader is too complex and not pure enough, so 6K+ star 1K+ fork with around 10 PR. Unit test coverage is very high which means reliable. Simpler interface. Task priority support. Uri file to store output-stream. The core library is Pure and light. More flexible callback mechanism and listener. More flexible to expand each part of OkDownload. Fewer threads to do the same thing without drop performance. File-IO thread pool is independent of Network-IO thread pool. Make sense auto filename from URL if can't find from response header. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 5
    StarSpace

    StarSpace

    Learning embeddings for classification, retrieval and ranking

    StarSpace is a general-purpose embedding-based learning framework that trains embeddings for entities (words, sentences, users, items) under various supervision signals (classification, ranking, matching). Instead of focusing on one task, StarSpace supports multi-task and multi-domain setups—for instance, you can train embeddings so that textual queries match item descriptions, sentences map to labels, or users align with liked items in the same embedding space. The training objective is contrastive: for a given query embedding, positive and negative examples are sampled and the model is optimized to score positive higher than negatives. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Miasm

    Miasm

    Reverse engineering framework in Python

    The Miasm intermediate representation is used for multiple task: emulation through its jitter engine, symbolic execution, DSE, program analysis, but the intermediate representation can be a bit hard to read. We will present in this article new tricks Miasm has learned in 2018. Among them, the SSA/Out-of-SSA transformation, expression propagation and high-level operators can be joined to “lift” Miasm IR to a more human-readable language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    ElManafella-Free Exchange Server Backup

    ElManafella-Free Exchange Server Backup

    ElManafella is free and opensource Exchange server backup, it works with Exchange server 2007,2010,2013,2016 and 2019 using native VSS APIs utilizing Alpha VSS and Alpha FS. ElManafella offers quick backup solution over default Windows Server backups as it can protect individual Databases located on the same drive. The current version doesn't support separate log/DB locations, it will be fixed in the next release. This project is released under MML (Mahmoud Magdy License) which is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RecNN

    RecNN

    Reinforced Recommendation toolkit built around pytorch 1.7

    This is my school project. It focuses on Reinforcement Learning for personalized news recommendation. The main distinction is that it tries to solve online off-policy learning with dynamically generated item embeddings. I want to create a library with SOTA algorithms for reinforcement learning recommendation, providing the level of abstraction you like.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    ZM

    ZM

    A library to handle coroutine and green thread in C

    ZM is a C library to handle continuations (coroutine, exception, green thread) with finite state machines. The library is written in C99 without external dependecy or machine-specific code and can be compiled in ansi-c or ansi-c++ with the minal effort to define two unsigned int type (uint8_t and uint32_t).
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 10
    Game Control Plus

    Game Control Plus

    Gamepads and Joysticks for Processing

    V1.1 is the last version for Processing 2 V1.2 is the last version for Processing 3 This library, based on the discontinued ProControll library, enables Processing (www.processing.org) programmers to connect and use joysticks, gamepads and other game control devices in their sketches. The associated Game Control Configuration tool not only simplifies the task of setting up a sketch using this library, but also makes it easier to use the sketch on different systems and different controller types. IMPORTANT NOTICE This library has been renamed to meet Processing's naming guidelines. In your Processing sketch the only required change is in the import statements, everything else remains the same.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Microjob

    Microjob

    Turn Node.js worker threads into easy-to-use routines

    A lightweight Node.js library for running CPU-bound tasks in worker threads, enabling better parallel execution.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    anno

    anno

    Go package for text annotation

    ...Since most of the built-in finders operate on a per field basis (word by word), it made sense to add a special helper called `FieldFunc` that generates`FinderFunc` functions for us, and takes away the repetitive task of breaking the string up, and iterating over each word.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ness PHP

    Ness PHP

    A php framework with zero configuration.

    Website: https://nessphp.github.io GitHub: https://github.com/nessphp Documentation: https://nessphp.github.io/docs/index.html Donate: https://paypal.me/sinansalichasan Welcome to Ness PHP Framework. Do you need a web framework with minimized training effort? Ness PHP offers you a model-view-controller based environment for coding faster, safer and stronger web applications with (nearly) zero configuration. Get rid of mess and focus the main logic of your project Ness...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Django Celery

    Django Celery

    Old Celery integration project for Django

    Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling. Celery has a large and diverse community of users and contributors, you should come join us on IRC or our mailing-list. Celery is Open Source and licensed under the BSD License. A task queue’s input is a unit of work called a task. Dedicated worker processes constantly monitor task queues for new work to perform. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    ace2005-preprocessing

    ace2005-preprocessing

    ACE 2005 corpus preprocessing for Event Extraction task

    This is a simple code for preprocessing ACE 2005 corpus for Event Extraction task. Using the existing methods were complicated for me, so I made this project. Github: https://github.com/nlpcl-lab/ace2005-preprocessing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    bert-event-extraction

    bert-event-extraction

    Pytorch Solution of Event Extraction Task using BERT on ACE 2005

    The detailed instructions are in the readme file within the zip file. Github: https://github.com/nlpcl-lab/bert-event-extraction
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Spotlight

    Spotlight

    Deep recommender models using PyTorch

    ...For example, generate_sequential generates a Markov-chain-derived interaction dataset, where the next item a user chooses is a function of their previous interactions. Recommendations can be seen as a sequence prediction task: given the items a user has interacted with in the past, what will be the next item they will interact with? Spotlight provides a range of models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flightplan

    Flightplan

    Run sequences of shell commands against local and remote hosts

    A task automation and deployment tool for Node.js, allowing developers to execute remote SSH commands and manage deployments efficiently.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    kezmo

    kezmo

    Enterprise chat and task management for teams

    Kezmo is an enterprise chat and task management platform created to make instant collaboration easy. Create work spaces around topics you need to collaborate on and invite users to join the conversation. Kezmo's front end is based on React.js, and the backend rest services are implemented in Java 8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ChainerCV

    ChainerCV

    ChainerCV: a Library for Deep Learning in Computer Vision

    ChainerCV is a collection of tools to train and run neural networks for computer vision tasks using Chainer. In ChainerCV, we define the object detection task as a problem of, given an image, bounding box-based localization and categorization of objects. Bounding boxes in an image are represented as a two-dimensional array of shape (R,4), where R is the number of bounding boxes and the second axis corresponds to the coordinates of bounding boxes. ChainerCV supports dataset loaders, which can be used to easily index examples with list-like interfaces. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Ao

    Ao

    Elegant Microsoft To-Do desktop app

    ...It includes themes, compact mode, auto-night mode, list navigation, scalable interface controls, and update notifications. Ao also provides many local keyboard shortcuts for common task actions such as adding due dates, completing tasks, creating lists, and hiding completed items. It is community-driven and free, but it is not affiliated with Microsoft.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 22
    oxSSH

    oxSSH

    oxSSH is an SSH client with multiple tools.

    oxSSH is an SSH client that lets you know which tasks are running on all computers running GNU / Linux (Ubuntu, Kali Linux, Raspbian ...) via an SSH session. And it is also possible to close tasks on your running machine on GNU / Linux, reboot the SSH server, restart the SQL server (Postgres), test the SSH connection, open the oxSSH session directly on PuTTY . And if you do not have PuTTY, oxSSH will automatically install it in the oxSSH location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Auto Hashtag Auto

    Online tool to highlight keywords for list of pages/posts/articles/...

    Web application to list links with keywords of interest highlighted to suggest its relevance. Without this tool, one may go through each page manually to search for particular words separately. With this tool, it aims to reduce the task and still show in one view with the links to page with ranked priority for attention based on its number of keyword hits. This is particularly the case for news article reading on news website that has articles updated regularly while would like to know which particular item would have more preference over another. It maybe useful for job seekers with a defined set of skills against the latest job posts on offer. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CleverClients

    CleverClients

    Free open-source small business management software

    CleverClients is software for small businesses that need to manage their clients (customers) and the appointments clients make for the services the business provides. The software is suitable for businesses whose clients come to their premises (such as mechanics workshops, psychology practices, hairdressing salons and educational providers), and for businesses whose staff go to client's premises (such as plumbers, cleaners and pest exterminators). The list of potential business types is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Network Kill Switch

    Network Kill Switch

    Enable or disable Network adapters

    **Must run as Administrator** **Or use Task Scheduler with highest permission to auto start at Log-in** Kill Switch standalone/ Network connection OFF/ON Portable- no install Adapter Watch (Works well with OpenVPN) Minimizes to System Tray with menu Uses .NET Framework 4.5 https://sourceforge.net/projects/subproject.network-ip-tools.p/files/Kill%20Switch/
    Downloads: 10 This Week
    Last Update:
    See Project