Aleen's repositories
PersonalWiki
:notebook: A simple personal wiki of my current knowledge
gitbook-mindmaps
:cloud: A GitBook plugin for generating mindmaps within Markdown.
gitbook-comments
A repo focusing on comments integrated with code management providers like GitLab or GitHub.
geometries
:eight_spoked_asterisk: A geometrical compiler project written in JavaScript for compiling and making complicated geometries.
proposal-intl-counter-format
A proposal for supporting `Intl.CounterFormat`
DOM-mirror
Try to mirror the whole rendered DOM into one single HTML file
watermarks
:white_flower: A plugin for creating watermarks with web technologies. (Support IE11+ within ~4KB code)
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders," modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
browser-compat-data
This repository contains compatibility data for Web technologies as displayed on MDN
karma-chrome-launcher
A Karma plugin. Launcher for Chrome and Chrome Canary.
presentations
A list of personal presentations based on reveal.js
eslint-plugin-html
An ESLint plugin to extract and lint scripts from HTML files.
jquery-ui
The official jQuery user interface library.
jsbn
Tom Wu's pure JavaScript implementation of arbitrary-precision integer arithmetic.
karma-detect-browsers
Karma runner plugin for detecting all browsers installed on the current system.
karma-ie-launcher
A Karma plugin. Launcher for Internet Explorer.
node-properties
.properties parser/stringifier.
postcss-rtlcss
PostCSS plugin to automatically build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules using RTLCSS
proposal-object-pick-or-omit
Introduce `Object.{pick,omit}` for operating properties of objects more conveniently.
rtlcss
Framework for transforming Cascading Style Sheets (CSS) from Left-To-Right (LTR) to Right-To-Left (RTL)