Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by futurist
A curated list of projects in awesome lists by futurist .
https://github.com/futurist/unit-to-px
Convert any CSS unit (pt, em, rem, pc, in, mm, cm, vw...) to px, in browser
Last synced: 17 Nov 2024
https://github.com/futurist/edata
Turn javascript data into observable reactive EventEmitter with value getter/setter, lodash style path, and keep Event Sourcing in mind.
Last synced: 17 Nov 2024
https://github.com/futurist/runapp
Run windows application using config file, instead of shortcuts
Last synced: 17 Nov 2024
https://github.com/futurist/wrap-data
Wrap data object into reactive streams, with helpers like unwrap, get, set, unset etc.
Last synced: 17 Nov 2024
https://github.com/futurist/js-format.el
Emacs package to format or transform code style using different javascript formatter (standard, jsbeautify, esformatter, etc.)
Last synced: 17 Nov 2024
https://github.com/futurist/commandlinetoargva
Collection of functions implement CommandLineToArgvA, the ANSI version of CommandLineToArgvW in windows API
Last synced: 17 Nov 2024
https://github.com/futurist/fetch-site
Fetch website with all the resources/responses/requests to local files, using puppeteer.
Last synced: 17 Nov 2024
https://github.com/futurist/cssobj-less
LESS / Bootstrap in JS, dynamically change variables of LESS / Bootstrap, and more!
Last synced: 17 Nov 2024
https://github.com/futurist/objutil
Javascript Object util methods with deep traverse, with ES6 tree shaking methods: get/set/unset/remove, visit, assign(extend), merge, exclude, default, pick, deepEqual. Customize the APIs into one file
Last synced: 17 Nov 2024
https://github.com/futurist/rollup-plugin-es3
Make rollup compatible with ES3
Last synced: 17 Nov 2024
https://github.com/futurist/replace-css-url
Replace all urls and @import paths in css, with custom function map.
Last synced: 17 Nov 2024
https://github.com/futurist/react-life-hooks
React hooks for better managing lifecycles for function component.
Last synced: 17 Nov 2024
https://github.com/futurist/react-cssobj
React work with [cssobj](https://github.com/cssobj/cssobj), make stylesheet localized, runtime updating, and more.
Last synced: 26 Oct 2024
https://github.com/futurist/cssobj-chrome-extension
For cssobj in chrome extension, Add a sidebar that displays the stylesheet text associated with the selected style element.
Last synced: 17 Nov 2024
https://github.com/futurist/streamvideo
Join splitted mp4 files into one stream and feed to html5 video
Last synced: 17 Nov 2024
https://github.com/futurist/rollup-plugin-minify
Rollup plugin to minify generated format into new minified file, with source maps, using uglify-js.
Last synced: 17 Nov 2024
https://github.com/futurist/add-array-methods
Add custom array methods that can chainable, like subclass Array, but not modify Array.prototype, works in ES3+
array custom extend inheritance methods prototype subclass
Last synced: 17 Nov 2024
https://github.com/futurist/jsonrpc-cli
interactive with JSONRPC server via Repl CLI
Last synced: 17 Nov 2024
https://github.com/futurist/run-and-kill
run and kill command with certain ports
Last synced: 17 Nov 2024
https://github.com/futurist/better-command
Go better command run shell commands safely and handily.
Last synced: 17 Nov 2024
https://github.com/futurist/jobman
Controllable and resonable job queue manager
Last synced: 17 Nov 2024
https://github.com/futurist/proposal-template-literals-juxtaposition
An ECMAScript Proposal
Last synced: 17 Nov 2024
https://github.com/futurist/mjsoneditor
The Json Editor for MithrilJS, follow the JSON Schema specification
Last synced: 17 Nov 2024
https://github.com/futurist/verlog
npm version and git change log generator
Last synced: 17 Nov 2024
https://github.com/futurist/cssobj-server
For cssobj converter site server from OpenShift.
Last synced: 17 Nov 2024
https://github.com/futurist/webpack-plugin-replace-css-url
webpack plugin to replace css url using custom function
Last synced: 17 Nov 2024
https://github.com/futurist/env2shell
export env.json key/value as bash shell exports
Last synced: 17 Nov 2024
https://github.com/futurist/cutecmd
Command runner for programmers in windows.
alfred command launcher quicksilver quickstart runner shortcut
Last synced: 17 Nov 2024
https://github.com/futurist/cutecmd-mac
Programmer's command runner in macOS, like Alfred/QuickSilver, with AppleScript first.
Last synced: 17 Nov 2024
https://github.com/futurist/react-change-props
Mutate(Change) React props, for each element in tree, and replace children.
Last synced: 17 Nov 2024
https://github.com/futurist/goprune
Prune go project source files not been used.
Last synced: 17 Nov 2024
https://github.com/futurist/browser-features
Detect browser features and report the result, using Modernizr
Last synced: 17 Nov 2024
https://github.com/futurist/src-location
Convert source location from line and column to index position (character offset), and vise versa.
Last synced: 17 Nov 2024
https://github.com/futurist/babel-plugin-extract-string
Babel plugin to extract string from js source file then save into array
babel-plugin compress-string extract-string
Last synced: 19 Oct 2024
https://github.com/futurist/replace-css-url-loader
Webpack loader to transform css urls using custom function
Last synced: 17 Nov 2024
https://github.com/futurist/hc-mid-ip-filter
honeycomb hc-bee middleware to filter client ip
Last synced: 17 Nov 2024
https://github.com/futurist/csojb
[DEPRECATED] The old cssobj version, now it's https://github.com/cssobj/cssobj
Last synced: 17 Nov 2024
https://github.com/futurist/vmtest
Test projects in Virtual Machine like VMWare
Last synced: 17 Nov 2024
https://github.com/futurist/sendmail-server
Sendmail server daemon using nodemailer, REST API for mail
Last synced: 17 Nov 2024
https://github.com/futurist/parse5-es5
ES5 version for https://github.com/inikulin/parse5, to make uglifyjs happy
Last synced: 17 Nov 2024
https://github.com/futurist/nestedmap
golang data structure for manipulating and representing JSON objects with deeply nested map support.
Last synced: 17 Nov 2024
https://github.com/futurist/monkey-patch-object
Monkey patch object, like console.log etc.
Last synced: 17 Nov 2024
https://github.com/futurist/hookdate
Hook javascript Date object to save date and time for each call, and playback(mock) the saved data to get same result again. Useful for testing.
Last synced: 17 Nov 2024
https://github.com/futurist/ipa
Lookup english phonetic symbol for the words, using python as backend.
Last synced: 17 Nov 2024
https://github.com/futurist/hc-mid-resave-assets
honeycomb hc-bee middleware to resave assets in UGC.
Last synced: 17 Nov 2024
https://github.com/futurist/banb
banshao-Banb, luzhou wine show case, weixin site
Last synced: 17 Nov 2024
https://github.com/futurist/webpack-plugin-named-chunks-list
List named chunks of webpack assets result
Last synced: 17 Nov 2024
https://github.com/futurist/time-sequence
Reliable time sequence than setTimeout
Last synced: 17 Nov 2024
https://github.com/futurist/webpack-babel7-typescript
webpack-babel7-typescript example project
Last synced: 17 Nov 2024
https://github.com/futurist/group-data
Group data like mongodb $group aggregate
Last synced: 17 Nov 2024
https://github.com/futurist/stream-to-websocket-frame
Convert stream data into WebSocket Frame data, text or binary
Last synced: 17 Nov 2024
https://github.com/futurist/csojb-mith
[DEPRECATED] Check https://github.com/cssobj/cssobj-mithril for future version
Last synced: 17 Nov 2024
https://github.com/futurist/babel-preset-es2015-no-typeof
babel-preset-es2015-no-typeof, babel-preset-es6notypeof
Last synced: 17 Nov 2024
https://github.com/futurist/whistle-proxy-rule-parser
whistle-proxy-rule-parser
Last synced: 17 Nov 2024
https://github.com/futurist/rui
Mirror code of RUI-Recording User Input (http://acs.ist.psu.edu/projects/rui/)
Last synced: 17 Nov 2024
https://github.com/futurist/packing-test
webpack, rollup etc. packing test repo
Last synced: 17 Nov 2024
https://github.com/futurist/lyoconv
Nodejs service to convert Office 2007+ files into 97-2003 format.
Last synced: 17 Nov 2024
https://github.com/futurist/mdrag
Fullly controlled drag and drop, minimize and flexible model for both DOM and Virtual DOM support
Last synced: 17 Nov 2024