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
html { | |
span { | |
display: block; | |
} | |
div { | |
display: inline; | |
} | |
} |
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
matt ~ 🔪 cat brew-install-octave.log | |
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.8.1.tar.bz2 |
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
==> Using Homebrew-provided fortran compiler. | |
This may be changed by setting the FC environment variable. | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> Downloading http://ftpmirror.gnu.org/octave/octave-3.8.1.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/octave-3.8.1.tar.bz2 |
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
var script = document.createElement("SCRIPT"); | |
script.setAttribute("src", "http://code.jquery.com/jquery-1.9.1.min.js"); | |
document.getElementsByTagName("head")[0].appendChild(script); |
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
get.random.date <- function () { | |
# Ignore this line... I was going to make it *ACTUALLY* do a random date, | |
# but we don't need this for testing... Just have 28 be an upper bound on the month | |
# and we don't have to worry about which month we're in or whether it's a leap year | |
months <- list(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31) | |
# This should determine if it's a leap year... which just changes | |
is.leap.year <- function (y) { | |
if (y %% 4 != 0) |
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
# Create 3 date data-points | |
date.time1 <- as.POSIXct(strptime('2011-03-27 01:30:00', '%Y-%m-%d %H:%M:%S')) | |
date.time2 <- strptime("12/20/10 14.34.35", format = "%m/%d/%y %H.%M.%S") | |
date.time3 <- as.Date("12/15/20", format = "%m/%d/%y") | |
# Cast one as POSIXlt | |
date.posix1 <- as.POSIXlt(date.time1) | |
# Place dates in their columns | |
all.dates <- data.frame(x = date.time1, y = date.time3, z = date.time3, a = date.posix1) |
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
Blond:ish | |
http://youtu.be/hXYWc8cqF8o | |
http://youtu.be/gnz0t9LJb9Q | |
http://youtu.be/3lVKKEKaQB4 | |
Shlohmo | |
http://youtu.be/pYimwWZUJS8 | |
http://youtu.be/petLd35q5bk | |
Jeremy Lol (of Lol boys) |
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
#instagrammer img { | |
border-width: 0; | |
border-style: solid; | |
border-color: black; | |
float: left; | |
margin: 0; | |
padding: 0; | |
width: 200px; | |
height: 200px; | |
-webkit-animation-name: swim-begin; |
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
funny... but we know it's fake, right? | |
WHOIS via: | |
http://bit.ly/Xui29R | |
3rd line below... WESTDUBUQUE2NDCHURCHOFCHRIST.ORG created on Jan 2013 | |
--------------- | |
Domain ID:D167595099-LROR | |
Domain Name:WESTDUBUQUE2NDCHURCHOFCHRIST.ORG | |
Created On:15-Jan-2013 02:28:05 UTC |
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
Domain ID:D167595099-LROR | |
Domain Name:WESTDUBUQUE2NDCHURCHOFCHRIST.ORG | |
Created On:15-Jan-2013 02:28:05 UTC | |
Last Updated On:15-Jan-2013 02:28:05 UTC | |
Expiration Date:15-Jan-2014 02:28:05 UTC | |
Sponsoring Registrar:GoDaddy.com, LLC (R91-LROR) | |
Status:CLIENT DELETE PROHIBITED | |
Status:CLIENT RENEW PROHIBITED | |
Status:CLIENT TRANSFER PROHIBITED | |
Status:CLIENT UPDATE PROHIBITED |
NewerOlder