Showing 89 open source projects for "new open lms"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Yup

    Yup

    Dead simple Object schema validation

    Yup is a JavaScript schema builder for value parsing and validation. Define a schema, transform a value to match, validate the shape of an existing value, or both. Yup schema are extremely expressive and allow modeling complex, interdependent validations, or value transformations. Yup's API is heavily inspired by Joi, but leaner and built with client-side validation as its primary use-case. Yup separates the parsing and validating functions into separate steps. cast() transforms data while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Brunch

    Brunch

    Web applications made easy

    Brunch lets you focus on what matters most, solving real problems instead of messing around with the glue. By being opinionated about your build pipeline, Brunch is able to provide a smooth and fast experience, and makes your config files take a drastic cut. It doesn't take much to get around with brunch. 'brunch new' to create a new project. 'brunch build' to build. 'brunch watch' to live-compile. Installation is one-line, once you have node.js. You will find that the typical config...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Pencil

    Pencil

    The Pencil Project's unique mission is to build a free tool

    Pencil is built for the purpose of providing a free and open-source GUI prototyping tool that people can easily install and use to create mockups in popular desktop platforms. The latest stable version of Pencil is 3.1.0 which contains stability fixes and many new features. More details can befound in the releaste notes. Pencil provides various built-in shapes collection for drawing different types of user interface ranging from desktop to mobile platforms. Starting from 2.0.2, Pencil...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4
    React Rainbow

    React Rainbow

    React Rainbow Components. Build your web application in a snap

    React Rainbow is a collection of components that will reliably help you build your application in a snap. Give it a hack and let us know what you think. We designed each component with i18n in mind. Any new component or feature we may add in the future has to be able to work fully in different locales. Proper documentation based on interactive examples to help you understand the features of each component. We know how important it for you is to test your UI. Our npm package provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    React NodeGui

    React NodeGui

    Build performant, native and cross-platform desktop applications

    Build performant, native, cross-platform desktop apps with React. With React NodeGui, you can build truly native apps with React. If you don't want to use React, there is also a pure JavaScript-based version. React NodeGui is an open-source project maintained by an active community of contributors. React NodeGui apps build and run on Mac, Windows, and Linux platforms. lets you create truly native apps and doesn't compromise on your users' experience. It provides a core set of platform-agnostic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    secure-electron-template

    secure-electron-template

    The best way to build Electron apps with security in mind

    .... Handle session permission requests from remote content. Do not disable web security. Define a content security policy. Do not set allowRunningInsecureContent to true. Do not enable experimental features. Do not use enableBlinkFeatures. Do not use allow popups. <webview> verify options and params. Disable or limit navigation. Disable or limit creation of new windows. Do not use openExternal with untrusted content. Disable remote module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Totally Built Linux Distro

    build linux from termcap to GTK-4.7 100% non-stop

    Build all of a light linux distro non-stop and no buildfails with just a few commands. (not including un-tarring initial DL) Current Build Time: 5.35 hr for -j8 src14 iCore7 (without opt. mesa-24) It's all automatic from Termcap to Gtk-4 and making new USB, it's new enough run firefox 20-130 and Mathematica 4 - 14. Minimal commandlines and configuration required; just a few in itself. Cross Compiles i386 to x86_64 (note not a canadian cross). ~500 pkgs built including configured...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Gobisoft

    Gobisoft

    Software auto-installation builder

    Gobisoft is a batch package builder for applications, it builds a self-install package of your programs. Creates a stand alone executable file that performs the (secured installation and removing) of the elements necessary to distribute your applications. The software offers many possibilities, such as executing commands before and after installation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Batch Insert License

    Batch Insert License

    Prepend a copyright/license declaration to many files at once.

    Batch Insert License is used to prepend a block of text, describing the applicable software license, to many source files automatically. It can be used to: - Add a specified license comment block to the top of each source file in your project. - Replace an existing license comment block with a specified new license comment block in each source file. - Delete an existing license comment block from each source file. It is written in Java and will run on any OS that has Java is installed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 140+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 10
    Cyclops

    Cyclops

    An advanced platform for writing functional applications in Java 8

    ...) -- New data structures do not support operations that would throw exceptions (you can't call head on an empty list for example). Eager and Lazy alternatives for most datastructures (Option is eager, Maybe is lazy + reactive). Improved naming of types (Function1-8 rather than Fn1-8, Either not Xor). Group id is changed to com.oath.cyclops. Versioning between cyclops-react and cyclops is merged on cyclops versioning scheme (version 10 = Cyclops X).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Create React App

    Create React App

    Set up a modern web app by running one command

    ... App it’s easy to start and easy to “eject”, if ever you want an advanced configuration and edit config files directly. It’s also very easy to maintain, as you only need a single command to upgrade to new versions.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 12
    TARS

    TARS

    Markup builder on gulp

    TARS is a builder for the modern frontend of any complexity, which is based on Gulp.js. It facilitates and accelerates the process of web development. TARS will be suitable for teams and individual developers. It solves the most routine cases associated with web development and brings you more pleasure from work. TARS is a framework for gulp, including a set of gulp-tasks. It allows for easy expansion (creating new tasks) and customization (modification of existing tasks), provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LabMACOSX
    ... (Syntax of nmap is inside the application). Packetstorm is all packet storm exploits database all inserted inside in the application Packetstorm, Shoppingosx an example of https connection. The application Ob open four browsers, Tesseract applications container, TAL, Chatosx, AndroMac, AndroEmu, MySMS, Shutdown, Updater, Search for, MyMaps, SOA, BLI, Xcoder, BasicProg, BasicProg2, VM, D,M&Z Suite Basic and D,M&Z Suite Advanced (POSIX based).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    SignalR

    SignalR

    Incredibly simple real-time web for .NET

    ... dependency injection, authentication, authorization, and scalability. While chat is often used as an example, you can do a whole lot more. Any time a user refreshes a web page to see new data, or the page implements Ajax long polling to retrieve new data, it's candidate for using SignalR. SignalR also enables completely new types of applications that require high-frequency updates from the server, such as real-time gaming.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Flux

    Flux

    Application architecture for building user interfaces

    Flux is the application architecture that Facebook uses for building client-side web applications. It complements React's composable view components by utilizing a unidirectional data flow. It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RadonDB

    RadonDB

    RadonDB is an open source, cloud-native MySQL database

    ... is a new generation of distributed relational database (MyNewSQL) based on MySQL. It was designed to create the open-source database our developers would want to use: one that has features such as financial high availability, large-capacity database, automatic plane split table, scalable and strong consistency, this guide sets out to detail the inner workings of the radon process as a means of explanation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Amazon SageMaker Examples

    Amazon SageMaker Examples

    Jupyter notebooks that demonstrate how to build models using SageMaker

    Welcome to Amazon SageMaker. This projects highlights example Jupyter notebooks for a variety of machine learning use cases that you can run in SageMaker. If you’re new to SageMaker we recommend starting with more feature-rich SageMaker Studio. It uses the familiar JupyterLab interface and has seamless integration with a variety of deep learning and data science environments and scalable compute resources for training, inference, and other ML operations. Studio offers teams and companies easy...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    vue-web-extension

    vue-web-extension

    A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate)

    ... easily automatically build a zip of your extension and create a new GitHub release, each time a new tag is pushed. If running webpack in watch mode, you need to stop and restart webpack to apply configuration changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    UpUp

    UpUp

    Easily create sites that work offline as well as online

    UpUp is a tiny JavaScript library that makes sure your users can always access your site's content, even when they're on a plane, in an elevator, or 20,000 leagues under the sea. Your users are no longer sitting at their desktops, with a wire connecting them to the internet. They are visiting your site from a phone in an elevator, from their tablet on the subway, or on their laptop while they sit cramped into seat 25 E. This is why modern browsers support service workers, a new technology which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SB Admin in Angular 13 and Bootstrap 5

    SB Admin in Angular 13 and Bootstrap 5

    Simple Dashboard Admin App built using Angular 8 and Bootstrap 4

    Simple Dashboard Admin App built using Angular 13 and Bootstrap 5. This project is a port of the famous Free Admin Bootstrap Theme SB Admin v8.0 to Angular 13 Theme. This project was generated with Angular CLI version 13.2.2. Provides fast, reliable and extensible starter for the development of Angular projects. Note that this seed project requires node >=v12.0.0 and npm >=6. Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    SQUEEZER

    SQUEEZER

    Squeezer framework, build serverless dApps

    Squeezer is a platform that empowers new-entry blockchain developers to build serverless dApps simply as dead. The main usage of the ChainKit is to unify top blockchains interfaces into a single normalized API interface, therefore you can build blockchain dApps easily without digging into blockchain complex infrastructure. Bi-directional on-chain transactions (inbound and outbound). Build dApps connecting to smart contracts using chain kit agnostic connector. Quick intuitive code deployments...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    No Code

    No Code

    The best way to write secure and reliable applications

    No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere. Start by not writing any code. This is just an example application, but imagine it doing anything you want. Adding new features is easy too. Now that you have not done anything it's time to build your application. While you still have not done anything it's time to deploy your application. By running the provided commands you can deploy your application absolutely nowhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    APKRepatcher

    APKRepatcher helps you to modify an existing apk with simple GUI

    APKRepatcher helps you to modify an existing apk using a simple user friendly GUI. It lets you edit java/smali code from an APK and rewrite the changes back to the modified signed APK. Additionally, it provides you option to convert Dex, Jar, Class, Smali, Class from one format to another. APKRepatcher makes use of dex2jar, jadx, rsyantaxtextarea, zip4j, apktool
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24

    A fork of BOSSA

    This is a fork of the BOSSA project by ShumaTech.

    BOSSA is a flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers, developed by ShumaTech. The motivation behind BOSSA is to create a simple, easy-to-use, open source utility to replace Atmel's SAM-BA software. This project is a fork, created to temporarily host new modifications to BOSSA until they can be incorporated into the main BOSSA codebase. More information on the original project: BOSSA web site: http://www.shumatech.com/web/products/bossa BOSSA...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Aspose.Total Java for IntelliJ IDEA

    Aspose.Total Java for IntelliJ IDEA

    (formerly: Aspose for JetBrains)

    Aspose.Total Java for IntelliJ IDEA allows developers to create Aspose Java project through plugin provided Aspose Project Wizard. The wizard enables the developers to select and download the latest Aspose Java APIs and samples example codes.
    Downloads: 0 This Week
    Last Update:
    See Project