127 private links
Everything you wanted to know about the JSON format.
Docup is a single JavaScript file that fetches Markdown file and renders it as a beautiful one-page documentation.
All the essential Deep Learning Algorithms you need to know including models used in Computer Vision and Natural Language Processing.
This is a collection of common templates and documents I have been using over the years. I am tired of trying to google them every time I need them, so I just gathered them all here.
Topics are: Pitch, Vision, Strategy, Product Requirements, Technical Design, Product Opportunity Assessment, Product Vision, Run Book.
Use getAwesomeness() to retrieve all amazing awesomeness from Github.
However hard you work on documentation, it won't work for your software - unless you do it the right way.
Search the Arch Wiki anywhere from the command line.
StackOverflow is the de facto standard place to go when you need to figure out how to do something as a programmer. A web search for information about how to check the number of lines in a file using the C programming language will probably give you StackOverflow questions as the most relevant search results. Unfortunately, while writing good, clean, reliable C does not need to be difficult, it is certainly difficult to find information about how to do it well, and the people answering these questions on StackOverflow are not filtered by their skills or knowledge of good practices. From time to time, the top-rated answer or the accepted answer is even the worst answer that addresses the question.
The best example I have seen of a straightforward line count algorithm is in a place that might seem obvious after the fact: the source code of the wc command line utility. Figure out how the -l option is handled in a good implementation of wc, and all that's left is to adapt it to your needs. Ideally, the solution you find should be short, simple, careful (e.g. checking for error conditions), robust, well-worn, and well-formatted.
The C coding standards of the OpenBSD community are among the highest and most pragmatic you'll ever find, and when someone makes a decision about implementation whose reasoning is not pretty obvious in the code itself you're almost certain to see that reasoning clearly documented in code comments, which can also teach you something about being a good programmer in general.
Search a local, updated copy of the entire Arch Wiki and open the article in man
- greg-js/arch-wiki-man
mdBook is a utility to create modern online books from Markdown files.
Like Gitbook but implemented in Rust.
TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.
Features
- Noun phrase extraction
- Part-of-speech tagging
- Sentiment analysis
- Classification (Naive Bayes, Decision Tree)
- Language translation and detection powered by Google Translate
- Tokenization (splitting text into words and sentences)
- Word and phrase frequencies
- Parsing
- n-grams
- Word inflection (pluralization and singularization) and lemmatization
- Spelling correction
- Add new models or languages through extensions
- WordNet integration
Deep dive into Go Memory Management. This post gives an overview of Physical memory, Virtual memory, how Operating System interacts with hardware to run applications.
The world's largest english encyclopedia.
The world's largest english encyclopedia.
Create and maintain your own man pages so you can remember how to do stuff.
The other day I was searching for Vim editor cheatsheets on the web. A quick google search brought me so many links to download the cheatsheets. While going through the links one by one, a...
Zeal is an offline documentation browser for software developers.