Skip to content

Instantly share code, notes, and snippets.

@pauliusbau
pauliusbau / gist:6699b93b83fb90ea2f2fa74c6ad0feaa
Created August 2, 2018 06:33 — forked from farico/gist:3938084
Linksniavimas LT vardu
<?php
/**
* Lietuviškų vardų linksniai.
*
* @author Maug Lee <mauglee@gmail.com>
* @copyright Copyleft (ↄ) 2011, Maug Lee
* @version 0.3
* @package Vardai
*/
@pauliusbau
pauliusbau / RPi_I2C_driver.py
Last active August 29, 2015 14:21 — forked from DenisFromHR/RPi_I2C_driver.py
RPi_I2C_driver
# -*- coding: utf-8 -*-
"""
Compiled, mashed and generally mutilated 2014-2015 by Denis Pleic
Made available under GNU GENERAL PUBLIC LICENSE
# Modified Python I2C library for Raspberry Pi
# as found on http://www.recantha.co.uk/blog/?p=4849
# Joined existing 'i2c_lib.py' and 'lcddriver.py' into a single library
# added bits and pieces from various sources
# By DenisFromHR (Denis Pleic)