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
#!/usr/bin/env perl | |
use strict; use warnings; | |
use threads; | |
use threads::shared; | |
use YAML::AppConfig; | |
use Data::Dumper; |
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
set nocompatible | |
set backspace=indent,eol,start " | |
set background=dark | |
" buffer for files | |
set viminfo='50,\"1000 | |
set history=100 | |
" highlight /search | |
set hlsearch |
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
pitivi | |
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. | |
Dépendances suggérées manquantes | |
- pycanberra not found on the system | |
-> active les notifications sonores lorsque le rendu est terminé | |
Dépendances suggérées manquantes | |
- GnomeDesktop not found on the system | |
-> miniatures des fichiers fournis par le générateur de GNOME | |
Dépendances suggérées manquantes | |
- Notify not found on the system |
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
sputnick@local:/home/sputnick% ssh - | |
option | |
-1 -- forces ssh to try protocol version 1 only | |
-2 -- forces ssh to try protocol version 2 only | |
-4 -- forces ssh to use IPv4 addresses only | |
-6 -- forces ssh to use IPv6 addresses only | |
-A -- enables forwarding of the authentication agent connection | |
-C -- compress data | |
-D -- specify a dynamic port forwarding | |
-E -- append log output to file instead of stderr |
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
autoload -U colors && colors | |
setopt prompt_subst | |
autoload -Uz vcs_info | |
function +vi-git-untracked() { | |
if [[ $(git rev-parse --is-inside-work-tree 2> /dev/null) == 'true' ]] && \ | |
[[ $(git ls-files --other --directory --exclude-standard | sed q | wc -l | tr -d ' ') == 1 ]] ; then | |
hook_com[unstaged]+='%F{1}?? %f' | |
fi |
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
to-markdown#28ffe20ede public/res/bower-libs/to-markdown | |
module.js:328 | |
throw err; | |
^ | |
Error: Cannot find module 'bower' | |
at Function.Module._resolveFilename (module.js:326:15) | |
at Function.Module._load (module.js:277:25) | |
at Module.require (module.js:354:17) | |
at require (internal/module.js:12:17) |
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
// ==UserScript== | |
// @name SO_like_keyboards_shortcuts | |
// @namespace sputnick | |
// @include https://github.com/* | |
// @include https://gist.github.com/* | |
// @include https://*.slack.com/* | |
// @include https://stackoverflow.com/* | |
// @include hhttps://serverfault.com/* | |
// @include https://*stackexchange.com/* | |
// @include https://askubuntu.com/* |
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
Comme je viens de terminer les poly de ma RS, je vous propose un petit tuto sans prétention pour donner un coup de propre à votre belle de piste. | |
Soyons clairs, le but n’est pas de réaliser une peinture de concours, mais juste de faire quelque chose de propre sans y laisser une paye… | |
Voila le point de départ c’est une 250RS avec une robe pas très fraîche, quelques séquelles de chutes, et une peinture bien cracra…:affraid: | |
Pour virer l’ancienne peinture (et ses coulures) j’attaque au papier de verre grain 120 à sec (à la calle ou à la feuille) : | |
[img]http://sputnick.fr/%5BTUTO%5D%20Peindre%20ses%20poly%20%C3%A0%20la%20bombe_files/dsc05749mediumxs5.jpg[/img] | |
[img]http://sputnick.fr/%5BTUTO%5D%20Peindre%20ses%20poly%20%C3%A0%20la%20bombe_files/dsc05741mediumdh6.jpg[/img] |
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
var page = require('webpage').create(); | |
//viewportSize being the actual size of the headless browser | |
page.viewportSize = { width: 1024, height: 768 }; | |
//the clipRect is the portion of the page you are taking a screenshot of | |
page.clipRect = { top: 0, left: 0, width: 1024, height: 768 }; | |
//the rest of the code is the same as the previous example | |
page.open('http://phantomjs.org/screen-capture.html', function() { | |
page.render('capture.png'); | |
console.log('Check capture.png'); | |
phantom.exit(); |
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
// ==UserScript== | |
// @name alert_on_non_ascii_url | |
// @namespace sputnick | |
// @include https://* | |
// @include http://* | |
// @version 2 | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
OlderNewer