Skip to content

Instantly share code, notes, and snippets.

View clukawski's full-sized avatar
🔨
(USER WAS BANNED FOR THIS POST)

Connie Lukawski clukawski

🔨
(USER WAS BANNED FOR THIS POST)
View GitHub Profile
@clukawski
clukawski / 2to3.sh
Last active December 5, 2020 15:20
Comprehensive Python 2 to 3 Conversion Tool
#!/bin/sh
# Copyright 2020 Conrad Lukawski
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SO
@clukawski
clukawski / PKGBUILD
Created April 17, 2020 21:22
twinkle qt5 pkgbuild
# Maintainer: Conrad Lukawski <conrad@backlight.ca>
_pkgname=twinkle
pkgname="$_pkgname-git"
pkgver=v1.10.2.r84.g8bffa6a
pkgrel=1
pkgdesc="Twinkle is a SIP-based VoIP client."
arch=('x86_64')
url="http://http://twinkle.dolezel.info/"
license=('GPLv2')

Keybase proof

I hereby claim:

  • I am clukawski on github.
  • I am clukawski (https://keybase.io/clukawski) on keybase.
  • I have a public key ASCLi_ivqVh6U0EUoRzCgIqEmDHRD8vUXXIUn71mP_ObKAo

To claim this, I am signing this object:

# ~/.config/user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/"
XDG_DOWNLOAD_DIR="$HOME/downloads"
@clukawski
clukawski / k.go
Last active August 29, 2015 14:06
need a nap
package main
import (
"fmt"
"flag"
)
type k string
const kcontent = "k"
const kcontentupper = "K"