Skip to content

Instantly share code, notes, and snippets.

@rgooler
rgooler / keybase.md
Created January 4, 2019 15:00
keybase.md

Keybase proof

I hereby claim:

  • I am rgooler on github.
  • I am jippen (https://keybase.io/jippen) on keybase.
  • I have a public key ASCEdIgbtKfFJU7lx6M1S3x_yNjAS5felPGDjdOe2WLKcQo

To claim this, I am signing this object:

@rgooler
rgooler / 100Pals Streamkit CLA.txt
Last active February 7, 2018 23:19
100Pals Streamkit CLA
###100Pals Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by 100Pals or its affiliates (“100Pals"). This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to SAP in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact 100Pals-streamkit@googlegroups.com .
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
Copyright License. You hereby grant, and agree to grant, to 100Pals a non-exclusive, perpetua
#!/bin/bash
# This script was initially based on the information documented on the following sites:
# https://help.ubuntu.com/community/LiveCDCustomization (shared under a Creative Commons Attribution-ShareAlike 3.0 License available at https://help.ubuntu.com/community/License)
# https://wiki.ubuntu.com/KernelTeam/GitKernelBuild (shared under a Creative Commons Attribution-ShareAlike 3.0 License available at https://help.ubuntu.com/community/License)
# and then further developed by Linuxium (linuxium@linuxium.com.au).
# Version 1: This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
# Version 2.01.050417: This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License.
# Version 3.01.120417: This work is licensed under GNU GPL version 3 under one-way compatibility with CC BY-SA 4.0.
# Version 3.02.130417, 4.06.220417 to 4.09.280417, 5.01.020517 and 6.01.120517: This work is licensed under GNU GPL version 3.
@rgooler
rgooler / keybase.md
Created July 7, 2017 21:14
keybase.md

Keybase proof

I hereby claim:

  • I am rgooler on github.
  • I am jippen (https://keybase.io/jippen) on keybase.
  • I have a public key whose fingerprint is 3CA9 7DC3 73DA 6AEE 3A6F 40D7 D420 5F26 01E4 2B23

To claim this, I am signing this object:

You currently have the following aliases:
The category "typos":
alais: alias $*$
The category "social":
sa: say #agatean $*$ sm: say #morporkian $*$
The category "travel":
dragon2md:
travelon;sw;w;w;w;w;w;sw;w;w;w;sw;w;nw;w;w;w;w;w;w;w;sw;s;w;nw;s;s;sw;s;s;s;s;w;sw;s;s;se;s;s;se;se;s
@rgooler
rgooler / gist:6966576
Created October 13, 2013 19:41
LSL population counter within distance
integer calcPopulation(){
// Setup variables
integer population = 0;
list avatars = llGetAgentList(AGENT_LIST_PARCEL,[]);
// See who is within range of the target
integer i = 0;
integer total = llGetListLength(avatars);
for(i;i < total; ++i){
key avatar = llList2Key(avatars,i);