Showing 62 open source projects for "erlang-plugin"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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
  • 1
    Stellarium

    Stellarium

    GPL software which renders realistic skies in real time

    ...Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope. Plugin system adding artifical satellites, ocular simulation, telescope control and more. Ability to add new solar system objects from online resources. Add your own deep sky objects, landscapes, constellation images, scripts, etc. Supernovae and novae simulation. Exoplanet locations. 3D sceneries. Skinnable landscapes with spheric panorama projection.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 2
    ThePrimeagen's init.lua

    ThePrimeagen's init.lua

    Neovim configuration repository

    ...It includes a thoughtfully assembled set of plugins, key mappings, autocommands, UI tweaks, and performance settings that reflect years of live-coding refinement and real world use. The configuration leverages popular ecosystem tools like lazy plugin managers, language server integrations, and custom enhancements to improve navigation, syntax highlighting, file management, and editor ergonomics. Users can clone and adapt this repository as a starting point for their own Neovim customization, taking advantage of presets that already incorporate best practices for productivity and code clarity. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    kickstart.nvim

    kickstart.nvim

    A launch point for your personal nvim configuration

    kickstart.nvim is a lightweight, open source starter configuration for Neovim that provides a minimal yet fully documented setup. Unlike large distributions, it focuses on being a single-file configuration that users can easily fork and customize. It supports modern Neovim features, plugin management, and language server protocol (LSP) integration, making it a practical launch point for building personalized environments. The repository includes setup instructions for Linux, macOS, and Windows, ensuring cross-platform compatibility. With external dependencies like ripgrep, fd-find, and Nerd Fonts for enhanced visuals, it balances simplicity with extensibility. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    IntelliJ-IDEA-Tutorial

    IntelliJ-IDEA-Tutorial

    Tutorial repository focused on teaching IntelliJ IDEA

    ...It covers installation, first-run setup, interface configuration, themes, fonts, file encoding, project concepts, shortcuts, debugging, refactoring, Maven usage, version control, templates, database tools, and plugin recommendations. The guide supports multiple versions of IntelliJ IDEA and also includes related JetBrains tools such as WebStorm, PhpStorm, PyCharm, RubyMine, Android Studio, CLion, GoLand, and DataGrip. It is structured as a learning resource for both beginners and users who want to improve productivity inside JetBrains IDEs. The project includes many separate markdown chapters, images, and reference sections. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Archbase

    Archbase

    Open source version of "Fundamentals of Computer Architecture"

    ...The repo likely provides starter code, directory structures, configuration files, core modules, and guidelines that enforce certain architectural conventions (e.g. MVC, layered architecture, plugin systems). It might include sample modules or example features to demonstrate how to build on the base architecture, showing how to extend, override, or integrate components in a consistent manner. Developers can clone or fork archbase as a starting point so they don’t need to structure everything from scratch, helping them focus on business logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    AtlantidaFork

    AtlantidaFork is a fork of Atlantida

    Atlantida fork with virtual keys done for spain and germany. Part of the project is a XDXF dictionary for spain and germany.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AllenNLP

    AllenNLP

    An open-source NLP research library, built on PyTorch

    ...AllenNLP includes reference implementations of high quality models for both core NLP problems (e.g. semantic role labeling) and NLP applications (e.g. textual entailment). AllenNLP supports loading "plugins" dynamically. A plugin is just a Python package that provides custom registered classes or additional allennlp subcommands. There is ecosystem of open source plugins, some of which are maintained by the AllenNLP team here at AI2, and some of which are maintained by the broader community. AllenNLP will automatically find any official AI2-maintained plugins that you have installed, but for AllenNLP to find personal or third-party plugins you've installed, you also have to create either a local plugins file named .allennlp_plugins in the directory where you run the allennlp command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    30 Days of Elixir

    30 Days of Elixir

    A walk through the Elixir language in 30 exercises

    30-days-of-elixir is an educational repository created by Josh Adams (seven1m) designed to teach the fundamentals of the Elixir programming language through a structured, daily learning approach. The project provides a series of exercises and examples meant to guide learners from the basics of Elixir syntax to more advanced functional programming concepts. Each day introduces new material in a concise and practical format, encouraging hands-on experimentation and gradual mastery of the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Epub.js

    Epub.js

    Enhanced eBooks in the browser

    ...Just include a single javascript file, and pointing it at a hosted epub. Epub.js provides an interface for common ebook functions (such as rendering, persistence and pagination) without the need to develop a dedicated application or plugin. Importantly, it has an incredibly permissive Free BSD license. The EPUB standard is a widely used and easily convertible format. Many books are currently in this format, and it is convertible to many other formats (such as PDF, Mobi and iBooks).
    Downloads: 6 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    vim-go-tutorial

    vim-go-tutorial

    Tutorial for vim-go

    vim-go-tutorial is a step-by-step educational repository that teaches developers how to install, configure, and effectively use the vim-go plugin for Go development inside Vim. The project walks users through a structured learning path that begins with quick setup and progresses through building, testing, refactoring, navigation, and code generation workflows. It is designed primarily for developers who want to turn Vim into a full-featured Go IDE while understanding the tooling rather than relying on opaque configurations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    eduTrac Student Information System

    eduTrac Student Information System

    Open source and free student information system for higher education.

    eduTrac SIS is a free and open source student information system for higher education that allows educational institutions to manage faculty, staff, students, courses, course registrations, and more. Server must meet the minimum PHP version which is 5.4. eduTrac SIS Online Manual Modules: https://www.edutracsis.com/ Plugins: https://plugins.edutracsis.com/ Developer's Handbook: https://developer.edutracsis.com/ Demo: http://demo.etsis.us/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    BigBlueButton ILIAS

    ILIAS Plugin for BigBlueButton

    Based on the alpha 0.0.2 from andres, modified for ILIAS 4.3 and higher
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ZDT

    Zhongwen Development Tool - helping to study Mandarin Chinese

    The ZDT (Zhongwen Development Tool) is written in Java using the Eclipse RCP to help users study mandarin Chinese. The most important feature is the flashcard study feature. ZDT currently contains: * a Flashcard plugin for memorizing Chinese characters, their meaning and their pinyin/pronunciation. The user is able to import Character lists or enter them manually. This * a Dictionary search plugin with three dictionaries: ADSO, CeDict, HanDeDict. The HanDeDict is a German dictionary. It is also possible to search any word lists entered by the user using the flashcard plugin...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    FileTagger

    FileTagger

    This is a simple application to bookmark/tag file/folders/websites.

    ...For searching, approximate word matching is used. Files/folders will be sorted for required tags and the most matching will come on the top. For tagging websites, right now, you have to copy paste path. Plugin/extension for web-browsers need to be done.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Accinf

    Accinf

    Plugin de Moodle para información accesibilidad usuario

    El bloque de información de accesibilidad es un plugin que se puede incorporar a Moodle y registra las preferencias del usuario (audio, visual, texto). Asimismo al activarse el bloque se muestran estas preferencias así como los datos generales de los estudiantes del curso.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AccInformaciónRecursos

    AccInformaciónRecursos

    Plugin de Moodle para accesibilidad en los recursos

    El plugin incorpora el modo de acceso del recurso (visual, auditivo, textual), permite vincular recursos equivalentes con otros modos de acceso, realizar comentarios sobre la accesibilidad o buscar el recurso apropiado para el modo de acceso requerido.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Green, an Eclipse plugin, is an advanced yet simple UML class-diagram tool, developed primarily for student use. It does live round-tripping, so it's easy to move between diagram and code views. It's extensible: users can define their own relations
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Collective Mind Technology

    Collective Mind Technology

    plugin-based framework for systematic and reproducible experimentation

    New version moved to http://github.com/ctuning/ck Collective Mind framework (cM) is an open-source plugin-based schema-free repository and infrastructure for collaborative, systematic and reproducible research and experimentation. This 3rd version (started in 2006) helps to implement, preserve, share and reproduce the whole experimental setup as connected modules and data. cM uses crowdsourcing to leverage knowledge and computational resources of multiple users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ILIAS LMS
    ILIAS is a web base learning management system (LMS, VLE). Features: Courses, SCORM 1.2 and 2004, mail, forum, chat, groups, podcast, file sharing, authoring, CMS, test, wiki, personal desktop, LOM, LDAP, role based access, see http://www.ilias.de/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Docebo ELearning Drupal  plugin

    Docebo ELearning Drupal plugin

    Turn your Drupal website into an ELearning portal

    Docebo’s Drupal LMS Plugin allows Drupal users to transform their website into an ELearning portal by integrating the Drupal CMS with the Docebo LMS (Learning Management System). Drupal is one of the most used open source CMS (Content Management System) on the market: this is why Docebo developed a free plugin to integrate any Drupal website with the Docebo ELearning platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Docebo ELearning WordPress Plugin

    Docebo ELearning WordPress Plugin

    Integration between the Docebo ELearning platform and WordPress

    ...From personal blog to company website, WordPress has proven itself to be the most engaging platform for creating and sharing content in recent years. Because we know that the line between information sharing and training is grey, we have developed a plugin that allows you to integrate your WordPress website with the Docebo Learning Management System. Thanks to this plug-in you will be able to: -Embed online courses on your WordPress website and assign training by using the WordPress dashboard -Access courses and training reports, plus control the whole ELearning project directly from the WordPress dashboard -Display courses assigned to logged-in users by using a WordPress widget -Import in Docebo your WordPress user database -Enable the Single Sign On between WordPress and Docebo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BuddypressEaD

    BuddypressEaD

    Just a redesigned theme for Buddypress

    Just a redesigned theme on Boot Store (created do by TheCartPress team) for "educational social networking" and BuddyPress plugin. Modified the background, we edit some code. We leave it the most adaptable possible to BuddyPress. This theme is also licensed under the GPL v2. Original Credits: TheCartPress eCommerce http://demo.thecartpress.com Our credits: http://buddypress-ead.blogspot.com.br
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ILIASPersonalWaitingList Plugin

    Plugin for ILIAS: Displays status of waiting list nemberships

    This is a plugin for the ILIAS e-learning plattform. (see www.ilias.de). It enables support for show the status of waiting list entries on the users personal desktop page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ILIASObjectBookingSystem

    ILIAS booking system for courses and groups

    With this plugin for ILIAS it becomes possible to manage courses with automatic outrunning memberships, automatic usage remembers and automatic move up members from waiting lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DOMjudge programming contest jury system

    DOMjudge programming contest jury system

    DOMjudge is an automated judge system for programming contests.

    NOTE: DOMjudge has moved to www.domjudge.org and Github for all development. DOMjudge is an automated judge system to run programming contests. Both team and jury side interfaces are web based, with a command line submit tool available as well. It is written in PHP, shell-script and C/C++ and needs MySQL and a webserver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Auth0 Logo