Keybase proof
I hereby claim:
- I am goldyfruit on github.
- I am goldyfruit (https://keybase.io/goldyfruit) on keybase.
- I have a public key ASAN_QQz2Da2cjKdYAWjQnpMen0c9qlbEfGYszPEuA0xBQo
To claim this, I am signing this object:
go build helloworld.go | |
GOOS=windows GOARCH=amd64 go build helloworld.go |
def main(name="Qinling", region="Canada", **kwargs): | |
msg = "Hello {} from {} \o/".format(name, region) | |
return msg |
def main(name="Qinling", **kwargs): | |
msg = "Hello {} \o/".format(name) | |
return msg |
import json | |
from IPy import IP | |
def details(cidr="192.168.0.0/24", **kwargs): | |
network = IP(cidr) | |
version = network.version() | |
iptype = network.iptype().lower() | |
reverse = network.reverseName() | |
prefix = network.prefixlen() |
def main(**kwargs): | |
msg = "Hello Qinling \o/" | |
return msg |
def main(**kwargs): | |
print("Hello Qinling \o/") |
/* ZyXEL prestige 660HW series password calculator by brainstorm | |
* Thanks to http://www.adslayuda.com/Zyxel650-9.html authors | |
* | |
* Example usage: | |
* | |
* Router: | |
* ====== | |
* | |
* ATSE | |
* 0028D6DF1C03 |
I hereby claim:
To claim this, I am signing this object:
- name: Creating HAproxy cloned resource | |
pcs_resource: | |
command=create | |
resource_id=haproxy | |
type=systemd:haproxy | |
clone=true | |
clone_max=3 | |
disable=true | |
args: | |
operations: |
# (c) 2016, Gaetan Trellu (goldyfruit) <gaetan.trellu@incloudus.com> | |
# (c) 2014, Pierre-Yves KERVIEL <pierreyves.kerviel@orange.com> | |
# | |
# Ansible 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. | |
# | |
# Ansible is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |