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
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgWPn89ecLQ7ONUXlSLFCDvG0aZpPaEqm4UWkSjcZBj it_ops key for server access | |
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM5SXBQcb8szWgacBxwTvS1HsHZFg+xvenRhw5JYJfMz Robert Taylor (Work) |
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
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL/CzWEKpONONDVWNS48kcOOP3kFct7Zmn+M/IKhe8ks Ansible Key |
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
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPV0BBJ3fWoBxxue2qAnBv4Q1kcTa5HyQqoJC0Z6AGS Ansible Automation Key |
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
HTTP status code symbols for Rails | |
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
Status Code Symbol | |
1xx Informational | |
100 :continue | |
101 :switching_protocols | |
102 :processing |
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
<meta content="2019 Dave Matthews Band at AFAS Live by Pavlov Visuals | The Art Exchange" property="og:title"></meta> | |
<meta content="The Art Exchange is an online community to track, buy, and sell artwork" property="og:description"></meta> | |
<meta content="https://theartexch.com/artworks/1880" property="og:url"></meta> | |
<meta content="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcndIIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2515844370b6bc93431d8565adf30b21ea7f243c/dmap825.jpg" property="og:image"></meta> | |
<meta content="2019 Dave Matthews Band at AFAS Live by Pavlov Visuals | The Art Exchange" name="title"></meta> | |
<meta content="The Art Exchange is an online community to track, buy, and sell artwork" name="description"></meta> | |
<link href="/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBcndIIiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--2515844370b6bc93431d8565adf30b21ea7f243c/dmap825.jpg" rel="image_src"></link> | |
<meta content="twitter summary" name="twitter:card"></meta> | |
<meta conten |
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 AddLocationToVisitObservation < ActiveRecord::Migration[5.1] | |
def change | |
add_column :visit_observations, :location, :text, array:true, default: [] | |
end | |
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
Visitor Visits visit_observation | |
"hash_mac" visitor_id visit_id:integer | |
"location_id" first_seen_at lat:float | |
"os" last_seen_at lng:float | |
"manufacturer" max_rssi unc:integer | |
ipv4 location:array [['lat', 'lng', 'unc'], ['lat', 'lng', 'unc']] | |
ipv6 | |
ssid | |
seen_epoch |
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 SalesHistoryImporter | |
require 'csv' | |
def import(file) | |
@filename = File.basename(file) | |
@file = open(file) | |
if !check_file_name(file) | |
return false | |
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
require 'open-uri' | |
require 'net/http' | |
(1..1000).each do |n| | |
uri = URI("http://static.musictoday.com/store/bands/6/product_large/DMAP#{n}.JPG") | |
request = Net::HTTP.new uri.host | |
response = request.request_head uri.path |
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
<%@ Language=VBScript %> | |
<% | |
pageTitle = "Photos" | |
pageName = "photos" | |
%> | |
<!--#include file="include/i_header.asp"--> | |
<!--Content Start - 650 px wide--> |
NewerOlder