Showing 46 open source projects for "todo"

View related business solutions
  • $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
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    todo_notifier

    todo_notifier

    Todo Notifier simplifies the management of todo items in your project

    Simplify Todo management with Todo Notifier - a versatile Python library that generates automated summaries and sends reminders via email, SNS, SES & more. Integrate easily with other project management tools. The package is available on PyPi: https://pypi.org/project/todonotifier/ For more information, please check out the GitHub repository: https://github.com/ashu-tosh-kumar/todo_notifier Detailed code documentation on GitHub Pages: https://ashu-tosh-kumar.github.io/todo_notifier/todonotifier.html Medium Article on how to use: https://at-k.medium.com/streamline-your-todos-with-todo-notifier-for-python-projects-6f95c03a2d34
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    arxiv_latex_cleaner

    arxiv_latex_cleaner

    arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper

    This tool allows you to easily clean the LaTeX code of your paper to submit to arXiv. From a folder containing all your code, e.g. /path/to/latex/, it creates a new folder /path/to/latex_arXiv/, that is ready to ZIP and upload to arXiv.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Learn Claude Code

    Learn Claude Code

    Bash is all you need, write a claude code with only 16 line code

    Learn Claude Code is an educational repository that teaches how modern AI coding agents work by walking learners through a sequence of progressively more complex agent implementations, starting with a minimal Bash-based agent and culminating in agents with explicit planning, subagents, and skills. It emphasizes a hands-on learning path where each version (from v0 to v4) adds conceptual building blocks like the core agent loop, todo planning, task decomposition, and domain knowledge skills, illuminating the patterns behind what makes a true AI agent tick. The goal is to demystify agent architectures like Claude Code by having learners build simplified versions themselves and observe how tools, memory management, planning constraints, and context isolation contribute to reliable agent behavior. ...
    Downloads: 3 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.
    Try Free
  • 5
    Task Coach

    Task Coach

    Free flexible open source todo manager featuring hierarchical tasks

    Task Coach - Your friendly task manager. Task Coach is a free open source todo manager. It grew out of frustration about other programs not handling composite tasks well. In addition to flexible composite tasks, Task Coach has grown to include prerequisites, prioritizing, effort tracking, category tags, budgets, notes, and many other features. However, users are not forced to use all these features; Task Coach can be as simple or complex as you need it to be.
    Leader badge
    Downloads: 113 This Week
    Last Update:
    See Project
  • 6
    Tarjamento de Dados Pessoais e Sigilosos

    Tarjamento de Dados Pessoais e Sigilosos

    Ferramenta de Tarjamento de Dados Pessoais e Sigilosos

    TarjaPDF v2.3 — Ferramenta de Tarjamento de Dados Pessoais e Sigilosos Proteja dados sensíveis em PDFs com segurança irreversível. Interface moderna (tema claro/escuro), marcação manual (texto, linha, área) e detecção automática de CPF, RG, e-mail, telefone, nomes e endereços, inclusive em PDFs digitalizados via OCR integrado, em todas as páginas. Scan inteligente com revisão antes de tarjar e relatório LGPD a cada operação. Security by Design: salva só como PDF-imagem, impedindo a...
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • 7

    Roundup Issue Tracker

    Simple-to-use/-install issue-tracking system: web, REST, email, CLI

    Roundup is a simple-to-use and -install issue-tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. It runs on python 2.7 or 3.6 or newer. Roundup has been deployed for: * bug tracking and TODO list management (the classic installation) * customer help desk support (with a wizard for the phone answerers, linking to networking, system and development issue trackers) * issue management for IETF working groups * sales lead tracking ...and so on. It's been designed with flexibility in mind - it's not just another bug tracker. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Hercules_free_version

    Hercules_free_version

    Almacenamiento seguro offline para semillas BIP39 con cifrado avanzado

    ...A diferencia de métodos tradicionales como papel, notas digitales o almacenamiento en la nube, esta solución elimina la exposición a internet, reduciendo significativamente el riesgo de hackeos, malware o accesos no autorizados. El software utiliza cifrado avanzado para garantizar que tu información permanezca protegida en todo momento. Su funcionamiento es sencillo e intuitivo, pensado tanto para usuarios técnicos como para inversores que buscan máxima seguridad sin complicaciones. HERCULES no se conecta a la red, no accede a tus fondos y no requiere datos personales, lo que garantiza privacidad total. “Software firmado digitalmente con certificado de firma de código de SSL.com.” ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Valkiiria Forge GTK

    Instalación masiva y automática de software en Linux - SUITE GTK

    .... --- ✨ Características Principales 🔐 Solicitud Maestra de Privilegios (Un Solo Disparo) A diferencia de los scripts tradicionales que interrumpen constantemente al usuario, el backend del sistema consolida todo el lote marcado en un único comando masivo volátil. La ventana gráfica nativa de autenticación
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    molten

    molten

    A minimal, extensible, fast and productive framework

    ...Write clean, decoupled code by leveraging DI. Define components for everything from settings to DB access and business logic, test them in isolation and swap them out as needed. Here we’ve declared a Todo manager whose job it is to store and load Todos in the DB. In order for handlers to be able to request manager instances from the DI system, we also define a component that knows how and when to instantiate a TodoManager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TooDoo

    TooDoo

    Todo task manager with simple, fast and intuitive user interface

    Todo task manager with simple, fast and intuitive user interface. It supports subtasks, reminders, user defined statuses, categories and filters, custom ordering, text formatting, clickable links etc. Overview of functions: https://sourceforge.net/p/too-doo/wiki/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Outspline

    Outspline

    Outliner and time organizer for todo lists, events or scheduling tasks

    ...The most important addon is Organism, which adds advanced time management features and turns the application into a personal organizer, perfectly suited for working with todo lists, scheduling tasks and reminding events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WikidPad is a wiki-like notebook for storing your thoughts, ideas, todo lists, contacts, or anything else you can think of to write down.
    Downloads: 66 This Week
    Last Update:
    See Project
  • 14
    Multi Whois Client
    Multi Whois is a small whois domain name search program capable of finding bulk domains via a wordlist file or specific domains provided by the user. It's a good way to search for domains that are available to buy. The wordlist format consists of a domain name per line with or without the .dot tld.. Examples below google yahoo foobar Note:Must select a tld from the dropdown box or google.com yahoo.net foobar.guru
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    etmTk

    etmTk

    Manage events and tasks using simple text files.

    etm is an acronym for event and task manager. In contrast to most calendar/todo applications, creating items (events, tasks, and so forth) in etm does not require filling out fields in a form. Instead, items are created as free-form text entries using a simple, intuitive format and stored in plain text files. Both a graphic user interface based on Tkinter and a command line interface are provided.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16
    Simple AOMDV Protocol Simulator

    Simple AOMDV Protocol Simulator

    SAPS - symulator protokołu rutowania AOMDV, zbudowany w Pythonie

    SAPS (Simple AOMDV Protocol Simulator) to narzędzie, które powstało na wydziale EITI Politechniki Warszawskiej. Służy do symulacji rutowania w sieciach opartych o protokół AOMDV. Wymagane biblioteki: - Python3.0+ - PyQt5+ - seqdiag ToDo: - Translacja na jęz. angielski - Ustawienia programu - Obserwacja wielu węzłów MSC. Autorzy: Daniel Waślicki Maciej Chotkowski
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TODOs

    TODOs

    Search TODO, FIXME and similar comments in project files.

    TODOs is a small command-line utility to search TODO, FIXME and similar comments in project files. It is written in Python 3 and licensed under the terms of GNU GPL 3 license. Supported output formats are TXT, HTML and XML.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    DITRAEXTO

    DITRAEXTO

    Directory traversal exploitation tool for web developers.

    ...La cual es una falla un tanto difícil de detectar pero que sin embargo cuando es detectado representa un peligro para el sitio o servidor afectado. Esta falla de seguridad tiene muchísimas variantes desde niveles fáciles en su detección hasta fallas en el seteo de cookies o sesiones. La finalidad en todo caso de DITRAEXTO es la automatización de la obtención/ extracción de los archivos del servidor que nosotros le especifiquemos o de manera automatizada (siempre y cuando le digamos que lenguaje o patrón usar) busque en los archivos afectados. Por ahora ha sido probado con sitios que utilizan paginas programadas en PHP sin embargo es posible extraer otros tipos de códigos siempre y cuando sean especificados desde consola o desde los archivos de configuración, los cuales son manejados para controlar las limitantes de detección del programa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    grandPA

    grandPA

    DMX Software,Lichtsteuerung,Moving Light,LED,ArtNet DMX,

    ...) - Programmer (pygame,tkinter,curses ) - per Midi/RS232/USB steuerbar [1] Teilweise - UI / GUI (schnell Spiele GUI als oberfläche) - Lauflicht Stack (Chaser) ToDo - Cue's - Sequenzen - code redesign (modularer) - mini Linux als Basis (LFS Linux from Scratch) - Multiuser / Multiprogrammer https://www.youtube.com/watch?feature=player_embedded&v=v5mJw2MNEHQ&noredirect=1 [1] jede hardware bekommt eigenes kleines software modul mit eigener logik neue Seite: https://sourceforge.net/projects/librelight/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    lautodesk

    Script que genera los lanzadores en el escritorio de los usuarios de L

    ...Nos ha servido mucho para simplificar la administración de los usuarios y el acceso a los sistemas informáticos en las implementaciones siguientes : *http://www.ltsp.org/stories/viewstory/?story_id=320&secret=2102bc http://www.ltsp.org/stories/viewstory/?story_id=322&secret=308102 Sobre todo en un entorno de balanceo de carga con LTSP http://sourceforge.net/projects/ltsp-balance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    lgetltscfg

    Configuracion de puestos LTSP desde LDAP

    ...story_id=320&secret=2102bc http://www.ltsp.org/stories/viewstory/?story_id=322&secret=308102 Fue una gran solución para centralizar y simplificar la administración sobre todo cuando usamos balance de carga en los servidores http://sourceforge.net/projects/ltsp-balance/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    LifeQuest

    A GTD-inspired ToDo list manager that tells you what to do next!

    Fundamentally, LifeQuest keeps track of what you need to do, and tells you what you need to do next. You simply enter the things you want to do, along with priority and date information, and LifeQuest does the rest. Unlike other ToDo list programs, LifeQuest aims to minimise the amount of effort you spend entering information. LifeQuest is also inspired by GTD contexts and projects to help you find things to do wherever you are or whichever project you want to focus on. LifeQuest is also motivational! Your ToDo list is a Quest, your projects are Adventures, and your contexts are Locations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ftpwar

    ftpwar

    ftp terminal client

    Projects Status is Beta currently supported: ftp ftps todo list: add sftp support Ftpwar is a ftp terminal program to replace the current Ubuntu or Mint stock ftp program that only works half the time. I have simplified commands and made some new ones. I also think mine is prettier. :D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ruff es un generador de reportes basado en descripciones XML que pretende funcionar con las fuentes nativas de las impresoras, logrando que los reportes salgan correctamente en todo tipo de impresoras, incluyendo la de matriz de punto.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Most known is SPE, a python IDE with auto indentation&completion,call tips,syntax coloring&highlighting,uml viewer,class explorer,source index,todo list,pycrust shell,file browsers,drag&drop,Blender support.Spe ships with wxGlade,PyChecker and Kiki.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next