892 private links
The
@counter-style
CSS at-rule lets you extend predefined list styles and define your own counter styles that are not part of the predefined set of styles. The@counter-style
rule contains descriptors defining how the counter value is converted into a string representation.
Documentation basée sur BookStack.
Une spécification ajoutant une signification lisible pour l'humain et pour la machine dans les messages des commits
Welcome to The Valley of Code. Your journey in Web Development starts here. In the fundamentals section you'll learn the basic building blocks of the Internet, the Web and how its fundamental protocol (HTTP) works.
Neutralinojs is a lightweight and portable desktop application development framework. It lets you develop lightweight cross-platform desktop applications using JavaScript, HTML and CSS. You can extend Neutralinojs with any programming language (via extensions IPC) and use Neutralinojs as a part of any source file (via child processes IPC).
La documentation du projet SambaÉdu
SambaÉdu est une solution de serveur pédagogique libre basé sur GNU/Linux (Debian).
Développée par des enseignants pour les enseignants et leurs élèves, cette solution logicielle permet de gérer simplement et efficacement le parc informatique d’un établissement scolaire composé de clients hétérogènes (Windows et GNU/Linux).
Elle utilise des technologies libres et open-source : Samba, Apache, PHP, MySQL, iPXE.
Cette documentation vise à vous plonger dans le monde de l'administration des services sur des serveurs, en mettant l'accent sur les principaux aspects qui contribuent à leur succès. Dans un environnement en constante évolution, où la cybersécurité est devenue une préoccupation majeure, la gestion des configurations, la fiabilité, la haute disponibilité, la sauvegarde, la reprise sur incident, et l'analyse des logs doivent être des priorités de tout administrateur système.
Vous trouverez un guide d'emploi de cette commande, raisonnablement clair, détaillé, bourré d'exemples - malheureusement en anglais - à la page Learn the dd command.
Ce livre a été conçu pour vous permettre d’apprendre à utiliser efficacement toutes les fonctionnalités de Base, le gestionnaire de bases de données de LibreOffice 7.1. Il vous explique en détail l...
This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.
Expolibre est une exposition itinérante expliquant les logiciels libres au grand public. Des panneaux présentent la philosophie du logiciel libre, mouvement qui se développe depuis le début des années 1980. L'objectif est de sensibiliser aux enjeux de société liés à cette révolution informatique.
Dans l'esprit du logiciel libre, cette exposition est « libre » et nous vous invitons à la télécharger pour diffuser, la copier, l'exposer ou l'adapter. L'April propose les panneaux à la location.
The official documentation for
Raspberry Pi computers and microcontrollers
This section contains the most basic commands for getting a workload running on your cluster.
Knowledge Base » MariaDB Server Documentation » MariaDB Administration » Getting, Installing, and Upgrading MariaDB » Upgrading MariaDB
TL;DR
mariadb-upgrade
#or
mysql_upgrade
In this guide, we'll go through the hot topics of FFmpeg. But before that, we'll cover some base ground to help you understand basic media concepts and FFmpeg. Feel free to skip the parts that are already trivial for you!
Designing with LibreOffice is not the usual death march through the menu and standard tasks. Instead, the book takes two fresh approaches to the world’s most popular free office suite.
Get ready for a development environment that can finally catch up with you.
Freely download all the handbooks!
Handbook from Flavio.
uint8 the set of all unsigned 8-bit integers (0 to 255)
uint16 the set of all unsigned 16-bit integers (0 to 65535)
uint32 the set of all unsigned 32-bit integers (0 to 4294967295)
uint64 the set of all unsigned 64-bit integers (0 to 18446744073709551615)
int8 the set of all signed 8-bit integers (-128 to 127)
int16 the set of all signed 16-bit integers (-32768 to 32767)
int32 the set of all signed 32-bit integers (-2147483648 to 2147483647)
int64 the set of all signed 64-bit integers (-9223372036854775808 to 9223372036854775807)
float32 the set of all IEEE-754 32-bit floating-point numbers
float64 the set of all IEEE-754 64-bit floating-point numbers
complex64 the set of all complex numbers with float32 real and imaginary parts
complex128 the set of all complex numbers with float64 real and imaginary parts
byte alias for uint8
rune alias for int32