You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
214
214
*[t.js](https://github.com/jasonmoo/t.js) - A tiny javascript templating framework in ~400 bytes gzipped.
215
-
*[Jade](https://github.com/pugjs/jade) - Robust, elegant, feature rich template engine for nodejs.
215
+
*[Jade](https://github.com/pugjs/pug) - Robust, elegant, feature rich template engine for nodejs.
*[xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser
218
218
*[marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output.
@@ -225,11 +225,11 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
225
225
## Data Visualization
226
226
*Data visualization tools for the web.*
227
227
228
-
*[d3](https://github.com/mbostock/d3) - A JavaScript visualization library for HTML and SVG.
228
+
*[d3](https://github.com/d3/d3) - A JavaScript visualization library for HTML and SVG.
229
229
*[metrics-graphics](https://github.com/mozilla/metrics-graphics) - A library optimized for concise, principled data graphics and layouts.
230
230
*[pykcharts.js](https://github.com/pykih/PykCharts.js) - Well designed d3.js charting without the complexity of d3.js.
231
231
*[three.js](https://github.com/mrdoob/three.js) - JavaScript 3D library.
232
-
*[Chart.js](https://github.com/nnnick/Chart.js) - Simple HTML5 Charts using the <canvas> tag.
232
+
*[Chart.js](https://github.com/chartjs/Chart.js) - Simple HTML5 Charts using the <canvas> tag.
233
233
*[paper.js](https://github.com/paperjs/paper.js) - The Swiss Army Knife of Vector Graphics Scripting – Scriptographer ported to JavaScript and the browser, using HTML5 Canvas.
*[BabylonJS](https://github.com/BabylonJS/Babylon.js) - A framework for building 3D games with HTML 5 and WebGL.
264
264
265
265
There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](http://www.anychart.com), [plotly](https://plot.ly/), and [highchart](http://www.highcharts.com/).
@@ -301,14 +301,14 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
301
301
302
302
*[DevDocs](http://devdocs.io/) is an all-in-one API documentation reader with a fast, organized, and consistent interface.
303
303
*[dexy](http://www.dexy.it/) is a free-form literate documentation tool for writing any kind of technical document incorporating code.
304
-
*[docco](http://jashkenas.github.com/docco/) is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
304
+
*[docco](http://jashkenas.github.io/docco/) is a quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
305
305
*[styledocco](http://jacobrask.github.io/styledocco/) generates documentation and style guide documents from your stylesheets.
306
306
*[Ronn](https://github.com/rtomayko/ronn) builds manuals. It converts simple, human readable textfiles to roff for terminal display, and also to HTML for the web.
307
-
*[dox](https://github.com/visionmedia/dox) is a JavaScript documentation generator written with node. Dox no longer generates an opinionated structure or style for your docs, it simply gives you a JSON representation, allowing you to use markdown and JSDoc-style tags.
307
+
*[dox](https://github.com/tj/dox) is a JavaScript documentation generator written with node. Dox no longer generates an opinionated structure or style for your docs, it simply gives you a JSON representation, allowing you to use markdown and JSDoc-style tags.
308
308
*[jsdox](https://github.com/sutoiku/jsdox) is a JSDoc3 to Markdown documentation generator.
309
-
*[YUIDoc](http://yui.github.com/yuidoc/) is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen.
310
-
*[coddoc](http://doug-martin.github.com/coddoc/) is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs.
311
-
*[sphinx](http://sphinx-doc.org/) a tool that makes it easy to create intelligent and beautiful documentation
309
+
*[YUIDoc](http://yui.github.io/yuidoc/) is a Node.js application that generates API documentation from comments in source, using a syntax similar to tools like Javadoc and Doxygen.
310
+
*[coddoc](http://doug-martin.github.io/coddoc/) is a jsdoc parsing library. Coddoc is different in that it is easily extensible by allowing users to add tag and code parsers through the use of coddoc.addTagHandler and coddoc.addCodeHandler. coddoc also parses source code to be used in APIs.
311
+
*[sphinx](http://www.sphinx-doc.org/) a tool that makes it easy to create intelligent and beautiful documentation
312
312
*[Using JSDoc](http://usejsdoc.org/)
313
313
*[Beautiful docs](http://beautifuldocs.com/) is a documentation viewer based on markdown files.
314
314
*[documentation.js](http://documentation.js.org) - API documentation generator with support for ES2015+ and flow annotation.
@@ -377,14 +377,14 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
377
377
*[multiline](https://github.com/sindresorhus/multiline) - Multiline strings in JavaScript.
378
378
*[query-string](https://github.com/sindresorhus/query-string) - Parse and stringify URL query strings.
*[jsurl](https://github.com/Mikhus/jsurl) - Lightweight URL manipulation with JavaScript.
380
+
*[jsurl](https://github.com/Mikhus/domurl) - Lightweight URL manipulation with JavaScript.
381
381
*[sprintf.js](https://github.com/alexei/sprintf.js) - A sprintf implementation.
382
382
*[url-pattern](https://github.com/snd/url-pattern) - Easier than regex string matching patterns for urls and other strings. Turn strings into data or data into strings
383
383
384
384
## Number
385
385
386
386
*[Numeral-js](https://github.com/adamwdraper/Numeral-js) - A javascript library for formatting and manipulating numbers.
387
-
*[chance.js](https://github.com/victorquinn/chancejs) - Random generator helper in Javascript. Can generate numbers, strings etc.
387
+
*[chance.js](https://github.com/chancejs/chancejs) - Random generator helper in Javascript. Can generate numbers, strings etc.
388
388
*[odometer](https://github.com/HubSpot/odometer) - Smoothly transitions numbers with ease.
389
389
*[accounting.js](https://github.com/josscrowcroft/accounting.js) - A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
390
390
*[money.js](https://github.com/josscrowcroft/money.js) - A tiny (1kb) javascript currency conversion library, for web & nodeJS.
@@ -586,16 +586,16 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
586
586
*[vegas](https://github.com/jaysalvat/vegas) - A jQuery plugin to add beautiful fullscreen backgrounds to your webpages. It even allows Slideshows.
587
587
*[Sequence](https://github.com/IanLunn/Sequence) - CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications.
588
588
*[reveal.js](https://github.com/hakimel/reveal.js) - A framework for easily creating beautiful presentations using HTML.
589
-
*[impress.js](https://github.com/bartaz/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.
*[impress.js](https://github.com/impress/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.
*[Strut](https://github.com/tantaman/Strut) - Strut - An Impress.js and Bespoke.js Presentation Editor
592
592
*[PhotoSwipe](https://github.com/dimsemenov/PhotoSwipe) - JavaScript image gallery for mobile and desktop, modular, framework independent.
593
593
*[jcSlider](https://github.com/JoanClaret/jcSlider) - A responsive slider jQuery plugin with CSS animations.
594
594
*[basic-jquery-slider](https://github.com/jcobb/basic-jquery-slider) - Simple to use, simple to theme, simple to customise.
595
595
*[jQuery.adaptive-slider](https://github.com/creative-punch/jQuery.adaptive-slider/) - A jQuery plugin for a slider with adaptive colored figcaption and navigation.
596
596
*[slidr](https://github.com/bchanx/slidr) - add some slide effects.
*[Glide.js](https://github.com/jedrzejchalubek/Glide.js) - Responsive and touch-friendly jQuery slider. It's simple, lightweight and fast.
598
+
*[Glide.js](https://github.com/jedrzejchalubek/glidejs) - Responsive and touch-friendly jQuery slider. It's simple, lightweight and fast.
599
599
*[jQuery.adaptive-slider](https://github.com/creative-punch/jQuery.adaptive-slider/) - A jQuery plugin for a slider with adaptive colored figcaption and navigation.
600
600
601
601
## Range Sliders
@@ -708,7 +708,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
708
708
## Table/Grid
709
709
710
710
*[jTable](https://github.com/hikalkan/jtable) - A jQuery plugin to create AJAX based CRUD tables.
711
-
*[DataTables](http://www.datatables.net/) - (jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.
711
+
*[DataTables](https://www.datatables.net/) - (jQuery plug-in) It is a highly flexible tool, based upon the foundations of progressive enhancement, and will add advanced interaction controls to any HTML table.
712
712
*[floatThead](https://github.com/mkoryak/floatThead) - (jQuery plug-in) lock any table's header while scrolling within the body. Works on any table and requires no custom html or css.
713
713
*[Masonry](http://masonry.desandro.com/) - A cascading grid layout library.
714
714
*[Packery](http://packery.metafizzy.co/) - A grid layout library that uses a bin-packing algorithm. Useable for draggable layouts.
@@ -834,13 +834,13 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
834
834
*[list.js](https://github.com/javve/list.js) - Adds search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.
835
835
http://www.listjs.com
836
836
*[mixitup](https://github.com/patrickkunka/mixitup) - MixItUp - A Filter & Sort Plugin
837
-
*[grid](https://github.com/uberVU/grid) - Drag and drop library for two-dimensional, resizable and responsive lists.
837
+
*[grid](https://github.com/hootsuite/grid) - Drag and drop library for two-dimensional, resizable and responsive lists.
838
838
*[jquery-match-height](https://github.com/liabru/jquery-match-height) - a responsive equal heights plugin for jQuery.
839
839
840
840
## Podcasts
841
-
*[JavaScript Air](http://javascriptair.com) - The live video broadcast podcast all about JavaScript and the Web platform.
841
+
*[JavaScript Air](https://javascriptair.com/) - The live video broadcast podcast all about JavaScript and the Web platform.
842
842
*[Web of Tomorrow](http://www.weboftomorrowpodcast.com/) - Podcast about JavaScript for beginners.
843
-
*[Javascript Jabber](https://devchat.tv/js-jabber/) - A weekly podcast about JavaScript, including Node.js, Front-End Technologies, Careers, Teams and more.
843
+
*[Javascript Jabber](https://devchat.tv/js-jabber) - A weekly podcast about JavaScript, including Node.js, Front-End Technologies, Careers, Teams and more.
0 commit comments