Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 7
126 results tagged docs  ✕
LaTEX - Working with Acronyms http://ramibaddour.com/2017/01/18/latex-working-with-acronyms/
Thu 07 Jan 2021 08:54:48 AM CET
QRCode

docs latex
Docup https://docup.now.sh/#quick-start
Sat 16 May 2020 10:14:09 PM CEST
QRCode

Docup is a single JavaScript file that fetches Markdown file and renders it as a beautiful one-page documentation.

docs homepage javascript library presentations software web
Deep Learning Algorithms - The Complete Guide | AI Summer https://theaisummer.com/Deep-Learning-Algorithms/
Sun 08 Mar 2020 09:19:55 AM CET
QRCode

All the essential Deep Learning Algorithms you need to know including models used in Computer Vision and Natural Language Processing.

AI deep_learning docs machine_learning tutorial
templates - A set of standard document templates https://github.com/kbariotis/templates
Sun 19 Jan 2020 09:54:49 PM CET
QRCode

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.

docs resources
getAwesomeness() https://getawesomeness.herokuapp.com/
Fri 18 Oct 2019 04:40:10 PM CEST
QRCode

Use getAwesomeness() to retrieve all amazing awesomeness from Github.

collection docs list
What nobody tells you about documentation https://www.divio.com/blog/documentation/
Fri 18 Oct 2019 04:38:26 PM CEST
QRCode

However hard you work on documentation, it won't work for your software - unless you do it the right way.

article docs
arch-wiki - Search the Arch Wiki anywhere from the command line https://github.com/deadhead420/arch-wiki
Sun 25 Aug 2019 04:28:32 PM CEST
QRCode

Search the Arch Wiki anywhere from the command line.

#cli-app communication docs networking online opensource software source_code wiki
OpenBSD Is C Documentation https://dev.to/apotheon/openbsd-is-c-documentation-3gd1
Tue 18 Jun 2019 04:22:15 PM CEST
QRCode

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.

article c docs programming
Introduction - The Embedded Rust Book https://rust-embedded.github.io/book/intro/index.html
Sun 28 Apr 2019 08:23:08 PM CEST
QRCode
docs ebook rust
GitHub - greg-js/arch-wiki-man: Search a local, updated copy of the entire Arch Wiki and open the article in `man` https://github.com/greg-js/arch-wiki-man
Tue 20 Nov 2018 09:58:34 PM CET
QRCode

Search a local, updated copy of the entire Arch Wiki and open the article in man - greg-js/arch-wiki-man

cli docs wiki
mdBook: Create book from markdown files https://github.com/rust-lang-nursery/mdBook
Sat 03 Nov 2018 06:54:36 PM CET
QRCode

mdBook is a utility to create modern online books from Markdown files.
Like Gitbook but implemented in Rust.

coding_lang:rust docs opensource publishing software source_code static_site_generator
TextBlob: Simplified Text Processing https://textblob.readthedocs.io/en/dev/index.html
Wed 22 Aug 2018 03:36:15 AM CEST
QRCode

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
coding_lang:python docs library machine_learning NLP text_manipulation text_mining
Go Memory Management - Povilas Versockas https://povilasv.me/go-memory-management/
Mon 20 Aug 2018 09:24:57 PM CEST
QRCode

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.

image

article docs golang operating_system tech
Everipedia, the encyclopedia of everything https://everipedia.org/
Mon 20 Aug 2018 03:33:22 PM CEST
QRCode

The world's largest english encyclopedia.

everypedia pic

cryptocurrency docs online wiki
Everipedia, the encyclopedia of everything https://everipedia.org/
Mon 20 Aug 2018 03:33:22 PM CEST
QRCode

The world's largest english encyclopedia.

everypedia pic

cryptocurrency docs online wiki
um - Create and maintain your own man pages so you can remember how to do stuff https://github.com/sinclairtarget/um
Mon 20 Aug 2018 10:48:41 AM CEST
QRCode

Create and maintain your own man pages so you can remember how to do stuff.

#cli-app docs opensource ruby software source_code
Zeal - An Offline Documentation Browser For Developers - OSTechNix https://www.ostechnix.com/zeal-an-offline-documentation-browser-for-developers/
Thu 16 Aug 2018 03:54:35 PM CEST
QRCode

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 screenshot

article development docs offline programming
Zeal - Offline Documentation Browser https://zealdocs.org/
Thu 16 Aug 2018 03:53:10 PM CEST
QRCode

Zeal is an offline documentation browser for software developers.

Related articles

  • Zeal - An Offline Documentation Browser For Developers - OSTechNix
development docs gui multiplatform offline programming software
GitHub - mhinz/vim-galore: All things Vim! https://github.com/mhinz/vim-galore
Sat 09 Dec 2017 09:52:59 PM CET
QRCode

vim-galore - :mortar_board: All things Vim!

docs vim
CoAP RFC https://tools.ietf.org/html/rfc7252
Tue 06 Sep 2016 02:31:48 PM CEST
QRCode
communication docs protocol
page 1 / 7
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn