Showing 644 open source projects for "get"

View related business solutions
  • 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
  • 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
  • 1
    jQuery Searchable Plugin

    jQuery Searchable Plugin

    Tiny, fast jQuery plugin to search through elements as you type

    Tiny, fast jQuery plugin to search through elements as you type. This plugin is created and maintained by Stidges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Intrapages

    Intrapages

    Social Intranet

    Intrapages is a social intranet based on IBM Domino. You can setup multiple instances with different content and different users. Login support Facebook, Twitter, Linkedin, Domino, Site Registration and Active Directory. which allows you to have users from both your intranet and internet in the same application live community is available here http://www.intrapages.com Also have a look at the project page at openNTF http://intrapages.openntf.org Easy install 1....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Equus - Horse Education

    Equus - Horse Education

    A horse education application

    ...And the app is always expanding and adding new features, so there will always be something new and interesting to learn! Features: - Learn the anatomy of a horse with helpful diagrams on body parts and hoof parts (More coming soon!!!) - Get familiar with the basic parts of saddles and bridles - Have fun with the interactive tests on body and hoof parts! Try Equus today, and start learning!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Maere - When Lights Die

    Maere - When Lights Die

    Prepare to dream. Prepare to be afraid. Prepare to run.

    ...We are four game designers from the IMAC engineering school in France, and we've been developing this project since october 2012. It has been created with virtual reality in mind from the start and will be playable on the Oculus Rift headset as soon as we get our developer kit ! The game is also available for free on PC, Mac, and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    Topcoat

    Topcoat

    CSS for clean and fast web apps

    Performance is our #1 goal. Every component we design is benchmarked for performance. You can see our results. We have the building blocks to get you up and running fast. Our growing set of components were born from CSS. We love our theme, but we don’t want to hit your brand over the head with it. Just add colors and voila! We believe CSS is ready for primetime. We are basing our architecture on BEM make your apps faster, less contextual and easier to manage. The first open source font family contribution from Adobe, Source Sans Pro. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Steampunk Rotating Earth Globe Widget

    Steampunk Rotating Earth Globe Widget

    A spinning rotating steampunk earth desktop widget

    ...In the images shown above the rotating earth widget is layered on top my orrery widget, (in fact I am just making changes to that too so that it will incorporate the spinning earth function by default). This is now version 1.0.1 which fixes a bug with regard to running commands on Mac OS/X and it also makes sure it does not get lost too when pushed too far off-screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tryit Editor

    Tryit Editor

    A free, open source, and easy to use HTML editor

    WEBS TOOK TRYIT EDITOR DOWN, TRYING TO REUPLOAD TRYIT EDITOR TO ANOTHER HOSTING SERVICE. Tryit Editor is a lightweight HTML editor that uses CodeMirror to highlight code. It features an easy to use WYSIWYG interface, as well as many functions, such as saving to local disk. Features automatic updates of main script files. Code is released under MIT license. CodeMirror is copyright Marijn Haverbeke, and is released under a MIT-style license. Read the CodeMirror license at:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    TV Show Manager Chrome App

    TV Show Manager Chrome App

    Easily manage your list of favourite TV Shows. Track upcoming shows.

    ... * Open the settings page of Google Chrome. * Then click on extension on the top left side. * Then drag and drop the downloaded file on that page. * Follow the instructions. Get the review here: http://goo.gl/5HEtke
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    My Basic Facts Quiz

    A PHP program that creates maths basic facts quizzes.

    ...Students can also choose a type or types of questions to do - useful for them to work on their weak spots at home. A teacher interface is included that will display a link on the screen ready to be copied and pasted where it needs to go to get to the students - or just displayed on an interactive whiteboard. The project incorporates an animated cat from the project clippy-js. The cat gives the student positive feedback if they get 90% or more correct - including purring and parading proudly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10

    asperger

    A simple, no bullshit web app to manage customer ENVs

    Asperger is a simple, no bullshit web app to manage your customer credentials and hosts. It is meant for professional services, support and IT teams but you can use for other things too, I won't get angry:) Asperger is written in PHP, JS, has some CSS and uses SQLite as DB. Auth. is done via LDAP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    VCL.JS

    VCL.JS

    TypeScript component based framework for enterprise web application

    ...VCL.JS is a TypeScript open-source platform for building enterprise web apps in a fraction of the time, whether you’re an expert developer or just getting started. for more information http://vcljs.com Friendly APIs help you get your job done faster. //Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage { constructor() { super(); //create a backend query var qur = new V.TQuery(this); qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers"; qur.open(); //create a grid on the screen var grd = new V.TDBGrid(this, "grid"); grd.Dataset = qur; //bind the grid to the dataset grd.PageSize = 15; var col = grd.createColumn(“FirstName”); var col = grd.createColumn(“Lastname”,”Last Name”); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    KTK

    KTK is a toolkit to create and manage web applications.

    KTK is a toolkit to create and manage web applications. It offers a framework with UI widgets, page management with POST/GET/SESSION functions, security process, statistics functions and Javascript utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Handy Dictionary

    Firefox addon provides inline word definition while reading news.

    Firefox extension that provides easy inline interface for dictionary service while reading news/articles. No need to go to separate tab and type keyword to get details, just double click on the word (or right click for link) and details will be displayed on the same page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Print 2.0

    Create informational posters and booklets easily and anonymously.

    Need to get some information out to the masses? This JavaScript program gives you the tools to print posters and booklets with an easy interface that does most of the work for you, even the HTML itself! The coolest feature is that it creates a new "qr" tag, allowing you to add QR codes to your printout with as little effort as creating a hyperlink.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Lynx.js

    A lightweight HTML5 Game Engine

    ...Currently in early stages of development, Lynx is developed by a small team of students with the goal of learning more about game development. Currently, Lynx is not ready for release but we're working hard in our downtime to get it to that point!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    You want to publish a list of upcoming events to a web site. Google Calendar provides a great way to manage that list of events. How do you get the data out of Google and into your web page? Upcoming.js can lend a helping hand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    BetterGeoLoc

    Get Better Geo-Location

    Make esier and faster the geolocation method, you can provide a list of cities and the script return the near one, or you can get all the data directly from Google Maps reverse location look-up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Timeline: Inventions

    Timeline: Inventions

    PC adaptation of the favorite board game Timeline: Inventions

    ...If the card was placed correctly with the date in chronological order with all other cards on the table, the card stays in place; otherwise the card is removed from play and the player takes another card from the deck. The first player to get rid of all his cards by placing them correctly wins. Game continues until all players run out of cards in their hands.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    CC2

    Cyclos 3.7 port with improved UI and additional reporting app

    CC2 is a customised, repackaged version of Cyclos 3.7 which is designed to * Allow small communities to get up and running quickly with the world’s leading alternative currency software * Improve the look and feel of Cyclos and make it more intuitive for users * Add additional reporting functionality (x and z reporting, automated invoicing) for business users **Please see the Release Note** on the Wiki Tab for background of this project and non-technical aspects of setting up Commnuity Currencies using CC2 If you have difficulties setting up the CC2 project, you may like to consider Cyclos4 communities - A free online version of Cyclos 4 which requires no technical knowledge or hosting to get up and running. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Webkosa

    Webkosa is the open source edition of Webcrossing.

    ...Webkosa includes its own integrated web server, email server, ftp server, out-of-the-box forums with discussions, users and authentication, post-by-email and numerous other user and community-oriented features to get you started with development, or use as is. Webkosa includes a native object-oriented NoSQL database, which is scriptable with its enhanced server-side JavaScript. Webkosa's all-in-one architecture makes deployment easy with no "extra servers" required. By modifying and adding scripts it is infinitely customizable. Webkosa is sponsored by Elliptics, Ltd., the owner of the Webcrossing software product line, and was launched by both Elliptics, Ltd. and Bayspire, Inc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Localtrade

    Localtrade

    Facebook-application for trading locally

    ...It's intended to be easily configurable for other developers who would like to implement their own version in their hom e country. Status: Alpha Users can advertise stuff for selling, buying and give-away. The advertisements will be searchable, and the users will get their own accounts for managing their ads. The advertisements will be bound to a geographically local region (In Norway: "kommuner"), which will generate fast and easy trading. You can advertise and sell your stuff on the same day, and because it has a local profile, you will most likely don't have any shipping costs. Localtrade is released under the MIT-licence, this includes documentation/Wiki with all it's pages, the source code and the database design. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DChrome

    Chrome extension

    ...Also, DChrome disposes the complex configuration ,instead of it, you just install it and DChrome can grab the video or image file as you want from specified site. Still confused? Take a look for my wiki! Recommendation from softpedia: http://www.softpedia.com/get/Internet/Internet-Applications-Addons/Chrome-Extensions/DChrome.shtml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    C-Lesh and SMW Engine

    C-Lesh is a game programming language for 2D games.

    ...This language evolved from a "clone" of TI-BASIC which I began developing when I was having memory (segmentation fault) bugs with C. C-Lesh lacks memory allocation and destruction. There is no need to use pointers and you can never get memory leaks or program crashes caused by memory leaks. As C-Lesh is somewhat primitive you may like it if you are into C. I'd say its a step up from C for 2D games. Everything is set - all you need is a sprite sheet and some programming knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    codebird

    codebird

    A Twitter library in multiple programming languages

    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RaspiControl

    RaspiControl

    Control GPIO ports of the Raspberry Pi

    Web application whose main purpose is to control GPIO ports of the Raspberry Pi. It needs to be deployed on a tomcat server in raspi, which start with root permissions. *** Aplicación web cuyo objetivo principal es el control de los puertos GPIO de la Raspberry Pi. Tiene que ser desplegado en un servidor tomcat en la Raspberry Pi, el cual arranque con permisos root.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo