Tau Prolog, an Amazing Prolog Interpreter Fully In JavaScript
Prolog is a logic programming language associated with artificial intelligence and computational linguistics, you might never heard about it in the web development but this was my favorite "artificial intelligence" programming...
eBook : What you need to know about Angular 2
As part of the FREE eBook every day by Packt, you can explore today an eBook written by Olivier Manickum titled "What you need to know about Angular 2". Hurry offer...
Sky Component for React
Sky is a pretty cool React component for interactive backgrounds, written by Luca Gesmundo and released under an MIT License.
Check the demo online. You can install it using :
npm install --save react-sky
Then usage...
Visx, low-level visualization primitives for React by Airbnb
Visx is a collection of expressive, low-level visualization primitives for React. The goal was to unify their visualization stack across the company and in the process, so they created a new...
turbo.js : Massive Parallel Computations in your Browser with GPGPU
turbo.js is a small library that makes it easier to perform complex calculations that can be done in parallel. The actual calculation performed (the kernel executed) uses the GPU for execution....
React Admin 3.9.0 Released
React Admin 3.9.0 have just been released with TypeScript support, in addition to new features, it enables IDE autocompletion of react-admin component props.
https://twitter.com/ReactAdmin/status/1312007015124869120
Some of the new features include :
Add user...
Introducing the Fistlab PHP Components
Fistlab is a new initiative to create a set of components in various programming languages, which however works almost the same way. This way it will be easier for developers to go...
MathJax, Beautiful math in all browsers
MathJax is a JavaScript library that allow to render all your mathematics right from a simple web browser ! MathJax is very easy to use, you have only to include the...
Js-Sequence-Diagrams, Turns text into UML sequence diagrams
Js-Sequence-Diagrams is a new javascript library to turn text into vector UML sequence diagrams. The library uses Jison to parse the text, and Raphaël to draw the image. The result is...
Bounce.js Create Beautiful CSS3 Powered Animations
Creating a CSS3 Animation is very tricky, but it is really simple using a tool like BounceJS. It provides ten components : Spin, Jelly, Back & forth, Clock, Splat, Road Runner,...