Skip to content

Instantly share code, notes, and snippets.

View clrh's full-sized avatar

Claire Hernandez clrh

View GitHub Profile
@clrh
clrh / gist:e797b41532e5b3ea835d
Last active August 29, 2015 14:11
notes_home
* 264 nb bugzilla soumis http://bugs.koha-community.org/bugzilla3/buglist.cgi?cmdtype=runnamed&list_id=117343&namedcmd=created_in_2014
* nb patchs attachés
* nb signés
* nb qas
@clrh
clrh / get_bugzilla_status.pl
Created November 28, 2014 11:31
Just find status of bugzilla numbers given in a file - Use https://github.com/frasertweedale/bugzillatools
#!/bin/perl
#
# Just find status of bugzilla numbers given in a file.
# Use https://github.com/frasertweedale/bugzillatools
#
# perl thisfile.pl bznum > statusoutput.csv
#
# $ cat bznum
# 42
# 1024
@clrh
clrh / swam_links.md
Last active August 29, 2015 14:07
Startup weekend
We couldn’t find that file to show.
@clrh
clrh / curl.out
Last active August 29, 2015 14:03
Redmine::API error for PUT (wsod)
$ curl -d "{'issue': {'story_points' : 13} }" -D - -XPUT http://sbox-forge/issues/12789.json -H "Content-Type: application/json" &> 1.out
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 707 100 674 100 33 8771 429 --:--:-- --:--:-- --:--:-- 32095
HTTP/1.1 500 Internal Server Error
Date: Wed, 02 Jul 2014 14:05:39 GMT
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
story_points;redmine number
5;13655
5;151
5;9340
5;14106
5;14166
5;14776
5;12624
5;13769
5;12957
@clrh
clrh / README.md
Last active August 31, 2015 12:08
Checklists d'une facilitatrice
  • Ces fichiers sont des checklists que j'ai écrites pour nos rituels divers, ils sont adaptés à notre pratique de Scrum et autres ateliers
  • Elles peuvent au mieux vous inspirer :)
  • Les actions que je ne réalise pas systématiquement sont notées entre crochets

EDIT: checklists déplacées et maintenus dans un dépôt sur github: https://github.com/clrh/checklists-facilitation

<!DOCTYPE html>
<html>
<head>
<title>Model</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
body {
@clrh
clrh / command-line
Created February 15, 2013 16:11
Mysterous git describe
$ git describe
v3.08.00-1339-g8ba2c8a
$ git log --oneline --decorate --color -5
8ba2c8a (HEAD, current) Add robots txt file to deny all bots
5d92ab3 (tag: v3.10.00) Adding 3.10 release notes
e261ec3 Bumping version to 3.10.0 and adding sponsors that are were not already written
f41cd9e Merge remote-tracking branch 'tamil/3.10.0-translate' into 3.10.xb
4fd58d8 Bug 9018 Italian translation of ccsr.po
@clrh
clrh / lxc-clone
Created January 23, 2013 15:50
/usr/bin/lxc-clone
#!/bin/bash
#
# lxc: linux Container library
# Authors:
# Serge Hallyn <serge.hallyn@ubuntu.com>
# Daniel Lezcano <daniel.lezcano@free.fr>
# This library is free software; you can redistribute it and/or
@clrh
clrh / launch_abtesting.sh
Created September 27, 2012 15:07
Perf ab testing cronable
#!/bin/bash
# Geal: csv file for ab testing, just describe pages to call and tests to launch
# csv sample:
# Get date;Page;Test;Time per request;Total transferred;Requests per second
# 201209271713;http://drupac_test/;ab -n 1 -c 1;181.345;13866;5.13
# 201209271713;http://drupac_test/;ab -n 5 -c 2;240.892;69330;9.53
# 201209271713;http://drupac_test/test;ab -n 1 -c 1;156.220;14693;6.91
# 201209271713;http://drupac_test/test;ab -n 5 -c 2;205.237;73465;11.76
# 201209271713;http://drupac_test/;ab -n 1 -c 1;154.212;13866;6.37