This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. Open the browser developper console on the network tab | |
// 2. Start the video | |
// 3. In the dev tab, locate the load of the "master.json" file, copy its full URL | |
// 4. Run: node vimeo-downloader.js "<URL>" | |
// (done automatically now) 5. Combine the m4v and m4a files with mkvmerge | |
const fs = require('fs'); | |
const url = require('url'); | |
const https = require('https'); | |
const { exec } = require('child_process'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
### BEGIN INIT INFO | |
# Provides: syncthing | |
# Required-Start: $remote_fs $syslog | |
# Required-Stop: $remote_fs $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Controls Syncthing execution | |
# Description: Used for starting the decentralized syncthing platform | |
### END INIT INFO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
J'apprends le Coréen, j'ai donc décidé de mettre mon smartphone Android en Coréen. Cette langue s'est apparemment définie par défaut, soit. | |
Aujourd'hui, il se trouve que j'ai voulu tester l'apparence de mon site web pour un visiteur lambda, sans cookies. J'ai donc ouvert le mode navigation privé de chromium (projet open-source à la base de chrome). | |
Quelle fut ma surprise quand j'ai vu la page google.fr s'afficher en Coréen ! Étant en navigation privée, sur un navigateur configuré en Français et une IP Française, il semblerait évident que Google s'affiche en Français. | |
J'en déduis donc logiquement que Google a associé mon compte, ou au moins une partie de mes préférences à mon adresse IP. Il est possible que Google ait associé la dernière partie de mon adresse IPv6 (celle qui donne « L'adresse MAC » de l'ordinateur) à mon compte, auquel cas j'aimerais obtenir confirmation. | |
Je prie Google de bien vouloir me fournir une explication technique et logique à cet événement. | |
Capture d'écran : http://img15.hostingpics.n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* TOP SECRET Microsoft® Code | |
* Project: ItsReallyChicagoEvenThoughWeSayOtherwise™ | |
* Projected release-date: Summer 1998 | |
*/ | |
#include "win31.h" | |
#include "win95.h" | |
#include "mac os 9.h" | |
#include "evenmore.h" |