My Recent Pastes (66 and counting)

Pastes by Guillaume Rischard (66 and counting)

Pages:

Below are the 15 most recent pasties by Guillaume Rischard.

January 15, 2012
11:32AM EDT
by Guillaume Rischard

ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAqZIT28mAsSviSiCMFCP648kJ5cZEyQUx7/1hLk4GSEWlID50cilBiGNZfeWRcySh7V8ctQ6SlV1IYSVIs2QgUqL2umpp5JvlNErVubTYE8hSaxdDxMiuwk5buN0o+pnxbASto7vcV+q0qGu4+UaN/aPSO0Ez1exenqczBl3qm1iaDM/LKyLkOPURRmhqK6BBjp1t6hrItPR0NN+nM5i9Z2M6kYTuxMp8xjnQlnyS0+rHnQOtSOKAo+wyZ6lxX2IY43aAxn5DeorfIhHn5jKYRP8gJcZRFcQ53ngZHMsBcazXjxO5V1AVRFaJi1yCz5IVUMYrDZz8k3KMR2RV0f5o2w== stereo@helios.stereo.lu

January 11, 2012
3:51PM EDT
by Guillaume Rischard

#!/bin/bash
# Grab the HQ mp4 video from an rtl.lu page.
# Caution: there is no obvious link between the playlist URL and the video name
# Examples:
# ./rtl http://tele.rtl.lu/magazin/topsecret/show/?v=5325 -> will save 1244626_hq.mp4

November 15, 2011
3:10PM EDT
by Guillaume Rischard

#!/bin/sh
playlist="$1"
path=`curl "http://tele.rtl.lu/waatleeft/replay/playlist/?vid=$playlist" | awk -F '\"' '/hq/{print $4}'`
flvstreamer -o rtl-$playlist.mp4 -e -r rtmp://fms.newmedia.lu/rtl-replay/$path

November 15, 2011
2:37PM EDT
by Guillaume Rischard

rtl () {
        playlist="$1" 
        flvstreamer -o rtl-$playlist.mp4 -e -r rtmp://fms.newmedia.lu/rtl-replay/`curl http://tele.rtl.lu/waatleeft/replay/playlist/?vid=$playlist | awk -F '\"' '/hq/{print $4}'`
}

October 12, 2011
12:52PM EDT
by Guillaume Rischard

> mate Library/Safari/LastSession.plist 
2011-10-12 18:52:17.604 mate[46041:707] An uncaught exception was raised
2011-10-12 18:52:17.605 mate[46041:707] [NOTE: this exception originated in the server.]
*** Object does not implement or has different method signature for selector 'textMateServerProtocolVersion'
2011-10-12 18:52:17.606 mate[46041:707] (

October 04, 2011
9:12AM EDT
by Guillaume Rischard

#!/bin/sh

# TODO: Keep Qadastre2OSM --list cache

Qadastre2OSM="/home/stereo/qadastre2osm/Qadastre2OSM"

September 15, 2011
5:08PM EDT
by Guillaume Rischard

BWV 30a – Angenehmes Wiederau, BWV 30a (secular)
BWV 34a – O ewiges Feuer, o Ursprung der Liebe, BWV 34a (secular)
BWV 36a – Steigt freudig in die Luft, BWV 36a (lost) (secular)
BWV 36b – Die Freude reget sich, BWV 36b (secular)
BWV 36c – Schwingt freudig euch empor, BWV 36c (secular)

August 21, 2011
11:32AM EDT
by Guillaume Rischard

Am Kéiwee
An der Heng
Avenue des Alliés
Cité des Vergers
Heinenhaff

August 13, 2011
10:48PM EDT
by Guillaume Rischard

Rues qui manquent :

 commune |         rue          
---------+----------------------
 Kehlen  | Am Schëtzepesch

August 12, 2011
1:21PM EDT
by Guillaume Rischard

  commune   |            name_cadastre            |              name_osm               | levenshtein | rank 
------------+-------------------------------------+-------------------------------------+-------------+------
 Luxembourg | Avenue Amelie                       | Avenue Amélie                       |           2 |    1
 Luxembourg | Avenue Charles de Gaulle            | avenue Charles de Gaulle            |           1 |    1
 Luxembourg | Avenue Emile Reuter                 | Avenue Émile Reuter                 |           2 |    1

August 05, 2011
8:50PM EDT
by Guillaume Rischard

Process:         curl [35638]
Path:            /usr/local/Cellar/curl/7.21.7/bin/curl
Identifier:      curl
Version:         ??? (???)
Code Type:       X86-64 (Native)

August 04, 2011
7:43PM EDT
by Guillaume Rischard

select distinct c.commune, c.rue, l.name, levenshtein(l.name, c.rue) from planet_osm_line l, planet_osm_polygon g, road_names_cad c
where l.highway is not null
AND ST_Intersects(l.way,g.way)
AND g.name = 'Commune ' || c.commune 
AND NOT EXISTS (SELECT NULL WHERE g.name = 'Commune ' || c.commune AND c.rue = l.name)

May 28, 2010
11:15AM EDT
by Guillaume Rischard

set ippool "FOO-Nomads-Pool" 192.168.31.10 192.168.31.127

set user FOO-Nomads ike-id FOO-Nomads-IKEUSR@FOO-paris-fw.foo.net share-limit 100
set user-group FOO-Nomads-Groups user FOO-Nomads
set ike gateway FOO-Nomads-gateway dialup FOO-Nomads-Groups aggressive outgoing-interface eth0/1 preshare foobarpw sec-level standard

May 25, 2010
4:53PM EDT
by Guillaume Rischard

reject_rhsbl_sender dsn.rfc-ignorant.org,
reject_rbl_client zen.spamhaus.org,
reject_rbl_client bl.spamcop.net,
# v-- blocked gmail & yahoo
reject_rbl_client dnsbl.sorbs.net,

July 04, 2009
5:37PM EDT
by Guillaume Rischard

http://api.kayak.com/k/ident/apisession?token=DvqQWv13zqxne95gXT_qOg
session id = 8-ekzAyB75JyDyUPztDZQc
http://api.kayak.com/s/apisearch?basicmode=true&oneway=n&origin=CDG&destination=SFO&destcode=&depart_date=09/01/2009&depart_time=a&return_date=09/10/2009&return_time=a&travelers=1&cabin=e&action=doflights&apimode=1&_sid_=8-ekzAyB75JyDyUPztDZQc
<?xml version="1.0"?>
<search>

Next page