Skip to content

Instantly share code, notes, and snippets.

View antoinebou12's full-sized avatar
👨‍💻

Antoine Boucher antoinebou12

👨‍💻
View GitHub Profile
@emk
emk / Larousse.py
Created April 9, 2012 11:09
Anki plugin for looking up words in Larousse's native French dictionary
# Based on the ImageDownloader plugin. Quick, dirty and dodgy.
from PyQt4.QtCore import *
from PyQt4.QtGui import *
import urllib
from lxml import etree
from ankiqt.ui.facteditor import FactEditor
from ankiqt.ui.utils import showInfo
@pksunkara
pksunkara / config
Last active August 25, 2025 09:42
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
# vi: ft=dosini
[user]
name = Pavan Kumar Sunkara
email = [email protected]
username = pksunkara
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[column]