Awesome List Updates on Jun 30, 2016
8 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Tips
Retrieve the commit hash of the initial revision.
git rev-list --reverse HEAD | head -1
Alternatives:
git rev-list --max-parents=0 HEAD
git log --pretty=oneline | tail -1 | cut -c 1-40
git log --pretty=oneline --reverse | head -1 | cut -c 1-40
2. Awesome Static Website Services
Forms / Really Simple Forms
- Brisk Forms (⭐42) - Free form submission service emails you responses while keeping your email address private and is open source.
3. Awesome Opensource Apps
Laravel
Name: Laraadmin (⭐1.5k)
Description: CRM for quickstart Admin based applications
Link: http://laraadmin.com
4. Awesome Dtrace
Programming languages / Erlang
- Erlang - DTrace and Erlang/OTP.
Programming languages / PHP
- PHP - Using PHP and DTrace.
Programming languages / Python
- Python - DTrace patch for Python 2.7.x and 3.x.
5. Awesome Aws
SDKs and Samples / Clojure SDK
6. Awesome Android
GUI
- DragListView (⭐654) - Drag and drop to reorder items in a list, grid or board.
7. Colorful
Tools / Web App
- Save My Palette - Save, share, and export your color palettes.
8. Awesome Dotnet
Queue
- Warewolf ESB (⭐270) - An easy to use service bus and microservices platform. Easily build applications and services in a visual IDE.
Testing
- FakeItEasy (⭐1.7k) - The easy mocking library for .NET https://fakeiteasy.github.io
- Prev: Jul 01, 2016
- Next: Jun 29, 2016