This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/vendor/src/github.com/docker/libnetwork/drivers/bridge/bridge.go b/vendor/src/github.com/docker/libnetwork/drivers/bridge/bridge.go | |
index 2bb4350e9..26bc52ca4 100644 | |
--- a/vendor/src/github.com/docker/libnetwork/drivers/bridge/bridge.go | |
+++ b/vendor/src/github.com/docker/libnetwork/drivers/bridge/bridge.go | |
@@ -759,26 +759,17 @@ func (d *driver) DeleteNetwork(nid string) error { | |
} | |
func addToBridge(ifaceName, bridgeName string) error { | |
- link, err := netlink.LinkByName(ifaceName) | |
+ iface, err := net.InterfaceByName(ifaceName) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
One server: | |
cat bootstrap.tar.gz | ssh "$server" 'tar -xzf-' | |
Moar servers (from file `serveri`): | |
while IFS=$'\n' read -r server; do cat bootstrap.tar.gz | ssh "$server" 'tar -xzf-'; done < serveri |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The MIT License | |
* | |
* Copyright (c) 2004-2010, Sun Microsystems, Inc., Kohsuke Kawaguchi, Daniel Dyer, Stephen Connolly | |
* | |
* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1='[\e[00;32m\u\e[0m@\e[00;31m\h\e[0m \e[00;34m\w\e[0m]\$ ' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void mainImage(out vec4 fragColor, in vec2 fragCoord) | |
{ | |
vec2 mpos = iMouse.xy / iResolution.xy; | |
vec2 pos = fragCoord.xy / iResolution.xy; | |
const float R = 1.5; | |
vec2 kpos = pos - mpos; | |
float r = length (kpos); | |
float phi = atan (kpos.y, kpos.x); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# When spectating swap between player perspective (or comentator) camera and free camera | |
alias _dota_toggle_spectator_mode_1 "dota_spectator_mode 1; alias _dota_toggle_spectator_mode _dota_toggle_spectator_mode_3" | |
alias _dota_toggle_spectator_mode_3 "dota_spectator_mode 3; alias _dota_toggle_spectator_mode _dota_toggle_spectator_mode_1" | |
alias _dota_toggle_spectator_mode _dota_toggle_spectator_mode_1 | |
# Bind numpad 0 | |
bind KP_0 _dota_toggle_spectator_mode | |
# Ignore pathfinding when moving with Alt pressed | |
cl_dota_alt_unit_movetodirection 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. | |
64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=22139 ms | |
64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=21270 ms | |
64 bytes from 8.8.8.8: icmp_seq=3 ttl=52 time=20331 ms | |
64 bytes from 8.8.8.8: icmp_seq=4 ttl=52 time=19430 ms | |
64 bytes from 8.8.8.8: icmp_seq=5 ttl=52 time=18469 ms | |
64 bytes from 8.8.8.8: icmp_seq=6 ttl=52 time=17484 ms | |
64 bytes from 8.8.8.8: icmp_seq=7 ttl=52 time=16500 ms | |
64 bytes from 8.8.8.8: icmp_seq=8 ttl=52 time=15523 ms | |
64 bytes from 8.8.8.8: icmp_seq=9 ttl=52 time=14571 ms |