Awesome List Updates on Jun 25, 2016
4 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Cryptography
Haskell / Git
- HsOpenSSL (⭐19) - OpenSSL binding for Haskel.
JavaScript / Git
- asmCrypto (⭐657) - JavaScript implementation of popular cryptographic utilities with performance in mind.
- cifre (⭐121) - Fast crypto toolkit for modern client-side JavaScript.
- closure-library (⭐4.8k) - Google's common JavaScript library.
- libsodium.js (⭐950) - libsodium compiled to pure JavaScript, with convenient wrappers.
- OpenPGP.js (⭐5.6k) - OpenPGP implementation for JavaScript.
- URSA (⭐621) - RSA public/private key OpenSSL bindings for Node.
2. Awesome Geek Podcasts
In English
- Syscast Podcast - Talking Linux, open source, web development and system administration (DevOps).
- The Web Platform Podcast - A weekly show that dives deep into all things web from the developers building the platform today.
3. Awesome Dotnet
Git Tools
- Git Credential Manager for Windows (⭐2.9k) - Helps solving issues of credentials, made by Microsoft
4. Tips
Force push to Remote Repository
git push -f <remote-name> <branch-name>
Adding Remote name
git remote add <remote-nickname> <remote-url>
- Prev: Jun 26, 2016
- Next: Jun 24, 2016