This file contains hidden or 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
Godot Engine v3.1.alpha.calinou (c) 2007-2018 Juan Linietsky, Ariel Manzur & Godot Contributors. | |
scene/2d/canvas_item.cpp:362 - Condition ' !is_inside_tree() ' is true. returned: get_transform() | |
scene/2d/canvas_item.cpp:850 - Condition ' !is_inside_tree() ' is true. returned: Rect2() | |
scene/2d/canvas_item.cpp:850 - Condition ' !is_inside_tree() ' is true. returned: Rect2() | |
scene/gui/control.cpp:2092 - Condition ' !is_inside_tree() ' is true. | |
scene/2d/canvas_item.cpp:362 - Condition ' !is_inside_tree() ' is true. returned: get_transform() | |
scene/2d/canvas_item.cpp:850 - Condition ' !is_inside_tree() ' is true. returned: Rect2() | |
scene/gui/control.cpp:2063 - Condition ' !is_inside_tree() ' is true. | |
./scene/main/node.h:263 - Condition ' !data.tree ' is true. returned: __null |
This file contains hidden or 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
[gd_scene load_steps=3 format=2] | |
[ext_resource path="res://icon.png" type="Texture" id=1] | |
[sub_resource type="ViewportTexture" id=1] | |
resource_local_to_scene = true | |
flags = 0 | |
viewport_path = NodePath("Viewport") |
This file contains hidden or 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
shader_type canvas_item; | |
/** | |
Maps object texture onto a sphere and applies a spherical normal | |
based on a simulated light. | |
Adapted from | |
https://www.raywenderlich.com/2323-opengl-es-pixel-shaders-tutorial | |
and | |
https://gamedev.stackexchange.com/a/9385 |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am murphy-slaw on github. | |
* I am murphy_slaw (https://keybase.io/murphy_slaw) on keybase. | |
* I have a public key ASB-f2PFzmx2dHDFJxwu_KQc8n6o2f_Sla9pBy_fXMdo4wo | |
To claim this, I am signing this object: |
This file contains hidden or 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
[1441830619] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;web0001.ny2;Disk Space;0;DISK OK| /=59027MB;139083;142074;0;149552 /dev=10MB;29901;30544;0;32152 /dev/shm=0MB;29909;30552;0;32161 /run=1MB;29909;30552;0;32161 /sys/fs/cgroup=0MB;29909;30552;0;32161 /boot=86MB;900;919;0;968 /var/etsy=7829MB;9300;9500;0;10000 | |
[1441830619] EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT;web0001.ny2;CPU;0;OK: user=62.82% system=4.72% iowait=1.00% idle=31.46% | user = 62.82, system = 4.72, iowait = 1.00, idle = 31.46 | |
[1441830620] PASSIVE SERVICE CHECK: web0001.ny2;Disk Space;0;DISK OK | |
[1441830620] PASSIVE SERVICE CHECK: web0001.ny2;CPU;0;OK: user=62.82% system=4.72% iowait=1.00% idle=31.46% |
This file contains hidden or 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
# TEMP PATH | |
# This is path where Nagios can create temp files for service and | |
# host check results, etc. | |
temp_path=/tmp/nagios/ |
This file contains hidden or 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-06-25T23:23:54+00:00] Enabling shared object storage: /data/repositories/7/nw/70/ef/df/17/36.git | |
/data/github/current/vendor/gems/2.1.6/ruby/2.1.0/gems/gitrpc-0.5.0.1240.ge923f33/lib/gitrpc/backend/disk.rb:176:in `repository_required': Does not exist: /data/user/repositories-nw-temp/7/nw/70/ef/df/17/36.git (GitRPC::InvalidRepository) | |
from /data/github/current/vendor/gems/2.1.6/ruby/2.1.0/gems/gitrpc-0.5.0.1240.ge923f33/lib/gitrpc/backend/disk.rb:66:in `fs_write' | |
from /data/github/current/vendor/gems/2.1.6/ruby/2.1.0/gems/gitrpc-0.5.0.1240.ge923f33/lib/gitrpc/backend.rb:120:in `block (2 levels) in send_message' | |
from /data/github/current/vendor/gems/2.1.6/ruby/2.1.0/gems/gitrpc-0.5.0.1240.ge923f33/lib/gitrpc/timer.rb:46:in `timeout' | |
from /data/github/current/vendor/gems/2.1.6/ruby/2.1.0/gems/gitrpc-0.5.0.1240.ge923f33/lib/gitrpc/backend.rb:118:in `block in send_message' | |
from /data/github/current/vendor/gems/2.1.6/ruby/2.1.0/gems/gitrpc-0.5.0.1240.ge923f33/lib/gitrpc/gitmon_client.rb:34:in `track' | |
fr |
This file contains hidden or 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
Plaza is a room. | |
A person has a rulebook called rulez. | |
This is the stupidest rule: | |
rule succeeds. | |
The stupidest rule is listed in the player's rulez. |
This file contains hidden or 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
action :create do | |
Chef::Log.info "Creating #{@new_resource.name}" | |
unless file_current?(@new_resource) | |
tmp = Tempfile.new(::File.basename(new_resource.name),::File.dirname(new_resource.name)) | |
tmp.close | |
ruby_block "move #{tmp.path}" do | |
FileUtils.mv(tmp.path, new_resource.name) | |
action :nothing | |
end | |
remote_file tmp.path do |
This file contains hidden or 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
knife search node "name:search30.foo.com" -a ganglia | |
1 items found | |
ganglia: | |
cluster_name: Search | |
config: /etc/ganglia/gmond.conf | |
mcast_addr: 239.2.11.171 | |
id: search30.foo.com | |
knife search node "ganglia_cluster_name:Search" |
NewerOlder