Skip to content

Instantly share code, notes, and snippets.

View lov3catch's full-sized avatar
☺️
🐍 Python / 🐘 PHP / 🚀 Racket

ihor.kpl lov3catch

☺️
🐍 Python / 🐘 PHP / 🚀 Racket
View GitHub Profile
@lov3catch
lov3catch / .hyper.js
Created October 28, 2019 09:12 — forked from silverjerk/.hyper.js
Hyper Config File
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// Choose either "stable" for receiving highly polished,
// or "canary" for less polished but more frequent updates
updateChannel: 'stable',
@lov3catch
lov3catch / bridge.py
Created February 3, 2014 12:55 — forked from pazdera/bridge.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Example of `bridge' design pattern
# This code is part of http://wp.me/p1Fz60-8y
# Copyright (C) 2011 Radek Pazdera
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or