Showing 28 open source projects for "true basic"

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
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 1
    Takes

    Takes

    True object-oriented Java web framework without NULLs

    ...Essential part of Bigger Example is Front interface. It's encapsulates server's back-end and used to start an instance, which will accept requests and return results. FtBasic, which is a basic front, implements that interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Microsoft True Type Fonts for Debian
    ...This modified version of the package avoids that error simply by replacing all HTTPS:// designations inside of the install script, With the basic HTTP:// protocol instead. Eliminating the need for the TLS certificates all together. If you are having difficultly installing the ttf-mscorefonts-installer package on Debian. This modified version might be the solution you're looking for.
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 3
    Covalent

    Covalent

    Teradata UI Platform built on Angular Material

    Basic side sheet content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    restify

    restify

    The future of Node.js REST development

    restify is a framework, utilizing connect style middleware for building REST APIs. A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. restify optimizes for introspection and performance, and is used in some of the largest Node.js deployments on Earth. restify is used by some of the industry's most respected companies to power some of the largest deployments of Node.js on planet Earth. Running at scale requires...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    AQL

    AQL

    Advanced Query Language

    The clauses are beginning from "([{" and ending by "}])" and are separated by ",;" There are three basic types like Boolean (true, false), numeric and string in "'\"" List of operators: Name Description << Output ? Logical if @ Loop ?$ Returns true if variable defined ?| Logical or ?& Logical and ?! Logical negation ?/ Logical regular expression matches /- Split string by regular expression /+ Replace by regular expression // All matches = Assignment + Addition or concatenation - Subtraction / Division * Multiplication
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ultimate Mono2Stereo

    Ultimate Mono2Stereo

    A better mono to stereo audio conversion tool

    What sets this frontend for ffmpeg apart from other stereo simulators is it creates an impression of stereo separation. Without trying too hard to be "true" stereo in a gimmicky fashion. More importantly, it produces none of the weird phasing, and/or time delay artifacts. And very little, if any of the tone discoloration, when those others aren't meticulously set up just right. All this is accomplished by using the ffmpeg crossover audio filter to split the sound into 8 frequency bands. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Quiz/Survey/Test - QST

    Quiz/Survey/Test - QST

    A Free, complete, enterprise grade, open source exam management system

    QST, the worlds unparalleled open source online/lan assessment software. From a quick quiz on your phone to very large scale, high stakes, proctored desktop testing, we make it easy/secure/economical. Our intuitive design contains features (Immediate detailed results, Create/Export/Import/Convert Questions, WYSIWYG/Math-Chemistry/Basic Editors, Question/Item Bank, Multiple Question Types, Multiple Delivery Styles, Multiple Delivery/Results Options, Adaptive/Branching Questions, Randomly...
    Leader badge
    Downloads: 76 This Week
    Last Update:
    See Project
  • 8
    Ruby 2D

    Ruby 2D

    The Ruby 2D gem

    ...Built atop SDL2 and OpenGL, Ruby2D abstracts away the complexity of low-level graphics programming while exposing enough control for performance and flexibility. It supports images, text, sounds, and basic geometric shapes, making it ideal for learning graphics or quickly prototyping ideas with Ruby. The library is cross-platform and lightweight, staying true to Ruby’s principle of developer happiness.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Deep learning time series forecasting

    Deep learning time series forecasting

    Deep learning PyTorch library for time series forecasting

    Example image Flow Forecast (FF) is an open-source deep learning for time series forecasting framework. It provides all the latest state-of-the-art models (transformers, attention models, GRUs) and cutting-edge concepts with easy-to-understand interpretability metrics, cloud provider integration, and model serving capabilities. Flow Forecast was the first time series framework to feature support for transformer-based models and remains the only true end-to-end deep learning for time series...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    NestProfessor Programmer Edition
    This is a SDK which can nest/layout the part/geometry/polygon on the material or sheet intelligently, you can get the best utilization of the materials, this SDK also support read/write DXF/DWG files and part-in-part nesting. New nesting lagorithm is implenmented, more good to support true shape part or material.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    GetX

    GetX

    Open screens/snackbars/dialogs/bottomSheets without context

    ...With GetX this is not necessary because resources are removed from memory when they are not used by default. If you want to keep it in memory, you must explicitly declare "permanent: true" in your dependency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AWS X-Ray .NET Agent

    AWS X-Ray .NET Agent

    The official AWS X-Ray Auto Instrumentation Agent for .Net.

    ...If you want to disable tracking incoming requests, you may set DisableXRayTracing as true. AWS request will trigger Http outgoing handler, so if you want to disable tracing AWS request, you have to disable both AWS handler and the Http outgoing handler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Redux Persist

    Redux Persist

    Persist and rehydrate a redux store

    Basic usage involves adding persistReducer and persistStore to your setup. Every app needs to decide how many levels of state they want to "merge". The default is 1 level. If you are using react, wrap your root component with PersistGate. This delays the rendering of your app's UI until your persisted state has been retrieved and saved to redux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gameboy.Live

    Gameboy.Live

    A basic gameboy emulator with terminal "Cloud Gaming" support

    A basic gameboy emulator with terminal "Cloud Gaming" support. Gameboy.Live is a Gameboy emulator written in go for learning purposes. You can simply play Gameboy games on your desktop. Or, "Cloud Game" in your terminal with a single command (The demo server is down now, you have to deploy on your own server) You can directly download the executable file from the Release page, or build it from the source. Go Version 1.11 or higher is required. Run go version to check what the version...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    PRTOS Preemptive RTOS for embedded aps

    PRTOS is a simple, compact preemptive RTOS for embedded systems

    PRTOS is an open-source preemptive real time operating system kernel for embedded applications. It presently supports the AVR and MSP430 architectures. The advantages of PRTOS are: It has the smallest footprint of any true preemptive system: 1.9kB for basic scheduling and task control, 5.1kB with all the features below (AVR '328 / gcc -Os); Only 950 lines of code implement all of the RTOS features (SLOC-L); The system is well documented with a comprehensive manual, well-commented source code, and a test suite demonstrating the features; The system is proven - it has been in use since 1982 with applications in in-vitro medical equipment, process control instrumentation and industrial machinery; PRTOS is released by Cleveland Engineering Design, LLC - developer of the CoRTOS cooperative RTOS https://sourceforge.net/projects/cortos-simple/ and the CTREE analysis tool https://sourceforge.net/projects/ctree-graphic-tree-generator/ Commercial licensing is available
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    PreprocesssorWizard

    PreprocesssorWizard

    WYSIWIG conditional compilation preprocessor for Java etc.

    A WYSIWYG Conditional Compilation Preprocessor for Java, Perl, C, C++, Basic, PowerShell, C#, Javascript, and other programming languages. Many C and C++ developers rely heavily on the C preprocessor, and lament the lack of a preprocessor in Java, scripting languages, and other programming languages. The principal objection to a preprocessor is that it makes one's code difficult to read. This is indeed true for the C preprocessor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    OXml

    The next generation XML library for Pascal (Delphi, FPC, Lazarus)

    ...Supported compilers: - Delphi (non-unicode): 5-2007 - Delphi (unicode) for Win32, Win64 and OSX: 2009+ - Delphi for ARC (iOS, Android): XE4+ - Lazarus for Win32, Win64, Linux, OSX: 1.0+ - corresponding C++Builder versions should be supported too (not tested though) Main benefits: - All on the target platform available single- and multi-byte codepages are automatically supported. - True unicode support on all platforms and compilers (also for Delphi 4-2007). - The XML parser is a standalone unit, making it possible to write different and user-defined XML interfaces. - Extremely fast thanks to clever buffering. Parsers included in OXml: - Basic standalone XML reader and writer. - DOM (W3C DOM Level 1.0 Specification)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AV PlayerFX

    AV PlayerFX

    Java Embeddable media player

    This pure java media player has been designed to be easily embedded into Swing containers and JavaFX Stage instances. A great feature which allows to use it as a plugin in modular java programs. It can also run as standalone program. See the wiki page of this project for instructions on how to embed it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The HTML5 Shiv

    The HTML5 Shiv

    Enable use of HTML5 sectioning elements in legacy Internet Explorer

    The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x. This includes the basic createElement() shiv technique, along with monkeypatches for document.createElement and document.createDocumentFragment for IE6-8. It also applies basic styling for HTML5 elements for IE6-9, Safari 4.x and FF 3.x. HTML5 Shiv is maintained by Alexander Farkas, Jonathan Neal and Paul...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    Anti SQL Inject

    Block SQL Injections as soon as their detected[Alpha]

    This PHP Library blocks common SQL injection attacks its as simple as calling some code, as a basic demo of what code shall be put in, require('antiinect.php'); //Import the library antiinject($parameter,true); //call the libraries primary function and true equals to block the attack more info on how to use the library can be found on the wiki Currently Supports(ALPHA 1.2): Apostrophe Based attacks(') union select based detection * order by * based detection example page(no SQL base yet) Planned to do(ALPHA 1.3): Add Tracking(blocked attacks,protected hits. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    chaos.sh

    The breath of life for Artificial Intelligence.

    Full description: chaos.sh is a Bash script, what gives back 1(true) or 0 (false). It is written for AI (Artificial Intelligence) as a basic core script who gives the System the ability to make own decisions. The main idea is to use the quartz of the system clock instead a calculated random number algorithm. So, you have a real non calculable random Number. chaos.sh make the difference of a standard machine and life because it gives the system the quantumchaos effekt of real life based on random time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BJGL is a java game library what provides quick and easy assistance while building a 2D game! This project is still under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Numerology Compatibility

    Check compatibility with your partner based on Numerology

    Check compatibility with your partner based on Numerology. You can even know what your numbers says about you. In short the app is a sort of mythological thing and not technical... Still you can use it for fun though the app is based on true numerology. Nothing Fake. Developed by a set of friends- Chandan Jha Vaishali Wahane Nitin Talmale
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    content: 1.proxy chains 3.1 2.putty 3.squid clam anti virus 4.tor 5.true crypt just some basis for privacy in linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DimensioneX Multiplayer Game Engine

    DimensioneX Multiplayer Game Engine

    Free MMORPG Engine. Develop and host graphical browser-based games.

    DimensioneX is a free Massive Multiplayer Game Engine. It lets you develop and then run or host browser-based, graphical multiplayer games. The users will play games simply via their browser. DimensioneX runs on any Java-enabled web server (eg. Tomcat)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next