Search Results for "basic program" - Page 12

Showing 1410 open source projects for "basic program"

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
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 1

    DOSBox-0.74 Configurator

    Configuration program for DOSBox

    This program allows you to easily configure DOSBox to make it easier to play. It's main feature is to autoplay TES Arena and TES Daggerfall, and it gives the user the ability to choose either game to autoplay or no game, granted that the games are installed in the correct location (specified in the ReadMe). You can easily change the memsize, cpu cycle speed, keyboard input, and choose whether or not to launch DOSBox in fullscreen mode. All of this in one location, which can be placed on your desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Directory Synchronization program synchronizes the file contents of two directories (and optionally any subdirectories) on a personal computer running Microsoft Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Program Manager

    Program Manager

    Remake version of the Windows 3.11 Program Manager

    Program manager is a remake version of the program manager made for Windows 3.11. You can use program manager as a application manager or as a stand-alone Windows shell just like it was used in Windows 3.11
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    TU Calc

    TU Calc

    Simple tool for numerical calculation

    TU Calc is a modular tool that aims to gather numerical methods for solution of mathematical problems. Interacting with the user through a GUI that is analogous to the windows desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 5

    Microsoft-Azures-Basic-C--Pull

    This is a simple C# Program that uses Microsoft Azures pull

    This is a simple C# Program that uses Microsoft Azures. In the image you will find an example of a program I created using the script. It's very quick and easy to setup. I provide some screenshots and tips on where to place what where. After you have placed in your Microsoft Azures API Key and Postman Client and Body. You now be able to insert inputs via code like the example in my image(s).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Video container switcher GPL

    Video container switcher GPL

    Changing format video without re-encoding with FFMpeg

    This project contains two separate interfaces for Windows and Mac OS to download. They essentially do the same thing. Select a source folder with some video clips (or several files in the Mac version). The program will change the container to the selected output without reencoding. For Windows, ffmpeg needs to be installed on your system, it is included in the Mac download. For a short video demonstration of the Mac version, go to: http://www.youtube.com/watch?v=O278FHawa9k
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Easy265File

    Easy265File

    FFmpeg GUI. Easly preview the video & convert whole folder / videos

    ...NOTE: If the purpose is to compress the videos, don't change the command (Unless you know what you are doing). The default command designed to compress the videos very efficiently with almost no impact on the video quality! By default the program use the x265 (HEVC) encoder - the best algorithm for video compression! NOTE: this version is alpha and one of the very first releases. it stable enough to do the basic and important job described above. but it may fail in other usage scenarios so please report any problem you encounter!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gnuplot Editor

    Gnuplot Editor

    Interactive gnuplot script editor

    ...The gnuplot editor generates a preview of the plot for every change you make and quickly allows to show the created image file with a simple keystroke. Lines with errors are highlighted in the code and gnuplot output is shown in a separate widget. In addition it features all basic editor options, syntax highlighting and menu macros for often used gnuplot options. The program is written in python (works with 2 and 3) with a Qt4 user interface, which makes it platform independent (tested in Linux, OS X 10.7 and Windows XP). You must have gnuplot installed to run this program. The debian package was build with Ubuntu 12.10.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    TimeClock

    TimeClock register clock in/out of employees company for timesheets

    A time clock, it’s a time recorder used to assist in tracking the hours worked by an employee of a company. This plugin is an example of the possibilities of the TM4HR possibility to import data from outside the main program, so it is a separate and independent program that save data in localdb or MDB or XML (as you prefer). Admin can create/edit/delete employees, create file for export (xml or cvs or text), create/edit/delete “time entries”, print a report of “time entries”, and edit Settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Excel to Graphviz

    Excel to Graphviz

    Create graphviz diagrams with excel

    Free, easy to use, excel tool to create data and process flow diagrams with table data In separate excel sheets you define items(nodes), lines(edges) and grouping(clusters) Separate definition of node, edge and cluster styles Graph settings sheet Output control sheet Examples and readme are included in the zip file Get it working: -Install graphviz (http://graphviz.org/Download.php) -Download Excel to Graphviz -Open one of the ExcelToGraphviz workbooks -Go to sheet settings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tiedot

    tiedot

    A rudimentary implementation of a basic document database in Go

    tiedot is a document database engine that uses JSON as document notation; it has a powerful query processor that supports advanced set operations; it can be embedded into your program, or run a stand-alone server using HTTP for an API. It runs on *nix and Windows operating systems. tiedot has fault-tolerant data structures that put your data safety first, while easily scales to 4+ CPU cores. tiedot has very stable performance, even with millions of records! It consistently achieves high...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Operating Systems: From 0 to 1

    Operating Systems: From 0 to 1

    A book to gain the foundational knowledge to write operating systems

    This book helps you gain the foundational knowledge required to write an operating system from scratch. Hence the title, 0 to 1. After completing this book, at the very least you will learn how to write an operating system from scratch by reading hardware datasheets. In the real world, it works like that. You won't be able to consult Google for a quick answer. A big picture of how each layer of a computer is related to the other, from hardware to software. Write code independently. It's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Hypnosis

    Hypnosis

    A simple Hypnosis program that uses hypnotic text suggestion, colors a

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CharImport

    CharImport

    World of Warcraft character converter, supporting multiple emulations

    CharImport is a character converter for World of Warcraft private servers. This tool allows administrators of private servers to copy characters from the Official Armory or from a database to another server. It is also possible to save character/account profiles into template files, which can be divided/distributed and re-imported. You can e.g. copy all accounts with their characters to another server or individual accounts and characters. The two servers do not need to be based on the same...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    LogIn Tracker

    LogIn Tracker

    LoginTracker tracks accesses to your PC, with email support.

    LoginTracker is a software that can help you to track date and time when your PC is switched on and maybe to discover some unwanted log in. It silently runs in the background only on boot and it hasn't any kind of services that waste your memory. It can notify you via email, or you can just see the logs when you want in the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EazyDocX
    Simple archiving program documents client / server. Use a registry file (Access database) to which you can attach, dividing them into categories, documents (files) of all kinds. Storing files is deliberately asynchronous to allow the user to continue with other filings while the server stores document Whether for storage and for viewing documents are provided in two ways: 1 - Single Document. 2 - Multi Document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    garlic

    garlic

    GaRLiC=Gambas Raw Lines of Code, a Gambas2 code library for use in SMB

    Building blocks, small demo apps, and pieces of sample code for Gambas2. Also see more recent Garlic3 project on https://sourceforge.net/projects/garlic3. All can be used to take a look how things can be done in Gambas, not with the idea to supply a product or a finished program. The sourcecode can easily be run from Gambas2 on Linux. Some small programs that appear here are in real use in a small business, but no warranty is given! SimpleDemo contains more complete apps that can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Basic learning

    Display Alphabets and Numbers

    This program is for basic learning for beginners. As being an IT Staff member in my institution I developed this my own to create a attractive learning environment for kids. I will like others to also contribute with me and make it a better code. I know there is a more room to enhance this code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Angry Calculator

    Angry Calculator

    Angry calculator is a calculator java

    In addition to standard calculator functions, you can perform trigonometric calculations, binary, decimal, hexadecimal. Are included in the calculation of the programs tables, fibonacci, factorial, random number, charting, statistic basic, fast random generator number 1-90, generation and a system for fast calculation of the percentage, calculating the perimeter and area of plane geometric figures. This is also a program to create constant and recall among other functions is also a mini file editor text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    myweb_launcher_chung
    myweb_launcher chung is a small program that allow you to launch and close some web html applications directly from the desktop to some browser (chrome, default, firefox, iexplore) even if it is not the default browser .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Thought-Tracker

    Thought-holder - holds thoughts for later viewing and tracking.

    Thought-holder is two projects that allow a person to track their thoughts and apply cognitive behavioral therapy (CBT) techniques to those thoughts with Thought-Tracker. It currently consists of thought-holder.exe and thought-tracker.exe (thought-holder requires thought-tracker) - the first makes a list of thoughts and helps you keep track of when they were created and the second helps take a thought and allows application of CBT techniques to it. To use the thought-holder: Enter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    weinberg-overcluster2

    Cluster subsequences of intergenic regions

    overcluster2 is a program to cluster subsequences of InterGenic Regions (IGRs). It clusters these subsequences based on the output of BLAST comparisons of the IGRs. overcluster2 has been used as part of a method to discover novel non-coding RNA classes. overcluster2 was written by Zasha Weinberg. The basic method was one of the methods described here: https://www.ncbi.nlm.nih.gov/pubmed/19340921 An example of the use of overcluster2 to find non-coding RNAs is here: https://www.ncbi.nlm.nih.gov/pubmed/20230605
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    DBA PROGRAM

    DBA PROGRAM

    Program to analyze information about SQL SERVER as well as database ta

    Program to analyze information about SQL SERVER as well as database tables, indexes, and some Windows information. To use it just enter the server and instance, and then the database which you want information, this program is useful for database administrators who need to identify problems with growth charts, with the fragmentation indices, know SQL version information. It also has two text boxes where it can be inserted into SQL commands, and brings the result on the grid, these...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple Calculator

    Simple Calculator

    A simple calculator.

    This is a simple calculator written in C++ with the Qt framework, without any extra features. A program for minimalists.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 25
    MinotaurRTM

    MinotaurRTM

    Vb.net source generator (SQL syntax fully integrated in development).

    With Minotaur (RTM) you can Generate complete vb.net Source. SQL statement are available into source code generation program.
    Downloads: 0 This Week
    Last Update:
    See Project