Search Results for "basic programming language"

Showing 114 open source projects for "basic programming language"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 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
  • 1
    PrestaShop

    PrestaShop

    An open source eCommerce platform

    PrestaShop is an Open Source e-commerce web application, committed to providing the best shopping cart experience for both merchants and customers. It is written in PHP, is highly customizable, supports all the major payment services, is translated in many languages and localized for many countries, has a fully responsive design (both front and back office), etc. See all the available features. This repository contains the source code of PrestaShop, which is intended for development and...
    Downloads: 77 This Week
    Last Update:
    See Project
  • 2
    Requests for PHP

    Requests for PHP

    Requests for PHP is a humble HTTP request library

    ...You can add headers, form data, multipart files, and parameters with basic arrays, and access the response data in the same way. Requests uses cURL and fsockopen, depending on what your system has available, but abstracts all the nasty stuff out of your way, providing a consistent API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    TinyFileManager

    TinyFileManager

    Single-file PHP file manager, browser and manage your files

    TinyFileManager is a lightweight, single-file PHP-based file manager. It allows users to manage files and folders via a web interface, making it ideal for quick file management tasks on web servers. TinyFileManager supports file uploads, editing, and permission management, all within a minimalist and easy-to-use UI. It’s suitable for developers needing a quick file management tool on shared hosting or lightweight environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Translation Component

    Translation Component

    Tools to internationalize your application

    ...The term “internationalization” (often abbreviated i18n) refers to the process of abstracting strings and other locale-specific pieces out of your application into a layer where they can be translated and converted based on the user’s locale (i.e. language and country). For text, this means wrapping each with a function capable of translating the text (or “message”) into the language of the user. Enable and configure Symfony’s translation service. Abstract strings (i.e. “messages”) by wrapping them in calls to the Translator (”Basic Translation”). Create translation resources/files for each supported locale that translate each message in the application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 5
    Doctrine ORM

    Doctrine ORM

    Doctrine Object Relational Mapper

    ...It sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernate's HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication. As the term ORM already hints at, Doctrine ORM aims to simplify the translation between database rows and the PHP object model. The primary use case for Doctrine are therefore applications that utilize the Object-Oriented Programming Paradigm. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    phpPEGI

    phpPEGI

    PEGI helps parents to make informed decisions when buying video games

    This package can display PEGI ratings about games from an array. It provides a class that can get details of game ratings according to the PEGI standard, such as the rating title, description, age range, and associated image. The package can return localized rating titles and descriptions in multiple languages, displaying the ratings according to the user's preferred language. PEGI helps parents make informed decisions when buying video games
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    V1 Script

    V1 Script

    A Script Language for Web, Linux and Windows

    V1 is a simple functional interpreter language with syntax from C, PHP and JavaScript. It was developed from the scratch. The focus is on simple administrative and experimental programming, but it has enhanced benefits like Multithreading, CGI, Web functions and Native function calling. The most buildin functions are compatible with PHP, for example fopen(). The current Version 0.96 is available for Windows (32 Bit, WinXP, Win7, Win10+), Linux (x86, 64 Bit, libc 2.2) and Linux (ARM, 32 Bit, libc 2.28). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Cerberus Content Management System 6

    Cerberus Content Management System 6

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model complete with a Unix-Like Kernel File named: Cerberus. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    CerberusCMS5

    CerberusCMS5

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text, Voice and Video Communications Platform and Content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Poweradmin
    Poweradmin is a web-based DNS administration tool for PowerDNS server. The interface has full support for most of the features of PowerDNS. It has full support for all zone types, for supermasters, full support for IPv6 and multi-language support.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11

    DocTrax

    Document Tracking System for DepEd RO III

    Programming Language: PHP Framework: CodeIgniter DBMS: MySQL For development: 1. Rename the folder to devdoctrax. 2. Create a database dev_doctrax. 3. Open devdoctrax/index.php. 4. Change line 58 to development or define('ENVIRONMENT', 'development'); 5. Run the app through localhost/devdoctrax. For testing: 1. Rename the folder to testdoctrax. 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LAPP package in Complete Virtual Machine

    LAPP package in Complete Virtual Machine

    Quick Apache/PHP/Postgresql Pkg for development, testing & production

    This VM is created for 2 reasons: 1. Very little initial setup work required to Develop / Test / Deploy a Dynamic Web Application live. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other PHP project called teamdocs. Just replace td with lapp wherever mentioned ) Upload your PHP Files using the free FileZilla ftp client software, to this server called lapp.local...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    LAMP package in Complete Virtual Machine

    LAMP package in Complete Virtual Machine

    A Quick LAMP/WAMP/MAMP/XAMPP Pkg for development, testing & production

    This VM is created for 2 reasons: 1. Very little initial setup work required to Develop / Test / Deploy a Dynamic Web Application live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other sample PHP project called teamdocs. You may cleanup this Application from the htdocs home folder link & its corresponding database, after logging into mysql. The...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 14
    proreports

    proreports

    Simple Reporting System

    ...This type of report templates can be prepared in external editor, such as iReport. Also user can prepare report in internal format of ProReports (simple Visual Programming Language mixed with PHP5 and JAVA or Python). This give him very high flexibility because in this format there are almost no limits and this is the true power of this simple system.To the system we can attach own plug-ins written in PHP5 or JAVA. System is rather framework for programming reports (and not only - is a good tool for building REST API microservices) than drag&drop tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Syntax Untangler

    Teach your students how to figure out tricky texts in any language.

    Web-based activity that asks the learner to visually mark up a short primary text in any language, in order to improve small-scale reading skills. Students get instant feedback to actions. Instructors use Web-based authoring interface to write and publish their content and questions in any language (Unicode).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Swoft

    Swoft

    PHP Microservice full Coroutine framework

    ...Built-in high-performance network server(HTTP/Websocket/RPC/TCP). Flexible componentization. Flexible annotation function. Diversified command terminal(Console). Powerful Aspect-Oriented Programming. Perfect Container management, Dependency Injection (DI). Flexible event mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    commit-autosuggestions

    commit-autosuggestions

    A tool that AI automatically recommends commit messages

    This is implementation of CommitBERT: Commit Message Generation Using Pre-Trained Programming Language Model. CommitBERT is accepted in ACL workshop : NLP4Prog. Have you ever hesitated to write a commit message? Now get a commit message from Artificial Intelligence! CodeBERT: A Pre-Trained Model for Programming and Natural Languages introduces a pre-trained model in a combination of Program Language and Natural Language(PL-NL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Portable SLiMS

    Portable SLiMS

    This project is for Portable SLiMS.

    Portable SLiMS is a way to make SLiMS being use without any hassle. Within portable SLiMS, you already have apache as the web server app, mariadb as database app, including php as the emulator for programming language. Our motto is "extract and go!".
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    YumpeeCMS

    YumpeeCMS

    Yumpee CMS is a Content Management System built using Yii2

    **NOW ON GITHUB** - https://github.com/yumpee/yumpeecms **CHECK OUT MARKET** http://marketplace.yumpeecms.com ** http://[host_url]/install.php for easy install process ** Any HTML template come alive with dynamic data easily with Yumpee Supports multiple databases in the backend – MySQL/Maria DB, Postgres, Oracle, MS SQL, No SQL databases Communicate easily with Web APIs and process the results with less programming overheads Create your own webservice easily Run different related web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PhpMyPizza

    PhpMyPizza

    A simple restaurant manager, made for educational purposes

    PhpMyPizza is an order manager for "more technological" restaurants". PhpMyPizza is based on PHP as a programming language e SQL ( MySQL ) for the management of the entire restaurant. Go on Conti and press the button next to the table concerned. A pop-up will open within the page ( modal ) where you can check the account of a table, are applied covered and additional taxes that can be changed on the settings. Once payment is confirmed, the completed table records are deleted. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Hanthana Linux Project

    Hanthana Linux Project

    Hanthana Linux Project

    Hanthana is a Linux based operating system and a Fedora remix suitable for desktop and laptop users. Hanthana comes to you in the form of a Live CD/DVD for regular PC (i386 and x86_64 arc) systems. Apart from the providing Hanthana Linux ISO, we do hands on training for free of charge. Visit our blog and see what we do. http://blog.hanthana.org Moreover we are working on deploying Hanthana Linux powered ICT labs in rural schools. http://school.hanthana.org So, this is not...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    CWED

    Web-based C/C++ IDE for students

    CWED is an online C/C++ IDE for programming students. It provides a simple and minimalist environment with only the most essential features implemented. The IDE is designed as a more convenient Web-based alternative to heavyweight desktop-based professional development systems. CWED is best suited for programming tasks in a classroom and programming contests and you can also use it for small personal projects and testing code from programming handbooks and manuals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SalonERP

    SalonERP

    Tiny ERP system for a salon

    This tiny ERP system is specially designed for a salon. The main page of the software is a calendar which shows an overview of the appointments. The calendar can be switched to daily or montly overview. The Software also includes pages to manage customers and products. It is also possible to create reports such as revenue, best customers, best products and so on. It is also easy to create additional customers. Finally, the software is also multi-language capable. Currently it includes...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Hprose

    Hprose

    Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP

    Hprose (High Performance Remote Object Service Engine) is a lightweight and high-speed RPC (Remote Procedure Call) framework for PHP. It allows applications to call methods on remote servers as if they were local, using a cross-language protocol. Hprose supports multiple transport layers and is designed to be easy to use, efficient, and extensible across different platforms and languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    XGAP - XML Generator of APplications

    XGAP is a PHP web application generator

    XGAP stands for "Xml - Generador de APlicaciones". The primary goal of XGAP is to assist the programmer in the repetitive and common coding tasks. That's why XGAP concentrates more in specifying an application than in programming it. You program a web application using XGAP by creating a set of XML files that describe it. Those XML files are taken by the generator and the PHP files are created by means of XSLT sheets. XGAP was born in 2003 at the UNICEN University as a tool for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next