Skip to content

Instantly share code, notes, and snippets.

View Voxelot's full-sized avatar
🛠️

Brandon Kite Voxelot

🛠️
View GitHub Profile

Ecosystem Contribution Agreement

A. Your Open Source Software Contribution

This agreement is between you and the “Open Source Integrity Organization” identified below. The purpose of this agreement is to ensure that your software contributions (your “Contribution”, which includes any submission or commit) are integrated into the open source software that you are contributing to, so that others may enjoy the software and make use of it in the way consistent with the applicable license found in the repository to which you contribute code to (each one a “Repository”), whether now, previously, or going forward.

B. Principles

This agreement is formed around 8 key principles, which are elaborated below in the Articles:

@Voxelot
Voxelot / tcp_dump_wireshark.md
Last active September 20, 2023 17:30
How to use wireshark with K8S

How to use Wireshark to troubleshoot remote K8S containers

Open a shell into your container

local:~$ kubectl exec -it <pod> -n <namespace> -c <container> sh

Install tcpdump

@Voxelot
Voxelot / Dragon.sol
Created December 5, 2017 20:48
Dragon.sol
pragma solidity ^0.4.18;
// File: zeppelin-solidity/contracts/math/SafeMath.sol
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
0xA20706774F85d715383416aBE63F93d0998b3D0f
0x78Bbd8cab38Ab38dF7A12A28daFc4Ad59A4aB407
@Voxelot
Voxelot / com.googlecode.iterm2.plist
Last active August 31, 2017 02:40
iterm settings & hotkeys
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AlternateMouseScroll</key>
<true/>
<key>AnimateDimming</key>
<true/>
<key>AppleAntiAliasingThreshold</key>
<integer>1</integer>
@Voxelot
Voxelot / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@Voxelot
Voxelot / dabblet.css
Created May 27, 2014 03:02
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(0deg, #aaa, white);
min-height: 100%;
@Voxelot
Voxelot / dabblet.css
Created May 26, 2014 04:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@Voxelot
Voxelot / dabblet.css
Created May 26, 2014 03:17
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;