32 projects for "php source code game" with 2 filters applied:

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    PHP: The Right Way

    PHP: The Right Way

    An easy-to-read, quick reference for PHP best practices

    php-the-right-way is a community-driven guide that provides clear, concise, and up-to-date best practices for writing modern PHP code. Maintained by developers and contributors worldwide, the project aims to help programmers follow established coding standards and avoid outdated or insecure PHP practices. The repository serves as the source for the website PHP: The Right Way, which compiles recommendations, tools, and resources for learning and improving PHP development techniques. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Build your own X

    Build your own X

    Master programming by recreating your favorite technologies

    build-your-own-x is a massive, community-curated roadmap of hands-on tutorials that teach you to re-implement complex systems from scratch—things like databases, compilers, operating systems, interpreters, web servers, neural networks, regex engines, and more. Rather than offering abstract theory, it organizes step-by-step guides by topic and by programming language, so you can pick a project that fits your stack and skill level. The focus is on demystifying internals: you don’t just use a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    MGB OpenSource Guestbook
    MGB is a free OpenSource Guestbook completely written in PHP, using JavaScript and a MySQL Database. Easy to use, flexible and customizable with templates to make it fit 100% to your homepage.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    WideW - WebIDEWeb

    WideW - WebIDEWeb

    Web IDE in single HTML file

    IDE written in a single HTML file that runs on the browser tab. There is no need to install, download a single file and run anywhere. To change the initial configuration, edit the widew.html file in the last lines. * Widew use CodeMirror components in code editor. URLs: https://soluc.org/widew https://widew.sourceforge.io
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5

    Canteen Calandreta

    Tool to manage canteen, nursery and events registrations of a school.

    This software, developed by the Muret's Calandreta allow to manage canteen and nursery registrations of children of a school (for instance, a Calandreta, bilingual school in Occitania in the South of France). The daily order is send by mail with the number of meals with and without pork for children and teachers. Then, it allow to generate monthly bills of families and record payments. More over, this software allow to manage organization of events (description, dates, registrations,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TemaTres: controlled vocabulary server

    TemaTres: controlled vocabulary server

    Manage, Publish and Share Ontologies, Taxonomies, Thesauri, Glossaries

    Web application for management formal representations of knowledge, thesauri, taxonomies and multilingual vocabularies / Aplicación para la gestión de representaciones formales del conocimiento, tesauros, taxonomías, vocabularios multilingües. For the latest version of code: https://github.com/tematres/TemaTres-Vocabulary-Server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Unwrap

    Unwrap

    Learn Swift interactively on your iPhone

    Unwrap is a Swift-based macOS application designed to help developers and learners improve their Swift programming skills through interactive challenges and structured lessons. Created as a companion to educational content, it focuses on teaching fundamental and advanced concepts in a hands-on manner. The app presents exercises that require users to write and refine Swift code, reinforcing understanding through practice rather than passive learning. It covers a wide range of topics,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Free Academic Timetable Software

    Free Academic Timetable Software

    Free web timetabling software for education and training providers.

    A user friendly web-based timetabling software designed for all types of education and training providers to schedule classes, facilities, trainers and split classes into groups. It was designed by an academic professional with over 5 years experience in education timetabling systems and 14 years experience in the education and training sector. It is easy to set up and is really user friendly for everyone. Comes with manuals, training videos and is free to use and install, but not for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SES Super-Encypherment Scrambler

    SES Super-Encypherment Scrambler

    SES brings back the uncrackable onetime pad, with a digital twist.

    SES brings back the uncrackable onetime pad, with a digital twist. It is well known that a random key of message-length is the only provably unbreakable cipher. SES uses cryptographic strength pseudo-random keys of message-length for its many encipherments, in addition to offering true one-time pad capability for the intrepid. SES is built on ISAAC, Bob Jenkins' unbroken CSPRNG, a fast and simple stream cipher placed in the Public Domain in 1996. SES now gives you the ability to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    ISC - The ISAAC Stream Cipher

    ISC - The ISAAC Stream Cipher

    ISC lets you encrypt & decrypt text and files of any type up to 4GB

    ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993-1996 and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages. After more than 20 years of existence ISAAC has not been broken, and the little program you have here allows you to use it to encrypt and decrypt text of arbitrary length, files of any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Scripture

    Scripture

    Biblical Data-Research Tool

    the real is finite; the irreal is infinite. The unreal is bigger than infinite. real is the physical; irreal is the possible. Unreal is the incoherent, useless, meaningless, insane.. all religions offend me, when someone tries to sell me their delusions. when someone say i can't have morals without religion. when someone doesn't hold others to their level just because of a iron age book. when they refuse to understand why faith is harmful. when they kill and hate for their imagenary gods....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Students Voting System

    Students Voting System

    This project is intended for college student elections.

    The projects aim to help college and university election be easy, the code are still rough which need finalization but they are working. Installation: i. Download the project ii. Find poll.sql file and import on Mysql Database. iii. Open READ ME and get the username and password for students and admin v. Ready to Go!!! NB: Send me email for any other suggestions and advice if needed, otherwise enjoy the voting project.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    Language KISS HTML5

    Browser based flash cards

    Browser based flash cards to learn a language, see http://en.wikipedia.org/wiki/Flash_cards. You just need - a modern browser (smartphone, tablet, computer,...) and - an internet connection. Main features - learn (cards due to learn), swat (every card) - copy cards - filter - sort - synchronize between devices - share cards with other users (just use all and/or improve and add cards) Programm code and usage follows the KISS principle, see...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Beat Station

    beatStation is an openFrameworks tapping recorder

    ...You can also adjust different settings from the settings file. Take a look at the wiki page for more info. For instance, you can choose to tap with a midi interface or just use the keyboard. beatStation was designed as a game with a purpose application in which users can compete between each other in tapping various songs. In this setup, you need to have Octave or Matlab installed in order to compute the score for each user. The source code and build instructions can be found at: https://github.com/SMC-INESC/beatStation beatStation can be used by researchers to annotate audio, conduct experiments, or as an inspiration for future apps. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    ilios 2 curriculum management system

    ilios 2 curriculum management system

    This Project has now moved to Github (github.com/ilios).

    This Project has now moved to Github (github.com/ilios). Please visit us there for all current and future code activity, updates, downloads, and collaborative information. The Ilios 2.0 Curriculum Management System addresses the needs of the Health Professions educational community by providing a user-friendly, flexible, and robust web application to collect, manage, analyze and deliver curricular information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    "Tux, of Math Command" is a math drill game starring Tux, the Linux Penguin. Lessons are included from simple number typing through addition, subtraction, multiplication, and division of positive and negative numbers. It is intended for kids ~4-10.
    Leader badge
    Downloads: 188 This Week
    Last Update:
    See Project
  • 18
    OtomiGenX is a web application for library automation, based on PHP and MYSQL. OtomiGenX handle transaction on daily library activity, recent development was version 1.0. OtomiGenX now get new version 2.2, but i having trouble to upload the source code,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Electronic System for Management of ILL’s applications in Library & Information Center is a web application that supports the interlibrary loan either between users and library or among libraries. The project has the code name "smILLe".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    twexter formats twin twext translations to help us learn language .. demo: http://test.twext.com .. javascript code is open at http://github.com/tudisco/twexter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Math game where up to 4 students can play online against each other. By moving their figurines around a colorful pseudo 3D board, players answer math questions and can play tricks against their opponents. Client and server distributed under Affero GPL 1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    phputil package is supporting library for phpioc. Contains base classes as String, Number etc. It is full of reusable code. Will be extended in the future to use in other projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EnotifWiki adds e-mail notification to MediaWiki engine of Wikipedia: when pages are changed or created, an e-mail ("enotif") is automatically sent to watching users. Quick links to difference views, to last seen version. Includes FCKeditor (WYSIWYG).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    phpCodeGenie is a code writer/generator for PHP/MySQL applications. It builds numerous forms and scripts, from your databsae tables. Just design your database and let phpCodeGenie do the coding for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CPA exam Simulations is available FREE. CPAPASS.COM has its own source code open, allowing users to take free simulations. Familiarity with simulation is must-have, for CPA Exam. Join the rising open simulations group. Why buy? You have them open.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB