Awesome Stars
A curated list of my GitHub stars! Generated by starred
Contents
Assembly
- cpuminer - CPU miner for Litecoin and Bitcoin
- cjdns - An encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing.
C
- baresip - Baresip is a modular SIP User-Agent with audio and video support
- re - Generic library for real-time communications with async IO support
- leetcode - LeetCode in pure C
- t1ha - Fast Positive Hash, aka “Позитивный Хэш” - just the fastest portable hash function.
- openresty - Turning Nginx into a Full-Fledged Scriptable Web Platform
- sokol - minimal 3D API wrapper as header-only C library
- herebedragons - A basic 3D scene implemented with various engines, frameworks or APIs.
- volta - a framework for mobile performance and energy efficiency analysis
- wrk - Modern HTTP benchmarking tool
- tinyheaders - Collection of one-file C/C++ libraries with no dependencies, primarily used for games
- openpilot - open source driving agent
- msdfgen - Multi-channel signed distance field generator
- sslh - Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)
- NNPACK - Acceleration package for neural networks on multi-core CPUs
- par - single-file C libraries from Philip Allan Rideout
- utf8.h - single header utf8 string functions for C and C++
- tinygles - Software-rendered OpenGL ES
- xxHash - Extremely fast non-cryptographic hash algorithm
- heman - C99 heightmap utilities.
- zlib - Cloudflare fork of zlib with massive performance improvements
- Hercules - Hercules is a collaborative software development project revolving around the creation of a robust massively multiplayer online role playing game (MMORPG) server package. Written in C, the program is very versatile and provides NPCs, warps and modifications. The project is jointly managed by a group of volunteers located around the world as well as a tremendous community providing QA and support. Hercules is a continuation of the original Athena project.
- disque - Disque is a distributed message broker
- ck - Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
- sophia - Modern transactional key-value/row storage library.
- libsodium - A modern and easy-to-use crypto library.
- density - Superfast compression library
- pal - An optimized C library for math, parallel processing and data movement
- lz4 - Extremely Fast Compression algorithm
- skynet - A lightweight online game framework
- klib - A standalone and lightweight C library
- cmftStudio - cmftStudio - GUI counterpart for:
- torch7 - http://torch.ch
- zstd - Zstandard - Fast real-time compression algorithm
- ccv - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
- libuv - Go to
- h2o - H2O - the optimized HTTP/1, HTTP/2 server
- How-to-Make-a-Computer-Operating-System - How to Make a Computer Operating System in C++
- OpenGL - OpenGL 3 and 4 with GLSL
- native - NOTE: DEPRECATED! No longer used in PPSSPP! Various C++ utility code: OpenGL ES, JSON, etc, portable to Android.
- nanovg - Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.
- stb - stb single-file public domain libraries for C/C++
- exploit-database - The official Exploit Database repository
- netsukuku - Revived C-code
- crypto-algorithms - Basic implementations of standard cryptography algorithms, like AES and SHA-1.
- cgminer - ASIC and FPGA miner in c for bitcoin
- CudaMiner - a CUDA accelerated litecoin mining application based on pooler’s CPU miner
- jansson - C library for encoding, decoding and manipulating JSON data
- onion - C library to create simple HTTP servers and Web Applications.
- toxcore - The future of online communications.
- osv - OSv, a new operating system for the cloud.
- osmbrowser - a program to browse osm maps (and export simplistic maps to pdf)
- EagleMQ - EagleMQ is an open source, high-performance and lightweight queue manager
- Cinder - Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
- Quake-III-Arena - Quake III Arena GPL Source Release
- mongoose - Mongoose Embedded Web Server Library - Mongoose is more than an embedded webserver. It is a multi-protocol embedded networking library with functions including TCP, HTTP client and server, WebSocket client and server, MQTT client and broker and much more.
- kazmath - A C math library targeted at games
C#
- blockchain - A simple Blockchain in Python
- NoahGameFrame - A fast, scalable, distributed game server framework for C++, include actor library, network library,can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal. https://github.com/ketoo/NFClient
- sea3d - An open-source format and tools for game developers :video_game:
- OpenRA - Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
- Minimal-Bitcoin-Miner - A very simple, fully functional CPU based Bitcoin Miner in C#. Uses the GETWORK protocol to connect to pool. A great reference implementation if you are trying to understand how Bitcoin mining works. (Edit 2017: Not actually fit for mining - the GETWORK protocol isn’t supported anymore by most pools)
- KOIB - Код КОИБов, извлечённый из доступной документации
- maparound.core - MapAround makes it easy to develop rich interactive .NET-based applications with GIS functionality. Ideal for solving most common problems when working on a geospatial software.
C++
- al-go-rithms - :musical_note: Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
- caffe2 - Caffe2 is a lightweight, modular, and scalable deep learning framework.
-
cosmos - Algorithms that run our universe |
Your personal library of every algorithm and data structure code that you will ever encounter |
- abseil-cpp - Abseil Common Libraries (C++)
- onnx - Open Neural Network Exchange
- avalon - Various extensions, helper and functions for cocos2d-x
- WickedEngine - C++ game engine focusing on modern rendering techniques. With Bullet Physics, Lua scripting, and more.
- MTuner - MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4, PlayStation 3, etc.
- GameSharing - A C++ bridge to the Java Google Play Games Services SDK and Apple’s Game Center for cocos2d-X.
- gl - C++11 Wrapper for OpenGL 4.6 Core Profile.
- Granite - My personal Vulkan renderer
- catboost - CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R
- iaito - This project has been moved to:
- flat_hash_map - A very fast hashtable
- concurrentqueue - A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
- godot - Godot Engine – Multi-platform 2D and 3D game engine
- Provenance - An iOS/tvOS Frontend for multiple emulators, currently supporting Sega Genesis, Game Gear/Master System, Sega CD, 32X, SNES, NES, GB/GBC, GBA, Atari 2600 and 7800.
- libco - libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.
- LLGL - Low Level Graphics Library (LLGL) is a thin abstraction layer for modern graphics APIs such as OpenGL, Direct3D, and Vulkan
- Intrinsic - Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development.
- bfs - The Baidu File System.
- leetcode - LeetCode Problems’ Solutions
- magnum - C++11/C++14 and OpenGL graphics engine
- CRYENGINE - CRYENGINE is a powerful real-time game development platform created by Crytek.
- swift - The Swift Programming Language
- tinyrenderer - Support c++ code for a short computer graphics course
- VulkanSamples - Vulkan Samples
- EASTL - EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
- opendht - A C++11 Distributed Hash Table implementation
- nw.js - Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
- jucipp - juCi++: a lightweight, cross-platform C++-IDE supporting C++11, C++14, and experimental C++17 features
- annabell - A cognitive neural architecture able to learn and communicate through natural language
- tensorflow - Computation using data flow graphs for scalable machine learning
- hyperscan - High-performance regular expression matching library
- CppCon2015 - Presentation Materials from CppCon 2015
- Impala - Real-time Query for Hadoop; mirror of Apache Impala
- dex-ui - A science fiction desktop running on Linux. Awesome.
- openscad - OpenSCAD - The Programmers Solid 3D CAD Modeller
- bde - Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
- sdsl-lite - Succinct Data Structure Library 2.0
- Selene - Simple C++11 friendly header-only bindings to Lua
- tiled - A generic tile map editor
- FreeCAD - This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler
- cocos2d-x - Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
- spdlog - Super fast C++ logging library.
- date - A date and time library based on the C++11/14/17 <chrono> header
- rapidjson - A fast JSON parser/generator for C++ with both SAX/DOM style API
- AtomicGameEngine - The Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C++, C#, JavaScript, and TypeScript
- ceph - Ceph is a distributed object, block, and file storage platform
- arrayfire - ArrayFire: a general purpose GPU library.
- deepdetect - Deep Learning API and Server in C++11 with Python bindings and support for Caffe, Tensorflow, XGBoost and TSNE
- snowman - Snowman decompiler
- cuberite - A lightweight, fast and extensible game server for Minecraft
- seastar - High performance server-side application framework
- electron - Build cross platform desktop apps with JavaScript, HTML, and CSS
- kiui - Auto-layout Ui library, lightweight, skinnable and system agnostic, with an OpenGL backend
- sim - Simple C++ network server framework
- minerva - Minerva: a fast and flexible tool for deep learning on multi-GPU. It provides ndarray programming interface, just like Numpy. Python bindings and C++ bindings are both available. The resulting code can be run on CPU or GPU. Multi-GPU support is very easy.
- xgboost - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow
- dmlc-core - A common bricks library for building scalable and portable distributed machine learning.
- Plasma - Cyan Worlds’s Plasma game engine
- Helium - C++ Frameworks and Game Engine
- fann - Official github repository for Fast Artificial Neural Network Library (FANN)
- CppPatterns-Patterns - A repository of modern C++ patterns curated by the community.
- LightQ -
- json - JSON for Modern C++
- algos - Collection of different algorithms, used for programming competitions (like ACM ICPC).
- mshadow - Matrix Shadow:Lightweight CPU/GPU Matrix and Tensor Template Library in C++/CUDA for (Deep) Machine Learning
- cpp11-on-multicore - Various synchronization primitives for multithreaded applications in C++11.
- purine2 - Purified Purine.
- cxxnet - move forward to https://github.com/dmlc/mxnet
- fmt - Small, safe and fast formatting library
- rdestl - RDESTL is library providing small subset of STL functionality, aimed at games development.
- forestdb - A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie
- gkEngine - A cross-platform game engine with cutting-edge real-time rendering tech & fantastic speed.
- Catch2 - A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)
- AwesomeBump - AwesomeBump is a free program written using Qt library designed to generate normal, height, specular or ambient occlusion textures from a single image. Since the image processing is done in 99% on GPU the program runs very fast and all the parameters can be changed in real time. AB was made to be a new alternative to known gimp plugin called Insane Bump.
- nanogui - Minimalistic GUI library for OpenGL
- rapidxml_ns - RapidXML NS library - RapidXML with added XML namespaces support
- tungsten - High performance physically based renderer in C++11
- embree - Embree ray tracing kernels repository.
- libchaos - Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines). :microscope:
- Natron - Open-source compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
- BansheeEngine - Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
- origin - Origin C++11 Libraries
- bandit - Human-friendly unit testing for C++11
- libbf - :dart: Bloom filters for C++11
- libprocess - Library that provides an actor style message-passing programming model (in C++).
- stout - A C++ library for building sturdy software.
- Okasaki - Functional data structures in C++
- radix_tree - STL like container of radix tree (a.k.a. PATRICIA trie) in C++
- Clang-tutorial - A collection of code samples showing usage of clang and llvm as a library
- apm_planner - APM Planner Ground Control Station (Qt)
- xoreos - A reimplementation of BioWare’s Aurora engine (and derivatives). Pre-pre-alpha :P
- mathfu - C++ math library developed primarily for games focused on simplicity and efficiency.
- HexRaysCodeXplorer - Hex-Rays Decompiler plugin for better code navigation
- strutext - Library of text structuration components
- CppAwesomePack - Awesome Sample Pack of C++ Codes
- minko - 3D framework for web, desktop and mobile devices.
- resiprocate - C++ implementation of SIP, ICE, TURN and related protocols
- Urho3D - Cross-platform 2D and 3D game engine.
- actor-framework - An Open Source Implementation of the Actor Model in C++
- forgottenserver - A free and open-source MMORPG server emulator written in C++
- rethinkdb - The open-source database for the realtime web.
- evemu_server - MAIN SERVER DEVELOPMENT
- 0ad - Git mirror of the 0 A.D. source code (http://trac.wildfiregames.com/browser)
- cpp-netlib - The C++ Network Library Project – cross-platform, standards compliant networking library.
- crow - Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
- openFrameworks - openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
- zen-diary - Zen diary is a diary standalone application, that stores the entire database on the local computer in encrypted form.
- smartrap - the easy to build reprap
- pixelcity - Shamus Young’s procedural city project
- algorithms - Algorithms & Data structures in C++.
- moderngpu - Patterns and behaviors for GPU computing
- Open-Transactions - Backwards Compatible Version of Open-Transactions (use opentxs for new projects)
- ofBook - openFrameworks community book
- quantlib-old - The QuantLib C++ library and extensions (warning: out of date)
- oryol - A small, portable and extensible C++ 3D coding framework
- cppnow_presentations_2014 - Presentation materials presented at C++Now 2014
- bullet3 - Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
- TTF -
- w - A simple C++ web framework based on Libevent.
- cereal - A C++11 library for serialization
- decoda - Decoda Lua IDE and debugger
- cpp-ethereum - Ethereum C++ client
- jsonxx - A JSON parser in C++
- doom3.gpl - Doom 3 GPL source release
- ardupilot - ArduPlane, ArduCopter, ArduRover source
- ClanLib - ClanLib is a cross platform C++ toolkit library.
- cpp-netlib - The C++ Network Library Project – header-only, cross-platform, standards compliant networking library.
- libzmq - ZeroMQ core engine in C++, implements ZMTP/3.0
- HappyDevelopersDay - Something special for 0xFF day
- halflife - Half-Life 1 engine based games
- bgfx - Cross-platform, graphics API agnostic, “Bring Your Own Engine/Framework” style rendering library.
- open-source-search-engine - Nov 20 2017 – A distributed open source search engine and spider/crawler written in C/C++ for Linux on Intel/AMD. From gigablast dot com, which has binaries for download. See the README.md file at the very bottom of this page for instructions.
- mapreduce - C++ MapReduce Library for efficient multi-threading on single-machine
- muduo - A C++ non-blocking network library for multi-threaded server in Linux
- elliptics - Distributed storage for medium and large objects with streaming support
- cocaine-core - An open platform to build your own PaaS clouds.
- GamePlay - Open-source, cross-platform, C++ game engine for creating 2D/3D games.
- DOOM-3-BFG - Doom 3 BFG Edition
- cppnow_presentations_2013 -
- Polycode - Polycode is a cross-platform framework for creative code.
- cppcheck - static analysis of C/C++ code
- folly - An open-source C++ library developed and used at Facebook.
- LuaBridge - A lightweight, dependency-free library for binding Lua to C++
- Torque3D - MIT Licensed Open Source version of Torque 3D from GarageGames
- libeventserver - A test server to compare select / poll / epoll / kqueue / simple threading
- roadsend-php-raven - Rewrite of Roadsend PHP in C++ using LLVM
- Shikoba - An OpenGL 3 font library using FreeType 2.
- coho - Base libraries for C++ development
- TrinityCore - TrinityCore Open Source MMO Framework (master = 7.2.5.24742, 3.3.5 = 3.3.5a.12340)
CSS
- abrash-black-book - Markdown source for Michael Abrash’s Graphics Programming Black Book
- slack-archivist -
- jekyll-now - Build a Jekyll blog in minutes, without touching the command line.
- loading - This could take a while
- bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
CoffeeScript
Erlang
- awesomo - An extensive list of interesting open source projects written in С, C++, Clojure, Lisp, Elixir, Erlang, Elm, Golang, Haskell, JavaScript, Lua, OCaml, Python, R, Ruby, Rust, Scala etc.
GLSL
- thebookofshaders - Step-by-step guide through the abstract and complex universe of Fragment Shaders.
Go
- github-review-bot - GitHub bot helping you pick reviewers for Pull Requests
- tidb - TiDB is a distributed HTAP database compatible with MySQL protocol
- ctop - Top-like interface for container metrics
- mattermost-server - Open source Slack-alternative in Golang and React - Mattermost
- vault - A tool for secrets management, encryption as a service, and privileged access management
- syncthing - Open Source Continuous File Synchronization
- nsq - A realtime distributed messaging platform
HTML
- design-blocks - A set of 170+ Bootstrap based design blocks ready to be used to create clean modern websites.
- Awesome-CoreML-Models - Largest list of models for Core ML (for iOS 11+)
- awesome-mac - This repo is a collection of awesome Mac applications and tools for developers and designers.
- awesome-modern-cpp - A collection of resources on modern C++
- mildronize.github.io - My blog
- gentelella - Free Bootstrap 3 Admin Template
- docker-curriculum - :dolphin: A comprehensive tutorial on getting started with Docker!
- emailjs - html emails and attachments to any smtp server with nodejs
- material-design-lite - Material Design Components in HTML/CSS/JS
- gamegear.io - SDK directory for mobile game developers
- docs.geteventstore.com - Event Store documentation
- CsQuery - CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
- DIGITS - Deep Learning GPU Training System
- fonts - Font files available from Google Fonts
- awesome-courses - :books: List of awesome university courses for learning Computer Science!
- dashboards - Responsive dashboard templates for Bootstrap 📊✨
Java
- Java - All Algorithms implemented in Java
- interviews - Everything you need to know to get the job.
- Melophile - Music App built using RxJava2, Retrofit2, Dagger2 and clean architecture.
- iosched - The Google I/O 2017 Android App
- UberUX - Project that demonstrates the entire animation stack present in the Uber app (android)
- thingsboard - Open-source IoT Platform - Device management, data collection, processing and visualization.
- react-native-image-picker - A React Native module that allows you to use native UI to select media from the device library or directly from the camera
- java8-tutorial - Modern Java - A Guide to Java 8
- ta4j-origins - A Java library for technical analysis Not maintained anymore, kept for archival purposes, see #192
- feather - Lightweight dependency injection for Java and Android (JSR-330)
- OpenRTS - Real-Time Strategy game 3D engine coded in pure java
- Chronicle-Queue - Micro second messaging that stores everything to disk
- WashingMachineView - An interactive view with water waves flowing like in a Washing machine
- subethasmtp - SubEtha SMTP is a Java library for receiving SMTP mail
- infinispan - Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
- orbit - Orbit - Virtual actor framework for building distributed systems
- rapidminer-5 - Old and outdated version of RapidMiner Studio 5. See rapidminer-studio for the latest version 7.x
- example-spring-mvc-jetty -
- embedded-jetty-jsp - Example of Embedded Jetty with JSP support
- orbeon-forms - Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
- dynaform - A dynamic schema-based web form generator in Java
- lucida - Speech and Vision Based Intelligent Personal Assistant
- smile - Statistical Machine Intelligence & Learning Engine
- neuralnetworks - java deep learning algorithms and deep neural networks with gpu acceleration
- core - JiBX core
- java-design-patterns - Design patterns implemented in Java
- killbill - Open-Source Subscription Billing & Payment Platform
- storm-starter - Learn to use Storm!
- storm-contrib - A collection of spouts, bolts, serializers, DSLs, and other goodies to use with Storm
- mongo-storm - Mongodb Storm Spout
- storm-applications - A collection of real-time applications built with Apache Storm.
- storm-jms - Storm JMS Integration
- test.rcp - Eclipse E4 RCP with 3.x views like project explorer, properties, etc
- Httpzoid - Android REST client library (supports RESTful JSON API)
- p2-maven-plugin - Maven3 plugin that automates the third-party dependency management for Eclipse RCP
- tycho-demo - Tycho Demo for EclipseCon 2013
- druid - Column oriented distributed data store ideal for powering interactive applications
- android-bootstrap - A template/bootstrap/boilerplate application that includes tons of great open source tools and frameworks.
- wsdoc - Documentation generator for Spring MVC REST services
- elasticsearch - Open Source, Distributed, RESTful Search Engine
- cgeo - c:geo - The powerful Android geocaching app.
- maven-android-multimodule-example - Example showing some hard cases in Android maven multi-module dependencies
- jetty-embedded-spring-mvc - Example project for setting up embedded Jetty 9 with Spring-MVC, JSP and JSTL support (uses Maven).
- openkit-android - OpenKit Android SDK
- cw-omnibus - Source code to omnibus edition of The Busy Coder’s Guide to Android Development
- droidparts -
- FizzBuzzEnterpriseEdition - FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
- fastjson - :bullettrain_side: A fast JSON parser/generator for Java
- disruptor - High Performance Inter-Thread Messaging Library
- uitableview4android - Provide an Android list with the look & field and sections of iOS UITableView
- HoloEverywhere - NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
JavaScript
- microservice-app-example - Example of polyglot microservice app
- writing - Writing is a lightweight distraction-free text editor, in the browser (Markdown and LaTeX supported).
- hackernews-react-graphql - Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
- tech-interview-handbook - 💯 Algorithms, front end and behavioral content for rocking your coding interview
- feather - Simply beautiful open source icons
- free-programming-books-zh_CN - :books: 免费的计算机编程类中文书籍,欢迎投稿
- makegirlsmoe_web - Create Anime Characters with MakeGirlsMoe
- awesome-guidelines - A curated list of high quality coding style conventions and standards.
- react-express - The all-in-one beginner’s guide to modern React application development!
- docker-compose-starter - An example docker-compose project stucture
- peer-review-bot - A little bot checking GitHub pull requests for peer reviews
- pkg - Package your Node.js project into an executable
- NotesBackend -
- front-end-handbook-2017 - 2017 edition of our front-end development guide
- GitTorrent - A decentralization of GitHub using BitTorrent and Bitcoin
- synaptic - architecture-free neural network library for node.js and the browser
- node-apn - :calling: Apple Push Notification module for Node.js
- blur-admin - Angular Bootstrap Admin Panel Framework
- parse-server - Parse-compatible API server module for Node/Express
- cms.js - The Javascript Site Generator
- 52-technologies-in-2016 - Let’s learn a new technology every week. A new technology blog every Sunday in 2016.
- HackMyResume - Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.
- knockout.localStorage - localStorage persistence for knockout.js
- request - 🏊🏾 Simplified HTTP request client.
- knockout-sortable - A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
- d3 - Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
- goojs - 3D WebGL engine.
- plotly.js - The open source JavaScript graphing library that powers plotly
- Ghost - The platform for professional publishers
- quill - Quill is a modern rich text editor built for compatibility and extensibility.
- nylas-mail - :love_letter: An extensible desktop mail app built on the modern web. Forks welcome!
- web-design-standards - Open source UI components and visual style guide for U.S. government websites.
- neural-network-papers -
- StarCraft - HTML5 version of StarCraft game
- streama - It’s like Netflix, but self-hosted! http://dularion.github.io/streama/
- awesome-selfhosted - This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.
- explorer - Data Explorer by Keen IO - point-and-click interface for analyzing and visualizing event data.
- techan.js - A visual, technical analysis and charting (Candlestick, OHLC, indicators) library built on D3.
- node-jquery - jQuery with a thin wrapper for Ender.JS, Node.JS, and other npm-based packaging systems
- kandan - Kandan is an Open Source Alternative to HipChat
- Nestable - Drag & drop hierarchical list with mouse and touch compatibility (jQuery plugin)
- bootstrap-validator - A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
- markdown-plus - Markdown editor with extra features.
- quickstart - Holds all versioned WildFly quickstarts
- Swiper - Most modern mobile touch slider with hardware accelerated transitions
- timesheet.js - JavaScript library for HTML5 & CSS3 time sheets
- Booktype - Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes.
- wiki-client - Federated wiki client-side javascript as a npm module.
- wekan - The open-source Trello-like kanban (built with Meteor)
- rcloud - Collaborative data analysis and visualization
- gitbook - 📝 Modern documentation format and toolchain using Git and Markdown
- freeboard - A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.
- sandstorm - Sandstorm is a self-hostable web productivity suite. It’s implemented as a security-hardened web app package manager.
- bootstrap-datepicker - A datepicker for twitter bootstrap (@twbs)
- artoo - artoo.js - the client-side scraping companion.
- p4wn - a smallish turn-of-the-century javascript chess engine
- mongly - The MongoDB Collection is a group of essays for mastering MongoDB
Jupyter Notebook
LLVM
- llvm - Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Lua
- grid-sdk - The Grid SDK - Game engine for Lua
- kong - :monkey: The Microservice API Gateway
- ZeroBraneStudio - Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
- Algorithm-Implementations - Share, discuss and learn about algorithm implementations!
Makefile
Mathematica
- NASA-3D-Resources - Here you’ll find a growing collection of 3D models, textures, and images from inside NASA.
Nginx
Objective-C
- DrawKit - Vector and illustration framework for macOS
- Alpha - Next generation debugging framework for iOS
- bluepill - Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
- ios-snapshot-test-case - Snapshot view unit tests for iOS
- Vesper - Vesper is a note-taking app for iOS by Q Branch.
- iOS-NBUCore - Convenience macros, functions and API availability checks for iOS projects.
- JAMSVGImage - Display resolution independent SVGs in iOS.
- HPReorderTableView - Drop-in UITableView replacement to reorder cells with long press on any part of the cell
- OpenEmu - 🕹 Retro video game emulation for macOS
- EZAudio - An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
- NWPusher - OS X and iOS application and framework to play with the Apple Push Notification service (APNs)
- cocoa-rest-client - A free, native Apple macOS app for testing HTTP/REST endpoints
- mntpulltoreact - One gesture, many actions. An evolution of Pull to Refresh.
- XcodeEditor - An API for manipulating Xcode project files.
- XToDo - Xcode plugin to collect and list the
TODO
,FIXME
,???
,!!!!
- KVNProgress - KVNProgress is a fully customizable progress HUD that can be full screen or not.
- SVGKit - A Cocoa framework for rendering SVG files as Core Animation layers
- iOS8-Sampler - Code examples for the new features of iOS 8.
- Fraise - Fraise is a lightweight but powerful text editor for Mac OS X.
- MongoHub-Mac - Mac Native Mongodb Client
- openkit-ios - OpenKit iOS SDK
- idev-recipes - Open source code for the idevrecipes.com blog
- ShareKit - Drop in sharing features for all iPhone and iPad apps
- ios-image-filters - photoshop-style filter interface for UIImage class on iOS to make instagram-style images
- ViewDeck - An implementation of the sliding menu found in various iOS apps.
- PKRevealController - PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
- BButton - BButton is a subclass of UIButton that looks like the bootstrap buttons.
- SVPullToRefresh - Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
- PrettyKit - PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization. You will be able to change their background color, add gradients, shadows, etc.
- yandexmapkit-ios - Yandex Map Kit for iOS
- DCControls - iOS Rotary Knob & Slider controls. All custom drawing, no images, customizable.
- MeterView - Dashboard-style gauges for iOS
Others
- it-ekb-events - IT-события Екатеринбурга
- CocoaConferences - List of cocoa conferences for iOS & macOS developers.
- awesome-artificial-intelligence - A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
- state-of-the-art-result-for-machine-learning-problems - This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem’s SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
- reverse-engineering - List of awesome reverse engineering resources
- api-standards -
- nodebestpractices - The largest Node.JS best practices list. Curated from the top ranked articles and always updated
- mit-deep-learning-book-pdf - MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
- Marketing-for-Engineers - A curated collection of marketing articles & tools to grow your product.
- awesome-coins - ₿ A guide (for humans!) to cryto-currencies and their algos.
- every-programmer-should-know - A collection of (mostly) technical things every software developer should know
- DockerCheatSheet - 🐋 Docker Cheat Sheet 🐋
- iOS-App-Performance-Cheatsheet - A collection of code substitutions and configurations that can improve Objective-C code performance on iOS.
- machine-learning-mindmap - A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
- side-project-marketing - A checklist of tactics for marketing your side projects.
- EffectiveTensorflow - TensorFlow tutorials and best practices.
- CocoaAI - 🤖 The Cocoa Artificial Intelligence Lab
- game-developer-roadmap - Roadmap to becoming a game developer in 2017
- The-Terrible-Deep-Learning-List - 15 working examples to get you started with Deep Learning without learning any of the math.
- spellbook-of-modern-webdev - A Big Picture, Thesaurus, and Taxonomy of Modern JavaScript Web Development
- awesome-design-systems - 💅🏻 ⚒ A collection of awesome design systems
- Best-websites-a-programmer-should-visit - :link: Some useful websites for programmers.
- cheatsheets-ai - Essential Cheat Sheets for deep learning and machine learning researchers
- awesome-graphql - Awesome list of GraphQL & Relay
- awesome-tensorflow - TensorFlow - A curated list of dedicated resources http://tensorflow.org
- SwiftTips - A collection of Swift tips & tricks that I’ve shared on Twitter
- guide - Kubernetes clusters for the hobbyist.
- docker - Docker images for Vapor.
- awesome-indie - Resources for independent developers to make money
- deep-learning-papers - Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
- free-tech-ebooks-from-packtpub - A collection of free ebooks from Packt Publishing [Regularly Updated]
- realworld - “The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
- iOS-System-Symbols - Share iOS system framework’s symbol files. Useful for symbolicating iOS crash report.
- security-101-for-saas-startups - security tips for startups
- design-patterns-for-humans - Design Patterns for Humans™ - An ultra-simplified explanation
- WKWebViewTips - WKWebView Tips (iOS 8.1.0)
- lectures - Oxford Deep NLP 2017 course
- awesome-electronics - A curated list of awesome resources for electronic engineers and hobbyists
- stack-on-a-budget - A collection of services with great free tiers for developers on a budget
- fantastic-ios-architecture - :japanese_castle: Better ways to structure iOS apps
- work-group - Work group steering the development and direction of the Swift Server APIs
- machine-learning-for-software-engineers - A complete daily plan for studying to become a machine learning engineer.
- awesome-design - :flags: Creative Resources for Developer and Designer :)
- TopDeepLearning - A list of popular github projects related to deep learning
- The-Book-of-VIPER - the one and the only
- Deep-Learning-101 - Deep Learning Tutorials
- docker-cheat-sheet - Docker Cheat Sheet
- AEIconizer - Sketch plugin for automatic scaling of iOS app icon artwork in all needed sizes
- icon-stamper - A Sketch Plugin for creating multiple sizes of iOS icons
- android-architecture - A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
- awesome-cpp - A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-… stuff.
- awesome-deep-vision - A curated list of deep learning resources for computer vision
- Manual - You were probably looking for our website… this is it. We moved our website here, so you can see the insides of how we work.
- ParseAlternatives - A collaborative list of Parse alternative backend service providers.
- awesome-app-ideas - List of awesome app ideas
- ares - document
- Machine-Learning-Tutorials - machine learning and deep learning tutorials, articles and other resources
- bad-data-guide - An exhaustive reference to problems seen in real-world data along with suggestions on how to resolve them.
- awesome-interview-questions - :octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
- awesome-stock-resources - :city_sunrise: A collection of links for free stock photography, video and Illustration websites
- remote-jobs - A list of semi to fully remote-friendly companies in tech
- raml-spec - RAML Specification
- computer-science - :mortar_board: Path to a free self-taught education in Computer Science!
- awesome-opensource-documents - :blue_book: A curated list of awesome open source or open source licensed documents, guides, books.
- games - :video_game: A list of popular/awesome videos games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
- cscs - A curated list of Coding Style Conventions and Standards.
- lists - The definitive list of lists (of lists) curated on GitHub
- logos - A huge collection of SVG logos
- cppbestpractices - Collaborative Collection of C++ Best Practices
- awesome - :sunglasses: Curated list of awesome lists
- awesome-electron - Useful resources for creating apps with Electron
- awesome-java - A curated list of awesome frameworks, libraries and software for the Java programming language.
- awesome-public-datasets - A topic-centric list of high-quality open datasets in public domains. By everyone, for everyone!
- openterrain - Links to open terrain data sources for the entire world
- git-style-guide - A Git Style Guide
- awesome-sysadmin - A curated list of amazingly awesome open source sysadmin resources.
- free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
- frontend-guidelines - Some HTML, CSS and JS best practices.
- frontend-stuff - A continuously expanded list of framework/libraries and tools I used/want to use when building things on the web. Mostly JavaScript.
- htaccess - A collection of useful .htaccess snippets.
- linux-insides - A little bit about a linux kernel
- awesome-android-ui - A curated list of awesome Android UI/UX libraries
- wireframe - free Teracy wireframe kit (and we’re available for hire! https://dribbble.com/teracy https://www.behance.net/teracy)
- awesome-cpp - A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-… stuff.
- magictools - :video_game: :pencil: A list of Game Development resources to make magic happen.
- ToolsOfTheTrade - Tools of The Trade, from Hacker News.
- free-programming-books - :books: Freely available programming books
- awesome-sysadmin - A curated list of amazingly awesome open source sysadmin resources inspired by Awesome PHP.
- frontend-dev-bookmarks - Manually curated collection of resources for frontend web developers.
- beautiful-docs - Pointers to useful, well-written, and otherwise beautiful documentation.
- http-api-design - HTTP API design guide extracted from work on the Heroku Platform API
- gitignore - A collection of useful .gitignore templates
- papers-we-love - Papers from the computer science community to read and discuss.
- Installation-guide-for-GitLab6-on-Freebsd -
- e4demo - E4 Demo Project
- msgpack - MessagePack is an extremely efficient object serialization library. It’s like JSON, but very fast and small.
- email-blueprints - HTML Email Layouts by MailChimp
- illi-notation-cpp - iLLi Notation for C++
- Stanford-CS193P-2011-Fall-Lectures - iPhone application development, 2011 fall.
- Stanford-CS193P-iPhone-Application-Development-Lectures - 2010 - 2011 Fall
PHP
- kohana - Basic application with official modules included
- gruik - Gruik ! An open-source markdown note-taking web app. [ABANDONED PROJECT]
- phabricator - Open software engineering platform and fun adventure game
- humhub - HumHub - Open Source Social Network
- october - Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
- paperwork - Paperwork - OpenSource note-taking & archiving alternative to Evernote, Microsoft OneNote & Google Keep
- core -
- php-mpos - MPOS stands for Mining Portal Open Source. A unified mining interface for various Scrypt and SHA256d Crypto-currencies! Please be aware that the Issue tracker on Github is a Bug Tracker, not a Support Forum!
- webasyst-framework - Webasyst PHP Framework
- A2ACLdemo - Demos of A2 and ACL libraries
- MangoDB - MongoDB for KO 3.3 (for 3.2, 3.1 and 3.0 check branches)
- workapp - helpdesk, servicedesk
Python
- deep_architecture_genealogy - Deep Learning Architecture Genealogy Project
- deepo - A series of Docker images (and their generator) that allows you to quickly set up your deep learning research environment.
- GTSRB-caffe-model - German Traffic Sign Recognition Benchmark (GTSRB) AlexNet pycaffe model. http://benchmark.ini.rub.de/
- Mind-Expanding-Books - :books: Books that will blow your mind
- home-assistant - :house_with_garden: Open-source home automation platform running on Python 3
- Fabrik - :factory: Fabrik – Collaboratively build, visualize, and design neural nets in browser
- ML-From-Scratch - Python implementations of Machine Learning models and algorithms from scratch. Aims to cover everything from Data Mining techniques to Deep Learning.
- sru - Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)
- starred - creating your own Awesome List used GitHub stars!
- DrQA - Reading Wikipedia to Answer Open-Domain Questions
- tensor2tensor - A library for generalized sequence to sequence models
- reinforcement-learning - Minimal and Clean Reinforcement Learning Examples
- TensorFlow-World - :earth_americas: Simple and ready-to-use tutorials for TensorFlow
- pix2code - pix2code: Generating Code from a Graphical User Interface Screenshot
- youtube-dl - Command-line program to download videos from YouTube.com and other video sites
- awesome-machine-learning - A curated list of awesome Machine Learning frameworks, libraries and software.
- models - Models and examples built with TensorFlow
- system-design-primer - Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
- prophet - Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
- game-programmer - A Study Path for Game Programmer
- MLAlgorithms - Minimal and clean examples of machine learning algorithms
- neural-enhance - Super Resolution for images using deep learning.
- Deep-Learning-Papers-Reading-Roadmap - Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
- lizard - A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
- noteshrink - Convert scans of handwritten notes to beautiful, compact PDFs
- SpaceshipGenerator - A Blender script to procedurally generate 3D spaceships
- mkdocs - Project documentation with Markdown.
- neon - Intel® Nervana™ reference deep learning framework committed to best performance on all hardware
- procedural_city_generation - Procedural City Generation program implemented in Python and Visualized with Blender.
- CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
- data-science-blogs - A curated list of data science blogs
- codeface - Typefaces for source code beautification
- open_exoplanet_catalogue - The Open Exoplanet Catalogue
- odoo - Odoo. Open Source Apps To Grow Your Business.
- barf-project - BARF : A multiplatform open source Binary Analysis and Reverse engineering Framework
- plasma - Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
- prophet - Financial markets analysis framework for programmers
- taiga-back - Project management web application with scrum in mind! Built on top of Django and AngularJS (Backend Code)
- stratum-mining-proxy - mining proxy
- p2pool - Peer-to-peer Bitcoin mining pool
- nupic - Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
- salt - Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
Racket
Ruby
- awesome-blockchains - A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips :tulip::tulip::tulip:. Distributed is the new centralized.
- cupertino - CLI for the Apple Dev Center
- cocoapods-amimono - Move all dynamic frameworks symbols into the main executable.
- Accelerator - Inline frameworks of Swift CocoaPods projects for faster launch
- synx - A command-line tool that reorganizes your Xcode project folder to match your Xcode groups
- xcknife - Simple tool for optimizing XCTest runs across machines
- fastlane - 🚀 The easiest way to automate building and releasing your iOS and Android apps
- lobsters - Rails code running the Lobsters link aggregation site
- engineering-blogs - A curated list of engineering blogs
- awesome-awesomeness - A curated list of awesome awesomeness
- homebrew-php - :elephant: PHP macOS formulae for the Homebrew package manager
- playdrone - Google Play Crawler
- openkit-server - OpenKit Server
-
gitlabhq - GitLab CE |
Please open new issues in our issue tracker on GitLab.com |
Rust
- tikv - Distributed transactional key value database powered by Rust and Raft
- PumpkinDB - Immutable Ordered Key-Value Database Engine
Scala
- gitbucket - A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
- akka-server - Scala + Akka Game Server
- gearpump - Lightweight real-time big data streaming engine over Akka
- spray - A suite of scala libraries for building and consuming RESTful web services on top of Akka: lightweight, asynchronous, non-blocking, actor-based, testable
- akka - Build highly concurrent, distributed, and resilient message-driven applications on the JVM
- playframework - Play Framework
- aerosolve - A machine learning package built for humans.
Scheme
- opencog - A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
Shell
- kubermesh - Bare metal, self-hosted, self-healing/provisioning, mesh network kubernetes cluster
- Swish - 👷Build Swift Projects on a Remote Machine within Xcode.
- docker-node - Official Docker Image for Node.js :whale: :turtle: :rocket:
- buildstatic - build Swift modules as static libraries, include them about as easily as normal frameworks. [• STATUS: still working last time I checked but possibly a bit outdated – should hopefully be fully obsolete when there’s more Swift Package Manager + Xcode integration •]
- OpenSSL-for-iPhone - A script for compiling OpenSSL for iOS Devices (iPhone, iPad, iPod Touch, AppleTV)
- carthage-workarounds - Shell scripts to make life a little easier when using Carthage.
- c - Compile and execute C “scripts” in one go!
- install-clang - A script to create a standalone installation of clang/LLVM/libc++
- maven-android-sdk-deployer - A tool to install components of the Android SDK into a Maven repository or repository manager to use with the Android Maven Plugin, Gradle and other tools.
- git-deliver - Delivery system based on git push and ssh
- Dropbox-Uploader - Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
Swift
- ImagineEngine - A project to create a blazingly fast Swift game engine that is a joy to use 🚀
- Optimizing-Swift-Build-Times - Collection of advice on optimizing compile times of Swift projects.
- Attabench - Microbenchmarking app for Swift with nice log-log plots
- http - Repository for the development of cross-platform HTTP APIs
- CoreML-in-ARKit - Simple project to detect objects and display 3D labels above them in AR. This serves as a basic template for an ARKit project to use CoreML.
- ShellOut - Easily run shell commands from a Swift script or command line tool
- AudioKit - Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
- Measure - Using ARKit to make calculate distance of real world objects
- ARKit-CoreLocation - Combines the high accuracy of AR with the scale of GPS data.
- ARPaint - Draw with bare fingers in the air using ARKit
- Awesome-ARKit - A curated list of awesome ARKit projects and resources. Feel free to contribute!
- Neural-Network-Playground - A neural network Swift playground, with no third party dependencies.
- ARBrush - Quick demo of 3d drawing in ARKit using metal + SceneKit. NOTE: This is experimental code!
- SlackKit - Build Slack apps, in Swift
- SwiftQ - Distributed Task Queue
- swift14macOSApps - approaching macOS development using swift with 14 mini projects.
- ARuler - Mesure distance using apple ARKit
- CosyHome - An example application for a home smart heating system developed using Acceptance Tests and Clean Architecture
- CleanNote - A sample project applying Clean Architecture to iOS and Mac.
- MIDISynth - Example of kAudioUnitSubType_MIDISynth in Core Audio and as a custom AVAudioUnitMIDIInstrument
- wwdc-downloader - WWDC 2017 video downloader script written in Swift - no external dependency.
- Frank - Frank is a DSL for quickly writing web applications in Swift
- octokit.swift - A Swift API Client for GitHub and GitHub Enterprise
- Forge - A neural network toolkit for Metal
- gliding-collection - :octocat: Gliding Collection is a smooth, flowing, customizable decision for a UICollectionView Swift Controller made by @Ramotion
- MovingCells - How to rearrange cells in collection view for apps written prior to iOS9.
- Fiber2D - Cross-platform 2D Game Engine in pure Swift
- SwiftMonkey - A framework for doing randomised UI testing of iOS apps
- Design-Patterns-In-Swift - Design Patterns implemented in Swift
- BlueCap - iOS Bluetooth LE framework
- SwifterSwift - A handy collection of more than 500 native Swift extensions to boost your productivity.
- pxctest - Execute tests in parallel on multiple iOS Simulators
- Snowflake - ❄️ SVG in Swift
- HGCircularSlider - A custom reusable circular/progress slider control for iOS application.
- CDAlertView - Highly customizable alertview and alert/notification/success/error/alarm popup written in Swift 3
- Macaw - Powerful and easy-to-use vector graphics Swift library with SVG support
- Bezier - Algorithm to draw smooth bezier curves through a set of points
- SwiftActors - Rudimentary Actor model library for Swift
- Datez - 📆 Breeze through Date, DateComponents, and TimeInterval with Swift! .. http://kitz.io
- LeetCode-Swift - Solutions to LeetCode by Swift
- SwiftPasscodeLock - An iOS passcode lock with TouchID authentication written in Swift.
- Phonograph - Audio Queue Services with Swift
- Mockingjay - An elegant library for stubbing HTTP requests with ease in Swift
- SideMenuController - A side menu controller written in Swift for iOS
- Iconic - Auto-generated icon font library for iOS, watchOS and tvOS
- swift-algorithm-club - Algorithms and data structures in Swift, with explanations!
- Alamofire - Elegant HTTP Networking in Swift
- Whisper - :mega: Whisper is a component that will make the task of display messages and in-app notifications simple. It has three different views inside
- FontAwesome.swift - Use FontAwesome in your Swift projects
- UI-Testing-Cheat-Sheet - How do I test this with UI Testing?
- vapor - 💧 A server-side Swift web framework.
- awesome-swift - A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
- Kitura - A Swift web framework and HTTP server.
- open-source-ios-apps - :iphone: Collaborative List of Open-Source iOS Apps
- Carthage - A simple, decentralized dependency manager for Cocoa
- awesome-ios - A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
TeX
- Technical_Book_DL - This note presents in a technical though hopefully pedagogical way the three most common forms of neural network architectures: Feedforward, Convolutional and Recurrent.
- stat-cookbook - :orange_book: The probability and statistics cookbook
- AlgoXY - Book of Elementary Algorithms and Data structures
Vue
- best-resume-ever - :necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
License
To the extent possible under law, mrdekk has waived all copyright and related or neighboring rights to this work.