Skip to content

Instantly share code, notes, and snippets.

View m-r-r's full-sized avatar

Mickaël RAYBAUD-ROIG m-r-r

View GitHub Profile
@m-r-r
m-r-r / man-html-export.pl
Created May 4, 2012 17:55
man-html-export
#!/usr/bin/env perl
# -*- coding: utf-8 -*- #
use strict;
use warnings;
use 5.010;
use Getopt::Long;
use File::Spec;
@m-r-r
m-r-r / mozillaprofiles.py
Created December 30, 2011 12:05
mozillaprofiles
#!/usr/bin/env python
# -*- coding: utf-8 -*- #
import os
try:
from ConfigParser import ConfigParser
except:
from configparser import ConfigParser