Awesome List Updates on Oct 31, 2019
17 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Pentest
Online Resources / Other Lists Online
- Infosec/hacking videos recorded by cooper - Collection of security conferences recorded by Cooper.
2. Awesome Incident Response
IR Tools Collection / Other Lists
- Eric Zimmerman Tools - An updated list of forensic tools created by Eric Zimmerman, an instructor for SANS institute.
3. Awesome Vue
Resources / Tutorials
- GraphCMS introduction guide with Vue on GraphCMS
4. Awesome Ember
Packages / Data validation
- ember-line-graph - Zero-dependency ember-addon to draw line-charts.
Packages / Security
- ember-permissions (⭐14) - Permission management for Ember applications.
Packages / Examples
- Ember.js RealWorld Implementation (⭐183) - Ember.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
5. Awesome Sre
Misc Articles
6. Public Apis
Currency Exchange
API: Frankfurter
Description: Exchange rates, currency conversion and time series
Auth: No
HTTPS: Yes
CORS: Yes
7. Awesome Machine Learning
Python / General-Purpose Machine Learning
- Pylearn2 (⭐2.8k) - A Machine Learning library based on Theano (⭐9.9k). [Deprecated]
Tools / Misc
- Kedro (⭐9.6k) - Kedro is a data and development workflow framework that implements best practices for data pipelines with an eye towards productionizing machine learning models.
- guild.ai - Tool to log, analyze, compare and "optimize" experiments. It's cross-platform and framework independent, and provided integrated visualizers such as tensorboard.
8. Awesome Actions
Utility / Docker Container Actions
9. Awesome Malware Analysis
Detection and Classification / Other Resources
- Nauz File Detector(NFD) (⭐497) - Linker/Compiler/Tool detector for Windows, Linux and MacOS.
10. Awesome Dataviz
Other tools / Misc
- Mermaid (⭐51k) - A tool used to generate diagrams and flowcharts from text in a similar manner as markdown.
Podcasts / Misc
11. Awesome Deep Learning
Table of Contents / Courses
- Deep Learning Specialization - Coursera - Breaking into AI with the best course from Andrew NG.
12. Awesome Dart
Server Frameworks
- Jaguar (⭐458) - A server framework built for speed, simplicity and extensibility.
- Shelf - Shelf makes it easy to create and compose web servers and parts of web servers.
- There are many packages written for Shelf. By convention they start with shelf_.
- Vane (⭐59) - Framework with built-in server runtime environment and middleware system.
- Rikulo Stream (⭐233) - Lightweight web server with request routing, filtering, template engine, WebSocket, MVC design pattern, and file-based static resources.
Game Development
- Flame (⭐8.1k) - A minimalist Flutter game engine.
Database
- PostgreSQL (⭐84) - PostgreSQL database driver.
Tools
- dart2js - compiles Dart code to JavaScript.
- js2dart (⭐60) - compiles Javascript code to Dart.
- webdev_proxy (⭐11) - A proxy wrapper around webdev (⭐205) which adds support for rerouting 404s to the index, allowing for HTML push-based routing while running locally.
IDEs, Editors, and Plugins
- Sublime Text Package (⭐263) - Sublime Text 3 Dart Package.
- Emacs Plugin (⭐9) - An Emacs mode for the Dart language.
- Vim Plugin (⭐626) - Syntax highlighting for Dart in Vim.
- VSCode Plugin - Dart support for Visual Studio Code.
13. Awesome Calculators
Calculator apps: / Cross-Platform
- Qalculate! - Cross-platform scientific calculator including unit/currency converters.
14. Awesome Pinned Gists
External Services
- rescue-box (⭐20) - Update a pinned gist to contain your daily productivity stats from RescueTime.
15. Awesome Libgdx
Resources / User Interface
- msdf-gdx (⭐33) - Provides lightweight utilities to draw high-quality MSDF (multi-channel signed distance field) text on libGDX.
16. Free for Dev
APIs, Data, and ML
- FraudLabs Pro — Screen an order transaction for credit card payment fraud. This REST API will detect all possible fraud traits based on the input parameters of an order. The Free Micro plan has 500 transactions per month.
Code Quality
- codescene.io - CodeScene prioritizes technical debt based on how the developers work with the code and visualizes organizational factors like team coupling and system mastery. Free for Open Source.
Monitoring
- appneta.com — Free with 1-hour data retention
CDN and Protection
- Microsoft Ajax — The Microsoft Ajax CDN hosts popular third-party JavaScript libraries such as jQuery and enables you to easily add them to your Web application
BaaS
- iron.io — Async task processing (like AWS Lambda) with free tier and 1-month free trial
Tunneling, WebRTC, Web Socket Servers and Other Routers
- segment.com — Hub to translate and route events to other third-party services. 100,000 events/month free
- webhookrelay.com — Manage, debug, fan-out, and proxy all your webhooks to public or internal (i.e. localhost) destinations. Also, expose servers running in a private network over a tunnel by getting a public HTTP endpoint (
https://yoursubdomain.webrelay.io <----> http://localhost:8080
).
Issue Tracking and Project Management
- kanbantool.com — Kanban board-based project management. The free plan has two boards and two users, without attachments or files.
Visitor Session Recording
- smartlook.com — free packages for web and mobile apps (1500 sessions/month), three heatmaps, one funnel, 1-month data history
17. Awesome Ios
Dependency Injection
- Swinject (⭐6.3k) - Dependency injection framework for Swift.
- Guise (⭐58) - An elegant, flexible, type-safe dependency resolution framework for Swift.
- Weaver (⭐735) - A declarative, easy-to-use and safe Dependency Injection framework for Swift.
- Needle (⭐1.8k) — Compile-time safe Swift dependency injection framework with real code.
- Locatable (⭐117) - A micro-framework that leverages Property Wrappers to implement the Service Locator pattern.
Dependency / Package Manager
- swift-package-manager (⭐9.7k) - The Package Manager for the Swift Programming Language.
- punic (⭐0) - Clean room reimplementation of Carthage tool.
- Rome (⭐817) - A cache tool for Carthage built frameworks.
Newsletters
- AwesomeiOS Weekly - AwesomeiOS Weekly.
- iOS Goodies - Weekly iOS newsletter.
- raywenderlich.com Weekly - sign up to receive the latest tutorials from raywenderlich.com each week.
- iOS Trivia Weekly - Three challenging questions about iOS development every Wednesday.
- Swift Weekly Brief - A community-driven weekly newsletter about Swift.org. Curated by Jesse Squires and published for free every Thursday.
Other Awesome Lists
- Open Source apps (⭐42k) list of open source iOS apps.
- iOS-Playbook (⭐382) - Guidelines and best practices for excellent iOS apps.
- Awesome-iOS-Twitter (⭐249) - A curated list of awesome iOS Twitter accounts.
- Top App Developers (⭐1.4k) - A list of top iOS app developers.
Project setup
- chairs (⭐227) - Swap around your iOS Simulator Documents.
- SwiftKit (⭐826) - Start your next Open-Source Swift Framework.
Reactive Programming
- OpenCombine (⭐2.7k) — Open source implementation of Apple's Combine framework for processing values over time.
Reference
- SwiftSnippets (⭐164) - A collection of Swift snippets to be used in Xcode.
Style Guides
- SlideShare Swift Style Guide (⭐95) - SlideShare Swift Style Guide we are using for our upcoming iOS 8 only app written in Swift.
Tag / Collection View Layout
- WSTagsField (⭐1.3k) - An iOS text field that represents different Tags.
- YNSearch (⭐1.2k) - Awesome fully customizable search view like Pinterest written in Swift 3.
TextField & TextView / Collection View Layout
- IQDropDownTextField (⭐309) - TextField with DropDown support using UIPickerView.
- StatefulViewController (⭐2.1k) - Placeholder views based on content, loading, error or empty states.
- MBAutoGrowingTextView (⭐125) - An auto-layout base UITextView subclass which automatically grows with user input and can be constrained by maximal and minimal height - all without a single line of code.
- TextFieldEffects (⭐5.9k) - Custom UITextFields effects inspired by Codrops, built using Swift.
- TJTextField (⭐44) - UITextField with underline and left image.
- UITextField-Navigation (⭐446) - UITextField-Navigation adds next, previous and done buttons to the keyboard for your UITextFields.
- AutoCompleteTextField (⭐65) - Auto complete with suggestion textfield.
- PasswordTextField (⭐309) - A custom TextField with a switchable icon which shows or hides the password and enforce good password policies.
- AnimatedTextInput (⭐761) - Animated UITextField and UITextView replacement for iOS.
- NxEnabled (⭐34) - Library which allows you binding
enabled
property of button with textable elements (TextView, TextField).
- SelectableTextView (⭐635) - A text view that supports selection and expansion.
- TaniwhaTextField (⭐26) - TaniwhaTextField is a lightweight and beautiful swift textfield framework. It has float label pattern, and also you can highly customise it.
- SearchTextField (⭐1.2k) - UITextField subclass with autocompletion suggestions list.
- Tagging (⭐121) - TextView that provides easy to use tagging feature for Mention or Hashtag.
UIPageControl / Collection View Layout
- PageControl (⭐117) - A nice, animated UIPageControl alternative.
- PageControls (⭐1.1k) - This is a selection of custom page controls to replace UIPageControl, inspired by a dribbble found here.
- Page-Control (⭐32) - Beautiful, animated and highly customizable UIPageControl alternative.
Utility / Collection View Layout
- EZSwiftExtensions (⭐3k) - 😏 How Swift standard types and classes were supposed to work.
- Pantry (⭐831) - The missing light persistence layer for Swift.
- OrderedSet (⭐251) - A Swift collection of unique, ordered objects.
- Scale (⭐323) - Unit converter in Swift (available via CocoaPods).
- Standard Template Protocols (⭐379) - Protocols for your every day iOS needs.
- TimeLord (⭐8) - Easy DateTime (NSDate) management in Swift.
- Sugar (⭐1.1k) - Something sweet that goes great with your Cocoa.
- Then (⭐4.2k) - ✨ Super sweet syntactic sugar for Swift initializers.
- Kvitto (⭐292) - App Store Receipt Validation.
- Notificationz (⭐77) - Helping you own NSNotificationCenter in Swift.
- SwiftFoundation (⭐626) - Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library. (Pure Swift, Supports Linux).
- VersionTrackerSwift (⭐88) - Track which versions of your app a user has previously installed..
- AEAppVersion (⭐12) - Simple and Lightweight App Version Tracking for iOS written in Swift.
- SwiftyUtils (⭐557) - All the reusable code that we need in each project.
- Outlets (⭐129) - Utility functions for validating IBOutlet and IBAction connections.
- EasyAbout (⭐55) - A way to easily add CocoaPods licenses and App Version to your iOS App using the Settings Bundle.
- Validated (⭐607) - A Swift μ-Library for Somewhat Dependent Types.
- Cent (⭐227) - Extensions for Swift Standard Types and Classes.
- MissionControl-iOS (⭐117) - Super powerful remote config utility written in Swift (iOS, watchOS, tvOS, macOS).
- UnsupportedOSVersionAlert (⭐8) - Alerts users with a popup if they use an app with an unsupported version of iOS (e.g. iOS betas).
- XestiMonitors (⭐272) - An extensible monitoring framework written in Swift.
- ExtensionalSwift - Useful swift extensions in one place.
- DefaultStringConvertible (⭐119) - A default CustomStringConvertible implementation for Swift types.
- WhatsNew (⭐1.5k) - Showcase new features after an app update similar to Pages, Numbers and Keynote.
- ActionClosurable (⭐124) - Extensions which helps to convert objc-style target/action to swifty closures.
- ios_system (⭐884) - Drop-in replacement for system() in iOS programs.
- DuctTape (⭐175) - KeyPath dynamicMemberLookup based syntax sugar for swift.
VR / Collection View Layout
- VR Toolkit iOS (⭐86) - A sample project that provides the basics to create an interactive VR experience on iOS.
Walkthrough / Intro / Tutorial / Collection View Layout
- VideoSplashKit (⭐1.2k) - VideoSplashKit - UIViewController library for creating easy intro pages with background videos.
- paper-onboarding (⭐3.3k) - PaperOnboarding is a material design slider.
- SwiftyOverlay (⭐81) - Easy and quick way to show intro / instructions over app UI without any additional images in real-time!
- WhatsNewKit (⭐3.8k) - Showcase your awesome new app features.
- OnboardKit (⭐540) - Customisable user onboarding for your iOS app.
WebSocket / Collection View Layout
- Starscream (⭐8.2k) - Websockets in swift for iOS and macOS.
- Socks (⭐575) - Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, macOS.
- SwifterSockets (⭐59) - A collection of socket utilities in Swift for OS-X and iOS.
Tools / Collection View Layout
- Misen (⭐123) - Script to support easily using Xcode Asset Catalog in Swift.
- WatchdogInspector (⭐516) - Shows your current framerate (fps) in the status bar of your iOS app.
- Cichlid (⭐242) - automatically delete the current project's DerivedData directories.
- XCSwiftr (⭐343) - An Xcode Plugin to convert Objective-C to Swift.
- SwiftKitten (⭐139) - Swift autocompleter for Sublime Text, via the adorable SourceKitten framework.
- AVXCAssets-Generator (⭐342) - AVXCAssets Generator takes path for your assets images and creates appiconset and imageset for you in just one click.
- SwiftCompilationPerformanceReporter (⭐146) - Generate automated reports for slow Swift compilation paths in specific targets.
- BuildTimeAnalyzer (⭐4.3k) - Build Time Analyzer for Swift.
- Duration (⭐324) - A simple Swift package for measuring and reporting the time taken for operations.
- Benchmark (⭐85) - The Benchmark module provides methods to measure and report the time used to execute Swift code.
- MBAssetsImporter (⭐71) - Import assets from Panoramio or from your macOS file system with their metadata to your iOS simulator (Swift 2.0).
- Xtrace (⭐1.8k) - Trace Objective-C method calls by class or instance.
- playgroundbook (⭐260) - Tool for Swift Playground books.
- Cookiecutter (⭐527) - A template for new Swift iOS / tvOS / watchOS / macOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file.
- Attabench (⭐1.3k) - Microbenchmarking app for Swift with nice log-log plots.
Tutorials and Keynotes / Collection View Layout
- raywenderlich.com - Tutorials for developers and gamers.
- Awesome-Swift-Education (⭐5.7k) - All of the resources for Learning About Swift.
- Awesome-Swift-Playgrounds (⭐4.2k) - A List of Awesome Swift Playgrounds!
- Conferences.digital (⭐762) - Watch conference videos in a native macOS app.
- DaddyCoding - iOS Tutorials ranging from beginners to advance.
Extensions / Collection View Layout
- xTextHandler - Xcode Source Editor Extension Toolset (Plugins for Xcode 8).
- Snowonder (⭐107) - Magical import declarations formatter for Xcode.
Other Xcode / Collection View Layout
- awesome-xcode-scripts (⭐121) - A curated list of useful xcode scripts.
- SBShortcutMenuSimulator (⭐1.8k) - 3D Touch shortcuts in the Simulator.
- awesome-gitignore-templates (⭐23) - A collection of swift, objective-c, android and many more langugages .gitignore templates.
- Swift-VIPER-Module (⭐542) - Xcode template for create modules with VIPER Architecture written in Swift 3.
- ViperC (⭐80) - Xcode template for VIPER Architecture for both Objective-C and Swift.
- Prev: Nov 01, 2019
- Next: Oct 30, 2019