Les Partages de Memiks
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 1 / 3
47 results tagged javascript  ✕
Shadoware.Org – Woodstock Backup v1.0.0 https://shadoware.org/post/woodstock#woodstock
Sun Sep 20 21:09:58 2020 archive.org
QRCode

Bonjour à tous, Un projet s

backup sauvegarde btrfs rsync javascript nodejs
Home | MiniSearch https://lucaong.github.io/minisearch/
Tue Feb 12 22:00:16 2019 archive.org
QRCode
thumbnail

MiniSearch is a tiny but powerful in-memory fulltext search engine for JavaScript. It is respectful of resources, and it can comfortably run both in Node and in the browser.

#Use case

MiniSearch addresses use cases where full-text search features are needed (e.g. prefix search, fuzzy search, boosting of fields), but the data to be indexed can fit locally in the process memory. While you may not index the whole Wikipedia with it, there are surprisingly many use cases that are served well by MiniSearch. By storing the index in local memory, MiniSearch can work offline, and can process queries quickly, without network latency.

A prominent use-case is search-as-you-type features in web and mobile applications, where keeping the index on the client-side enables fast and reactive UI, removing the need to make requests to a search server.

search engine javascript nodejs browser
I created the exact same app in React and Vue. Here are the differences. https://medium.com/javascript-in-plain-english/i-created-the-exact-same-app-in-react-and-vue-here-are-the-differences-e9a1ae8077fd
Mon Jul 30 03:51:19 2018 archive.org
QRCode

React vs Vue. Finally, a side-by-side code comparison between Vue and React! 🎉

vue react javascript
GitHub - mrdoob/stats.js: JavaScript Performance Monitor https://github.com/mrdoob/stats.js/
Thu Oct 13 18:37:37 2016 archive.org
QRCode
thumbnail

A JavaScript Performance Monitor

This class provides a simple info box that will help you monitor your code performance.

  • FPS Frames rendered in the last second. The higher the number the better.
  • MS Milliseconds needed to render a frame. The lower the number the better.
  • MB MBytes of allocated memory. (Run Chrome with --enable-precise-memory-info)
  • CUSTOM User-defined panel support.
javascript performance monitor
Holmes https://haroen.me/holmes/
Mon Jun 13 20:09:20 2016 archive.org
QRCode
thumbnail

Petit script js qui cherche des occurrences de mots dans une page, et l'affiche agréablement en cachant les textes non concernés.

texte recherche occurrence affichage javascript
php - How to minify JS or CSS on the fly - Stack Overflow http://stackoverflow.com/questions/5389822/how-to-minify-js-or-css-on-the-fly
Wed May 18 21:31:09 2016 archive.org
QRCode
thumbnail

Les barbares ! comment minifier le CSS à la volée et l'envoyer à la requête oO

moi j'aurai ajouté une gestion du cache en plus pour pas le faire à chaque fois...
voir mis en place un script php séparé pour pouvoir récupérer les styles et js via requetes externes :x

php minified javascript css fly
JavaScript Garden http://bonsaiden.github.io/JavaScript-Garden/
Mon Dec 28 23:01:53 2015 archive.org
QRCode
thumbnail

JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes and subtle bugs, as well as performance issues and bad practices, that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.

JavaScript Garden does not aim to teach you JavaScript. Former knowledge of the language is strongly recommended in order to understand the topics covered in this guide. In order to learn the basics of the language, please head over to the excellent guide on the Mozilla Developer Network.

javascript documentation tricks tips performance
Reading Progress Indicator | CodyHouse https://codyhouse.co/demo/reading-progress-indicator/index.html
Mon Dec 28 22:55:42 2015 archive.org
QRCode
thumbnail

la démo d'un indicateur de progression en SVG / CSS / JQuery.

intéressant, à tester en local ;)

via http://lien.shazen.fr/?oAmzNw

javascript jQuery indicator progress
Multi-dimensional associative arrays in javascript https://stackoverflow.com/questions/4329092/multi-dimensional-associative-arrays-in-javascript
Thu Dec 17 12:05:41 2015 archive.org
QRCode
thumbnail

Comment faire des tableaux à multiple dimension dynamiquement en javascript ;)

javascript array multi dimension tableau
Closures are not magic - Rendered Text http://renderedtext.com/blog/2015/11/18/closures-are-not-magic/
Sat Nov 28 16:21:48 2015 archive.org
QRCode
thumbnail

Les closures ce paradigme étrange...

Via shaarli. fr

JavaScript tutoriel closures
Handling Failed HTTP Responses With fetch() http://tjvantoll.com/2015/09/13/fetch-and-errors/
Tue Sep 15 22:16:28 2015 archive.org
QRCode
thumbnail

J'adore utiliser ce genre d'artéfact.

j'aime codé en javascript pour cela car c'est "simple" d'étendre le fonctionnement existant.

function handleErrors(response) {
if (!response.ok) {
return Promise.reject(new Error(response.statusText));
}
return Promise.resolve(response);
}

fetch("http://httpstat.us/500")
.then(handleErrors)
.then(function(response) {
console.log("ok");
}).catch(function(error) {
console.log(error);
});

ES6

function handleErrors(response) {
if (!response.ok) {
return Promise.reject(new Error(response.statusText));
}
return Promise.resolve(response);
}
fetch("http://httpstat.us/500")
.then(handleErrors)
.then(response => console.log("ok") )
.catch(error => console.log(error) );

ES6 jquery javascript
JavaScript Plugins Repository https://plainjs.com/javascript/plugins/
Tue Aug 4 21:55:30 2015 archive.org
QRCode
thumbnail

merci pour le partage ! ça va bien m'être utile.

javascript vanilla
GistDeck: Présentation en javascript et markdown http://gistdeck.github.io/#1
Wed Apr 15 21:31:30 2015 archive.org
QRCode
thumbnail

Ce truc est génial:

  • vous écrivez en markdown vos slides
  • vous les affichés dans firefox comme un ppt
  • vous avez un mode de présentation (tapez "P")
  • ensuite vous pouvez ouvrir une fenêtre de présentation avec "C"

hop hop hop je vais me faire mes présentations

markdown javascript remark.js presentation
Resemble.js : Image analysis http://huddle.github.io/Resemble.js/
Mon Apr 13 18:57:39 2015 archive.org
QRCode
thumbnail

Pas mal cette petite démo de comparaison d'image ;)
à utiliser peut etre en conjonction avec selenium...

via http://b.xuv.be/?LMkWlg

javascript comparaison image
Re trytolisten.me http://shaarli.memiks.fr/?EHEzVw
Tue Feb 17 23:40:48 2015 archive.org
QRCode
thumbnail

Hello,

  • il y a désormais deux liens qui permettent l'export des clés.
  • Pas encore d'import mais j'y travaille.

j'ai également mis en place le httpS : https://trytolisten.me/
et suite à de gros souci d'hébergeur j'en ai changé pour OVH

pfiou.

dans le carton:

  • historique, pour garder une trace des messages que VOUS avez envoyé.
  • import des clés pour permettre d'utiliser le même compte sur plusieurs navigateurs ou appareils, et pour faire une sauvegarde.
  • gestion de l'envoie de petits fichiers.

Fréd.

PS: si vous pouviez parlé du programme autour de vous ;)
Merci.

trytolistenme pgp javascript public private key
Browserify http://browserify.org/
Fri Jan 30 22:22:37 2015 archive.org
QRCode
thumbnail

Faire une appli nodeJS et inclure juste ce qu'il vous faut dans le navigateur ?

c'est ce que propose Browserify.

nodejs browser javascript
Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit! http://microjs.com/#
Tue Jan 27 22:53:49 2015 archive.org
QRCode

Merci !

une mine d'or ce site !!
Je vais regarder cela TRES bientot vu mon idée en cours...

merci !!

via Hello: http://www.shaarli.fr/my/lolol/?W0lZuw

javascript css framework library
snabbt.js http://daniel-lundin.github.io/snabbt.js/index.html#demos
Mon Jan 5 19:51:24 2015 archive.org
QRCode
thumbnail

Merci pour le partage ;)

je pense que cette bibliothèque va bientôt m'être très utile.

Libraire d'animation JavaScript extra légère.

Via: http://lien.shazen.fr/?QTYdEw

javascript lib animation
PhotoSwipe: JavaScript Image Gallery http://photoswipe.com/
Tue Dec 16 00:47:26 2014 archive.org
QRCode
thumbnail

Super intéressant !! pourrai m'être très utile sous peu ....

Merci ;)

via http://lien.shazen.fr/?_xYg1Q

javascript photo gallerie
JavaScript Architecture for the 23rd Century - Modern Web http://modernweb.com/2014/10/15/javascript-architecture-23rd-century/
Thu Oct 23 22:11:56 2014 archive.org
QRCode
thumbnail

Merci @ZeSeb

pour le partage, cela va mettre très utile ;)

via http://shaarli.zeseb.fr/?deiD5w

javascript code book
page 1 / 3
4695 links, including 1609 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn