Showing 2879 open source projects for "gnu-darwin"

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
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 1
    Minima CMS

    Minima CMS

    The simple PHP CMS.

    A simple CMS written in PHP, uses MySQL as data storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JS Password Generator with Rulesets

    JavaScript password generator with ruleset checking.

    This javascript random password generator is different, in that the password generated must conform to a particular set of rules. The rules currently supported are: - Maximum # of Repeated characters - Minimum # of characters - Maximum # of characters - Minimum Upper, Lower, and Numbers To be done: Minimum # of special Characters
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Halo extension to Semantic MediaWiki SMW

    Halo extension to Semantic MediaWiki SMW

    The Halo extension extends MediaWiki and Semantic Mediawiki

    Semantic web technologies and wiki paradigms are combined with advanced user interfaces for browsing, editing and maintenance. SMW+ Community edition: Installer includes PHP, MySQL, MW, SMW and Halo extension Community and User Manuals on http://www.smwplus.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Web Community Wiki aims to create a base for informations, using mediawiki and the semantic mediawiki extension. The project works on templates for the wiki and on skins and extensions to enhance the useability of the Web Community Wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    musify
    musify aims to be quick and easy mark-up for chord notation on the web. Enables better formatting of chord symbols, figured notation, time signatures, pitch class set theory, simple macro music analysis in web pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OpenVRML is a cross-platform VRML and X3D browser and C++ runtime library.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 7
    Jada Site is a Java based, easy to use and feature-rich content management and e-commerce system. It not only focused on content management, it helps sites and companies to market and sell their products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    PassJS

    Giving a Cross-Browser JavaScript

    This library tries to hide differences between JavaScript implementations across browsers. This library is Licenced under the GNU GPLv3 Licence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    myImageClock

    myImageClock

    Displays a new image every minute according to current time.

    myImageClock will display a new image every minute according to the current time. No database required! Can be embedded into any website with configurable size options for side-column displays or as main content. Example ideas for Image Clocks; Race-Cars or Football, Players using thier numbers for the minute of the hour. Includes an Auto-Install process with assistance to secure the back-end admin area. micStarterImages.zip is REQUIRED! This 82.7MB File includes necessary...
    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
  • 10
    RengelCMS
    Simple website template which is easy to connect new features. Ground has been implemented in these languages: php, css (css3), js (jquery, ajax), xhtml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sphider Community Version

    Sphider Community Version

    Added features from the community forums

    This is an edited Version 1.3.5 of Sphider. Released under the GPLv3 Sphider 1.3.5 is required first. This package ONLY updates the original install of Sphider which can be found here. http://www.sphider.eu/download.php #What got me to work on this ? http://www.sphider.eu/forum/read.php?3,6156 "thanks, inmotion" Sphider-CV allows you to index using ".sh" scripts, but also retains the default features. This version does not work on WINDOWS servers due to it needing to run .sh...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OmniHelp is a cross-platform, browser-independent, tri-pane help viewer built in pure JavaScript and CSS with HTML 4. Some functions (such as help embedding) may in the future be in Java, C, or C++; CSH is fully supported. All code is under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    apMWSearch

    advanced search for mediawiki

    This extension for mediawiki is based on Woogle and during the last year we improved and enhanced this extension. The main differences between Woogle and apMWsearch are the following: * no remote server, search is restricted to the included wiki * more file types can be searched * possibility to use different engines for indexing files * more flexible configuration for embedding into mediawiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    XHTTP JavaScript Client

    JavaScript client implementation of XHTTP

    JavaScript client library which can connect to servers using the Extended Hypertext Transfer Protocol (http://www.xhttp.org) and build client-side APIs from XHTTP service schemas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    LZF

    LZF compression/decompression for JavaScript

    LZF compression/decompression. Implementation for JavaScript. Compatible with lzf_compress & lzf_decompress PHP functions (see LZF in PECL) Based on C source of LZF functions by Marc Alexander Lehmann <schmorp@schmorp.de> Based on C source of LZF PHP extension by Marcin Gibula <mg@iceni.pl> Working example <http://javascriptarchiver.org/>
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    SCSU

    Standard Compression Scheme for Unicode

    Standard Compression Scheme for Unicode. Implementation for PHP and JavaScript. See <http://www.unicode.org/reports/tr6/> for detailed information about SCSU. Suitable for better LZF compression for UTF-8 strings Based on Java source of SCSU by Unicode, Inc. <http://www.unicode.org/reports/tr6/> Working example <http://javascriptarchiver.org/>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    KeeFox

    Simple and secure password management for Firefox users with KeePass

    KeeFox adds free, secure and easy to use password management features to Firefox which save you time and keep your private data more secure. Download or learn more at http://keefox.org Source code is now at github: https://github.com/luckyrat/KeeFox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Pure JavaScript Slideshow

    This is a slideshow plugin written in pure JavaScript.

    This is a slideshow plugin written in pure JavaScript, that doesn't use any other third-party plugins and believed to be cross-browser solution :) (tested in IE6+, Mozilla Firefox, Google Chrome). It works with unordered list (ul), that contains "li" of fixed and equal size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    DNSWebAdmin

    Web Based DNS Editor for Bind (MySQL Backend)

    This project focuses on an easy to use fast DNS editor. It uses a MySQL Database backend to keep updates fast. It supports Bind Views. More to be added as I think of what to put in here
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    phpBB Multiple Domain SSO

    phpbb Multiple domain Single Sign on with wordpress plugin

    What these code modifications do, is to create a single sign on across different, multiple domains for both phpbb and other sites/codes/apps to use. These modifications use phpbb user tables, sessions, everything. What it does is to set cookies for each domain through using iframes, which load some connect.php file that is placed on the other remote domains which needs authentication from phpbb. This is how numerous sites like facebook do it. Currently there is no other way of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Pyjamas is a python to Javascript compiler, Widget set, Framework and Toolkit for Application development that runs on Web browsers. The developer need not know anything about AJAX: all the AJAX tricks, for all major browsers, are entirely taken care of.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    KCFinder
    KCFinder is an alternative to the CKFinder web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors to upload and manage images, flash movies, and other files that can be embedded in generated HTML content.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25

    Teknohazard

    Communication tool for technology enthusaists

    A 3-Tier Web 2.0 application written in PHP with CodeIgniter and MySQL, and the web interface in XHTML/CSS with JavaScript/JQuery. A multifaceted communication and information system to support collaboration between advanced technical users.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo