Showing 56 open source projects for "lego-tag"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    BulletinBoard

    BulletinBoard

    General-purpose contextual cards for iOS

    BulletinBoard is an iOS library that generates and manages contextual cards displayed at the bottom of the screen. It is especially well suited for quick user interactions such as onboarding screens or configuration. It has an interface similar to the cards displayed by iOS for AirPods, Apple TV/HomePod configuration and NFC tag scanning. It supports both the iPhone, iPhone X and the iPad. It has built-in support for accessibility features such as VoiceOver and Switch Control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Chart.xkcd

    Chart.xkcd

    xkcd styled chart lib

    Chart.xkcd is a chart library plots “sketchy”, “cartoony” or “hand-drawn” styled charts. It’s easy to get started with chart.xkcd. All that’s required is the script included in your page along with a single <svg> node to render the chart. You can install chart.xkcd via script tag in HTML or via npm. Line chart displays series of data points in the form of lines. It can be used to show trend data, or comparison of different data sets. XY chart is used to plot points by specifying their XY...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    envconfig

    envconfig

    Golang library to manage configuration data from environment variables

    Package envconfig implements decoding of environment variables based on a user-defined specification. Typical use is using environment variables for configuration settings. Envconfig supports the use of struct tags to specify alternate, default, and required environment variables. Envconfig won't process a field with the "ignored" tag set to "true", even if a corresponding environment variable is set. Any field whose type (or pointer-to-type) implements envconfig.Decoder can control its own...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    timeago

    timeago

    The original jQuery plugin that makes it easy to support automatically

    Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago") from ISO 8601 formatted dates and times embedded in your HTML (à la microformats).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Job Evaluation and Talent Management Software Icon
    Job Evaluation and Talent Management Software

    For human resources departments in search of a tool to manage time, expenses, leave, documents, recruitment, and onboarding

    Encompassing Visions (ENCV), industry-leading job evaluation and pay equity software, is the best choice for organizations requiring transparent, comprehensive, and objective Job Evaluation software designed to help them ensure equal pay for work of equal value.
  • 5
    Britecharts

    Britecharts

    Composable Charting Library based on reusable D3.js components

    ... applied to it. All the components expose some common API methods like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation. Britecharts components are distributed in UMD modules, each one exposing a D3.js component written with the Reusable API pattern. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the src pointing to the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pretty-checkbox.css

    pretty-checkbox.css

    A pure CSS library to beautify checkbox and radio buttons

    ... 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 ). To animate, add class p-smooth or p-jelly or p-tada or p-rotate or p-pulse to .pretty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A small and simple library for reading and parsing MARC (bibliographic ISO-2709) records quickly. If you need to read and parse MRC files - it is that suits you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    ttag

    ttag

    Simple approach for javascript localization

    Modern javascript i18n localization library based on ES6 tagged templates and the good old GNU gettext. Just tag your strings to make them translatable. Use a simple ttag-cli tool for translation extraction. Can be easily integrated with almost any workflow as it uses the babel-plugin for string extraction. Can be easily used with the typescript. Allows you to place translations into the sources on a build step. Gettext is a simple localization format with a rich ecosystem. Ttag has support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Buckets

    Buckets

    A complete, fully tested and documented data structure library

    A complete fully tested and documented data structure library written in pure JavaScript. Buckets also includes several functions for manipulating arrays. A bag is a special kind of set in which members are allowed to appear more than once. Binary search trees keep their elements in sorted order, so that lookup and other operations can use the principle of binary search. Dictionaries map keys to values, each key can map to at most one value. A heap is a binary tree that maintains the heap...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Global Merchant Services and Payment Gateway Solutions Icon
    Global Merchant Services and Payment Gateway Solutions

    For businesses interested in a solution to accept, process and manage global payments for credit cards

    We go beyond processing payments. CARDZ3N exists to solve the critical issues facing our clients, both large and small. CARDZ3N is a merchant service payment processor and payment gateway service provider offering a global, and simple payment platform. We cater to both online and physical stores, including high risk industries.
  • 10
    CSSgram

    CSSgram

    CSS library for Instagram filters

    .... not a content-block like <img>. The recommendation is to wrap your images in a <figure> tag. If you use custom naming in your CSS architecture, you can add the .scss files for the provided styles within your project and then @extend the filter effects within your style definitions. Mixins allow for multiple filter arguments to be passed into your classes. This is useful for if you want to add filters in addition to the ones provided (i.e. add a blur).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Morphext

    Morphext

    A simple, high-performance and cross-browser jQuery rotating plugin

    A simple, high-performance, and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css. A jQuery plugin for creating text-based carousels, rotating small or large pieces of text one after the other, just like a slider does with images. This can be a great tool for displaying catch phrases, mission statements, tag lines, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Gumbo

    Gumbo

    An HTML5 parsing library in pure C99

    ... into a parse tree, and free that parse tree all at once. To install the python bindings, make sure that the C library is installed first, and then sudo python setup.py install from the root of the distro. This installs a 'gumbo' module; pydoc gumbo should tell you about it. Tested on over 2.5 billion pages from Google's index. Passes all html5lib tests, including the template tag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Medium.js

    Medium.js

    A tiny JavaScript library for making content editable beautiful

    Medium.js keeps HTML code within content editable semantic, simple, and clean. Medium.js also supports placeholders, automatic HR (or BR, or P) creation, events, hotkeys, simple & complex element injection, and more! Medium.js is html5 compliant and has been tested in Firefox, Chrome, Safari, Opera, & IE8+. Browser support is constantly improving! This script is inspired by Medium's beautiful content editor, something we have aspired to emulate since its inception. Much more expressive and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Aspose for Spring.Java

    Aspose for Spring.Java

    Aspose for Spring.Java provides Aspose API samples for Spring.Java.

    Aspose for Spring.Java provides usage samples / sourcecodes for the demonstration of Aspose API for Java by extending famous Spring Java PetClinic Sample Web Application. This extension of "Spring Java PetClinic Sample Web Application" also shows the Integration of Aspose APIs with Spring MVC, JSP and Maven Project. Latest Release: v1.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Snap.js

    Snap.js

    A Library for creating beautiful mobile shelfs in Javascript

    A Library for creating beautiful mobile shelfs in Javascript. As standalone just include the file in a script tag. The slide intent is an int between 0 and 90, and represents the degrees in the first quadrant of a circle that you would like to have mirrored on the X and Y axis. For example, if you have 40 set as your slideIntent value, the user would only be able to slide the pane by dragging in the blue area in the diagram below. Once intent has been defined, it will not change until the user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SugarLab

    A lightweight HTML5/JS library for making games!

    A lightweight but fully-featured canvas based engine for writing games. Features: -Browser handling -Basic game structure -Pollable control states -Entities system -Full audio tag support -WebAudio API integration -Vector math -Collision detection for lines, AABB's, and convex polygons -Built-in debug drawing -Nodes, NodeMaps, and A* pathfinding -Viewport system -Many optimizations such as sorting, culling, minimal state changes, etc. -AJAX asset pipeline -Animation -Spriter integration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JLevel

    JLevel

    Kogonuso JLevel - a simple java library that has changed the way html

    ... the tag elements that you have ever known into simple method call. The best is there for you to discover as JLevel not only stripped off tagging in Java html , it has formulated series of shortcuts by abstracting redundant html codes that we have often repeatedly written saving you valuable time. You will no longer dread including html as a formatting tool in your java application when you use JLevel 2.0. Another important feature that JLevel 2.0 has made possible inside java is the abilit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Lego Arduino Drivers

    Lego Arduino Drivers

    Arduino drivers for interfacing with various lego devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Tonic EPC

    .EPC (Electronic Product Code) Encoding/Decoding Library for .NET

    Tonic EPC is an EPC (Electronic Product Code) Encoder/Decoder library written in C#. It aims to support the latest EPC TAG Data Standard (see http://www.gs1.org/gsmp/kc/epcglobal/tds/) with focus on id and tag uri handling. Have a look at the project wiki for further information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GTR [gi'tar] General/GTR Tag Replacer Project with the aim of producing js library for automated tag replacing with a stripped set of cross-platform functions and an automated check for reusing installed libs such as Prototype and jQuery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Excel JSP Tag Library
    A JSP taglibray for creating Excel spreadsheets. Based on Apache POI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Txt2XMLParser is a versatile and generic text to xml converter library. Based on Regular Expression it can be configured using a single xml file allowing to parse any txt file format (csv , generic txt files, protocol formats such as SIP)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Famous mpg123 lightweight .net wrapper with sample. For use in your own .net mp3 projects. Read ID3 tags, decoder MP3 files, play them out. Really fast decoder for your managed applications. Written in .net 2.0 and c#. It is used in production environment for real-time decoding of audio stream data for http://www.videophill.com/index.php?page=streamsink
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    JSP tag library for the YAV javascript validation tool. It provides automatic client-side and server-side validation by using simple validation tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bibilhoteca para trazer novas funcionalidades a linguagem NXC e facilitar o uso do controlador NXT da lego com firmware NXC/NBC (não oficial). Favor baixar pelo CVS.
    Downloads: 0 This Week
    Last Update:
    See Project