Showing 26 open source projects for "php shell terminal"

View related business solutions
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    DVA-Profession

    DVA-Profession

    Mass video digitization workflow management for archiving

    Professional digital video archiving system solution, developed and used by the Austrian national audio/video archive, designed to handle vast amounts of video content from ingest to long-term storage, including analysis, transcoding and metadata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    ...Also, increase the terminal font size to the desired level, before using the script, to view in bigger mode. Google search for linux / cygwin / mac terminal font size to know more about it. LATEST UPDATE : The quiz.sh script is updated now to perform for the whole class of students and log the results into the Students_Score.txt file. Also see this collection of bash scripts : https://sourceforge.net/projects/bash-shell-scripting-in-minute/ and this script : https://sourceforge.net/projects/command-output-to-html-table/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Vamos a la Clase

    Vamos a la Clase

    Prepara el aula para la próxima clase en el recreo

    Este script fue diseñado para "preparar" el aula de computación con PCs que tiene GNU/Linux instalado (También puede usarse en Mac OSX con modificaciones). Cada clase requería un set de íconos diferentes en el escritorio, ya que los alumnos de ciclo inicial (1º,2º y 3º Grado) usaban Scratch y Piskel, los de cuarto Grado Basic256 y Piskel, y los mayores de 5º y 6º grado aprendían HTML y P5Js. Muchas veces los alumnos mayores usaban insultos en nombres de archivo o dejaban fotos NSFW...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Web Security Dojo

    Web Security Dojo

    Virtual training environment to learn web app ethical hacking.

    Web Security Dojo is a virtual machine that provides the tools, targets, and documentation to learn and practice web application security testing. A preconfigured, stand-alone training environment ideal for classroom and conferences. No Internet required to use. Ideal for those interested in getting hands-on practice for ethical hacking, penetration testing, bug bounties, and capture the flag (CTF). A single OVA file will import into VirtualBox and VMware. There is also an Ansible...
    Leader badge
    Downloads: 159 This Week
    Last Update:
    See Project
  • 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.
  • 5
    Bat2015

    Bat2015

    Bachelor of Science (Informatik)

    The toolkit glpk supports methods for mixed integer linear programming (MILP). These methods solve Capital Budgeting Problems (CBP). Unfortunately, glpk does not support any multithreading and there is no feature to distribute problems via network connections. Today, this is a pitiable sight, because modern computer systems are coupled by networks and support multi threading. We create a distributed system with Apache thrift and the C-API of glpk. Now, it is possible to use as many cores in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PhPress

    PhPress

    A LAMP Open-Source solution for Morphological Analysis of Newspapers

    A tool to help archivists and historians to scan, stock, display and analyse collections of newspapers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Coptic Encoder

    A full system for transcoding between legacy Coptic character sets.

    Before Unicode, there were several competing character encodings for the Coptic script. For instance, one group of fonts might map Coptic letters Γγ to Latin keys Gg, while another group might map them to Latin keys Jj. There are several reasons for the user to opt for legacy rather than Unicode encodings. Two deserve special mention. First, there are certain marks used in Biblical and other textual criticism that do not appear in Unicode; second, it is far easier to type in a legacy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AUM CSPRNG & Stream Cipher

    AUM CSPRNG & Stream Cipher

    A minimal CSPRNG reflecting the Zen of cipher design

    AUM is an extremely fast, small-state, cryptographically secure pseudo-random number generator and stream cipher. AUM exhibits uniform distribution, mixes rapidly, has no detected bias, and comes in three variants: AUM16, with an internal state array of 16+4 32-bit words; AUM32, with an internal state of 32+4 words; and AUM64 with a 64+4-word state. The former permit seeding with a key of up to 512 or 1024 bits, the latter with a 2048-bit key.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    The MOTET Cipher & SE Scrambler

    The MOTET Cipher & SE Scrambler

    A tiny, fast encryption tool in C

    MOTET is a tiny, fast super-encipherment application written in C, featuring the new CSPRNG/stream ciphers MOTE and BEDBUG in each of their three variants, as well as the "gold standard" among ciphers, ISAAC. MOTET brings multiple levels of encryption, including a ciphertext-hash, a Vigenere mixing function, a choice of Caesar MOD or Caesar MIX ciphering on the primary key-stream, plus a deeply scrambled "outer shell" as a final super-encryption stage. A unique nonce IV guarantees that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 10
    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
  • 11

    CLUE - C Learning Undergrad Environment

    Tools to support the learning of the C programming language

    CLUE (C Learning Undergraduate Environment) is a software allowing students to work on assignments in the C language while benefiting from support for peer testing, hyper-linked tutorials to help them understand compiler error messages, detection of "novice errors" with warnings hyper-linked to tutorials. Sponsored by National Science Foundation under award CCLI #0836863.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    A collection of software made by Milos Rancic.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Backtrack menu and Backtrack tools

    Backtrack menu and Backtrack tools

    Install Backtrack tools without changing current os.

    Add Backtrack tools with optional Backtrack Menu on ubuntu/redhat/centos. Run bash script that will be install Backtrack tools on your operating system. follow some simple step those will install BT Tools on your current os. New feature in menuVersion2: - Now support redhat and centos also. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DOMjudge programming contest jury system

    DOMjudge programming contest jury system

    DOMjudge is an automated judge system for programming contests.

    ...DOMjudge is an automated judge system to run programming contests. Both team and jury side interfaces are web based, with a command line submit tool available as well. It is written in PHP, shell-script and C/C++ and needs MySQL and a webserver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PHPFIT is a PHP5 port of the Framework for Integrated Test (FIT) http://fit.c2.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BF3Conn

    BF3Conn

    Battlefield 3 Remote Administration and Information PHP Class

    ...is a PHP written class for developers who want to build their own webinterfaces to administrate their Battlefield 3 gameservers. It's also possible to create webpages just with reading server information so that you can display them on your site. This project is based on BC2Conn by jlnnn
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AIS - Associative Indexing Service, an application for storing bookmarks, memos, indexing of big (lifetime) archives for fast future access to the data by (personalized) keywords. In other words - it is an extension of human associative memory :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The mission of libshell is to keep in place all patterns, functions and etc of shell as a library which are useful in day-to-day work activities. With libshell one can definitely obviate the task in hand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OsnofianLinux is a set of small distributions intended to fit on 1.44Mb floppy disk, in the boot sector of a CDROM, hard drive or even on a USB stick. Check the project homepage for more details and projects info.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    php4cli is a open source/open development project intended to emulate a number of user environments by encompassing the php-cli library. The purpose is for the user to interact and learn from existing environments and shells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    inicrond is a education-oriented content management system. It is written in php and supports MySQL. Go on the freshmeat site for more details. Inicrond : Network of Interactive Courses Registred On a Net Domain
    Downloads: 24 This Week
    Last Update:
    See Project
  • 22
    CobaltCMS is a powerful, lightweight and easily maintainable content management system written in PHP. It aims to provide basic features as standard, while allowing highly complex addons and extensions to be written easily and quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ptrainer is a pretty simple, yet powerful word trainer for the shell. It allows you to set up boxes of flash cards and to create grammar and lesson text files. Cards you got wrong in your previous session are marked and can be tested separately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cynus is a Content Magement System aimed to provide academic establishments with a means of simple yet elegant website generation. Its modular design and unique plugin repository system make extending features and upgrading simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Starting from an open archive content repository to an e-learning platform, backo provides an integrated web environment for organizations to manage the entire life cycle of knowledge creation, publication and dissemination.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB