Very fast and lightweight, standards-compliant, self-hosted javascript parser with high focus on both performance and stability
Very fast and lightweight, standards-compliant, self-hosted javascript parser with high focus on both performance and stability
innerHTML is fast. It's not fast enough if you're a Fortune 500 company or even if your app has more than just a handful of views. But it might be just fast enough for you if you care about code size. I wrote innerself because I needed to make sense of the UI for a game I wrote for the js13kGames jam. The whole game had to fit into 13KB. I needed something extremely small which would not make me l
Demo Code let genres = [ 'Action', 'Adventure', 'Animation', 'Comedy', 'Drama', 'Family', 'Musical', 'Mystery', 'Romance', 'Sci-Fi', 'Sport', 'Thriller', 'War' ]; let input = [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]; movie.genres.forEach(function(genre) { let index = genres.indexOf(genre); if (index > -1) input[index] = 1; }); // train the network with the rating given by the user, scaled by 5 va
Size Limit is a performance budget tool for JavaScript. It checks every commit on CI, calculates the real cost of your JS for end-users and throws an error if the cost exceeds the limit. ES modules and tree-shaking support. Add Size Limit to GitHub Actions, Circle CI or another CI system to know if a pull request adds a massive dependency. Modular to fit different use cases: big JS applications th
Deciding on a JavaScript framework for your web application can be overwhelming. Angular and React are very popular these days, and there is an upstart which has been getting a lot of traction lately: VueJS. What’s more, these are just a few of the new kids on the block. Javascripts in 2017 — things aren’t easy these days!So, how are we supposed to decide? A pros-and-cons list never hurts. We’ll d
const BMParser = require('bookmark-parser'); // Read from (NETSCAPE/Firefox) bookmark HTML file BMParser.readFromHTMLFile(htmlFilePath) .then(res => { ... }); // Read from (NETSCAPE/Firefox) bookmark HTML file and export BMParser.readFromHTMLFile(htmlFilePath, exportFilePath) .then(res => { ... }); // Read from (NETSCAPE/Firefox) bookmark HTML readStream BMParser.readFromHTMLReadStream(readStream)
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く