Awesome List Updates on Oct 15 - Oct 21, 2018
67 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome4girls
Events/Meetups / R
-
R-Ladies is a worldwide organization whose mission is to promote Gender Diversity in the R community.
- R-Ladies São Paulo - Brazil- Loc: )
2. Amas
Ask these people anything!
- CY Lim (⭐0) - Full-stack JavaScript digital nomad.
3. Awesome Algorithms
Books / Algorithms and Data structures
4. Awesome Bigdata
Books / Graph Based approach
- Graph-Powered Machine Learning - Alessandro Negro. Combine graph theory and models to improve machine learning projects
5. Awesome Tikz
Tools / PGFPlots
- itikz (⭐55) - Cell and line magic for PGF/TikZ-to-SVG rendering in Jupyter notebooks.
6. Awesome Hacking
Disassemblers and debuggers
- x64dbg (⭐42k) - An open-source x64/x32 debugger for Windows
Decompilers
- JVM-based languages
- Krakatau (⭐1.9k) - the best decompiler I have used. Is able to decompile apps written in Scala and Kotlin into Java code. JD-GUI and Luyten have failed to do it fully.
- procyon
- Luyten (⭐4.9k) - one of the best, though a bit slow, hangs on some binaries and not very well maintained.
- JAD - JAD Java Decompiler (closed-source, unmaintained)
- JADX (⭐38k) - a decompiler for Android apps. Not related to JAD.
- .net-based languages
- dotPeek - a free-of-charge .NET decompiler from JetBrains
- ILSpy (⭐19k) - an open-source .NET assembly browser and decompiler
- dnSpy (⭐25k) - .NET assembly editor, decompiler, and debugger
- native code
- Hopper - A OS X and Linux Disassembler/Decompiler for 32/64-bit Windows/Mac/Linux/iOS executables.
- cutter - a decompiler based on radare2.
- retdec (⭐7.6k)
- snowman (⭐2.3k)
- Hex-Rays
Deobfuscators
- de4dot (⭐6.6k) - .NET deobfuscator and unpacker.
- JS Nice - a web service guessing JS variables names and types based on the model derived from open source.
Other
- nudge4j (⭐154) - Java tool to let the browser talk to the JVM
- dex2jar (⭐12k) - Tools to work with Android .dex and Java .class files
- androguard - Reverse engineering, malware and goodware analysis of Android applications
- antinet (⭐289) - .NET anti-managed debugger and anti-profiler code
- UPX - the Ultimate Packer (and unpacker) for eXecutables
Execution logging and tracing
- Wireshark - A free and open-source packet analyzer
- tcpdump - A powerful command-line packet analyzer; and libpcap, a portable C/C++ library for network traffic capture
- mitmproxy (⭐33k) - An interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface
- Charles Proxy - A cross-platform GUI web debugging proxy to view intercepted HTTP and HTTPS/SSL live traffic
- usbmon - USB capture for Linux.
- USBPcap (⭐840) - USB capture for Windows.
- dynStruct (⭐309) - structures recovery via dynamic instrumentation.
- drltrace (⭐365) - shared library calls tracing.
Binary files examination and editing / Hex editors
- HxD - A hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size
- WinHex - A hexadecimal editor, helpful in the realm of computer forensics, data recovery, low-level data processing, and IT security
Binary files examination and editing / Other
- Binwalk (⭐9.9k) - Detects signatures, unpacks archives, visualizes entropy.
- Veles (⭐1k) - a visualizer for statistical properties of blobs.
- DarunGrim (⭐359) - executable differ.
- DBeaver (⭐35k) - a DB editor.
- Dependencies (⭐7.6k) - a FOSS replacement to Dependency Walker.
- PEview - A quick and easy way to view the structure and content of 32-bit Portable Executable (PE) and Component Object File Format (COFF) files
- BinText - A small, very fast and powerful text extractor that will be of particular interest to programmers.
7. Awesome No Login Web Apps
Programming Tools / Others
- ObjGen - This app helps you generate code (JSON, HTML, etc) in real time as you type in only the key words, types and properties using a text based syntax.
- JsonFormatter - View json in human readable form.
Utilities (uncategorized) / Others
- Mailinator - Disposable email service.
8. Awesome Ant Design
Components / Themes
- ngx-recursive-form (⭐35) - Angular recursive form based on json input built with Ant Design.
9. Awesome Selfhosted
Software / Content Management Systems (CMS)
- Publify - Simple but full featured web publishing software. (Source Code (⭐1.8k))
MIT
Ruby
10. Awesome Math
Foundations of Mathematics / Category Theory
- 📝 Abstract and Concrete Categories: The Joy of Cats - Jiri Adamek, Horst Herrlich, George Strecker
- 📝 Seven Sketches in Compositionality: An Invitation to Applied Category Theory - Brendan Fong and David I. Spivak (MIT)
11. Awesome Dart
Community
12. Android Security Awesome
Tools / Static Analysis Tools
- ConDroid (⭐54) - Performs a combination of symbolic + concrete execution of the app
Tools / Dynamic Analysis Tools
- Appie - Appie is a software package that has been pre-configured to function as an Android Pentesting Environment. It is completely portable and can be carried on a USB stick or smartphone. This is a one-stop answer for all the tools needed in Android Application Security Assessment and an awesome alternative to existing virtual machines.
Exploits/Vulnerabilities/Bugs / Malware
13. Awesome Javascript
Machine Learning / Runner
- ml5.js - Friendly Machine Learning for the Web.
Misc / Other
- You Don't Know JS (⭐178k) - Possibly the best book written on modern JavaScript, completely readable online for free, or can be bought to support the author.
14. Awesome Mac
Developer Tools / Developer Utilities
- Cacher - Cloud-based, team-enabled code snippet manager with Gist sync, VSCode/Atom/Sublime packages and Mac/Windows/Linux/Web clients.
Utilities / To-Do Lists
- Nozbe - Powerful GTD app for individuals and teams, with support for every Apple device (Mac, iPhone, iPad, Watch).
Utilities / Window Management
- Total Spaces - Provides window management much like ubuntu. Creates hotkeys for workspaces which allows you to easily move around.
15. Awesome Plone
Official resources
- plone.org - Official website for developers and community.
- community.plone.org - Official community forum, the best place to get help.
- training.plone.org - Training classes for developers/integrators/users/designers.
16. Awesome Tensorflow
Libraries
- tf-encrypted (⭐2) - Layer on top of TensorFlow for doing machine learning on encrypted data
17. Awesome Ethereum
Tutorials
- Learning Solidity Tutorial Series - Building smart contracts with Metamask and Remix IDE.
- End to End DApp Tutorial - Create a gambling DApp using Metamask, Truffle, Remix, React and IPFS.
18. Awesome Microservices
Serialization / Scala
- FST (⭐1.6k) - Fast java serialization drop in-replacement.
19. Awesome Food
Food-related projects
- fetch-my-cookie (⭐1) - Node app to claim your free cookie at Subway.
- whoffer (⭐0) - React Native OCR app to claim free cookie at Subway.
- Food-Recipe-CNN (⭐520) - DeepChef : Classification of Cooking Dishes with Machine Learning.
- TooManyChefs (⭐49) - A text-based cooperative cooking game.
Cookbooks
- the-bread-code (⭐3.9k) - Learn how to master the art of baking the programmer way.
- 1337-Noms-The-Hacker-Cookbook (⭐214) - The goal of this repo is to collect recipes for an eclectic mix of dishes from around the hacker community.
- Vegan-chocolate-seduction-cookbook (⭐0) - Several great vegan chocolate recipes.
20. Awesome Speaking
Videos
- The Talk on Talks - by Zach Holman [36:26]
Websites
- Irongeek - A collection of information security talks.
21. FOSS for Dev
IDE
- Visual Studio Code (⭐156k) - Fully-featured IDE with thousands of extensions, cross-platform app development (Microsoft extensions available for download for iOS and Android), desktop, web and cloud development, multi-language support (C#, C++, JavaScript, Python, PHP and more)
22. Awesome Roslyn
Tutorials
- Learn Roslyn Now - Series of blog posts that explore the Roslyn compiler API. It introduces the power of Roslyn through small self-contained examples. A perfect tutorial to start with :-)
- C# and Visual Basic - Use Roslyn to Write a Live Code Analyzer for Your API - Older but still not outdated, very detailed MSDN article on writing code analyzers.
- C# - Adding a Code Fix to Your Roslyn Analyzer - The sequel to the previous MSDN article. A detailed introduction into code fixes.
Open Source Projects
- Bridge - C# to JavaScript transpiler. Write modern mobile and web apps in C# and run them anywhere in JavaScript.
- Code Converter (⭐616) - C# to VB.NET and VB.NET to C# transpiler.
- CodeAnalysis.CSharp.PatternMatching (⭐21) - Intuitive pattern matching for Roslyn syntax trees. Simplifies C# syntax and semantic analysis.
- CodeGeneration.Roslyn (⭐404) - Roslyn-based Code Generation during a build with design-time support.
- dotnet-script (⭐2.1k) - Runs C# scripts from the .NET CLI, defines NuGet packages inline and edit/debugs them in VS Code.
- MirrorSharp (⭐164) - Online C#, VB.NET, and F# code editor. Features code completion, method signature help, quick fixes, and diagnostics.
- RoslynPad - Cross-platform C# editor. Features code completion, method signature help, quick fixes, and diagnostics.
- RoslynQuoter (⭐709) - Online tool that for a given C# program generates syntax tree API calls that construct syntax tree of that program.
- scriptcs - Turns C# into a powerful scripting tool. Features C# REPL, installation of NuGet packages, and execution of scripts with a single line of code.
- Scripty (⭐618) - Tool to use Roslyn-powered C# scripts for code generation. You can think of it as a scripted alternative to T4 templates.
- Sharpen - Visual Studio extension that intelligently introduces new C# language features into your existing code base.
- Testura.Code (⭐258) - Wrapper around the Roslyn API used for generation, saving, and compiling C# code. Provides methods and helpers to generate classes, methods, statements, and expressions.
- Uno SourceGenerator (⭐124) - C# source code generator based on a project being built, using all of its syntactic and semantic model information.
Open Source Analyzers, Code Fixes, and Refactorings
- Code Cracker (⭐1.1k) - Analyzer library for C# and VB.NET. Offers diagnostics in many categories like performance, coding styles, as well as some basic refactorings.
- Roslyn Clr Heap Allocation Analyzer (⭐623) - C# heap allocation analyzer that can detect explicit and many implicit allocations like boxing, closures, implicit delegate creations, etc.
- Roslynator (⭐2.5k) - Collection of 190+ analyzers and 190+ refactorings for C#. Covers coding style, code readability and simplification, removing redundancies, fixing compiler errors, and many more.
- SonarC# (⭐573) - Static code analyzer for C# language used as an extension for the SonarQube platform.
- StyleCop Analyzers for the .NET Compiler Platform (⭐2.3k) - Port of StyleCop rules to Roslyn.
- VSDiagnostics (⭐64) - Collection of code-quality analyzers. Covers usages of async methods, flags enums, best practices in exception handling as well as many other code-quality checks.
Blog Posts and Articles
- Inside the .NET Compiler Platform – Performance Considerations during Syntax Analysis (#SpeakRoslyn) - In-depth look at Roslyn's performance with the focus on memory consumption.
- Persistence, Facades and Roslyn's Red-Green Trees - Inspiring introduction on how Roslyn team implemented immutable, reusable trees with cheap parent references and many other goodies. Quote: "But on the Roslyn team we routinely do impossible things" :-)
- ReSharper and Roslyn: Q&A - Excellent explanation why ReSharper will not use Roslyn. Includes good discussion on static code analysis and some limits of Roslyn.
- Roslyn performance (Matt Gertz) - Insight on how Roslyn team approaches the topic of evaluating and achieving performance.
Talks
- The Power of Roslyn - Great talk by Kasey Uhlenhuth at NDC Oslo 2018 covering Roslyn essentials and APIs and tools for building code analyzers and fixes.
23. Awesome Appium
Become an Appium Pro
24. Awesome Canvas
Canvas / Examples
- Trigonoparty! [show me the code (⭐488)] • Simple trigonometry visualisation.
Libraries / To draw using canvas
- p5.js - p5.js is a JS client-side library for creating graphic and interactive experiences
- Pts.js - Pts is a javascript library for visualization and creative-coding.
Resources / Websites and Tutorials
- Making a Lunar Lander in JavaScript - A 5 lesson tutorial that explain how to make a Lunar Lander game in JavaScript.
25. Awesome Speakers
Europe / Netherlands 🇳🇱
Breda
Job van Achterberg
Topics: Accessibility
https://twitter.com/detonite/
North America / Canada 🇨🇦
Kingston
Scott Vinkle
Topics: Accessibility
https://twitter.com/svinkle
North America / United States of America 🇺🇸
Buffalo
Adrian Roselli
Topics: Accessibility
https://twitter.com/aardrian
Chapel Hill
Doug Schepers
Topics: Data visualization, Accessibility, SVG
https://twitter.com/shepazu
Madison
Carie Fisher
Topics: Accessibility
https://twitter.com/cariefisher
Redwood City
Jesse Beach
Topics: Accessibility, React
https://twitter.com/jessebeach
Seattle
Jaime Lopez
Topics: iOS, Swift, Software Architecture, Development Processes
https://twitter.com/DevWithTheHair
Shell Little
Topics: Accessibility
https://twitter.com/ShellELittle
26. Awesome Code Review
Academic Papers
- An experiment to assess the cost-benefits of code inspections in large scale software development (Porter, Siy, Toman & Votta, 1997) Early paper that tested a range of then-current review techniques including multi-stage review and code-review-via-meeting that found you can get most of the benefit in an offline, single pass, with two reviewers.
- Design and Code Inspections to Reduce Errors in Program Development (Fagan, 2002) Using a more formal process, particularly with defined roles for each participant and drive a big increase in error detection during review.
Articles
- Towards Productive Technical Discussions Tactical questions and actions to push code review discussions into a more productive territory.
Books
- Best Kept Secrets of Peer Code Review Older compilation of 10 essays on the practice of code reviews. Some repetition due to different authors covering the same territory.
Talks and Podcasts
- Goldilocks and the Three Code Reviews - Vaidehi Joshi RedDot Ruby Conf 2017 Finding just the right amount of code review by focussing on what is affecting.
Tools
- PullRequest Code review as a service for GitHub pull requests.
- Reviewable Code review tool built on top of GitHub pull requests.
27. Awesome Transit
GTFS Analysis Tools / Ruby
- Peartree (⭐201) - A Python library for converting transit data into a directed graph for network analysis.
- transitr (⭐21) - An R package for constructing and modelling a transit network in real time to obtain vehicle ETAs
28. Awesome Talks
Software Development
- We're Doing It All Wrong by Paul Phillips [50:42]
Test-Driven Development
- Is TDD Dead? by Martin Fowler, Kent Beck, and David Heinemeier Hansson (DHH)
29. Awesome Emails
Frameworks / Misc
- Acorn - A responsive email framework based on a golden ratio typography grid.
30. Learn to Program
Intermediate
1 Million Women To Tech Summer of Code (⭐621)
Free programming course material for beginner, intermediate and advanced levels
(Python, JavaScript, Data Science, artificial intelligence, machine learning, AR & VR)
31. Awesome Vscode
Linters / More
- Schema.org Snippets - Snippets for Schema.org.
32. Awesome Groovy
IDE and Editor Support
- Groovy Grails Tool Suite - Eclipse-based IDE optimized for developing, debugging and executing Groovy and Grails applications
Staying up to date
- Groovy Podcast - Ken Kousen and Baruch Sadogursky discuss news and insight from the Groovy ecosystem.
33. Awesome Crystal
Database Drivers/Clients
- couchdb.cr (⭐13) - CouchDB client
Serverless Computing
- crystal_openfaas (⭐22) - Template to enable crystal as first class citizens in OpenFaaS
Official Documentation Translations
- shards.info - Web service that lists all repositories on GitHub that have Crystal code in them. The sources are available on GitHub (⭐38)
34. Awesome Cpp
Cryptography
- libhydrogen (⭐603) - A lightweight, secure, easy-to-use crypto library suitable for constrained environments. [ISC]
Game Engine
- PixelGameEngine (⭐3.8k) - The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects. [OLC3]
Serialization
- YAS (⭐729) - Very fast Yet Another Serialization library supports the binary/text/json formats. [Boost]
35. Awesome Ember
Packages / Broccoli read
Packages / Debugging / Profiling
- ember-cli-bundle-analyzer (⭐99) - An Ember CLI addon to analyze the size and contents of your app's bundled output, using an interactive zoomable treemap.
Packages / Forms
- ember-cli-crudities - Form and editable list builder that works from json config which can be either statically or dynamically loaded.
Packages / VR
Packages / Articles about Data
36. Awesome Osint
Phone Number Research / Telegram
- Phone Validator - Pretty accurate phone lookup service, particularly good against Google Voice numbers.
Other Tools / Telegram
- Photon (⭐11k) - Crawler designed for OSINT
- Zen (⭐551) - Find email addresses of Github users urls and other data effortlessly
37. Awesome Asyncio
Web Frameworks
- Starlette (⭐7.8k) - A lightweight ASGI framework/toolkit for building high performance services.
Networking
- aiodns (⭐472) - Simple DNS resolver for asyncio.
38. Awesome Android
Database / ORM
- DBFlow (⭐4.9k) - Fast and powerful ORM with compile-time annotation processing.
39. Awesome Creative Coding
Web Programming • Libraries
- css-doodle - A web component for drawing patterns with CSS.
Online
- P5.js Editor - Online web editor for P5.js.
40. Awesome React Native
UI
- react-native-segment-control ★7 (⭐21) - A swipeable SegmentedControl component for React Native apps.
41. Awesome Machine Learning
Python / Natural Language Processing
- NeuroNER (⭐1.7k) - Named-entity recognition using neural networks providing state-of-the-art-results
R / Data Manipulation | Data Analysis | Data Visualization
42. Awesome Aws
Open Source Repos / Lambda
- lambda-refarch-iotbackend 🔥🔥 (⭐254) - Reference Architecture for creating an IoT Backend.
43. Awesome Courses
Courses / Machine Learning
- Fast.ai Introduction to Machine Learning for Coders Fast.ai / University of San Francisco
- There are around 24 hours of lessons, and you should plan to spend around 8 hours a week for 12 weeks to complete the material. The course is based on lessons recorded at the University of San Francisco for the Masters of Science in Data Science program. We assume that you have at least one year of coding experience, and either remember what you learned in high school math, or are prepared to do some independent study to refresh your knowledge.
- Lecture Videos
- Lecture Notes
- Jupyter Notebooks (⭐23k)
44. Awesome Flutter
Advanced
- Inherited Widget - Flutter’s InheritedWidget to hold app state by Chema Molins
UI / Effect
- Frosted Glass - Render effect by Collin Jackson
- Shimmer (⭐1.8k) - Shimmer effect while content is loading by HungHD
UI / Calendar
- Calendar Widget (⭐246) - Calendar widget by David Bennett
45. Awesome Java
CLI / Argument Parsing
- JCommander - Command-line argument-parsing framework with custom types and validation via implementing interfaces.
- JLine (⭐1.4k) - Includes features from modern shells like completion or history.
CLI / Text-Based User Interfaces
- Jansi (⭐1.1k) - ANSI escape codes to format console output.
- Text-IO (⭐338) - Aids the creation of full console-based applications.
Networking / Text-Based User Interfaces
- TLS Channel (⭐187) - Implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS.
Security / Other
- SecurityBuilder (⭐43) - Fluent Builder API for JCA and JSSE classes and especially X.509 certificates.
Utility / Mocking
- bucket4j (⭐2.2k) - Rate limiting library based on token-bucket algorithm.
46. Awesome List
Platforms
- Home Assistant (⭐5.9k) - Open source home automation that puts local control and privacy first.
47. Awesome Web Archiving
Resources for Web Publishers
- The Archive Ready tool, for estimating how likely a web page will be archived successfully.
48. Awesome Xamarin
Framework
- Invention - Develop native apps for iOS, Android and Windows with 100% code sharing using Visual Studio and C#.NET.
Xamarin.Forms
- XamarinControls ★17 (⭐103) - Cross-platform controls for Xamarin and Xamarin.Forms (Checkbox using SkiaSharp).
49. Awesome Linux
GUI-based Applications / Package management and creation tools
- Yay (⭐8.4k) (Arch) - Yay is one of the many wrappers to
pacman
which automatically downloads and installs packages from AUR, a full list can be found here.
50. Awesome Nextjs
Apps
- Urteile & Gesetze (⭐15) - German Legal Information System licensed under GPLv3.
51. Awesome Clojure
RESTful API
Web Framework
JSON
Async processing
Monads
WebSocket
Science and Data Analysis
Editor Plugins
52. Awesome Serverless
Serverless Framework Plugins
- S3 Deploy (⭐58) - Plugin to deploy files to an S3 Bucket.
53. Js Must Watch
2018
54. Awesome Dotnet Core
Frameworks, Libraries and Tools / API
- RestClient.Net (⭐366) - Cross Platform REST Client for all C# platforms
Frameworks, Libraries and Tools / Cryptography
- BCrypt.Net (⭐812) - Bringing updates to the original bcrypt package.
- multiformats (⭐48) - A general purpose hashing library, but a library to encode/decode Multihashes which is a "container" describing what hash algorithm the digest is calculated with.
- nsec (⭐381) - NSec is a new cryptographic library for .NET Core based on libsodium.
Frameworks, Libraries and Tools / Misc
- Bullseye (⭐840) - A .NET package for describing and running targets and their dependencies.
- dotnet-env (⭐419) - A .NET library to load environment variables from .env files.
55. Awesome Vue
Resources / Community
Resources / Tutorials
- Creating an interactive map with D3 and Vue (October 2018)
Resources / Books
- Getting to Know Vue.js by Brett Nelson, Apress. (August 2018)
Components & Libraries / UI Components
- VCalendar Very customizable and powerful calendar/datepicker component with many features and good documentation.
- vue-page-guide (⭐54) - Page tour / guide plugin with directive
56. Awesome Qa
Systems / Subtypes of QA
- IBM Watson - Has state-of-the-arts performance.
- Facebook DrQA - Applied to the SQuAD1.0 dataset. The SQuAD2.0 dataset has released. but DrQA is not tested yet.
- MIT media lab's Knowledge graph - Is a freely-available semantic network, designed to help computers understand the meanings of words that people use.
Lectures / Subtypes of QA
- Question Answering - Natural Language Processing - By Dragomir Radev, Ph.D. | University of Michigan | 2016.
Slides / Subtypes of QA
- Question Answering with Knowledge Bases, Web and Beyond (⭐33) - By Scott Wen-tau Yih & Hao Ma | Microsoft Research | 2016.
- Question Answering - By Dr. Mariana Neves | Hasso Plattner Institut | 2017.
Datasets / Subtypes of QA
- MultiRC
- A dataset of short paragraphs and multi-sentence questions
- Paper: http://cogcomp.org/page/publication_view/833
57. Awesome Aurelia
Aurelia Examples / Aurelia + Electron Examples
- aurelia-electron-webpack (⭐29) * A basic boilerplate to build Electron apps with Aurelia, Typescript, and Webpack.
- AureliaElectronHappiness (⭐7) * Sample application that shows how to combine TypeScript, VSCode and Electron.
- electron-aurelia-example (⭐36) * An example desktop application written with Electron and Aurelia.
58. Awesome Remote Job
Job boards
59. Awesome Piracy
VPN Guides and Tutorials
- /r/VPN wiki Helpful FAQ-type resource composed by the folks at /r/VPN
- VPN over SSH ArchWiki page describing how to achieve a poor man's VPN with SSH tunneling
VPN Subscription Services
- Private Internet Access 🌟 Hugely popular subscription-based VPN provider with a proven track record for not keeping logs
- ProtonVPN High-speed Swiss VPN that safeguards your privacy.
- NordVPN With NordVPN, encrypt your online activity to protect your private data from hackers or snoopy advertisers.
Self-hosted VPNs
- n2n (⭐5.1k) Peer-to-peer VPN
- PeerVPN PeerVPN is a software that builds virtual ethernet networks between multiple computers.
- Pritunl Enterprise Distributed OpenVPN and IPsec Server
- WireGuard VPN WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec.
- sshuttle (⭐10k) Transparent proxy server that works as a poor man's VPN.
Browser Extensions
- HTTPS Everywhere HTTPS Everywhere is a Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure.
- uBlock Origin (⭐36k) 🌟 An efficient blocker for Chromium and Firefox. Fast and lean.
Userscripts
- IMDb Scout Add links from IMDb pages to torrent sites -- easy downloading from IMDb
- AdsBypasser This user script helps you to skip countdown ads or continue pages and prevent ad pop-up windows.
- AntiAdware Remove forced download accelerators, managers, and adware on supported websites
Password Vaults
- BitWarden 🌟 Open source password management solution, can be self-hosted
- Pass Simple GPG/Git password manager. Follows the Unix philosophy.
- Dashlane An intuitive password manager with over with over 8 million users worldwide.
- Passbolt Free, open source, self-hosted, extensible, OpenPGP based.
Antivirus
- MalwareBytes 🌟 "crushes malware so you are protected and your machine keeps running smoothly."
- ProtonMail Secure Email Based in Switzerland
- 10 Minute Mail Disposable, private mailboxes
Decentralised Networks
- Tor 🌟 Tor is free software and an open network that helps you defend against traffic analysis.
- I2P I2P is an anonymous overlay network - a network within a network. It is intended to protect communication from dragnet surveillance and monitoring by third parties such as ISPs.
Operating Systems
- Qubes OS Qubes OS is a security-oriented operating system
- Tails Tails is a live operating system that you can start on almost any computer from a USB stick or a DVD.
Domain Names
- Njalla a privacy-aware domain registration service
Torrenting
- /r/torrents Questions and discussion about all things torrent-related
- BitTorrent Wikipedia's article on the BitTorrent file sharing protocol
- Live Tracer Pre-time tracer for scene releases
- magent2torrent.me Converts magnet links to torrent files
- Torrage Torrage is a free service for caching torrent files online.
Trackers
- /r/trackers 🌟 A subreddit for discussing public & private trackers.
- A Simple Guide To A Better Ratio A good tracker requires you to upload what you download. This guide explains many of the methods involved with keeping on top of this sometimes difficult task.
- Tracker Twitters List Of Private Torrent Trackers & BitTorrent News Accounts To Follow On Twitter
Trackers / Semi-Private Trackers
- ruTracker 🌟 RuTracker is a huge Russian torrent site with a thriving file-sharing community.
- Zamunda.net A Bulgarian tracker with English and Russian translations available.
- ArenaBG A Bulgarian tracker with an English translation available.
Trackers / Public Trackers
- 1337x 1337x is a torrent site that offers verified torrent downloads.
- ETTV ETTV is a torrent site specific for movie torrents.
- Isohunt2 Clone of the original isoHunt torrent index and repository
- KickAss Torrents Community-made reincarnation launched in 2016
- RARBG 🌟 Public tracker with its own release group
- Zooqle Zooqle is a relatively new torrent index providing a huge database of verified torrents.
- GloTorrents Download Movies, TV, Games and Other Torrents Free
- SkyTorrents Revival of the recently-shut-down, privacy-focused, ad-free torrent indexer
- moviemagnet Verified torrents for movies.
- OTorrents Yet another public torrent tracker
- WorldWide Torrents Another public tracker with a reasonably nice UI
Tracker Aggregators / Public Trackers
- snowfl snowfl is a torrent aggregator which searches various public torrent indexes in real-time
- rats-search (⭐1.3k) P2P Bittorrent search engine
- AIO Search Torrent search engine
Tracker Invites / Public Trackers
- /r/OpenSignups Open Signups - When Private Trackers Open Their Doors To The Public
- /r/Invites Post wanted ads for private tracker invites here
- getting_into_private_trackers 🌟 Helpful resource from the /r/trackers wiki
Torrent Clients / Public Trackers
- Butter Project A legal fork of Popcorn Time which is configurable to allow for custom sources of video
- BitLord Another BitTorrent streaming client
Torrent Clients / rTorrent
- rTorrent 🌟 rTorrent is a text-based ncurses BitTorrent client written in C++
- ruTorrent (⭐1.9k) Yet another web front-end for rTorrent
- rutorrent-themes (⭐11) A collection of default and new, original themes for ruTorrent.
- flood (⭐1.8k) A web UI for rTorrent with a Node.js backend and React frontend.
- rTorrent ArchWiki Page Detailed article to answer most common questions about rTorrent
- rTorrent Seedbox Guide This guide is a single-page, comprehensive guide to take you step-by-step through installation and configuration.
Seedboxes / Web-based Cloud Seedboxes
- Seedr Essentially a seedbox you can paste torrents into which returns a streamable direct link
Seedboxes / Seedbox Hosting Providers
- Kimsufi Affordable dedicated servers
- Online.net 🌟 Seedbox-friendly, affordable, dedicated server host
- /u/Andy10gbit Reddit user with good deals on servers and seedboxes
- Seedboxes.cc Reliable and affordable web hosting, with the power of your friendly monsters!
Tracker Frameworks / Seedbox Setup Tools and Guides
- Gazelle 🌟 web framework geared towards private torrent trackers with a focus on music
Usenet / Seedbox Setup Tools and Guides
- Usenet Usenet is a worldwide distributed discussion system available on computers.
- /r/UsenetInvites Requests and offers for Usenet indexers
Usenet Providers / Seedbox Setup Tools and Guides
- Eweka Netherlands-based Usenet provider
- Newsdemon Cheap and cheerful Usenet provider with frequent discounts
- Newsgroup Ninja Popular Usenet provider with a competitive subscription fee
- Usenet.Farm Usenet reseller with 1000+ days retention.
Usenet Indexers / Paid Indexers
- NZBgeek Affordable Usenet indexer operating since 2014.
Usenet Indexers / Free Indexers
- 6box 🌟 A recently revived free Usenet indexing service with a generous API
- Usenet Crawler Usenet indexer with API access for registered users
- NZBIndex The first free Usenet indexer you find in your Google search results
- NZBKing This service allows you to search and browse binary files that have been posted to Usenet newsgroups.
Usenet Clients / Free Indexers
- SABnzbd 🌟 SABnzbd is an Open Source Binary Newsreader written in Python.
- NZBget Efficient Usenet downloader written in C++
DDL Tools / Free Indexers
- Leonflix 🌟 A multi-platform desktop app for finding movies and TV shows.
- maulvi.github.io Google Drive direct download link generator
FTP Indexers / Free Indexers
- Napalm FTP Indexer NAPALM FTP Indexer lets you search and download files located on public FTP servers.
- Mamont's open FTP Index Browsable directory listing of publicly available FTP-sites
DDL Search Engines and Crawlers / Free Indexers
- ololo ololo is a video streaming link search engine.
- MegaSearch Search engine for finding content hosted on Mega and other premium hosts like OpenLoad
DDL Link Sites / Free Indexers
- MovieFiles Direct download search engine which generates Google Drive links
Premium Link Generators / Free Indexers
- Real-Debrid 🌟 Real-Debrid is an unrestricted downloader that allows you to quickly download files hosted on the Internet or instantly stream them into an innovative web player
- OffCloud A simple, elegant and intuitive SaaS to retrieve any data from the cloud.
- Reevown A free download service with which you can perform premium downloads.
Premium Link Hosts / Free Indexers
- Mega 🌟
Streaming Sites / Sports Streaming
- Send It Live stream listings for sports, news, gaming, and more.
Media Centre Applications / Third Party Hosts
- Plex 🌟 Your content—from live and recorded TV and personal media, to on-demand web shows, video news, and podcasts—beautifully organized and ready to stream everywhere.
- Serviio Serviio is a free media server. It allows you to stream your media files (music, video or images) to renderer devices (e.g. a TV set, Blu-ray player, games console or mobile phone) on your connected home network.
- OSMC OSMC (short for Open Source Media Center) is a Linux distribution based on Debian that brings Kodi to a variety of devices.
Plex / Third Party Hosts
- linuxserver/docker-plex (⭐957) LinuxServer.io Plex Media Server docker image
- plexinc/pms-docker (⭐2.6k) official Plex docker image
- timhaak/plex alternative Plex docker image
- hoarding.me Unlimited and Automated. How to setup your own dream Plex server.
Plex Plugins / Third Party Hosts
- Sub-Zero.bundle (⭐1.6k) 🌟 Subtitles for Plex, as good you would expect them to be. (read: plans for a world without Plex plugins)
Plex Requests / Third Party Hosts
- Ombi 🌟 Want a Movie or TV Show on Plex or Emby? Use Ombi!
Plex Scripts and Tools / Third Party Hosts
- plex_top_playlists (⭐107) A python script to get top weekly or top popular lists and put them in plex as playlists.
- plex-subtitles-normalizer (⭐14) CLI tool to fix subtitles needed by Plex Media Center
- plxdwnld Bookmarklet for downloading original files from the Plex web interface
Plex Logging and Metrics / Third Party Hosts
- Tautulli 🌟 Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.
- Plex-Data-Collector-For-InfluxDB (⭐170) Collects data about your Plex server and sends it to InfluxDB
Repacks / Third Party Hosts
- FitGirl Repacks 🌟 Popular DDL and torrent site for game repacks
- qoob.name Repacker site
- Nicoblog Plenty of ISOs, ROMs, and repacks
Homebrew and Custom Firmware / Third Party Hosts
- /r/ps3homebrew News, updates, apps, and answers regarding PS3 homebrew!
Music Streaming / Third Party Hosts
- Muxiv Music Stream 45 million songs on all your devices, online or offline. Primarily Chinese content.
Software / Third Party Hosts
- /r/piracy/wiki/tools Windows/Office activation tools, and images/installers for Windows, Office, and Adobe
- CrackingPatching.com Cracked software
- Appked Mac application sharing site
- Team-OS HKRG Windows software and various activation tools.
- CracksNow Cracks for Android, Windows, and macOS applications.
- Nulled Nulled is a cracking community where you can find links to cracked software
Ebooks / Third Party Hosts
- Calibre 🌟 ebook management tool
Academic Papers and Material / Third Party Hosts
- BookSC The world's largest scientific articles store. 50,000,000+ articles for free.
- Academic Torrents A Community-Maintained Distributed Repository for researchers, by researchers. Making 32.66TB of research data available!
Textbooks / Third Party Hosts
- All IT eBooks A big database of free, direct links for IT and programming ebooks
- PDF/Ebook trackers for college textbooks Old-but-still-useful list of ebook/textbook trackers, DDL sites, and IRC communities
- How to "rent" your textbooks for free from Amazon "Going to college? Living off top ramen for dinner? Let me show you have to "rent" your textbooks for free & for life!"
- Guide for Finding Textbooks Extensive tutorial by /u/Amosqu
- forcoder Ebooks & Elearning For Programming
Audiobooks / Third Party Hosts
- AAXtoMP3 (⭐1.1k) Convert Audible's .aax filetype to MP3, FLAC, M4A, or OPUS
Manga / Third Party Hosts
- MangaZone A manga reader app.
Fonts, Icons, and Graphics / Third Party Hosts
- Web4Sync Forum with DDL links catering to web development, graphics design, 3D animation, and photography
- GFXDomain Forum for graphic design resources and software
- GFxtra DDL links for graphics, icons, 3D models, and more
- GraphicEx Stock/vector graphics, PhotoShop/InDesign resources, fonts, and more
Automation / Third Party Hosts
- Bonarr (⭐137) A fork of Radarr to work with porn.
- LazyLibrarian (⭐727) LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.
Movie Automation / Third Party Hosts
- Radarr 🌟 A fork of Sonarr to work with movies à la Couchpotato.
- CouchPotato (⭐3.9k) Automatic Movie Downloading via NZBs & Torrents
Music Automation / Third Party Hosts
- Lidarr (⭐2.8k) Looks and smells like Sonarr but made for music.
P2P Networks / Third Party Hosts
- Peer-to-peer file sharing Detailed Wikipedia page about file sharing
- IPFS - Distributed Web Peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files
Ripping, Transcoding, Converting, Encoding / Third Party Hosts
- Handbrake 🌟 HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
- ffmpeg A complete, cross-platform solution to record, convert and stream audio and video.
- DVD Decrypter The original unofficial DVD Decrypter mirror since June 7th, 2005.
Cloud Storage / Third Party Hosts
- rclone 🌟 "rsync for cloud storage"
File Renaming and Tagging / Third Party Hosts
- FileBot 🌟 the ultimate tool for organizing and renaming your Movies, TV Shows and Anime as well as fetching subtitles and artwork. It's smart and just works.
- Beets (⭐12k) beets is a music library manager
- Metatogger Metatogger is the new generation of tag editor allowing you to rename, tag and easily sort your audio files.
- MediaInfo MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
- iFlicks2 Useful for adding metadata to movies and TV shows
Mobile Apps / Third Party Hosts
- AnYme (⭐1.1k) Unofficial Anime App for MyAnimeList
Torrent Apps / Third Party Hosts
- Vuze Lightweight & powerful BitTorrent app.
- aTorrent Another popular torrent client for Android.
APKs / Third Party Hosts
- Mobilism Forum 🌟 Large forum of mobile apps and books
- RevDl Direct download site for Android apps and games.
Discord Servers / Third Party Hosts
- PlayStation Homebrew Home of /r/ps3homebrew and /r/ps4homebrew.
IPTV and DVR / Third Party Hosts
- UlstreaMix Live TV streaming site, predominantly sports
IRC / Third Party Hosts
- XDCC Tutorial XDCC Downloading For Beginners: Do It Like A Pro
IRC Clients / Third Party Hosts
- weechat (⭐2.7k) 🌟 The extensible chat client.
- HexChat HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems.
- KVIrc (⭐208) Graphical IRC client
- mIRC IRC client for Windows
IRC Networks / Third Party Hosts
- The Source
irc://irc.scenep2p.net/THE.SOURCE
Another XDCC source
- Beast-XDCC
irc://irc.abjects.net/BEAST-XDCC
One more XDCC source
- irc.undernet.org/bookz
irc://irc.undernet.org/bookz
For downloading ebooks (use@search <book name>
for a list of available ebooks)
IRC Search Engines / Third Party Hosts
- xWeasel xWeasel is a free stand-alone Download Client based on IRC technology including a multifunctional XDCC Search Engine.
- SunXDCC Another XDCC file search engine
- xdcc.eu XDCC search engine indexing packets from a large number of networks
DC++ / Third Party Hosts
- AirDC++ 🌟 Windows GUI and Linux Web DC++ client in active development, with ADC, IPv6 and DHT support.
- FlylinkDC++ Windows DC++ and BitTorrent client in active development, with ADC and DHT support.
- EiskaltDC++ (⭐346) Windows/Linux/macOS DC++ client, with ADC and DHT support
- LinuxDC++ Utilizing the latest DC++ core, LinuxDC++ offers similar functionality to the Windows client like segmented downloading, TTH based file integrity, etc. with a GTK+ user interface.
Full Movies On / Third Party Hosts
- fullmoviesandtv multireddit All of the above subreddits as a multireddit
Piracy Blogs and News / Third Party Hosts
- TorrentFreak 🌟 TorrentFreak is a publication dedicated to bringing the latest news about copyright, privacy, and everything related to filesharing.
Content Discovery / Third Party Hosts
- Trakt.tv 🌟 a platform that does many things, but primarily keeps track of TV shows and movies you watch.
Dashboards and Homepages / Third Party Hosts
- Organizr (⭐4.4k) 🌟 HTPC/Homelab Services Organizer - Written in PHP
Proxy Sites / Third Party Hosts
- ByPassed ByPassed is an all-in-one solution to unblock censored websites including thepiratebay, kickass, eztv, yts, extratorrent & more.
File Sharing Tools / Third Party Hosts
- FilePizza Free peer-to-peer file transfers in your browser.
Stream Synchronisation / Third Party Hosts
- /r/Movie_Club Where you can get together with strangers and watch a great movie every week!
- sync (⭐1.3k) Node.JS Server and JavaScript/HTML Client for synchronizing online media
- watch2gether Enjoy the internet in sync with your friends. Watch videos, listen to music or go shopping on Watch2Gether.
Miscellaneous / Third Party Hosts
- Pi-hole Pi-hole is a Linux network-level advertisement and internet tracker blocking application which acts as a DNS sinkhole
- Anon.to URL shortener to de-referer or null-referer your links.
60. Public Apis
Business
API: Google Analytics
Description: Collect, configure and analyze your data to reach the right audience
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Call this API:
API: Trello
Description: Boards, lists and cards to help you organize and prioritize your projects
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Call this API:
Calendar
API: Nager.Date
Description: Public holidays for more than 90 countries
Auth: No
HTTPS: Yes
CORS: No
Cryptocurrency
API: Coinbase
Description: Bitcoin, Bitcoin Cash, Litecoin and Ethereum Prices
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Development
API: Pusher Beams
Description: Push notifications for Android & iOS
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Documents & Productivity
API: Restpack
Description: Provides screenshot, HTML to PDF and content extraction APIs
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Food & Drink
API: Open Brewery DB
Description: Breweries, Cideries and Craft Beer Bottle Shops
Auth: No
HTTPS: Yes
CORS: Yes
Games & Comics
API: Eve Online
Description: Third-Party Developer Documentation
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Geocoding
API: adresse.data.gouv.fr
Description: Address database of France, geocoding and reverse
Auth: No
HTTPS: Yes
CORS: Unknown
Jobs
API: Open Skills (⭐192)
Description: Job titles, skills and related jobs data
Auth: No
HTTPS: No
CORS: Unknown
Music
API: Spotify
Description: View Spotify music catalog, manage users' libraries, get recommendations and more
Auth:
OAuth
HTTPS: Yes
CORS: Unknown
Personality
API: Advice Slip
Description: Generate random advice slips
Auth: No
HTTPS: Yes
CORS: Unknown
API: FavQs.com
Description: FavQs allows you to collect, discover and share your favorite quotes
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
API: Traitify
Description: Assess, collect and analyze Personality
Auth: No
HTTPS: Yes
CORS: Unknown
Shopping
API: Best Buy
Description: Products, Buying Options, Categories, Recommendations, Stores and Commerce
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Sports & Fitness
API: SuredBits
Description: Query sports data, including teams, players, games, scores and statistics
Auth: No
HTTPS: No
CORS: No
Text Analysis
API: Google Cloud Natural
Description: Natural language understanding technology, including sentiment, entity and syntax analysis
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
Transportation
API: REFUGE Restrooms
Description: Provides safe restroom access for transgender, intersex and gender nonconforming individuals
Auth: No
HTTPS: Yes
CORS: Unknown
URL Shorteners
API: ClickMeter
Description: Monitor, compare and optimize your marketing links
Auth:
apiKey
HTTPS: Yes
CORS: Unknown
61. Awesome Mongodb
Tools / Administration
- MongoDB Atlas - MongoDB Inc. DBaaS offer (works with AWS, Azure, or GCP)
- MongoDB Cloud Manager - MongoDB Inc. databases management offer
- ObjectRocket - Rackspace DBaaS offer (has other database types too)
- Scalegrid - Fully managed DBaaS (with option to bring your own Azure/AWS account)
Tools / Data
- mongo_fdw (⭐323) - PostgreSQL foreign data wrapper
- Mongolastic (⭐137) - MongoDB to Elasticsearch (and vice-versa) migration tool
- MongoMultiMaster (⭐69) - Multi-master replication
Tools / Monitoring
- Datadog - SaaS-based monitoring
Tools / Web
- HumongouS.io - Easy online GUI and data-visualization dashboards
Applications / Web
- GrandNode (⭐1.9k) - Multi-platform e-commerce shopping cart built with ASP.NET
62. Awesome Elixir
Authorization
- speakeasy (⭐86) - Middleware based authentication and authorization for Absinthe GraphQL powered by Bodyguard.
Domain-specific language
- JSON-LD.ex (⭐72) - An implementation of the JSON-LD standard for RDF.ex (⭐96).
- RDF.ex (⭐96) - An implementation of the RDF data model in Elixir.
- SPARQL.ex (⭐38) - An implementation of the SPARQL standards in Elixir.
Feature Flags and Toggles
- fun_with_flags (⭐1k) - A feature toggle library using Redis or Ecto for persistence, an ETS cache for speed and PubSub for distributed cache busting. Comes with a management web UI for Phoenix and Plug.
HTTP
- sparql_client (⭐25) - A SPARQL protocol client for Elixir.
Instrumenting / Monitoring
- spandex (⭐333) - Platform agnostic tracing library originally developed for Datadog APM.
Miscellaneous
- ratekeeper (⭐14) - Rate limiter and rate-limited actions scheduler.
ORM and Datamapping
- ecto_cassandra (⭐88) - Cassandra DB Adapter for Ecto.
- extreme (⭐129) - An Elixir library using Eventstore for persistence of events generated by aggregates (CQRS).
- triton (⭐80) - Pure Elixir Cassandra ORM built on top of Xandra.
- xandra (⭐391) - Cassandra driver built natively in Elixir and focused on speed, simplicity, and robustness.
Search
- elasticsearch (⭐420) - A simple, no-nonsense Elasticsearch library for Elixir.
Text and Numbers
- ex_cldr (⭐1) - Cldr is an Elixir library for the Unicode Consortium's Common Locale Data Repository (CLDR).
- unit_fun (⭐21) - Attempt to add units to numbers in elixir to give some added type safety when dealing with numeric quantities.
Third Party APIs
- google-cloud (⭐1k) - This repository contains all the client libraries to interact with Google APIs.
63. Awesome Salesforce
UX Libraries for Salesforce / Open Source Projects Repositories from Salesforce
- Avonni Creator - Salesforce prototyping tool with sophisticated Lightning Design System support.
Troubleshooting and queries / Learning Salesforce Platform
- Focus on Force - This inexpensive learning resource provides platform courses, study guides, and practice exams for several certification paths including Admin, Advanced Admin, App Builder, Platform Developer I, Platform Developer II, among others.
Troubleshooting and queries / Podcasts
- Good day, Sir! Podcast - A WEEKLY TECHNOLOGY AND SOFTWARE DEVELOPMENT PODCAST, WITH A STRONG FOCUS ON THE SALESFORCE PLATFORM.
64. Awesome Ruby
Admin Interface
- ActiveScaffold (⭐1.1k) - ActiveScaffold provides quick and powerful user interfaces for CRUD (create, read, update, delete) operations for Rails applications. It's excellent for generating admin interfaces, managing Data-Heavy Applications, creating Widgets or for quick prototyping. ActiveScaffold is completly customizable and offers a bunch of additional features including searching, pagination, layout control and overrides of fields, forms and templates.
Authentication and OAuth
- Clearance (⭐3.7k) - Small and simple email & password based authentication for Rails.
CLI Utilities
- colorize (⭐1.2k) - Extends String class or add a ColorizedString with methods to set text color, background color and text effects.
Country Data
- Phonelib (⭐1k) - Ruby gem for phone validation and formatting using Google libphonenumber library data.
- Phony (⭐1k) - Fast international phone number (E164 standard) normalizing, splitting and formatting.
DevOps Tools
- Itamae (⭐1.1k) - Simple and lightweight configuration management tool inspired by Chef.
- Postal (⭐15k) - A fully featured open source mail delivery platform for incoming & outgoing e-mail.
Internationalization
- rails-i18n (⭐4k) - Repository for collecting Locale data for Rails I18n as well as other interesting, Rails related I18n stuff.
Logging
- Syslogger (⭐114) - A drop-in replacement for the standard Logger Ruby library, that logs to the syslog instead of a log file.
Optimizations
- bootsnap (⭐2.7k) - Boot large Ruby/Rails apps faster.
- fast_blank (⭐613) - Provides a C-optimized method for determining if a string is blank.
- yajl-ruby (⭐1.5k) - A streaming JSON parsing and encoding library for Ruby (C bindings to yajl).
Performance Monitoring
- Scout (⭐195) - Scout Ruby Application Monitoring Agent.
65. Awesome Swift
Authentication
- LinkedInSignIn (⭐36) - Simple view controller to log in and retrieve an access token from LinkedIn.
Key Value Store
- Defaults (⭐1.9k) - Strongly-typed UserDefaults with support for Codable and key observation.
Streaming / Barcode
- HaishinKit (⭐2.7k) - Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
Video / Barcode
- Kitsunebi (⭐259) - Overlay alpha channel video animation player view using OpenGLES.
66. Bots
Tutorials / Go
67. Awesome Mental Health
Articles
- Developer Depression: Isolation Is The Biggest Problem - By Lauren Maffeo.
- How I Conquered Anxiety And Learned To LOVE Coding - By Joyce Akiko.
- How I Fought Through Anxiety And Depression To Finish freeCodeCamp's Front End Dev Program - By Emily Aamodt.
- Overcoming Public Speaking Anxiety Of Software Engineers Using Virtual Reality Exposure Therapy - By Merve Denizci Nazligul, Murat Yilmaz, Ulas Gulec, Mert Ali Gozcu, Rory V. O'Connor & Paul Clarke.
- Programmer Imposter Syndrome: 6 Ways To Get Over Yours - By Ethan Urie.
- Taming Anxiety And Hacking Your Way Into Productivity - By André Pena.
- Tips For Dealing With Developer Stress - By Rich McLaughlin.
- Why Burnout Is Dangerous And How You Can Recover From It (It's Possible) - By Theodora S. Abigail.
Talks
- Beyond Burnout: Mental Health And Neurodiversity In Engineering - DevOpsDays Boston 2018 - By James Meickle.
- Prev: Oct 22 - Oct 28, 2018
- Next: Oct 08 - Oct 14, 2018