I hereby claim:
- I am affix on github.
- I am affix (https://keybase.io/affix) on keybase.
- I have a public key ASA4Cd2H8oxYYN_zve4TDWfADj1rArl11UD5HVhA-89wZgo
To claim this, I am signing this object:
| import ( | |
| "encoding/json" | |
| "encoding/xml" | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "net/http" | |
| ) |
| #!/usr/bin/env ruby | |
| # DO Kubernetes Config Auto Updater | |
| # Automatically Update your kubeconf using the DigitalOcean api | |
| # | |
| # Get $50 DigitalOcean Credit :: https://m.do.co/c/d755c35183a9 | |
| # | |
| # (c) 2019 Keiran Smith <opensource_at_keiran_dot_scot> | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal |
| affix | |
| alexellis |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "name": "Afghanistan", | |
| "code": "AF" | |
| }, | |
| { | |
| "name": "Åland Islands", | |
| "code": "AX" | |
| }, | |
| { |
| // | |
| // ViewController.swift | |
| // QRGen | |
| // | |
| // Created by Keiran Smith on 01/10/2016. | |
| // Copyright © 2016 Keiran Smith. All rights reserved. | |
| // | |
| import Cocoa | |
| import CoreImage |
| #!/usr/bin/env ruby | |
| # Simple Pirate Bay Parser | |
| # Checks the results page and lists torrents and info | |
| # Also gives Magnet link | |
| # (c) 2016 Keiran Smith | |
| # Licensed under gnu/gplv3 | |
| require 'nokogiri' | |
| require 'open-uri' |
| #!/usr/bin/env ruby | |
| # UpdateASGroup.rb | |
| # Update AutoScaling Group with a new Image based from an running Instance | |
| # (c) 2018 Keiran Smith <opensource_at_keiran.scot> | |
| # 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 | |
| # (at your option) any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, |
| wifi.setmode(wifi.STATION) | |
| wifi.sta.config("SSID","PASSWORD") | |
| print(wifi.sta.getip()) | |
| outpin=4 -- Connect Relay trigger to pin D4 | |
| -- Relay powered from 3V pin | |
| srv=net.createServer(net.TCP) srv:listen(80,function(conn) | |
| conn:on("receive",function(conn,payload) |
| #!/usr/bin/env ruby | |
| # GNU/GPL V3+ | |
| # Lights used are George Home 20 String Lights | |
| # ASDA LED-20-BO (coloured) LED-20-BO-W (White/Clear) | |
| require 'wiringpi' | |
| puts "Pi Christmas Lights" | |
| puts "Written by Affix" | |
| puts "Created using ASDA George home 20 Battery string lights" |