Showing 2876 open source projects for "api web programming"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    analysis of a web based social network (initiated by study project)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Red Chili Recipe Manager
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    E/AS (E/AS Automation Solutions) is open source software system for help automate any informational solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PHOBOS (PHP Object Oriented Strut) is a MVC web-framework. It's a set of usefull classes, tools and best practices, with generation of classes and webforms automatically, object-relational database abstraction with persistence, internationalization supp
    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
  • 5
    using PHP (and some ShellScript) to protect your linux server against bruke force attacks(http://en.wikipedia.org/wiki/Brute_force_attack). also keep a log in MySQL and have email reporting
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Application monitoring Framework and Command Center administration console to change application settings like alert scheme, monitoring timings, etc., Uses SOAP/XML webservice to communicate between Command Center and the monitored applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Ister Framework is a PHP framework and class library to build web applications with PHP4. Features: OOP, MVC, logging, database abstraction, templates, form processing, XML, components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JAppGen is a framework for generating J2EE applications. At least in its initial form, it will create Tiles/JSF/Spring/Hibernate applications from a common configuration definition written in XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    huiwen4net is a .net framework that combined iBATIS.NET,NHibernate,Spring Framework .NET,Lattis ,Maverick.NET,NVelocity,Report.NET,NAnt,NUnit,NMock,Logging framework for .NET and other opensource framework.make developer develop webapp and gui app easyly
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    AlbanXX is a C++ class library for developing applications with a graphical user interface. For now it wraps the native Windows 32-bit API and can easily be combined with native API programming. Along with the library comes various development tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    struts timeEntry is an application that developers can refer to when learning Apache's Struts framework. It should aid the learning developer in putting different Struts techniques into context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    kassiope is a tool for developing business applications. It is designed to be a repository-based program-generator in the future. At the present state it is a framework that simplifies development of true "write-once-run-anywhere"-applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A web services application that provides an SQL database for each user. Users thus have a datastore that can be located similar to an e-mail address (user@mycompany.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Buster is Model-View-Controller Engine for PHP5 based systems. With this engine creating web based applications is easy as never before.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Vistigator is a website analyzer, which allows CEO's, CTO's, and users to view info about their website. Vistigator is integrated with Apache 2 HTTP Server, allowing Vistigator to display website stats graphically & easily about specific IP Addresses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Midgard is a RAD framework targeting ASP.NET - it generates data acess API, web forms, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Stingray provides a robust Object Oriented Programing framework for Javascript. Stingray's classes lessen development time for graphic/multi-media designers and web developers and focus on new projects, rather than re-invent the wheel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A web interface for online code review.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SETH is a software effort to deeply integrate Python and Semantic Web technologies, i.e. extend Python to support logic programming paradigm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Praderas tries to be a fast developement framework platform made over PHP5 and PEAR and other OS Packages with AJAX capabilities for developing database backed applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Avian Freeware Suite (AFS) provides two things: Developers with libraries for Java Swing Widgets, XML handling, Fortran95 and Pascal; End users (Medical students, doctors, scientists) with productivity tools they can use (quizzes, XML databasing & PDF)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PONY - ORM & web publication framework

    PONY - ORM & web publication framework

    Pony is a fast and easy to use Python ORM

    Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application. Following is an example of a query in Pony: select(p for p in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    lowbatCMS is a content management framework for small to medium-sized web sites. Its primary goals are ease of use, flexibility and portability. lowbatCMS is modular and can be integrated into custom PHP code as well as other CMSs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Framework for literate programming using XML written in C++. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A XAJAX based framework for building web applications with the functionality of desktop ones. Delphi like programming style for PHP using own engine. You define ONLY form HTML and event handlers. No java except 5-6 lines to call XAJAX. Still Joomla aware
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo