Showing 246 open source projects for "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
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    RKH - State Machine Framework

    RKH - State Machine Framework

    State machine framework for reactive embedded systems

    ...This modern techniques are used to give an abstract description of the dynamic behavior of a system in a substantial manner. The RKH not implements neither entire UML specs. nor entire Statechart specs. Instead, the RKH intention is to support just enough basic concepts of that powerful tools to facilitate the reactive-system modeling holding a solid, and efficient implementation. Broadly speaking, the RKH implementation has been designed from the ground up to be used in 8-bits platforms but can be easily adapted to 16 or 32-bits platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TenorSpace.js

    TenorSpace.js

    Neural network 3D visualization framework

    ...After preprocessing the model, TensorSpace supports the visualization of pre-trained models from TensorFlow, Keras and TensorFlow.js. TensorSpace is a neural network 3D visualization framework designed for not only showing the basic model structure but also presenting the processes of internal feature abstractions, intermediate data manipulations and final inference generations. By applying TensorSpace API, it is more intuitive to visualize and understand any pre-trained models built by TensorFlow, Keras, TensorFlow.js, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Jasny Bootstrap

    Jasny Bootstrap

    The missing components for your favorite front-end framework

    Jasny Bootstrap is an extension to vanilla Bootstrap, adding a number of features and components. The aim of Jasny Bootstrap is to provide all the required features for building highly interactive web applications for desktop and mobile. As of version 3.1.0 Jasny Bootstrap is no longer bundled with vanilla Bootstrap. You should load vanilla Bootstrap's CSS before this extension. Jasny Bootstrap has a few easy ways to quickly get started, each one appealing to a different skill level and use...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    iView Admin

    iView Admin

    Vue 2.0 admin management system template based on iView

    ...It is a set of front-end solutions for the back-end management system based on Vue with a front-end and back-end development model. iView-admin2.0 was refactored from the 1.x version and replaced with Webpack4.0 + Vue-cli3.0 as the basic development environment. Built-in logic functions commonly used in the development of back-end management systems, and out-of-the-box business components, are designed to allow developers to develop back-end management systems with minimal cost and reduce the amount of development.
    Downloads: 4 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
  • 5
    A set of C++ libraries that provide core classes to build a project upon. From exceptions and basic types (String, Integer, Float, etc.) to collections, configs and loggers. Where possible, Java API is followed. STL based implementation. Ruby Application Framework (TSC-TPM) extensions. Ruby based utilities for simplifying day-to-day work. Moved to: https://github.com/stemkit-collection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The 4Ever framework provides a OO access layer to a single or a set of XML files. The framework offers a set of basic management services as loading/saving, change history, and consistency checking. It is realized in a component-oriented way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Koopa (COBOL) Parser Generator
    This project has moved to GitHub ! The version here at SourceForge will remain for historic purpose. Koopa is a parser generator, made for COBOL. It can handle source files in isolation (no preprocessing required) and doesn't mind the presence of CICS/SQL fragments. The grammar is easily extensible in a way which minimizes the impact on the overall code.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 8
    rkt

    rkt

    rkt is a pod-native container engine for Linux

    rkt (pronounced like a "rocket") is a CLI for running application containers on Linux. rkt is designed to be secure, composable, and standards-based. Some of rkt's key features and goals include Pod-native: rkt's basic unit of execution is a pod, linking together resources and user applications in a self-contained environment. Security: rkt is developed with a principle of "secure-by-default", and includes a number of important security features like support for SELinux, TPM measurement, and running app containers in hardware-isolated VMs. Composability: rkt is designed for first-class integration with init systems (like systemd, upstart) and cluster orchestration tools (like Kubernetes and Nomad), and supports swappable execution engines. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    MMORPG

    MMORPG

    MMORPG

    This MMORPG project is a Flash-based multiplayer online role-playing game engine designed for browser gameplay. It includes core components such as character movement, chat, map transitions, and simple combat systems, serving as a foundation for developing 2D online games. The codebase is suitable for learning how multiplayer mechanics work in ActionScript and supports socket-based networking.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Content Collaboration and File Sharing Software for Businesses Icon
    Content Collaboration and File Sharing Software for Businesses

    4,000+ companies trust Files.com to automate and secure business critical transfers.

    Files.com provides unified control and reporting for all the file transfers in your business, no matter how they occur technically. Files.com acts as both a client and a server for SFTP, FTP, and AS2, meaning you can easily connect to any partner, customer, or system.
    Learn More
  • 10

    qxotica - tools for qooxdoo

    Tools for developing qooxdoo Web apps

    Includes a package for the Lazarus IDE that adds items to the File | New dialog. Selecting "qooxdoo JavaScript App" creates either a single-page or two-page master-detail qooxdoo app and a Lazarus project for managing and editing the app's JavaScript files. Selecting "qooxdoo JavaScript Page" adds a page to the app and to the Lazarus project. Can also "compile" (run generate.py) from within Lazarus - if a syntax error is detected, the code editor jumps to the JavaScript file and line...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Koa2 RESTful API

    Koa2 RESTful API

    RESTful API Server

    ...Syntax checking with ESlint. Therefore, the scaffolding mainly provides RESTful API, so the front-end static resource processing is not considered for the time being, and only the basic method of static resource access is provided to facilitate access to resources such as pictures uploaded by users to the server. The basic directory structure is consistent with vue-cli and can be used with front-end frameworks such as React, AngularJS, and Vue.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PanelKit

    PanelKit

    A UI framework that enables panels on iOS.

    This framework does all the heavy lifting for dragging panels, pinning them and even moving/resizing them when a keyboard is shown/dismissed. A lot of effort has gone into making the API simple for a basic implementation, yet very customizable if needed. Since PanelKit is protocol based, you don't need to subclass anything in order to use it. A panel is explicitly (without your action) shown in a UINavigationController, but the top bar can be hidden or styled as with any UINavigationController.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    UltraPlugin.js

    UltraPlugin.js

    A smart framework to developing sites and web applications

    [This project has been discontinued but you can use ALL versions created] UltraPlugin.js is the ultra smart powerful union of a data library containing a large proportion of functions that allows the user to develop web sites and applications in a pleasant and fast way with a framework that creates several possibilities by joining Html, Css and Visual Basic Script with the JS itself and allowing several new types of elements. This project is totally open-source and has a natural development so that users can adapt the work to their own way, besides being able to contribute with the author, warning bugs, faults or even possible improvements. Check the page constantly for updates or activate sourceforge's newsletter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pretty-checkbox.css

    pretty-checkbox.css

    A pure CSS library to beautify checkbox and radio buttons

    ...For shapes add class, p-outline or p-fill or p-slim. There are five colors. Can be used as Solid ( p-primary ) or Outline ( p-primary-o ). You can add any font icons to replace basic checkbox styles. There are two classes to be added. First, p-icon to .pretty. Then add icon class along with font icon classes inside .state. This library doesnt come with any font icons. You need to add an appropriate font icon library in your application. Adding svg icon is very similar to adding font icons. Add class p-svg to .pretty and svg to <svg> tag or <img> tag ( if svg file url is used as img source ). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A Complete Beginner's Guide to Django

    A Complete Beginner's Guide to Django

    A Complete Beginner's Guide to Django - Code Samples

    ...I’m starting a new tutorial series about Django fundamentals. It’s a complete beginner’s guide to start learning Django. The material is divided into seven parts. We’re going to explore all the basic concepts in great detail, from installation, and preparation of the development environment, models, views, templates, URLs to more advanced topics such as migrations, testing, and deployment. I wanted to do something different. A tutorial that would be easy to follow, informative and fun to read. That was when I came up with the idea to create some comics along the text to illustrate some concepts and scenarios. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Mobi.css

    Mobi.css

    A lightweight, scalable, mobile-first CSS framework

    A lightweight, scalable, mobile-first CSS framework. The default bundle of Mobi.css provides the basic styles to build clean and elegant web pages. It's only 2.6kb after gzipped, and it's very easy to get started. Plugin system makes CSS scalable. You can import plugins to enhance Mobi.css, or use the plugin as a standalone class library. It's even possible to use a plugin without Mobi.css. Mobi.css focus on the details and provides the best user experience, especially for the content-rich webpage. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RandomKit

    RandomKit

    Random data generation in Swift

    ...RandomKit is possibly also compatible with FreeBSD, Android, and Windows (under Cygwin) but has not been tested for those platforms. The RandomGenerator protocol defines basic methods for generating primitive values and randomizing a buffer. All provided types that conform to RandomGenerator have a static default value that can be passed as an inout argument to generation functions. The RandomBytesGenerator protocol is for types that specialize in generating a specific type that fills up a number of bytes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Accord.NET Framework

    Accord.NET Framework

    Scientific computing, machine learning and computer vision for .NET

    The Accord.NET Framework provides machine learning, mathematics, statistics, computer vision, computer audition, and several scientific computing related methods and techniques to .NET. The project is compatible with the .NET Framework. NET Standard, .NET Core, and Mono.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    PopperFramework

    Declarative PageObject description

    PopperFramework is a java framework which allows you to create PageObjects for your webapplication-tests in a declarative way. That means you just have to define an interface defining the structure of your website and add some annotation with the basic information like locators. PopperFramework will generate the implementation of that PageObject for you. Key-Goal of PopperFramework is to allow you as a developer of sureface-tests to concentrate on your business => writing PageObjets and Tests, not wasting time by writing boilerplate code. PopperFramework uses WebDriver-API to implement your PageObjects but its API is completly vendor-independent. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DaReManager
    Data Register Manager. IT scientific-research project. (Управляющий реестром данных. Научно-исследовательский проект в области информационных технологий)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Solid Python

    Solid Python

    A comprehensive gradient-free optimization framework written in Python

    Solid is a Python framework for gradient-free optimization. It contains basic versions of many of the most common optimization algorithms that do not require the calculation of gradients, and allows for very rapid development using them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Flask JSONDash

    Flask JSONDash

    Build complex dashboards without any front-end code

    ...Everything is powered through simple JSON configurations for declaring arbitrary charts. Leveraging popular libraries like C3.js and D3.js, and much more. Also supports templates and iframes. Only a basic intuitive configuration is required. The dashboard layout and blueprint styles are pre-packaged, and provide only the essentials, while getting out of the way. Drag-and-drop your layout easily and intuitively. Multiple layout modes - bootstrap grid-based or totally freeform. Data utilities for munging and manipulating data suitable for various charts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SpringSide

    SpringSide

    Pragmatic style JavaEE application reference architecture

    SpringSide is a Pragmatic-style JavaEE application reference example with Spring Framework as its core. It is a summary and demonstration of the selection of mainstream technologies in the JavaEE world and best practices. Utils-a basic Java library that combines performance and ease of use, integrating masterpieces from various disciplines (recent focus). BootApi-A Web Service application based on Spring Boot, which can be used for SOA services or the backend of Ajax pages. BootWeb-Web application based on Spring Boot, typical addition, deletion, modification and check management (not started). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Concise CLI

    Concise CLI

    A CSS framework that's lightweight and easy-to-use

    ...In principle, it would will with any other CSS library, framework or any existing project so long as the code is plain CSS or contains only the features that can be compiled with PostCSS. Of course, one can start writing everything from scratch using Concise as well. The core library contains the very basic styles that one might use, and contains most of the code that was available on Concise v4. No unnecessary styles are added so you can spend more time building and less time overriding. Do you need CSS components? We provide a basic UI kit for Concise CSS as an add-on. We also provide utility classes for rapid prototyping and context-dependent styles. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CJAX

    CJAX

    Ajax Development Framework written in PHP and JavaScript.

    Cjax is a very basic lightweight but powerful cross browser Ajax Framework written in PHP and JavaScript. Download From: ( *NEW* official location ) https://github.com/ajaxboy/cjax For Demos & Documentation: http://cjax.sourceforge.net/examples/ Key Points Of the Ajax Framework * Lightweight > 100kb * 100% Ajax * Zero Configuration * No page footprint * No inline codes * No Snippets or JavaScript needed * No front-end JavaScript
    Downloads: 0 This Week
    Last Update:
    See Project