Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5198 links 

page 147 / 260

Liste des liens

L'auteur de BD Gotlib est mort à l'âge de 82 ans - Culture / Next
2016-12-19 23:7 - permalink -

Je viens de l'apprendre. Fait chier :(

bd
- http://next.liberation.fr/culture-next/2016/12/04/l-auteur-de-bd-gotlib-est-mort-a-l-age-de-82-ans_1532886
Electricity Map | Live CO2 emissions of the European electricity production
2016-12-16 17:50 - permalink -

Merci ki. Merci linky

carte consommation europe levons-nous surveillance vie-privée énergie énergie
- https://electricitymap.tmrow.co/
Flexible Boxes
2016-12-16 17:45 - permalink -

Générateur de "squelette" Flexbox
via Shazen

css flexbox framework outils
- http://flexible-boxes.wstone.io/#~(1~(t~%27body~d~%27column~c~(~2~3~4))~2~(t~%27header)~3~(t~%27main~g~1~c~(~5~6~7))~4~(t~%27footer)~5~(t~%27sidebarL~s~0~b~%27150px)~6~(g~1)~7~(t~%27sidebarR~s~0~b~%27150px))
date-fns - modern JavaScript date utility library
2016-12-16 17:30 - permalink -

Bibliothèque javascript pour faire des tests sur les dates.
Via le Colibri

date javascript librairie
- https://date-fns.org/
Voca Documentation
2016-12-16 17:28 - permalink -

Bibliothèque javascript pour intervenir sur les chaines de caractères.
via Shazen

javascript librairie
- https://vocajs.com/#truncate
Barack Obama en mode cyber-représailles contre la Russie - Liens en vrac de sebsauvage
2016-12-16 13:56 - permalink -

Il faut bien trouver un prétexte non ?

politique
- http://sebsauvage.net/links/?lS6mFA
Le « gouvernement ouvert » à la française : un leurre ?
2016-12-16 1:42 - permalink -

Alors que la France s’apprête à accueillir le Sommet mondial du Partenariat
pour un Gouvernement Ouvert, plusieurs associations pointent les
contradictions du gouvernement. Certaines ne s’y rendront pas.

Bilan du gouvernement ouvert à la française, co-signé par les associations et collectifs suivants : April,
BLOOM, DemocracyOS France, Fais ta loi, Framasoft, La Quadrature du Net, Ligue des Droits de
l’Homme, Regards Citoyens, République citoyenne, SavoirsCom1.

Liberté politique société
- http://www.april.org/files/20161205-article-pgo.pdf
Ressources Éducatives Libres - data.abuledu.org | Les ressources libres du projet AbulÉdu
2016-12-16 1:4 - permalink -

Une base de données destinée à un public jeune.

- http://data.abuledu.org/wp/
OpenStreetMap Nominatim: Search
2016-12-15 23:16 - permalink -

La page d'OSM pour chercher une adresse. Donne plein de détails sur l'endroit recherché.

osm Recherche
- http://nominatim.openstreetmap.org/
The Distribution of Users’ Computer Skills: Worse Than You Think
2016-12-15 16:9 - permalink -

Affligeant... :(

société
- https://www.nngroup.com/articles/computer-skill-levels/
Firefox Profilemaker
2016-12-15 15:56 - permalink -

Via ecirtam

Firefox outils profil vie-privée
- https://ffprofile.com/#start
PHP: base64_encode - Manual
2016-12-14 23:53 - permalink -

Base64 encoding of large files.

Base64 encoding converts triples of eight-bit symbols into quadruples of six-bit symbols. Reading the input file in chunks that are a multiple of three bytes in length results in a chunk that can be encoded independently of the rest of the input file. MIME additionally enforces a line length of 76 characters plus the CRLF. 76 characters is enough for 19 quadruples of six-bit symbols thus representing 19 triples of eight-bit symbols. Reading 57 eight-bit symbols provides exactly enough data for a complete MIME-formatted line. Finally, PHP's default buffer size is 8192 bytes - enough for 143 MIME lines' worth of input.

So if you read from the input file in chunks of 8151 (=57*143) bytes you will get (up to) 8151 eight-bit symbols, which encode as exactly 10868 six-bit symbols, which then wrap to exactly 143 MIME-formatted lines. There is no need to retain left-over symbols (either six- or eight-bit) from one chunk to the next. Just read a chunk, encode it, write it out, and go on to the next chunk. Obviously the last chunk will probably be shorter, but encoding it is still independent of the rest.

while(!feof($input_file))
{
    $plain = fread($input_file, 57 * 143);
    $encoded = base64_encode($plain);
    $encoded = chunk_split($encoded, 76, "\r\n");
    fwrite($output_file, $encoded);
}

Conversely, each 76-character MIME-formatted line (not counting the trailing CRLF) contains exactly enough data for 57 bytes of output without needing to retain leftover bits that need prepending to the next line. What that means is that each line can be decoded independently of the others, and the decoded chunks can then be concatenated together or written out sequentially. However, this does make the assumption that the encoded data really is MIME-formatted; without that assurance it is necessary to accept that the base64 data won't be so conveniently arranged.

php tutoriels téléchargement
- http://php.net/manual/en/function.base64-encode.php
Héberger son serveur avec OpenBSD
2016-12-14 23:1 - permalink -

À lire

autohébergement mail serveurs tutoriels web
- https://yeuxdelibad.net/ah/#toc60
MusicRepair pour corriger les titres, ajouter les métadonnées et les pochettes de vos musiques
2016-12-14 14:17 - permalink -

À télécharger d'urgence

Édit : après utilisation, il s'avère que je n'ai pu réparer aucun fichier...

Linux logiciel Musique python
- https://mavielinux.com/2016/12/11/musicrepair-pour-corriger-les-titresajouter-les-metadonnees-et-les-pochettes-de-vos-musiques/
Fun fact : Pourquoi les humains n'ont pas d'os dans le penis ?
2016-12-14 14:6 - permalink -

C'est, en cas de fellation, pour éviter de tomber sur un os... Je ->[]

- https://www.theguardian.com/science/2016/dec/14/why-dont-humans-have-a-penis-bone-scientists-may-now-know-baculum
TCP/IP Security - Web security | MDN
2016-12-14 10:45 - permalink -

Quelques mots sur la sécurité relative au protocole TCP/IP

internet sécurité TCP/IP tutoriels
- https://developer.mozilla.org/en-US/docs/Web/Security/Information_Security_Basics/TCP_IP_Security
Tutoriels | MDN
2016-12-14 10:27 - permalink -

Une série de tutoriels sur les technologies du web : html, css, javascript

css html javascript tutoriels web
- https://developer.mozilla.org/fr/docs/Web/Tutoriels
35 520 euros pour la refonte du site Internet de l'Élysée
2016-12-11 1:56 - permalink -

Et avec tout ça, on est toujours fliqué par google (utilisé pour charger jquery + google analytics).
Et deux rubriques non accessibles sans javascript. Je croyais qu'ils avaient bossé sur l'accessibilité. Y a encore du boulot à ce que je vois (ou pas du coup...).

- http://www.nextinpact.com/news/102288-35-520-euros-pour-refonte-site-internet-elysee.htm
ONLYOFFICE™ - applications bureautiques dans le nuage
2016-12-11 1:25 - permalink -

À tester

libreoffice
- http://www.onlyoffice.com/fr/
Calendrier perpétuel
2016-12-7 15:15 - permalink -

Des calendriers à imprimer au format Libreoffice.

Via Sebsauvage

calendriers libreoffice téléchargement
- http://trk.free.fr/calendrier/index.html
page 147 / 260


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2