Awesome List Updates on Apr 16 - Apr 22, 2018

54 awesome lists updated this week.

🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor

1. Awesome Osint

Privacy and Encryption Tools / Telegram

2. Awesome Opensource Apps

Django

3. Awesome Ember

Packages / AST

Packages / Adapters

Packages / Authentication

Packages / Automation

Packages / Broccoli

Packages / Build tools

Packages / CI/CD

Packages / Component addons

Packages / Data validation

Packages / Debugging / Profiling

Packages / Ember-inspector roadmaps & overview

Packages / Forms

Packages / Functional programming

Packages / Helpers

Packages / Include external JS code

Packages / Internalization & Localization

Packages / Job queues

Packages / Logging

Packages / Miscellaneous

Packages / Testing

Packages / TypeScript

Packages / UI components

Packages / Articles

Packages / Blogs

Packages / Books

Packages / Cheatsheets

Packages / Codemods

Packages / Community

Packages / Discovery

Packages / Examples

Packages / Gists

Packages / Newsletters

Packages / Podcasts

Packages / Screencasts

Packages / Slides

Packages / Styleguides

Packages / Tools

Packages / Tutorials

Packages / Twitter

Packages / Videos

Packages / YouTube channels

4. Awesome Python Scientific Audio

Audio Related Packages / Feature extraction

Audio Related Packages / Deep Learning

Tutorials / Wrappers for Audio Plugins

5. Awesome Saltstack

Tools

6. Awesome Fantasy

Movies / The Lord of the Rings

7. Awesome Security

EBooks / Online resources

8. Awesome Remote Job

Tools / Others

9. Awesome Projects Boilerplates

Browser Webextensions

Websites

10. Awesome Javascript Learning

Videos / Single Topics

DOM related / Single Topics

11. Awesome Framer

Tutorials

Modules

UI Libraries

Other

12. Awesome Malware Analysis

Open Source Threat Intelligence / Tools

13. Awesome Laravel

Community / Local User Groups

14. Awesome Regression Testing

Slideshows, talks and videos

15. Awesome Swift

App Routing

Multi Database

Other Data

Images / Barcode

Localization / Barcode

Text / Barcode

UI / Barcode

Alert / Barcode

Button / Barcode

16. Awesome Electron

Open Source / Other

For Electron / Other

17. Awesome Nodejs

Related lists / Miscellaneous

18. Amas

Ask these people anything!

19. Awesome Bigdata

Distributed Index

20. Awesome Recursion Schemes

Articles

Implementations / Hylomorphisms in the Wild

21. Awesome Ocaml

Community

22. Julia.jl

§2.1. AGPLv3 and ODbL

23. Awesome Network Analysis

Books / Dissemination

Books / Method-specific

Datasets / Topic-specific

Journals / Topic-specific

Professional Groups / Research Groups (Other)

Review Articles / Network Modeling

Review Articles / Social, Economic and Political Networks

Selected Papers / Social, Economic and Political Networks

Software / C / C++

Varia / Tutorials

Varia / Network Science

Varia / Two-Mode Networks

24. Awesome R

Reference Cards / Book/monograph Lists and Reviews

25. Awesome Selfhosted

Software / Conference Management

26. Awesome Git Addons

git-issue

Initialize issue repository

$ git issue init
Initialized empty Issues repository in /home/dds/src/gi/.issues
$ git issue new -s 'New issue entered from the command line'
Added issue e6a95c9

Create a new issue (opens editor window)

$ git issue new
Added issue 7dfa5b7

List open issues

$ git issue list
7dfa5b7 An issue entered from the editor
e6a95c9 New issue entered from the command line

Add an issue comment (opens editor window)

$ git issue comment e6a95c9
Added comment 8c0d5b3

Add tag to an issue

$ git issue tag e6a9 urgent
Added tag urgent

Add two more tags

$ git issue tag e6a9 gui crash
Added tag gui
Added tag crash

Remove a tag

$ git issue tag -r e6a9 urgent
Removed tag urgent

Assign issue

$ git issue assign e6a9 [email protected]
Assigned to [email protected]

Add issue watcher

$ git issue watcher e6a9 [email protected]
Added watcher [email protected]

List issues tagged as gui

$ git issue list gui
e6a95c9 New issue entered from the command line

Push issues repository to a server

$ git issue git remote add origin [email protected]:dspinellis/gi-example.git
$ git issue git push -u origin master
Counting objects: 60, done.
Compressing objects: 100% (50/50), done.
Writing objects: 100% (60/60), 5.35 KiB | 0 bytes/s, done.
Total 60 (delta 8), reused 0 (delta 0)
To [email protected]:dspinellis/gi-example.git
 * [new branch]      master -> master
Branch master set up to track remote branch master from origin.

Clone issues repository from server

$ git issue clone [email protected]:dspinellis/gi-example.git my-issues
Cloning into '.issues'...
remote: Counting objects: 60, done.
remote: Compressing objects: 100% (42/42), done.
remote: Total 60 (delta 8), reused 60 (delta 8), pack-reused 0
Receiving objects: 100% (60/60), 5.35 KiB | 0 bytes/s, done.
Resolving deltas: 100% (8/8), done.
Checking connectivity... done.
Cloned [email protected]:dspinellis/gi-example.git into my-issues

Create new issue

$ git issue new -s 'Issue added on another host'
Added issue abc9adc

Push changes to server

$ git issue push
Counting objects: 7, done.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (7/7), 767 bytes | 0 bytes/s, done.
Total 7 (delta 0), reused 0 (delta 0)
To [email protected]:dspinellis/gi-example.git
   d6be890..740f9a0  master -> master

Show issue added on the other host

$ git issue show 7dfa5b7
issue 7dfa5b7f4591ecaa8323716f229b84ad40f5275b
Author: Diomidis Spinellis <[email protected]>
Date:   Fri, 29 Jan 2016 01:03:24 +0200
Tags:   open

    An issue entered from the editor

    Here is a longer description.

Show issue and comments

$ git issue show -c e6a95c9
issue e6a95c91b31ded8fc229a41cc4bd7d281ce6e0f1
Author: Diomidis Spinellis <[email protected]>
Date:   Fri, 29 Jan 2016 01:03:20 +0200
Tags:   open urgent gui crash
Watchers:       [email protected]
Assigned-to: [email protected]

    New issue entered from the command line

comment 8c0d5b3d77bf93b937cb11038b129f927d49e34a
Author: Diomidis Spinellis <[email protected]>
Date:   Fri, 29 Jan 2016 01:03:57 +0200

    First comment regarding the issue.

Pull in remote changes (on the original host)

$ git issue pull
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 7 (delta 0), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
From github.com:dspinellis/gi-example
   d6be890..740f9a0  master     -> origin/master
Updating d6be890..740f9a0
Fast-forward
 issues/ab/c9adc61025a3cb73b0c67470b65cefc133a8d0/description | 1 +
 issues/ab/c9adc61025a3cb73b0c67470b65cefc133a8d0/tags        | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 issues/ab/c9adc61025a3cb73b0c67470b65cefc133a8d0/description
 create mode 100644 issues/ab/c9adc61025a3cb73b0c67470b65cefc133a8d0/tags

List open issues

$ git issue list
7dfa5b7 An issue entered from the editor
abc9adc Issue added on another host
e6a95c9 New issue entered from the command line

Sub-command auto-completion

$ git issue [Tab]
assign   clone    comment  git      init     log      pull     show     watcher
attach   close    edit     help     list     new      push     tag

27. Awesome Calculators

Calculator apps: / Web

28. Awesome Transit

Agency Tools

29. Awesome Composer

Packagist Mirrors / IRC

30. Awesome Shell

Command-Line Productivity

For Developers / Directory Navigation

System Utilities / Directory Navigation

Downloading and Serving / Directory Navigation

31. Awesome Keycloak

Commercial Offerings

32. Awesome Ledger

Editors

33. Awesome Selenium

Tools / Java

34. Awesome Clojure

Guides

35. Awesome Geojson

operations

36. Awesome Unity

Augmented & Virtual Reality

37. Awesome Vue

Projects Using Vue.js / Open Source

38. Awesome Aws

Open Source Repos / Elastic Container Service

Open Source Repos / Miscellaneous Repos

39. Awesome C

Build Systems

Compilers

Compression

Networking and Internet / Language Standards

Crypto

Database

Documentation Generation

Editors

RTOS

Environments

Frameworks

Engines

Resources

Graphics

Graphical User Interface

Hashing

JSON

Intermediate / Language Standards

Macros / Language Standards

Memory Allocators / Language Standards

Multimedia / Language Standards

Numerical / Language Standards

Parallel Programming / Language Standards

Parsers / Language Standards

Regex / Language Standards

Serialization / Language Standards

Source Code Collections / Language Standards

Standard Libraries / Language Standards

String Manipulation / Language Standards

Testing / Language Standards

Atom / Language Standards

Vim / Language Standards

Tools / Language Standards

Utilities / Language Standards

XML / Language Standards

40. Awesome Decentralized

Applications

41. Awesome React Native

Internals

42. Awesome Wagtail

Community / Lists

43. Awesome Hacking Locations

Poland 🇵🇱 / Krakow

Café Lisboa

Solid coffee in a portuguese ambience. Calm music, lovely summer garden. A tiny spot but never loud. Great pasteis de nata, lunch options too.

Webpage: https://www.facebook.com/cafelisboa.krakow/

Wifi Power Address Open Hours
x 33-332, Dolnych Młynów 3, 33-332 Kraków Mon-Wed 08:00-20:00, Thu-Fri 08:00-21:00, Sat-Sun 10:00-20:00

Coffee Corner

Good coffee and tea, right in the middle of the main railway station. Can get busy but usually not very loud. Plenty of electrical plugs available.

Webpage: http://www.coffeecorner.pl/

Wifi Power Address Open Hours
Pawia 5a, 31-154 Kraków Mon-Sun 05:00-22:00

Turkey 🇹🇷 / Istanbul

Boreal Coffee Shop - Talacker

Very nice coffee, spacious, good tables to work and a bunch of couches.

Webpage: http://www.borealcoffee.ch/

Wifi Power Address Open Hours
Some plugs Talacker 41 CH-8001 Zürich Mon - Fri: 07:00 - 19:00 Sat - Sun: 09:00 - 19:00

44. Awesome Dev Fun

Ruby

45. Awesome Cmake

Examples / Templates

46. Awesome Dotnet Core

Frameworks, Libraries and Tools / Tools

Frameworks, Libraries and Tools / Web Socket

Podcasts / Workflow

47. Awesome Groovy

Build tools, setup and CI

IDE and Editor Support

Web Frameworks

Database

HTTP

Testing

DSLs

Official Resources

Blogs of core committer

Conferences

48. Awesome Markdown

CMS / Blogs

49. Awesome Open Source Supporters

Miscellaneous

50. Awesome Spanish Nlp

Corpora / Shared tasks

51. Awesome Mac

Utilities / Quality of Life Improvements

52. Awesome Influxdb

Projects / Dedicated

Projects / Non-dedicated

53. Awesome Sre

Culture

Reliability

Monitoring & Observability & Alerting

On-Call

Misc Articles

54. Awesome Android

GUI / Images