Skip to content

Instantly share code, notes, and snippets.

View alpinechough's full-sized avatar

Andreas Windischer alpinechough

View GitHub Profile
@alpinechough
alpinechough / getBalance.sh
Last active November 8, 2021 10:48
Accessing authenticated Kraken API - bash
#/bin/bash
# API Key:
APIKEY="<your API key>"
# Private Key:
PRIVATEKEY="<your private key>"
# URL
URLHOST="https://api.kraken.com"
@alpinechough
alpinechough / getip.php
Created February 4, 2011 20:45
PHP and bash script to update ip-address on dyndns.org
<?php
// Copyright (c) 2010-2011 Alpine Chough Software.
//
// 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:
@alpinechough
alpinechough / NotebookTabLabel.cs
Created January 26, 2011 22:03
Gtk Notebook Tab Label with Close Button
// Copyright (c) 2010 Alpine Chough Software.
//
// 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