Awesome List Updates on Aug 20 - Aug 26, 2018
46 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome C
Build Systems
- Premake (⭐2.5k) - Build script generator for toolsets like Visual Studio, Xcode, or GNU Make.
3-clause BSD
- Ninja (⭐8.6k) - Small, simple build system with a focus on speed.
Apache 2.0
- Bazel - Build system for various operating systems and targets.
Apache 2.0
Compilers
Compiler libraries
- yasm - Yasm Modular Assembler Project.
2-clause BSD
Compression
- libzip - A C library for reading, creating, and modifying zip archives.
3-clause BSD
- zlib - Massively-spiffy yet delicately-unobtrusive compression library.
3-clause BSD
- bzip2 - Patent free, high quality data compressor.
3-clause BSD
- zstd - Fast real-time compression algorithm
3-clause BSD
Crypto
- mbed TLS - Another crypto implementation for C.
Apache 2.0
Database
- Hiredis (⭐5.5k) - Minimalistic client library for Redis.
3-clause BSD
- LMDB (⭐2.1k) - Ultra-fast, ultra-compact key-value embedded data store.
OpenLDAP License
- MariaDB - Robust, scalable and reliable SQL server, designed to be a drop-in replacement for MySQL.
3-clause BSD
- mongo-c-driver - High-performance client library for MongoDB.
Apache 2.0
- Redis - Advanced key-value store.
3-clause BSD
- SQLite - Self-contained, serverless, zero-configuration, transactional SQL database engine with a C interface.
Public Domain
Documentation Generation
- DocOnce - Modestly-tagged markup language that can be used to generate a range of formats.
3-clause BSD
Editors
RTOS
- Zephyr Project - Scalable real-time RTOS supporting multiple hardware architectures, optimized for resource constrained devices.
Apache 2.0
Frameworks
- APR - Apache Portable Runtime; another library of cross-platform utility functions.
Apache 2.0
- libU - Small library of basic utilities, including memory allocation, string manipulation and logging.
3-clause BSD
- libsrt - Safe Real-Time library for C.
3-clause BSD
Resources
Graphics
- Cairo -2D graphics library.
GNU LGPL2.1
orMPLv1.1
- mozjpeg (⭐5k) - Improved JPEG encoder.
3-clause BSD
Hashing
- jwHash (⭐212) - Fast hashtable implementation.
Apache 2.0
- xxHash - Extremely fast non-cryptographic hash algorithm.
2-clause BSD
Image Processing
- libccv - Modern Computer Vision Library.
3-clause BSD
Multimedia / Language Standards
- lodepng - Simple PNG image decoder and encoder, requiring no other dependencies.
3-clause BSD
Networking and Internet / Language Standards
- gumbo-parser (⭐5.1k) - HTML5 parsing library in C99.
Apache 2.0
- ldns - Library to simplify DNS programming.
3-clause BSD
- LibEtPan - Mail library providing an efficient network for IMAP, SMTP, POP and NNTP.
3-clause BSD
- libevent - Event loop replacement for network servers.
3-clause BSD
- s2n (⭐4.2k) - C99 implementation of the TLS/SSL protocols, designed to be simple, fast and with security as a priority.
Apache 2.0
- librg (⭐1k) - Library for building simple and elegant cross-platform mmo client-server solutions.
Apache 2.0
Web Frameworks / Language Standards
- onion - C library to create simple HTTP servers and Web Applications.
Apache 2.0
- duda - Duda I/O is an event-driven and high performant web services framework written in C.
Apache 2.0
Numerical / Language Standards
- ATLAS - Automatically Tuned Linear Algebra Software.
3-clause BSD
- KISS FFT - Very simple fast Fourier transform library.
3-clause BSD
- LAPACKE - C interface to LAPACK.
3-clause BSD
- Yeppp! - Very fast, SIMD-optimized mathematical library.
3-clause BSD
Parallel Programming / Language Standards
- OpenMP - Set of C pragmas designed to allow for easy parallelization of code.
3-clause BSD
- OpenMPI (⭐1.6k) - Message passing interface implementation.
3-clause BSD
Parsers / Language Standards
Regex / Language Standards
- PCRE - Implementation of regexes identical to that of Perl 5.
3-clause BSD
Serialization / Language Standards
- binn (⭐378) - Binary serialization format meant to be compact, fast and easy-to-use.
Apache 2.0
- libavro - C implementation of the Avro data serialization system.
Apache 2.0
Standard Libraries / Language Standards
- Bionic (⭐555) - Google's C standard library, developed for Android.
3-clause BSD
String Manipulation / Language Standards
- bstrlib - The Better String Library.
3-clause BSD
andGNU GPL2.1
- smaz (⭐1k) - Efficient string compression library.
3-clause BSD
Testing / Language Standards
- cmocka - Unit testing framework with support for mock objects.
Apache 2.0
Tools / Language Standards
- address-sanitizer (⭐8.8k) - Fast memory error detector.
Apache 2.0
- CBMC - C Bounded Model Checker; a tool for verification of array bounds, pointer safety and user-specified assertions.
Original BSD
- GMSL - GNU Make Standard Library; a collection of additional functionality for GNU Make.
3-clause BSD
- include-what-you-use (⭐3k) - Helps find unecessary inclusions and make suggestions for fixing them. Based on LLVM/Clang (and only works with it).
NCSA
- unifdef - Removes #ifdef and #if directives with their delimited text without touching any other part of the file.
3-clause BSD
andFreeBSD
Utilities / Language Standards
- gperftools (⭐7.2k) - Collection of utilities for measuring and improving performance.
3-clause BSD
- kdtree (⭐345) - Simple library for working with KD-trees.
3-clause BSD
- libbson (⭐342) - BSON utility library.
Apache 2.0
- libCello - Library introducing higher-level programming to C.
3-clause BSD
- libgit2 - Pure C implementation of Git.
GNU GPL2 only, with a linking exception
- Tinyexpr (⭐1.2k) - Tiny recursive-descent parser, compiler and evaluation engine for simple mathematical expressions.
zlib
- cpu_features (⭐2.1k) - A cross platform C99 library to get cpu features at runtime.
Apache 2.0
- pblog (⭐24) - Small, low overhead, structured logging library intended for logging formware events.
Apache 2.0
2. Awesome Webgl
Maps and Visualizations / Particles
- Luma.gl - WebGL2 powered framework for GPU-powered data visualization and computation.
WebVR / Particles
- Primrose (⭐529) - Rapidly prototype VR applications in your browser.
3. Awesome Dart
Tools
- json2dart - Given a json, it generates the dart classes to parse and generate json with given structure.
4. Awesome Vue
Resources / Books
- ASP.NET Core 2 and Vue.js by Stuart Ratcliffe, Packt. (July 2018)
5. Awesome Machine Learning
.NET / Computer Vision
- Emgu CV - Cross platform wrapper of OpenCV which can be compiled in Mono to be run on Windows, Linus, Mac OS X, iOS, and Android.
6. Awesome Rust
Libraries / Artificial Intelligence
- innoave/genevo (⭐173) - Execute genetic algorithm (GA) simulations in a customizable and extensible way.
- m-decoster/RsGenetic (⭐76) - Genetic Algorithm library. In maintenance mode.
- autumnai/leaf (⭐5.6k) - Open Machine Intelligence framework.. Abandoned project. The most updated fork is juice (⭐1.1k).
7. Awesome Bigdata
NewSQL Databases
- ActorDB (⭐1.9k) - a distributed SQL database with the scalability of a KV store, while keeping the query capabilities of a relational database.
- Map-D - GPU in-memory database, big data analysis and visualization platform.
- VoltDB - claims to be fastest in-memory database.
Business Intelligence
- Metabase (⭐32k) - The simplest, fastest way to get business intelligence and analytics to everyone in your company.
8. Awesome Clojurescript
Awesome ClojureScript / Database
- specql (⭐125) – Library for simple PostgreSQL queries with namespaced keys.
Awesome ClojureScript / CSS tools
- Garden (⭐1.3k) – A library for rendering CSS in Clojure and ClojureScript.
- stylefy (⭐309) – stylefy makes it possible to define UI component styles as Clojure data and attach them into components easily without writing CSS selectors
Awesome ClojureScript / Miscellaneous
- namespacefy (⭐19) – A simple Clojure(Script) library which aims to make it easy to keep map keys namespaced, no matter where your data comes from.
Awesome ClojureScript / State Management
- Tuck (⭐28) – A micro framework for building Reagent apps that have a clean separation of view code and event processing code.
9. Awesome Android Ui
Layout
Name: InboxLayout (⭐701)
License: MIT
Demo:
Name: SwipeBack (⭐1.7k)
License: Apache License V2
Demo:
List / Grid
Name: RecyclerViewSwipeDismiss (⭐432)
License: BSD 2 License
Demo:
ViewPager
Name: ParallaxPagerTransformer (⭐654)
License: Apache License V2
Demo:
Label / Form
Name: SecretTextView (⭐609)
License: Apache License V2
Demo:
Image
Name: Scrolling Image View (⭐1.8k)
License: MIT
Demo:
Animation
Name: EasyAndroidAnimations (⭐1.4k)
License: Apache License V2
Demo:
10. Awesome Uncopyright
Blogs
- Healthy Enough - Helping you become as fit and healthy as possible.
11. Awesome Web Security
Remote Code Execution
- Remote Code Execution on a Facebook server - Written by @blaklis_.
Command Injection
- commix (⭐3.5k) - Automated All-in-One OS command injection and exploitation tool by @commixproject.
12. Awesome Vehicle Security
Articles
- Car Hacking on the Cheap - A whitepaper from Chris Valasek and IOActive on hacking your car when you don't have a lot of resources at your disposal.
- Researchers tackle autonomous vehicle security - Texas A&M researchers develop intelligence system prototype.
- Reverse engineering of the Nitro OBD2 - Reverse engineering of CAN diagnostic tools.
Presentations
- How to drift with any car - Introduction to CAN hacking, and using a real car as an Xbox controller.
Miscellaneous / Episodes
- OpenXC - OpenXC is a combination of open source hardware and software that lets you extend your vehicle with custom applications and pluggable modules. It uses standard, well-known tools to open up a wealth of data from the vehicle to developers. Started by researchers at Ford, it works for all 2002 and newer MY vehicles (standard OBD-II interface). Researchers at Ford Motor Company joined up to create a standard way of creating aftermarket software and hardware for vehicles.
Applications / Episodes
- talking-with-cars (⭐103) - CAN related scripts, and scripts to use a car as a gamepad
13. Awesome Composer
Plugins / IRC
- Imposter-Plugin (⭐144) - Wrapping all composer vendor packages inside your own namespace. Intended for WordPress plugins.
14. Awesome Cheminformatics
Resources / Blogs
- Practical Cheminformatics - Blog with in-depth examples of practical application of cheminformatics.
15. Awesome Flutter
Utilities / Game Engine resources
- FlutterIcon - Icon set generator by Mike Hoolehan
16. Awesome Sre
Post-Mortem
17. Awesome Ocaml
Code Analysis and Linters
- Infer (⭐15k) - Infer is a static analyzer for Java, C and Objective-C
- Frama-C - Frama-C is a static analysis and formal proof framework for C and C++.
Program analysis
- BAP (⭐2k) - BAP is a reverse engineering and program analysis platform that targets binary programs.
- BinCat (⭐1.6k) - BinCat is a binary code static analysis toolkit.
Developer Tools
- Jupyter (⭐288) – An OCaml kernel for the Jupyter notebook.
- utop (⭐835) – Universal toplevel for OCaml with support for multiline edition, history, real-time and context-sensitive completion, colors, and more.
- ocamlformat (⭐612) - A command-line tool to format OCaml code.
- Foreign Function Interface:
- ctypes (⭐365) – Library for binding to C libraries using pure OCaml.
- ocaml-main-program-in-c (⭐16) – Example build system for making mixed C/Ocaml binaries where the main program is in C.
- Modular foreign function bindings
- Py.ml (⭐179) - OCaml bindings for Python.
Messaging
- ocaml-zmq (⭐80) – ZeroMQ bindings for OCaml with Async and Lwt wrappers.
Questions
- owl (⭐1.2k) - OCaml numerical library: dense and sparse matrix, linear algebra, regressions, maths and stats functions.
18. Awesome Dotnet
API
- Telegram.Bot (⭐3.1k) - .NET Client for Telegram Bot API
Business Intelligence
- NReco PivotData - in-memory data aggregation/OLAP library, pivot tables generation (render to HTML, exports), ASP.NET pivot builder control [$][Free for single-deployment/non-SaaS]
Machine Learning and Data Science
- ML.NET (⭐9k) - Cross-platform open-source machine learning framework which makes machine learning accessible to .NET developers.
Protocols
- SharpSnmpLib - An open source SNMP implementation for .NET/Mono/Xamarin. Versioin 1, 2c, and 3 are supported.
19. Awesome Influxdb
Hosting of InfluxDB / SaaS / Hooks
- InfluxCloud - From the creators of InfluxDB
- Aiven - Provides a choice of host (AWS, Google, DigitalOcean, etc.), geographic location, and server specs
- Scalingo - Provides a choice of server specs
- HostedMetrics - Geared towards custom application monitoring by hosting the combination of InfluxDB, Grafana, and StatsD
20. Free for Dev
Testing
- checkbot.io — Browser extension that tests if your website follows 50+ SEO, speed and security best practices. Free tier for smaller websites.
21. Awesome Asyncio
Message Queues
- asyncio-nats (⭐608) - Client for the NATS messaging system.
- aiokafka (⭐820) - Client for Apache Kafka.
22. Awesome Captcha
Libraries
- mewebstudio/captcha (⭐2.3k) - Captcha for Laravel 5.
- CGregwar/Captcha (⭐1.6k) - PHP Captcha library.
- trekjs/captcha (⭐442) - A Lightweight Pure JavaScript Captcha for Node.js. No C/C++, No ImageMagick, No Canvas.
- google/recaptcha (⭐3.4k) - PHP client library for reCAPTCHA, a free service to protect your website from spam and abuse.
- ambethia/recaptcha (⭐1.9k) - ReCaptcha helpers for ruby apps.
- anhskohbo/no-captcha (⭐1.7k) - No CAPTCHA reCAPTCHA For Laravel.
Crack / General
- ecthros/uncaptcha (⭐2.8k) - Defeating Google's audio reCaptcha with 85% accuracy.
23. Awesome Diversity
Posts
- Bias, Diversity, Backlash, Manifestos, And Rebuttals - By Lorena A Barba.
24. Awesome Incident Response
IR Tools Collection / Other Tools
- Scout2 - Security tool that lets Amazon Web Services administrators assess their environment's security posture.
25. Awesome Mastodon
News & magazines bots / English
- @[email protected] - News about space flight, astronomy and astrophysics.
26. Awesome Serverless
Literature / Education
- Develop a Serverless Backend using Node.js on AWS Lambda - Learn how to create a serverless API and connecting it to DynamoDB leveraging Lambda's new async / await syntax.
27. Awesome Malware Analysis
Detection and Classification / Other Resources
- Yara Finder (⭐0) - A simple tool to yara match the file against various yara rules to find the indicators of suspicion.
28. Awesome Crystal
Algorithms and Data structures
- bisect (⭐12) - Inserting values into a sorted array
C bindings
- syslog.cr (⭐10) - Bindings for
syslog
Processes and Threads
- promise (⭐40) - A Promise implementation with type inference
Scheduling
- tasker (⭐55) - A high precision scheduler including timezone aware cron jobs
Shell plugins
- crun (⭐43) - Crystal Run : shebang wrapper for Crystal
29. Awesome Cybersecurity Blueteam
Incident Response tools / Evidence collection
- Margarita Shotgun (⭐236) - Command line utility (that works with or without Amazon EC2 instances) to parallelize remote memory acquisition.
DevSecOps / Service meshes
- Git Secrets (⭐12k) - Prevents you from committing passwords and other sensitive information to a git repository.
Incident Response tools / Sandboxes
- aws_ir (⭐339) - Automates your incident response with zero security preparedness assumptions.
30. Awesome Tensorflow
Blog posts
31. Awesome Mqtt
Tools
- mqtt-client (⭐13) - A Simple MQTT Client command line (Python) (use paho lib)
32. Awesome
Dev Tools / Tutorials
- Craft 3 Multi-environment (⭐72) - Craft 2 Version (⭐83) - Efficient and flexible multi-environment config for Craft CMS.
33. Awesome Swift
Images / Barcode
- ATGMediaBrowser (⭐213) - Image slide-show viewer with multiple predefined transition styles, and with ability to create new transitions with ease.
34. Awesome Github
Tips, tricks, tools, and add-ons for GitHub power users
- TinyPress (⭐8) - TinyPress is the easiest way to publish a blog on GitHub.
35. Awesome Cl
Reactive programming
- Cells (⭐210) - an implementation of the dataflow programming paradigm, reactive spreadsheet-like expressiveness for CLOS. Used to build an algebra learning system. With documentation (⭐19). Lisp LGPL.
Contract programming
- quid-pro-quo (⭐93) - a contract programming library in the style of Eiffel’s Design by Contract ™. Public domain.
Beginner
- Learn X in Y minutes - Where X = Common Lisp - Small Common Lisp tutorial covering the essentials.
- Successful Lisp - A good book for beginners with some programming background.
Job processing / Third-party APIs
- clerk (⭐19) - a cron-like scheduler with sane DSL. MIT.
36. Awesome Groovy
Build tools, setup and CI
- Gradle - A powerful build system for the JVM
- SDKMAN - The Software Development Kit Manager (Previously known as GVM)
Web Frameworks
- Spring-Boot - Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that can you can "just run". Use Groovy as your coding language.
Testing
- Betamax (⭐462) - Betamax is a tool for mocking external HTTP resources such as web services and REST APIs in your tests.
Concurrency
- Vertx - Vert.x is a lightweight, high performance application platform for the JVM
Code Analysis
- Sonar-Groovy (⭐53) - SonarQube Groovy plugin
Conferences
- GR8Conf Europe (discontinued)
37. Awesome Gulp
General Resources
Official Documentation
Community
Tutorials / Gulp Tutorials
Tutorials / Gulp 4 Tutorials
Tutorials / Gulp with Browserify
Tutorials / Gulp with Angular
Tutorials / Gulp with Angular and Browserify
Tutorials / Gulp with Angular and Webpack
Tutorials / Gulp with React and Browserify
Tutorials / Gulp with Ember
Tutorials / Gulp with WordPress
Miscellaneous Resources / Gulp with WordPress
Compilation / Gulp with WordPress
- gulp-sass (⭐1.6k) - Sass → CSS with libsass (⭐4.3k).
- gulp-ruby-sass (⭐470) - Sass → CSS with Ruby Sass.
- gulp-compass (⭐175) - Sass → CSS with Ruby Sass & Compass.
- gulp-less (⭐567) - Less (⭐17k) → CSS.
- gulp-stylus (⭐224) - Stylus (⭐11k) → CSS.
- gulp-postcss (⭐763) - Pipe CSS through PostCSS (⭐27k) processors with a single parse.
- gulp-coffee (⭐225) - Coffeescript (⭐16k) → JavaScript.
- gulp-typescript (⭐773) - TypeScript (⭐85k) → JavaScript.
- gulp-react (⭐236) - Facebook React (⭐196k) JSX templates → JavaScript.
- webpack-stream (⭐1.4k) - Run webpack (⭐62k) as a stream to conveniently integrate with gulp.
Transpilation / Gulp with WordPress
- gulp-babel (⭐1.3k) - ES6 → ES5 with babel (⭐42k).
- gulp-traceur (⭐169) - ES6 → ES5 using Traceur (⭐8.2k).
- gulp-regenerator (⭐18) - ES6 → ES5 with Regenerator (⭐3.7k).
- gulp-es6-transpiler (⭐47) - [⛔] ES6 → ES5 with es6-transpiler (⭐217).
- gulp-myth (⭐39) - Myth (⭐4.4k) - a polyfill for future versions of the CSS spec.
- gulp-cssnext (⭐53) - [⛔] Use tomorrow's CSS syntax, today, using cssnext (⭐5.4k).
Concatenation / Gulp with WordPress
- gulp-concat (⭐791) - Concatenate files.
Minification / Gulp with WordPress
- gulp-clean-css (⭐642) - Minify CSS with clean-css (⭐4k).
- gulp-csso (⭐241) - Minify CSS with CSSO (⭐3.6k).
- gulp-uglify (⭐1.2k) - Minify JavaScript with UglifyJS2 (⭐12k).
- gulp-htmlmin (⭐733) - Minify HTML with html-minifier (⭐4.7k).
- gulp-imagemin (⭐1.9k) - Minify PNG, JPEG, GIF and SVG images with imagemin (⭐5.2k).
- gulp-svgmin (⭐344) - Minify SVG files with gulp.
Optimization / Gulp with WordPress
- gulp-uncss (⭐960) - Remove unused CSS selectors with UnCSS (⭐9.3k).
- gulp-css-base64 (⭐65) - Transform all resources found (those within a url() declaration) in CSS files into base64-encoded data URI strings.
- gulp-svg2png (⭐56) - Convert SVGs to PNGs.
- gulp-responsive (⭐513) - Generate images at different sizes.
- gulp-svgstore (⭐651) - Combine svg files into one with
<symbol>
elements.
- gulp-iconfont (⭐841) - Create icon fonts from several SVG icons.
Injecting Assets / Gulp with WordPress
- gulp-useref (⭐715) - Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.
- gulp-inject (⭐817) - Transform each file to a string and inject each transformed string into placeholders in the target stream files.
- wiredep (⭐1.2k) - Wire Bower dependencies to your source code.
Templating / Gulp with WordPress
- gulp-angular-templatecache (⭐525) - Concatenate and register AngularJS templates in the $templateCache.
- gulp-jade (⭐526) - Jade (⭐21k) → HTML.
- gulp-handlebars (⭐172) - Handlebars (⭐17k) templates → JavaScript.
- gulp-hb (⭐146) - Handlebars (⭐17k) templates → HTML.
- gulp-nunjucks (⭐151) - Nunjucks (⭐7.9k) templates → JavaScript.
- gulp-dustjs (⭐18) - Dust (⭐2.9k) templates → JavaScript.
- gulp-riot (⭐105) - Riot (⭐15k) templates → JavaScript.
- gulp-markdown (⭐177) - Markdown → HTML.
- gulp-template (⭐283) - Lodash (⭐55k) templates → JavaScript.
- gulp-swig (⭐69) - Swig (⭐3.1k) templates → HTML.
- gulp-remark (⭐10) - Gulp plugin for remark (⭐5.7k) - markdown processor powered by plugins
Linting / Gulp with WordPress
- gulp-csslint - Automated linting of CSS with CSSLint (⭐4.7k).
- gulp-htmlhint (⭐82) - HTMLHint (⭐2.9k) wrapper to validate your HTML.
- gulp-jshint (⭐422) - Detect errors and potential problems in JavaScript with JSHint (⭐8.8k).
- gulp-jscs (⭐318) - Check JavaScript code style with jscs (⭐5k).
- gulp-coffeelint (⭐55) - A style checker that helps keep CoffeeScript (⭐16k) code clean.
- gulp-tslint (⭐119) - TypeScript (⭐85k) linter plugin for gulp.
- gulp-eslint (⭐559) - Identify and report on patterns found in ECMAScript/JavaScript code.
- gulp-w3cjs (⭐56) - Validate HTML with w3cjs (⭐158).
- gulp-lesshint (⭐14) - Lint less files with lesshint (⭐118).
- gulp-check-unused-css (⭐363) - Check your HTML templates for unused CSS classes.
Live Reload / Gulp with WordPress
- browser-sync (⭐12k) - Keep multiple browsers & devices in sync when building websites (recipes (⭐387)).
- gulp-livereload (⭐774) - Gulp plugin for livereload.
Caching / Gulp with WordPress
- gulp-changed (⭐744) - Only pass through changed files.
- gulp-cached (⭐450) - A simple in-memory file cache.
- gulp-remember (⭐150) - Remember and recall files passed through it.
- gulp-newer (⭐228) - Pass through newer source files only.
Flow Control / Gulp with WordPress
- merge-stream (⭐209) - Merge multiple streams into one interleaved stream.
- streamqueue (⭐63) - Pipe queued streams progressively.
- run-sequence (⭐973) - Run a series of dependent gulp tasks in order.
- gulp-if (⭐658) - Conditionally run a task.
Logging / Gulp with WordPress
- gulp-notify (⭐596) - Notification plugin for gulp.
- gulp-size (⭐233) - Display the size of your project.
- gulp-debug (⭐224) - Debug vinyl file streams to see what files are run through your gulp pipeline.
- gulp-beer (⭐11) - Better Error Reporting with interactive system notifications and custom server for error displaying.
Testing / Gulp with WordPress
- gulp-mocha (⭐377) - Run Mocha (⭐22k) tests.
- gulp-jasmine (⭐111) - Run Jasmine 2 (⭐15k) tests in Node.js.
- gulp-protractor (⭐136) - Gulp wrapper for Protractor (⭐8.8k) tests.
- gulp-coverage (⭐60) - Coverage reporting for Node.js that is independent of the test runner.
- gulp-karma (⭐313) - Karma test runner for gulp.
- gulp-ava (⭐56)- Run AVA (⭐20k) tests with gulp.
Miscellaneous Plugins / Gulp with WordPress
- gulp-util (⭐836) - Set of useful utilities.
- gulp-plumber (⭐809) - Prevent pipe breaking caused by errors.
- gulp-load-plugins (⭐761) - Automatically load in gulp plugins.
- main-bower-files (⭐591) - Simplify build process setup by dynamically getting the library files.
- autoprefixer (⭐21k) - Parse CSS and add vendor prefixes to rules by Can I Use.
- gulp-sourcemaps (⭐1.1k) - Provide source map support.
- gulp-replace (⭐489) - A string replace plugin for gulp.
- gulp-rename (⭐690) - Rename files easily.
- gulp-rev (⭐1.5k) - Static asset revisioning by appending content hash to filenames: unicorn.css → unicorn-d41d8cd98f.css.
- del (⭐1.3k) - Delete files/folders using globs.
- gulp-exec (⭐163) - Run a shell command.
- gulp-strip-debug (⭐248) - Strip console, alert, and debugger statements from JavaScript code.
- gulp-cssimport (⭐36) - Parses a CSS file, finds imports, grabs the content of the linked file and replaces the import statement with it.
- gulp-inline-css (⭐270) - Inline your CSS properties into the style attribute in an HTML file.
- gulp-gh-pages (⭐606) - Publish contents to Github pages.
- gulp-ng-annotate (⭐268) - Add AngularJS dependency injection annotations with ng-annotate (⭐2.1k).
- gulp-bump (⭐262) - Bump any semver JSON version.
- gulp-file-include (⭐665) - Include files with gulp.
- gulp-zip (⭐269) - ZIP compress files.
- gulp-git (⭐402) - Run Git commands with gulp.
- gulp-filter (⭐316) - Filter files in a vinyl stream using globbing.
- gulp-preprocess - Preprocess files based on custom context or environment configuration.
- gulp-eval (⭐6) - Eval JS-expression or require CommonJS modules and JSON files.
Boilerplates / Gulp with WordPress
- web-starter-kit (⭐18k) - Google Web Starter Kit.
- gulp-plugin-boilerplate (⭐76) - Boilerplate to kickstart creating gulp plugins.
- polymer-starter-kit (⭐2.5k) - A starting point for Polymer 1.0 apps.
- este (⭐5.4k) - The most complete React/Flux dev stack and starter kit for isomorphic functional web apps.
- mnml (⭐707) - Minimal boilerplate to start a responsive HTML5/Sass project.
- kraken (⭐758) - A lightweight, mobile-first boilerplate for front-end web developers.
- angularjs-gulp-browserify-boilerplate (⭐1k) - Boilerplate using AngularJS, Sass, gulp, and Browserify.
- hapi-ninja (⭐380) - A Node.js, Hapi, and Swig boilerplate.
- laravel-5-boilerplate (⭐5.4k) - A Laravel 5 boilerplate project.
- react-starterkit (⭐349) - React starter kit that contains react-router, Reflux, jest, webpack, gulp and Stylus.
- gulp-front (⭐260) - Frontend boilerplate and modular BEM css framework based on gulp, pug, stylus, postcss, webpack and babel.
- Front End Starter (⭐21) - A boilerplate for frontend projects powered by Gulp, HTML5 bolierplate, Sass, PostCss and Webpack(for Babel transpiling).
Yeoman Generators / Gulp with WordPress
- generator-gulp-webapp (⭐3.8k) - A gulp generator for modern webapps.
- generator-gulp-angular (⭐3.7k) - Yeoman generator for AngularJS with gulp.
- generator-react-gulp-browserify (⭐422) - A Yeoman Generator for React library. It includes gulp, Browserify, Browsersync and Bootstrap.
- generator-node-gulp (⭐34) - A Node.js module generator including gulp and Mocha.
- generator-gulp-bootstrap (⭐69) - Yeoman generator for Bootstrap, gulp & libsass.
- generator-angulpify (⭐140) - Yeoman generator involving AngularJS, gulp and Browserify.
- generator-ionic-gulp (⭐137) - A Yeoman generator for Ionic Projects with gulp.
- generator-gulp-plugin-boilerplate (⭐48) - Scaffold out a gulp plugin boilerplate (⭐76).
- generator-jekyllized (⭐327) - Jekyll workflow with gulp, Sass, AutoPrefixer, asset optimization and cache busting and much more.
Miscellaneous / Gulp with WordPress
- elixir (⭐1.1k) - A clean, fluent API for defining basic gulp tasks for your Laravel applications.
- gulp-app (⭐965) - Gulp as an app (OS X).
- lmn-gulp-tasks (⭐22) - Example of gulp tasks unit testing.
- gulp-chef - An elegant, intuitive way to reuse gulp tasks.
38. Awesome Mac
Developer Tools / Command Line Tools
- Zsh - Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
Utilities / Password Management
- Enpass - Cross-platform password management tool with cloud integration.
39. Awesome Remote Job
Job boards aggregators
- Remote 4 Me - An aggregator for remote jobs in tech and non-tech.
40. Awesome Fp Js
Libraries
- Rambda (⭐1.6k) - A faster alternative to Ramda in under 10kB.
Resources / Videos
- JavaScript Programmers Should Learn Algebraic Data Types -- May 2018 -- UtahJS Lehi - Seth House explains how ADTs (Algebraic Data Types) can be useful to JavaScript developers.
41. Awesome Ember
Packages / Broccoli
- broccoli-glow (⭐3) - Dynamic component creation from single file, etc.
Packages / Content management systems
- ember-admin (⭐241) - Automatically discover your models and interact with all model data in a simple CRUD interface.
Packages / Job queues
Packages / Tree Shaking
- ember-cli-tree-shaker (⭐76) - This is a testbed for the new tree-shaking and code splitting work from Kelly Selden and Alex Navasardyan.
Packages / Articles
Packages / Codemods
- ember-cli-mirage-faker-codemod (⭐2) - This codemod is to help transition from importing faker through ember-cli-mirage, to instead import it directly from faker.
42. Awesome Ipfs
Apps
- IPFS Desktop (⭐5.7k) - IPFS Desktop gives you all the power of IPFS in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer.
43. Awesome Cpp
Artificial Intelligence
- Genann (⭐2k) - Simple neural network library in C. [zlib]
Database
- nanodbc (⭐327) - A small C++ wrapper for the native C ODBC API. [MIT]
- ODB - An open-source, cross-platform, and cross-database object-relational mapping (ORM) system for C++. [GPLv2]
Game Engine
- Acid (⭐1.7k) - A high speed C++17 Vulkan game engine. [MIT]
Logging
- P7Baical - An open source and cross-platform library for high-speed sending telemetry & trace data with minimal usage of CPU and memory. [LGPL]
Math
- TinyExpr (⭐1.6k) - A C library for parsing and evaluating math expressions from strings. [zlib]
Networking
- H2O (⭐11k) - An optimized HTTP server with support for HTTP/1.x and HTTP/2. It can also be used as a library. [MIT]
Miscellaneous
- Tulip Indicators - A C library of over 100 financial technical analysis indicators. [LGPL]
44. Awesome Opensource Apps
ReactJS
Name: Kitematic (⭐12k)
Description: Visual Docker Container Management on Mac & Windows
45. Awesome Dotnet Core
Frameworks, Libraries and Tools / Misc
- AspNetCore Extension Library (⭐162) - ASP.NET Core Extension Library.
- commanddotnet (⭐567) - Model your command line application interface in a class.
- Eighty (⭐39) - A simple HTML generation library
Frameworks, Libraries and Tools / ORM
- querybuilder (⭐3.1k) - SqlKata Query Builder is a powerful Sql Query Builder written in C#.
46. Awesome Aws
SDKs and Samples / .NET SDK
Open Source Repos / Lambda
- ks888/LambStatus 🔥🔥🔥🔥 (⭐1.3k) - A status page system inspired by StatusPage.io, built on AWS Lambda.
- Prev: Aug 27 - Sep 02, 2018
- Next: Aug 13 - Aug 19, 2018