Showing 66 open source projects for "telnet-server"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    memos

    memos

    An open-source, self-hosted memo hub with knowledge management

    ...All content will be saved as plain text, not HTML. And lots of useful markdown syntaxes are supported. Using Go + React.js + SQLite architecture, the overall package is very lightweight. You can customize the server name, icon, description, custom system style and execution script, etc. memos believes that open source is the future, and all code is already open source in GitHub. All features are free forever and will never be charged in any form or content.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Machinery

    Machinery

    Machinery is an asynchronous task queue/job queue

    ...You can use the current V2 in order to avoid having to import all dependencies for brokers and backends you are not using. Instead of factory, you will need to inject broker and backend objects to the server constructor. In order to consume tasks, you need to have one or more workers running. All you need to run a worker is a Server instance with registered tasks. Each worker will only consume registered tasks. For each task on the queue the Worker.Process() method will be run in a goroutine. Use the second parameter of server.NewWorker to limit the number of concurrently running Worker.Process() calls (per worker). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    BORG is a calendar and task tracking system written in Java. The calendar provides a nice month view, month-print, email reminders, popup reminders and to do list. The task tracker tracks issues through various states.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 4
    Java-Kalender

    Java-Kalender

    Platformunabhängiger Kalender zum Eintragen von Ereignissen

    ...Der Kalender kann im Hintergrund laufen und ist personalisierbar. Automatische Erinnerungsfunktion für nahende Ereignisse / Feiertage. Synchronisation über einen FTP-Server möglich.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 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
  • 5
    EasyNotes

    EasyNotes

    Apps notes for Windows, iOS and Android, with direct local sync

    Apps notes for Windows, iOS and Android, with direct local sync. The server is a Windows application so you need to run it for sync. If you want to leave the old date when editing a note then on mobile phones you need to click on the date and on the PC hold down the "Shift" key when you click on the done button. How to install and other things - https://github.com/r57zone/EasyNotes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    RETE-DB
    RETE-DB is a customizable, multi-user web database frontend; suitable for *Address databases, *Bug management, *Todo lists, *File Server. RETE-DB is built for the internet; designed for speed, scalability and security. (group concept for access rights)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FormaVid

    FormaVid

    Small Business Appliance

    The FormaVid Small Business Appliance https://formavid.org is designed to integrate a content management system (CMS), an issues tracker and an invoicing application into a single, well constructed, offering. It is an excellent starting point for any developer(s) wishing to support the CMS or any of the other components, including the appliance itself. All components are stable, open source and well supported. The appliance is built using scripts so no hidden "monkey business" and you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    sustainability

    simple php/mysql project management system for sustainability planning

    ...PHP version must be 8.x. Version 1.0 is discontinued and will no longer be supported. If you are running this version 1.0 on your organization's website and everything is blank after a server upgrade, you can fix this by setting the php version in use to 5.x Current version 2.x is stable and recommended for php 8. This version uses the mysqli library and explores object oriented features of php, so it requires minimum version php 7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QuickNoteCLI

    QuickNoteCLI

    QNC is a command line interface app for creating quick notes

    usage: QNC -a,--append Append text to the last note -c,--clear Clear all notes -d,--delete <arg> Delete note by index or name -e,--erase Erase last note -h,--help Print help -l,--list Print note list -n,--name <arg> Specify note name -N,--nano Open in nano editor (If installed) -p,--print Print last note text -r,--rename <arg> Rename last note -s,--show <arg> Show note by name -S,--dbs Start DB server On Windows you can also use WIN + R, qnc <args> Manual start: java -jar QNC-0.1.0.jar Installation with scripts: Extract files from zip to any directory WINDOWS: run install.bat UNIX: run install.sh or execute command in terminal: alias qnc="java -jar /path/to/jar/QNC-0.1.0.jar" https://github.com/DeMmAge/QuickNoteCLI
    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
  • 10
    phpCollab

    phpCollab

    Open source project management

    Project management and collaboration over the internet. Features team/client sites, task assignment, document repository/workflow, gantt charts, discussions, calendar, notifications, support requests, weblog newsdesk, invoicing, and many other tools.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Crispy Synced Notes

    Crispy Synced Notes

    A note taking program with WebDAV sync

    ...Features: - group notes and images in a tree structure (using folders) - can work on any directory on your machine - technically works like a file browser with inline text editing - synchronizes with any WebDAV server (optionally using SSL/TLS) - allows one-way and two-way synchronization - allows to encrypt your files locally and remote using AES256 - multi language support You can obtain the full source code at: https://crispy-cow.de/git/CrispySyncNote.git Latest changes: 2.1.0: Updated for Java 9 and up 2.0.2: Added more UI translation, updated greek language (thanks to geogeo) 2.0.1: Bugfix: Sync state is now copied when duplicating workspace due to change in encryption settings
    Downloads: 21 This Week
    Last Update:
    See Project
  • 12
    Piggydb

    Piggydb

    Piggydb helps you have more fun with knowledge creation.

    ...You can begin with using it as a flexible outliner, diary or notebook, and as your database grows, Piggydb helps you to shape or elaborate your own knowledge. Piggydb is a Web application provided as a self-contained package that contains a Web server and database engine. With Piggydb, you can create highly structured content by connecting knowledge fragments to each other to build a network structure, which is more flexible and expressive than a tree structure. Fragments can also be classified using hierarchical tags.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    THIS PROJECT HAS MOVED TO GITHUB: https://github.com/janrieke/contractmanager ContractManager is a contract management software for the Jameica platform (http://willuhn.de/products/jameica/). It allows you to enter details of your contracts, e.g., financial information, runtime, or cancellation deadlines. It notifies you about upcoming cancellation deadlines. For installation instruction, see http://janrieke.de/contractmanager/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Adam

    Adam - information management platform

    ...You can create music lyrics collection, scientific articles collection, java code snippets, personal SF-library, personal diary, notepad, accommodating different thematic information related your interests and much more. - As information server: web-server, wiki-server, etc. - As collaboration server. - As application platform and/or server. - Due to extensions for almost whatever-you-want purposes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Ganib | Project Management Software

    Ganib | Project Management Software

    Open Source, tasks, bug tracking, agile scrum, timesheet, wiki

    Ganib gives simpler ways to keep your projects organized and on track. Take advantage of easy features that help you quickstart and makes your team more efficient and productive. Open source Web based online agile project management collaboration software free, J2EE platform, MySql database with project dashboards & reporting. Organized Teams & Projects: Easily plan & manage projects with intuitive features to help your team deliver on time. Quickly focus on what's important, easily...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    RomanRhapsody

    Personal organizer focused on usability and user productivity

    RomanRhapsody? is a tool helping user to be more productive and efficient everyday. It tries to implement most progressive self-productivity ideas and assists user in using them. Application's philosophy implies taking trivial part of self-organizing letting user be concentrated on decision-making itself. User must be focused on reaching goals, not on storing/finding/retrieving goals and relative information. For now project is in early development stage although it is enough...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A command-line interface for the OpenGroupware Coils collaboration platform and OIE workflow solution. Using snurtle you can manage and examine the content of your Coils server as well as manage workflows all from a convenient command line interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Time-Tracking tool with client-server synchronization.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    CRM für Kleinbüro und Heimbüro mit Schwerpunkt auf Verwaltung von Personenprofilen. Geeignet sowohl private Arbeitsvermittler und Arbeitslosen-Initativen, als auch für Fundraising, Wohnungsmarkt, HelpDesk/Hotline und mehr... Wichtige Mitteilung: An diesem Projekt arbeiten wir seit 2010 nicht mehr. Support-Anfragen werden nicht mehr beantwortet.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20

    Taskmanager CMS

    a easy task manager CMS

    A CMS to install a easy task manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    mynotez

    Simple app for create and save notes

    This simple application is created for managed notes. You can create, edit, delete and read your notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TracExplorer
    TracExplorer is an integration software for Edgewall's Trac Server. It includes a Visual Studio Trac Integration Addin and the TortoiseSVN bugtraq integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TimeTracker is a tracker of time into tasks over an <strong>SOAP</strong> webservice<br/> - Server works into WAMP/LAMP architecture and is totaly independant<br/> - 2 clients works presently into PHP-GTK, Java Swing client<br/>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    zNotes

    zNotes

    Simple lightweight crossplatform application for notes managment

    Simple lightweight crossplatform application for notes managment. Written in the C++ programming language using Qt framework. When I migrated from XFCE, I could not find a program simular to xfce4-Notes-plugin, so I created this program. Has versions for
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Ohioedge CRM + BPM Server

    Ohioedge CRM + BPM Server

    Ohioedge CRM + BPM + Group/Membership Management Server

    Ohioedge is a Web-based, Enterprise Java (J2EE Certified by Sun!) CRM + BPM application designed for $15-200M organizations requiring multi-functional, enterprise-wide co-ordination of sales (work) generation and fulfillment (workflow) activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB