Showing 47 open source projects for "web get"

View related business solutions
  • Speech-to-Text: Automatic Speech Recognition Icon
    Speech-to-Text: Automatic Speech Recognition

    Accurately convert voice to text in over 125 languages and variants by applying Google's powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 1
    Ray Tracing in One Weekend Book Series

    Ray Tracing in One Weekend Book Series

    The Ray Tracing in One Weekend series of books

    The Ray Tracing in One Weekend series of books are now available to the public for free online. They are now released under the CC0 license. This means that they are as close to public domain as we can get. (While that also frees you from the requirement of providing attribution, it would help the overall project if you could point back to this web site as a service to other users.) These books are formatted for printing directly from your browser, where you can also (on most browsers) save...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Easy Database Forms For All

    Easy Database Forms For All

    Create Web Based Forms Quickly, With In-built DB, For All Your Teams

    Please watch the video/screenshots below for easy installation steps. This video is taken from my other project, with many similarities and some naming differences. After installation, login to the Administrator Page with : Username : root Password : change_this and look at the team1 database and the sample_table in it. You can now create your own required tables/forms. Also, login into the team1 user page ( from homepage ) with : Username : team1 Password :...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    HTML Quiz Application With Timer & Point

    HTML Quiz Application With Timer & Point

    An Easy to Edit HTML, CSS & JAVASCRIPT QUIZ - For Students & Teachers

    ... files. If necessary, Please change the charset="UTF-8" to charset="Your Charset" to match your language's charset value in the index.html file. Check Google if you need to know your language's html charset value. This Application works offline, without needing an Internet Connection. Also, run this application on your internet browsers in Kiosk mode, for maximum secrecy. For details, please refer : https://ostechnix.com/launch-web-browsers-in-kiosk-mode-full-screen-from-cli/ See Below.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    IRBS - Institutional Registers Backup

    IRBS - Institutional Registers Backup

    Open Source Institutional Registers Backup Syst. for Paper Registers

    If you are looking for a way to backup your numerous paper based registers, i.e. Admissions / Withdrawals, Fees, Attendance & Exam Mark Registers of Schools, Junior / Senior Colleges, then this software will help you. Designed with goals of Simplicity & packaged with all necessary open source tools to get you into action, straightaway. Refer Screenshots Below. Just download the above zip file, extract it to a Disk Partition, with lots of free space & Turn ON Network Discovery By Right...
    Downloads: 0 This Week
    Last Update:
    See Project
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 5
    Learning Bitcoin from the Command Line

    Learning Bitcoin from the Command Line

    A complete course for learning Bitcoin programming and usage

    Learning Bitcoin from the Command Line is a tutorial for working with Bitcoin (and Lightning) that teaches direct interaction with the servers themselves, as the most robust and secure way to begin cryptocurrency work. This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for use. Learning Bitcoin from the Command Line is a project of Blockchain Commons. We are proudly a "not-for-profit" social benefit corporation committed to open source & open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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
  • 7

    ExamWeb

    WEB application for exam (test and short question)

    WEB Application for exams with test and short question. It allow take question from other exams, show realtime grade from test question and generate pdf file with responses for students can sign them responses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    google-play-scraper

    google-play-scraper

    Node.js scraper to get data from Google Play

    ... to the one specified. Returns the list of permissions an app has access to. Retrieve a full list of categories present from the dropdown menu on Google Play. Since every library call performs one or multiple requests to an Google Play API or web page, sometimes it can be useful to cache the results to avoid requesting the same data twice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CinemaDrape

    CinemaDrape

    Focus and minimize distractions by hiding less important screen areas

    CinemaDrape helps you focus on your current task on screen, by instantly blanking or dimming the other less important areas in a web page or in the background windows. CinemaDrape works anywhere and can help you write an important document, watch an online video, compose an email, or play a browser game. Use CinemaDrape to stop getting distracted by all those side elements, ads, or social network and instant messaging notifications. With CinemaDrape you no longer have to manually clean up...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
  • 10
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Write a hash table in C

    Write a hash table in C

    Learn how to write a hash table in C

    Hash tables are one of the most useful data structures. Their quick and scalable insert, search and delete make them relevant to a large number of computer science problems. Understanding of how a fundamental data structure works under the hood. Deeper knowledge of when to use hash tables, when not to use them, and how they can fail. Exposure to new C code. The language doesn't come with one included. It is a low-level language, so you get deeper exposure to how things work at a machine level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Mathmaker

    Generator of maths worksheets and their detailed solutions

    This project aims to produce elementary math worksheets & answers automatically. It is meant to be used - by pupils to get as many sheets as they want - by teachers to re-use the produced sheets in their own work. Documentation for users is there: http://mathmaker.readthedocs.io/en/master/user_index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ASSMS

    ASSMS

    A school management system for the web generation

    Student Information Get easy access to student particulars, their grades, schedules, address, parents info,and any reports, anytime. Grade Book Customized to suit your needs with one customizable online gradebook for each subject and class. The online gradebook feature enables teachers to enter grades frequently. Report Cards Report cards are fully customizable - you get to have your own grading criteria, grading flow, report card format. You can print beautiful report cards...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Easy HTTP: Easy Web Service Support

    Easy HTTP: Easy Web Service Support

    Classic Web Service Support

    ... existing web sited do not. Because legacies are important, EasyHTTP allows our "Web 2.0" Web Services to continue to inter-operate with our "Web 1.0" HTML Forms & Services. Indeed, using EasyHTTP, support for classic HTTP GET / POST Forms & URLs can be integrated into your Web Service Project in an average of 3 lines of plain-old (no annotations required!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Monastic University

    Software for managing Admissions, Withdrawals, Marks in Monastic Inst.

    This software will help in the management of Admissions / Withdrawals of Staffs & Students & also processing of Exam Marks of all Monastic Universities. Designed with goals of Simplicity & packaged with all necessary open source tools to get you into action, straightaway. Just download the file given above, then double click to extract it to a Disk Partition, with lots of free space, & then right-click files with names starting with 1 to 8 to run them as administrator, to install...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Monastic Library

    Software for managing Libraries in Monastic Institutions

    This software will help in the management of Libraries of Monastic Universities. Designed with goals of Simplicity & packaged with all necessary open source tools to get you into action, straightaway. Just download the file given above, extract it to a Disk Partition, with lots of free space, & right-click files with names 1 to 8 to run them as administrator, to install the software. Then, click windows start button, type DLM and click the HTTP entry. This opens up a browser screen...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    En:Best Alternative to MADURA Dictionary

    En Dictionary is Free, Useful Dictionary and English Learning Tool

    ... Subtitle Translating feature is very useful tool that makes learning English effortless and interesting With this feature people get the opportunity to watch and understand the script of their favorite English moves while learning English at the same time
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Equus - Horse Education

    Equus - Horse Education

    A horse education application

    ... 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
  • 19
    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: 0 This Week
    Last Update:
    See Project
  • 20

    My Basic Facts Quiz

    A PHP program that creates maths basic facts quizzes.

    ... 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
  • 21
    Skills Evaluator

    Skills Evaluator

    With Skills Evaluator you can easily evaluate employees / candidates.

    ... Questions and have negative or positive scores. Then you can contact the users that interest you for CV and/or further discussions. Skills evaluator makes it easy to get the interest you need and filter participants without the need of reading CVs that, most of the times, you can’t compare or are out of your interest. By setting the right questions you can easily avoid receiving requests that don't match your needs. On the other hand, as a candidate, you can respond fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ArduinoPHP

    Full control from browser of an Arduino

    CONTROL ARDUINO WITH PHP * PROJECT DISCONTINUED DUE NEW I2C RELESE * The project is temporary stopped due heavy work load; i am in trouble to find spare time and "clear head" to get it forw. I'am looking for anyone who wants to grow it, obviously with my support. The complete source is anyway available on my homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PubSearch

    Combined search engine for publication databases.

    With PubSearch you can search for publications of an author in more publication databases at one time. PubSearch can crawl also "cited by" publications transitively for you! You can export publications to citation formats. You can add your own format templates and publication database definitions. See the link below for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    TARStack

    Tournaments and Ratings Stack

    The Goal of TARStack is not to increase competitive battles and the rivalries they create, but rather to foster teamwork, group cohesion, and creativity. The advent of the wired world and - especially - the recent rise in popularity of social networking between connected devices provides an opportunity for friendly matches within any sort of group. Generally, like-minded groups of people will get together and participate in one-on-one matches or regularly organized tournaments. Social...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Exuberanza Scripts
    Formerly Slaytanic Scripts. This is the place where you can get addons, tweaks, modules, blocks, etc. designed to work with the great RavenNuke(tm) CMS developed by Jonathan Estrella.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next