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 June 10, 2024 13:56
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[init]
defaultBranch = master
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta