Showing 341 open source projects for "tiny-http"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 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
  • 1

    openhealthpractice

    A simulation environment for physiology models simulation

    ...For more information on how to deploy and use the tool, check the installation and user manuals. This tool was developed within the Synergy project. You can view our publication about the Simulation Environment here: http://www.translational-medicine.com/content/12/S2/S7 The rest of the publication outcomes of the project can be found here: http://www.translational-medicine.com/supplements/12/S2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Modular Gaming

    Modular Gaming Open Source Persistent Browser Based Game Framework

    ...We are building our framework using Kohana which is an open source, object oriented (H)MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small. We are using Kohana 3.3 You can view a demo at http://demo.modulargaming.com If you have any questions, bugs or feature requests feel free to post them on the issue tracker at GitHub. https://www.github.com/modulargaming/modulargaming Licensed under a BSD license. Modular Gaming can be used legally for any open source, commercial, or personal project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jQuery Searchable Plugin

    jQuery Searchable Plugin

    Tiny, fast jQuery plugin to search through elements as you type

    Tiny, fast jQuery plugin to search through elements as you type. This plugin is created and maintained by Stidges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project is for add-on module (extension) developers for web2project. All information and discussion on this project is here: http://forums.web2project.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Templates CMS Zwii

    Templates CMS Zwii

    Templates HTML5 gratuits pour Zwii

    Dans cette section, vous trouverez les templates gratuits codés en HTML5 pour le CMS nommé Zwii. ====== Plus de templates sur le forum Zwii ====== http://templates.zwiicms.com/ http://forum.zwiicms.com/viewforum.php?id=19 ====== Plus sur Zwii ====== Zwii est un petit CMS sans base de données, multilingue et Open-Source sous licence GNU/GPL. Il permet la création de site très simplement et sans aucune connaissance en programmation. ====== Zwii le petit CMS qui monte, qui monte! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Flask-AppBuilder

    Rapid web application development (python + Flask)

    Simple and rapid Application builder, built on top of Flask. includes detailed security, auto form generation, google charts and much more. Demo on: http://flaskappbuilder.pythonanywhere.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    C++ On Air

    C++ On Air

    Light-weight C++ web application server library

    C++ On Air (or "ConAir") is a light-weight library that combines the power of C++ with the flexibility of Interpp to allow you to create impressive web applications with new / existing C++ code. ConAir uses an embedded http server and Interpp interpreter to serve html, and process http requests from within your C++ application. This internal server establishes a bidirectional web socket connection between your C++ application and a client-side JavaScript interface for interactive scripting via the web. Getting started: 1. Download C++ On Air 2. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    POG ExtJS Code Generator

    Php Object and ExtJS Code Generator - Make CRUD Form Quickly

    ...The idea of ​​publishing this is: 0) To contribute my bit to excellent work done by the team of POG 1) For everyone in the community that we help all developing something that allows us to easily prototype form with ExtJS as FrontEnd in the Client-Side and Server with the POG (Php + Mysql) in a simple and fast and clean in less time. 2) As a free alternative to free programs that are commercially available but are very expensive. 3) It would be nice also to earn some money for this ;) lol. Just check it out, I'll be waiting your comments. See a video: http://www.youtube.com/watch?v=ShcYNKAa0F8 Best Regards Kevin Angulo kevinangulo@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Pegotes

    Un pastebin realmente sencillo

    Pegotes es un pastebin sencillo que trata de generar el menor tráfico de red posible. Para lograrlo, cuenta con una interfaz gráfica ligera y tres APIs. Además, está traducido a siete idiomas además del español.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10
    Tryit Editor

    Tryit Editor

    A free, open source, and easy to use HTML editor

    ...Features automatic updates of main script files. Code is released under MIT license. CodeMirror is copyright Marijn Haverbeke, and is released under a MIT-style license. Read the CodeMirror license at: http://codemirror.net/LICENSE This is the official download and repository site for Tryit Editor, sites such as 4shared, famouswhy, and softpedia have outdated, modified, or broken versions of Tryit Editor. BE SAFE! DOWNLOAD ONLY FROM SOURCEFORGE!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    pgApex

    http://95.85.49.98:8081/apex/q

    Web RAD for PostgreSQL tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    VCL.JS

    VCL.JS

    TypeScript component based framework for enterprise web application

    ...VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started. for more information http://vcljs.com Friendly APIs help you get your job done faster. //Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage { constructor() { super(); //create a backend query var qur = new V.TQuery(this); qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers"; qur.open(); //create a grid on the screen var grd = new V.TDBGrid(this, "grid"); grd.Dataset = qur; //bind the grid to the dataset grd.PageSize = 15; var col = grd.createColumn(“FirstName”); var col = grd.createColumn(“Lastname”,”Last Name”); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    dynamide
    dynamide is a dynamic web application framework for handling the presentation and business layers in a traditional web app. See http://dynamide.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    iF.SVNAdmin
    The iF.SVNAdmin application is a web based GUI to your Subversion authorization file. It is based on PHP 5.3 and requires a web server (Apache) to be installed. (+ LDAP integration; no database required)
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 15

    Hellsing

    Distributed JavaScript Engine

    Hellsing is a distributed JavaScript engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    ...While not necessary for using Wave Framework, it comes by default with a URL and View controllers intended for building websites by solving URL requests and loading views. Mercurial and Git repositories is available for developers who are interested in following the development. Official website and documentation: http://www.waveframework.com Social networks for latest news: Google+ - http://plus.google.com/106969835456865671988 Facebook - http://www.facebook.com/waveframework Twitter - http://www.twitter.com/WWWFramework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JSPlot

    JSPlot

    Javascript Library for plotting stocks or other data type using HTML5.

    ...You can use multiple type of indicators. You can read indicator data over your plot, or you can set a function that generates it from your plot data. The documentation can be found at http://jsplot.sourceforge.net/wiki/index.php/Main_Page
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Precurio Intranet Portal (v2) [UPDATE]

    Precurio Intranet Portal (v2) [UPDATE]

    Intranet | Document Management | Workflow Automation

    ********* THIS PROJECT HAS BEEN CLOSED ****************** We are still in the business of providing an open platform for intranet collaboration and business process automation; BUT it is no longer free. (see details here: http://www.precurio.org/forums/showthread.php?tid=45414 ) Please visit our website. Thanks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    yaui

    yaui

    nanomalistic crossplatform native UI libraryin JavaScript

    ...The goal is to have a rapid development of native cross platform humanity apps in JS. Currently supports Windows, Android, iOS. JS Engines used: on Windows: http://en.wikipedia.org/wiki/V8_(JavaScript_engine) on iOS: http://en.wikipedia.org/wiki/SpiderMonkey_(JavaScript_engine) SpiderMonkey on iOS is used because V8 is not working on iOS devices due to Apple's DEP. http://en.wikipedia.org/wiki/Data_Execution_Prevention
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SWeTE Server

    Reverse proxy with website translation

    SWeTE is an HTTP reverse proxy that provides website translation. You can set up proxies for any sites, then connect a translation memory to the site to have it translated into any language. It provides a web-based translation form, and an option to translate strings using Google's translation API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Chat4Eclipse - Chat Plugin for Eclipse

    Chat4Eclipse - Chat Plugin for Eclipse

    Facebook & Google Chat for eclipse in perfect camouflage. Enjoy

    .... :) Key features * Facebook and Google Instant messaging * Show / Hide offline friends * search friends in your buddy list * Enable / Disable logmode chat texts * Keep accounts offline, when busy * Notification in chat window's tab Also visit homepage for download and usage instructions http://chat4eclipse.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ASP.NET DaST

    New architectural pattern for building highly dynamic Web 2.0 apps.

    ...A web page is rendered as a set of randomly nested rectangles where each rectangle is controlled individually and every combination of rectangles can be partially updated via AJAX. DaST is designed to make web development more natural and intuitive, without complexity that other known frameworks have. QUICK OVERVIEW: http://www.makeitsoft.com/dast-overview/ ***************************************** NOTE: This project is moved to www.Makeitsoft.com. Here at SF I'll only keep the latest build for download, but for documentation, forums, support, feedback, etc., please visit the main site. ***************************************** LINKS: Site: http://www.makeitsoft.com Docs: http://www.makeitsoft.com/getting-started/ Forum: http://www.makeitsoft.com/forums/forum/asp-net-dast/ Twitter: follow @rgubarenko for news and updates
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    WebAppBuilder

    WebBuilder is a powerful rapid application development tool for creati

    WebBuilder is a powerful rapid application development tool for creating amazing web applications. .Browser based integrated development environment. .Rich component library. .Develop application easily and quickly. .High performance and high stability. .Cross Browser, database and operating system. .Server side script support. .Smart database access. http://www.putdb.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    JSLintMate

    Quick, simple JSLint/JSHint in TextMate. Hurt your feelings in style.

    For source code and more info, visit: http://rondevera.github.com/jslintmate/
    Downloads: 0 This Week
    Last Update:
    See Project