kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 8 / 12
225 results tagged lib  ✕
12 Best Free JavaScript Image Magnification Plugins - Onextrapixel https://onextrapixel.com/javascript-image-magnification-plugins/
08/12/2017 14:54:29

Des librairies Javascript pour effectuer un zoom sur une image.

zoom lib JavaScript image
Emergence.js | Detect element visibility in the browser https://xtianmiller.github.io/emergence.js/
08/12/2017 14:48:52

Une toute petite librairie Javascript (1ko) pour détecter si un élément est présent à l'écran ou non. Très pratique pour faire des animations au scroll.

Via https://www.creativejuiz.fr/blog/ressources-telechargements/les-ressources-du-web-36

lib JavaScript animation scroll detection
EJS -- Embedded JavaScript templates http://ejs.co/
27/11/2017 09:32:55

Un moteur de templating Javascript tout bête qui fonctionne un peu comme celui d'underscore. En gros il exécute le code Javascript déclaré dans le template et génère le résultat en fonction des variables passées en paramètre.

Installation :

$ npm install ejs

Utilisation :

<script src="ejs.js"></script>
<script>
  var people = ['geddy', 'neil', 'alex'],
      html = ejs.render('<%= people.join(", "); %>', {people: people});
</script>

Le Github est là : https://github.com/mde/ejs

JavaScript lib template
Max Koder / TootoPHP · GitLab https://framagit.org/MaxKoder/TootoPHP
24/10/2017 16:54:37

Implementation PHP de l'API de Mastodon.

php mastodon API lib
Medoo - The lightest PHP database framework to accelerate development https://medoo.in/
10/10/2017 16:35:42

Une alternative très légère à Fluent PDO pour abstraire un peu le code SQL et ainsi supporter plusieurs SGBD en PHP.

database php lib pdo sql
Draggable JS – JavaScript drag and drop library https://shopify.github.io/draggable/
09/10/2017 17:45:13

Une lib JS de drag & drop.

JavaScript lib dragdrop
GitHub - LunarLogic/starability: Accessible rating forms with cute animations on top. https://github.com/LunarLogic/starability
25/09/2017 09:16:25

Un outil CSS-only pour noter (donner une note) de 1 à 5 étoiles.

lib CSS
slick - the last carousel you'll ever need http://kenwheeler.github.io/slick/
15/09/2017 11:39:48

Une lib Javascript pour faire un carousel. Ça a l'air très complet, c'est responsive et "touch-ready". A essayer !

lib JavaScript carousel
JSXGraph - JSXGraph http://jsxgraph.uni-bayreuth.de/wp/
14/09/2017 10:01:15

Une librairie Javascript pour tracer des graphes.

interactive geometry, plotting, visualization

JSXGraph is a cross-browser JavaScript library for interactive geometry, function plotting, charting, and data visualization in the web browser.

lib JavaScript graphique
GitHub - turbolinks/turbolinks: Turbolinks makes navigating your web application faster https://github.com/turbolinks/turbolinks
12/09/2017 09:30:03

Un autre outil pour transformer un site en single-page application. A tester.

app lib JavaScript site
Chartist - Simple responsive charts https://gionkunz.github.io/chartist-js/
06/09/2017 13:31:00
responsive lib chart graphique
75 Web Animation Tools You Have to Try | Webdesigner Depot https://www.webdesignerdepot.com/2017/08/75-web-animation-tools-you-have-to-try/
10/08/2017 15:42:21

Moult frameworks d'animations CSS.

framework animation CSS JavaScript lib
Salvattore — A jQuery Masonry alternative with CSS-driven configuration http://salvattore.com/
24/07/2017 15:05:04

Une lib pour répartir une liste d’éléments en colonnes automatiquement.

C'est une alternative à jQuery Masonry.

JavaScript lib table CSS
Polyfill service https://polyfill.io/v2/docs/
21/07/2017 16:08:34

Des polyfills Javascript pour à peu près tout.

lib polyfill support JavaScript
Resemble.js : Image analysis https://huddle.github.io/Resemble.js/
21/07/2017 15:59:54

Une lib Javascript qui permet de faire un diff entre deux images.

JavaScript lib diff images
mzabriskie/axios: Promise based HTTP client for the browser and node.js https://github.com/mzabriskie/axios
20/07/2017 22:05:21

Client HTTP Javascript basé sur les promise.

JavaScript lib es6 HTTP
Pasition - Path Transition with little JS code, render to anywhere. https://alloyteam.github.io/pasition/
20/07/2017 17:37:39

Transition de path svg.

SVG path transition animation JavaScript lib
Buefy: lightweight UI components for Vue.js based on Bulma https://buefy.github.io/#/
08/07/2017 15:06:26

Des composants Vue.js qui utilisent Bulma.

bulma VueJS webcomponents lib JavaScript CSS
morris.js https://morrisjs.github.io/morris.js/
15/06/2017 20:53:21

Des graphiques SVG générés en Javascript. Ils fonctionnent nickel sur mobile.

graphique JavaScript mobile lib SVG
How to use MCrypt Library in PHP | Code Epicenter http://code-epicenter.com/how-to-use-mcrypt-library-in-php/
15/06/2017 20:50:13

Comment utiliser la librairie MCrypt pour gérer le chiffrement en PHP.

Pour lecture ultérieure.

php chiffrement crypto lib
page 8 / 12
4303 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn