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
class Adventurer | |
attr_accessor :name, :location | |
def initialize(name, location = "Edge of Forest") | |
@name = name | |
@location = location | |
end | |
def move(&block) | |
block.call(self) |
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
function UET(o){if(this.stringExists=function(n){return n&&n.length>0},this.domain="bat.bing.com",this.URLLENGTHLIMIT=4096,this.pageLoadEvt="pageLoad",this.customEvt="custom",this.pageViewEvt="page_view",o.Ver=o.Ver!==undefined&&(o.Ver==="1"||o.Ver===1)?1:2,this.uetConfig={},this.uetConfig.consent={enabled:!1,adStorageAllowed:!0,adStorageUpdated:!1,hasWaited:!1,waitForUpdate:0},this.beaconParams={},this.supportsCORS=this.supportsXDR=!1,this.paramValidations={string_currency:{type:"regex",regex:/^[a-zA-Z]{3}$/,error:"{p} value must be ISO standard currency code"},number:{type:"num",digits:3,max:999999999999},integer:{type:"num",digits:0,max:999999999999},hct_los:{type:"num",digits:0,max:30},date:{type:"regex",regex:/^\d{4}-\d{2}-\d{2}$/,error:"{p} value must be in YYYY-MM-DD date format"},"enum":{type:"enum",error:"{p} value must be one of the allowed values"},array:{type:"array",error:"{p} must be an array with 1+ elements"}},this.knownParams={event_action:{beacon:"ea"},event_category:{beacon:"ec"},event_labe |
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
Dec 14 18:07:01 kwikie steam.desktop[10308]: GameAction [AppID 39120, ActionID 4] : LaunchApp changed task to ProcessingInstallScript with "" | |
Dec 14 18:07:01 kwikie steam.desktop[10308]: esync: up and running. | |
Dec 14 18:07:06 kwikie steam.desktop[10308]: message repeated 2 times: [ esync: up and running.] | |
Dec 14 18:07:10 kwikie steam.desktop[10308]: GameAction [AppID 39120, ActionID 4] : LaunchApp changed task to SynchronizingControllerConfig with "" | |
Dec 14 18:07:10 kwikie steam.desktop[10308]: GameAction [AppID 39120, ActionID 4] : LaunchApp changed task to SiteLicenseSeatCheckout with "" | |
Dec 14 18:07:10 kwikie steam.desktop[10308]: GameAction [AppID 39120, ActionID 4] : LaunchApp changed task to CreatingProcess with "" | |
Dec 14 18:07:10 kwikie steam.desktop[10308]: GameAction [AppID 39120, ActionID 4] : LaunchApp waiting for user response to CreatingProcess "" | |
Dec 14 18:07:10 kwikie steam.desktop[10308]: GameAction [AppID 39120, ActionID 4] : LaunchApp continues with user response "CreatingProcess" | |
Dec 14 18: |
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
# config/initializers/warning_duck_punch.rb | |
module Warning | |
def self.warn(warning) | |
filename = "warnings.txt" | |
File.open(filename, 'a') { |f| | |
f << "#{warning}" | |
f << "=======================================\n" | |
} | |
end |
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
FW Macro, ekkehard's is behind it to use as nonphys for ranged rotation, glacial and icy behind FW in case you enter melee as you're attempting to use ekkehards. | |
#show Frozen Wrath | |
suppressmacrofailures | |
cast Frozen Wrath | |
cast Glacial strike | |
cast Icy blow | |
cast Ekkehard's grasp | |
Phys macro for pvp (swap in glacial shield instead of shield of oak for pve). |
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
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"> | |
<style> | |
h2 { | |
font-family: Lobster, Monospace; | |
} | |
.thick-green-border { | |
border-color: green; | |
border-width: 10px; | |
border-style: solid; | |
border-radius: 50%; |
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
<header class="nav-bar"> | |
<img class="logo" src="C:\Users\Guest\Desktop\agee\logo.png"> | |
<div class="row"> | |
<nav class="col-sm-3"> | |
<a href="#">FEATURES</a> | |
<a href="#">ABOUT</a> | |
<a href="#">STORE</a> | |
<a href="#">BLOG</a> | |
</nav> | |
</div> |
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
remote: http://rubygems.org/ | | |
specs: |
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
Check for coverage amounts | |
dp1,wind only other structers = rcv | |
FLood - always no | |
Wind and Hail - always yes | |
earthquake - no | |
collapse - no | |
water damage - dp1 = no, dp2 = yes, wind only = no | |
theft - other coverage means contents = yes |
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
( /etc/init.d/ntp stop | |
until ping -nq -c3 8.8.8.8; do | |
echo "Waiting for network..." | |
done | |
ntpdate -s time.nist.gov | |
/etc/init.d/ntp start )& |
NewerOlder