souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 4 / 10
186 results tagged library  ✕   ✕
Ratchet http://socketo.me/
03/05/2016 cluster icon
  • Pimple : Pimple is a small Dependency Injection Container for PHP 5.3 that consists of just one file and one class (about 50 lines of code).
  • Swift Mailer : Swift Mailer integrates into any web app written in PHP 5, offering a flexible and elegant object-oriented approach to sending emails with a multitude...
  • Mockery : Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal...
  • HTML Purifier : HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS)...
  • Idiorm and Paris : A minimalist database toolkit for PHP5. Object relational mapper (ORM), fluent SQL query builder and Active Record implementation for PHP.

WebSockets for PHP

Ratchet is a loosely coupled PHP library providing developers with tools to create real time, bi-directional applications between clients and servers over WebSockets. This is not your Grandfather's Internet.

php websocket library realtime
vegeta https://github.com/tsenart/vegeta
07/04/2016 cluster icon
  • GoReplay : GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with r...
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • Mock Service Worker : Mock by intercepting requests on the network level. Seamlessly reuse the same mock definition for testing, development, and debugging.
thumbnail

Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command line utility and a library.

http load test tool library
hunt https://jeremenichelli.github.io/hunt/
19/02/2016 cluster icon
  • Prototype : Easy Ajax and DOM manipulation for dynamic web applications
  • vue.js : Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features includ...
  • Anime.js : Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM ...
  • DOMAssistant : The modular lightweight JavaScript library, with CSS selectors, event handling, AJAX and complete Unicode support
  • Zepto.js : Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zept...

Library to detect when DOM elements become visible and disappear on scroll.

library dom javascript
Bespoke.js http://markdalgleish.com/projects/bespoke.js/
28/01/2016 cluster icon
  • impress.js : It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com
  • cssQuery() : cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors ar...
  • Photon : UI toolkit for building desktop apps with Electron.
  • Slippy : HTML Slides
  • Impel : Impel takes the pain out of working with HTML5 asynchronous databases. Statement callbacks? Transaction callbacks? One-to-many and many-to-many relati...

Bespoke.js is a super minimal, modular presentation library for modern browsers, designed to foster a rich plugin ecosystem.

presentation javascript html library
voxel.css http://www.voxelcss.com/
28/01/2016 cluster icon
  • emotion : emotion is a high performance, lightweight css-in-js library that supports both string and object based styles.
  • Anime.js : Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM ...
  • css3-mediaqueries-js : make CSS3 Media Queries work in all browsers (JavaScript library)
  • enquire.js : A lightweight, pure JavaScript library for responding to CSS media queries.
  • Formalize CSS : Teach your forms some manners!

The goal of this project is to provide a lightweight 3D CSS library with very simple implementation.

javascript css library 3d
Bliss.js http://blissfuljs.com/
08/12/2015 cluster icon
  • Anime.js : Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM ...
  • localForage : localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where avail...
  • Gibberish : Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques. It is designed to be a fast audio API for br...
  • Zepto.js : Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zept...
  • DOMAssistant : The modular lightweight JavaScript library, with CSS selectors, event handling, AJAX and complete Unicode support

Want to use Vanilla JS but find native APIs a bit unwieldy? Bliss is for you

javascript api library dom
SPF https://youtube.github.io/spfjs/
02/12/2015 cluster icon
  • InstantClick : InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases.
  • jquip : Smaller, Lighter, Faster, more modular jQuery - include only the parts you want! Don't use it, Don't include it.
  • Head JS : Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEA...
  • RequireJS : RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino ...
  • store.js : localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood.

A lightweight JS framework for fast navigation and page updates from YouTube

javascript navigation library performance speed
Tracery https://github.com/galaxykate/tracery
30/11/2015 cluster icon
  • Improv : A model-backed generative text grammar tool for javascript. Improv is similar to Tracery in that it can generate random, procedurally generated text r...
  • jsfx : This is a javascript library (with frontend) for sound effect generation.
  • Moment.js : A javascript date library for parsing, validating, manipulating, and formatting dates.
  • Rainbow : Rainbow is a code syntax highlighting library written in Javascript. It was designed to be lightweight (1.4kb), easy to use, and extendable. It is com...
  • Yjs : Yjs is a CRDT implementation that exposes its internal data structure as shared types. Shared types are common data types like Map or Array with super...
thumbnail

A story-grammar generation library for javascript. Write grammar objects, get generative stories.

javascript library generator text elit
InstantClick http://instantclick.io/
09/11/2015 cluster icon
  • SPF : A lightweight JS framework for fast navigation and page updates from YouTube
  • jquip : Smaller, Lighter, Faster, more modular jQuery - include only the parts you want! Don't use it, Don't include it.
  • Head JS : Load scripts like images. Use HTML5 and CSS3 safely. Target CSS for different screens, paths, states and browsers. Make it the only script in your HEA...
  • SoundManager 2 : Using HTML5 and Flash, SoundManager 2 provides reliable cross-platform audio under a single JavaScript API.
  • WebPagetest : Run a free website speed test from multiple locations around the globe using real browsers (IE and Chrome) and at real consumer connection speeds.

InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases.

web javascript library speed performance
loglevel http://pimterry.github.io/loglevel/
04/11/2015 cluster icon
  • Logerr : Experimenting with window.onerror, trying to make JavaScript debugging easy. What does it do? Provides JavaScript error details in a readable format. ...
  • PeerJS : Peer-to-peer data in the web browser. PeerJS completes WebRTC as an API abstraction, connection broker, and binary serialization format
  • jquip : Smaller, Lighter, Faster, more modular jQuery - include only the parts you want! Don't use it, Don't include it.
  • Photon : UI toolkit for building desktop apps with Electron.
  • xui.js : A super micro tiny DOM library for authoring HTML5 mobile web applications.

Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods

javascript log library
NLTK http://www.nltk.org/
27/10/2015 cluster icon
  • TextBlob : TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) ...
  • SpaCy.io : spaCy is a library for industrial-strength natural language processing in Python and Cython. It features state-of-the-art speed and accuracy, a concis...
  • mock : A Python Mocking and Patching Library for Testing
  • readability-lxml : In few words, Given a html document, it pulls out the main body text and cleans it up. It also can clean up title based on latest readability.js code.
  • pydantic : Data validation and settings management using python type annotations.

The Natural Language Toolkit (NLTK) is a Python package for natural language processing.
It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries.

nlp python library
Photon http://photonkit.com/
15/10/2015 cluster icon
  • Electron : Build cross platform desktop apps with web technologies
  • Tauri : Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that...
  • HyperTerm : A terminal built on web technologies : JS / HTML / CSS
  • css3-mediaqueries-js : make CSS3 Media Queries work in all browsers (JavaScript library)
  • Bespoke.js : Bespoke.js is a super minimal, modular presentation library for modern browsers, designed to foster a rich plugin ecosystem.

UI toolkit for building desktop apps with Electron.

ui html css javascript desktop application library
SHML · $(shell markup language) https://odb.github.io/shml/
12/10/2015 cluster icon
  • Slate : Slate is a completely customizable framework for building rich text editors. Slate lets you build rich, intuitive editors like those in Medium, Dropbo...
  • Clearbricks : No, Clearbricks is not yet another framework. Clearbricks is not cool at all and does not even have a nice website. It won't make you smart neither ha...
  • modernish : modernish is an ambitious, as-yet experimental, cross-platform POSIX shell feature detection and language extension library. It aims to extend the she...
  • MooTools : MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to ...
  • Hoa : Hoa est un ensemble de bibliothèques PHP modulaires, extensibles et structurées. De plus, Hoa souhaite être un pont entre le monde de la recherche et ...

SHML is a shell framework for faster and easier script development. HTML has CSS, Unix-like shells have ANSI/VT100 Control Sequences. SHML makes is easy to apply style to your shell scripts without trying to remember that yellow is \033[33m instead it's $(color yellow).

shell color library framework
SpaCy.io http://spacy.io/
06/10/2015 cluster icon
  • TextBlob : TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) ...
  • NLTK : The Natural Language Toolkit (NLTK) is a Python package for natural language processing. It provides easy-to-use interfaces to over 50 corpora and lex...
  • Essentia : Open-source library and tools for audio and music analysis, description and synthesis
  • mock : A Python Mocking and Patching Library for Testing
  • SyntaxNet : Neural Models of Syntax. A TensorFlow toolkit for deep learning powered natural language understanding (NLU).
thumbnail

spaCy is a library for industrial-strength natural language processing in Python and Cython. It features state-of-the-art speed and accuracy, a concise API, and great documentation.

python library nlp linguistics analysis
clipboard.js http://zenorocha.github.io/clipboard.js/
30/09/2015 cluster icon
  • Zero Clipboard : The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Z...
  • meSpeak.js : meSpeak.js (modulary enhanced speak.js) is a 100% client-side JavaScript text-to-speech library
  • ClippyJS : Add Clippy or his friends to any website for instant nostalgia.
  • dancer.js : dancer.js is a high-level audio API, usable with both Mozilla's Audio Data API and Webkit's Web Audio API with flash fallback, designed to make sweet ...
  • Band.js : An interface for the Web Audio API that supports rhythms, multiple instruments, repeating sections, and complex time signatures.
thumbnail

Copy text to the clipboard shouldn't be hard. It shouldn't require dozens of steps to configure or hundreds of KBs to load. But most of all, it shouldn't depend on Flash or any bloated framework.

That's why clipboard.js exists.

javascript clipboard library
TraceKit https://github.com/csnover/TraceKit
23/08/2015 cluster icon
  • impress.js : It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com
  • Zepto.js : Zepto is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API. If you use jQuery, you already know how to use Zept...
  • Processing.js : Processing.js is the sister project of the popular Processing visual programming language, designed for the web. Processing.js makes your data visuali...
  • Timeline : Beautifully crafted timelines that are easy, and intuitive to use.
  • Redux : Redux is a predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (c...
thumbnail

Not all browsers support stack traces on error objects, but TraceKit squeezes out as much useful information as possible and normalizes it.

javascript debug library
Cliquet https://cliquet.readthedocs.org/en/latest/index.html
19/08/2015 cluster icon
  • FastAPI : FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
  • drest : Configurable HTTP/REST Client Library for Python
  • Eve : Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featu...
  • Data Science Toolkit : A collection of the best open data sets and open-source tools for data science, wrapped in an easy-to-use REST/JSON API with command line, Python and ...
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...

Cliquet is a toolkit to ease the implementation of HTTP microservices, such as data-driven REST APIs.

http rest api python library
Gibberish https://github.com/charlieroberts/Gibberish
13/07/2015 cluster icon
  • howler.js : howler.js is an audio library for the modern web. It defaults to Web Audio API and falls back to HTML5 Audio.
  • jsmad : jsmad is a pure javascript MP3 decoder, based on libmad, with an ID3 decoder written from scratch.
  • Bliss.js : Want to use Vanilla JS but find native APIs a bit unwieldy? Bliss is for you
  • jsfx : This is a javascript library (with frontend) for sound effect generation.
  • localForage : localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where avail...
thumbnail

Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques.
It is designed to be a fast audio API for browser based audio content.

javascript audio api library
Polymer http://www.polymer-project.org/
28/06/2014 cluster icon
  • HTML Purifier : HTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS)...
  • cssQuery() : cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors ar...
  • vue.js : Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features includ...
  • impress.js : It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com
  • Frend : A collection of accessible, modern front-end components. Frend components are modest and dependency-free. They are built with web standards as a prior...

Web Components usher in a new era of web development based on encapsulated and interoperable custom elements that extend HTML itself. Built atop these new standards, Polymer makes it easier and faster to create anything from a button to a complete application across desktop, mobile, and beyond.

webcomponents html library
Alpaca https://github.com/pksunkara/alpaca/
04/06/2014 cluster icon
  • TCPDF : TCPDF is a FLOSS PHP class for generating PDF documents.
  • PHPExcel : OpenXML - Create Excel2007 documents in PHP - Spreadsheet engine
  • Tracery : A story-grammar generation library for javascript. Write grammar objects, get generative stories.
  • Gibberish : Fast, JavaScript DSP library that creates JIT optimized audio callbacks using code generation techniques. It is designed to be a fast audio API for br...
  • Uppy File Uploader : Uppy is a sleek, modular file uploader that integrates seamlessly with any application. It’s fast, easy to use and lets you worry about more important...
thumbnail

Given a web API, Generate client libraries in node, php, python, ruby

api client library generator
page 4 / 10
1642 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn