This file has been truncated, but you can view the full file.
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
# Pick the card with the lower index of the two | |
# Some cards appear in here twice, so you will need to match the symbol with the "set" for those | |
# If two cards are from the same set, pick the one with the correct stats/text | |
[ | |
{ | |
"index": 0, | |
"name": "Goldshire Footman", | |
"set": "VANILLA", | |
"cost": 1, | |
"attack": 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
#!/usr/bin/env ruby | |
require 'netaddr' | |
require 'open3' | |
require 'parallel' | |
require 'io/console' | |
require 'net/ssh' | |
if ARGV.length != 1 | |
puts 'Pass search CIDR as the only argument' |
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
monit restart all | |
[UTC Feb 10 18:21:56] info : restart service 'cloud_controller_ng' on user request | |
[UTC Feb 10 18:21:56] info : restart service 'nginx_cc' on user request | |
[UTC Feb 10 18:21:56] info : 'cloud_controller_ng' trying to restart | |
[UTC Feb 10 18:22:01] info : 'nginx_cc' stop: /var/vcap/jobs/cloud_controller_ng/bin/nginx_ctl | |
[UTC Feb 10 18:22:02] info : 'cloud_controller_ng' stop: /var/vcap/jobs/cloud_controller_ng/bin/cloud_controller_ng_ctl | |
[UTC Feb 10 18:22:03] info : 'cloud_controller_ng' start: /var/vcap/jobs/cloud_controller_ng/bin/cloud_controller_ng_ctl | |
[UTC Feb 10 18:22:09] info : 'nginx_cc' start: /var/vcap/jobs/cloud_controller_ng/bin/nginx_ctl | |
[UTC Feb 10 18:22:10] info : 'cloud_controller_ng' restart action done | |
[UTC Feb 10 18:22:10] info : 'nginx_cc' trying to restart |
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
2015-01-29T12:26:40.40-0800 [App/0] OUT 2015-01-29 20:26:40.404 INFO 31 --- [ main] .t.TomcatEmbeddedServletContainerFactory : Server initialized with port: 61132 | |
2015-01-29T12:26:40.61-0800 [App/0] OUT 2015-01-29 20:26:40.609 INFO 31 --- [ main] o.apache.catalina.core.StandardService : Starting service Tomcat | |
2015-01-29T12:26:40.61-0800 [App/0] OUT 2015-01-29 20:26:40.612 INFO 31 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/7.0.57 | |
2015-01-29T12:26:41.95-0800 [App/0] OUT 2015-01-29 20:26:41.958 INFO 31 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext | |
2015-01-29T12:26:41.95-0800 [App/0] OUT 2015-01-29 20:26:41.959 INFO 31 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4962 ms | |
2015-01-29T12:26:42.99-0800 [App/0] OUT 2015-01-29 20:26:42.998 INFO 31 --- [ost-startStop-1] o.s.b. |
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
--- | |
name: cf | |
director_uuid: REPLACE_WITH_DIRECTOR_ID | |
releases: | |
- name: cf | |
version: latest | |
networks: | |
- name: cf_private | |
type: manual | |
subnets: |
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
All members must make active progress in maximizing their stats. This includes purchasing strength up to 50 and constitution up to 120. Items should be sold from the vault for this purpose (see selling guild for details: https://gist.github.com/70ee6d4ec7db54af4573) | |
Any member not making active progress will be removed after 7 days. |