Saturday (May 21st)
Leave for Croatia
Sunday
Arrive in Split (noon)
Monday
Saturday (May 21st)
Leave for Croatia
Sunday
Arrive in Split (noon)
Monday
Saturday (May 21st)
Leave for Croatia
Sunday
Arrive in Split SPU (noon)
Split (recover)
Saturday (May 21st)
Leave for Croatia
Sunday
Arrive in Split SPU (noon)
Get to Dubrovnik (how? 4.5hr bus)
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script> | |
<script type="text/javascript" data-app-id="INSERT-CLIENT-ID [yammer.com/client_applications]" src="https://assets.yammer.com/assets/platform_js_sdk.js"></script> | |
</head> | |
<body> | |
<script> | |
function displayAuthResult(authResult) { |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
<script type="text/javascript" data-app-id="MzowvhzkPdHy6LGqXaDBAg" src="https://c64.assets-yammer.com/assets/platform_js_sdk.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function () { |
I hereby claim:
To claim this, I am signing this object:
local usbWatcher = nil | |
-- This is our usbWatcher function | |
-- lock when yubikey is removed | |
function usbDeviceCallback(data) | |
-- this line will let you know the name of each usb device you connect, useful for the string match below | |
hs.notify.show("USB", "You just connected", data["productName"]) | |
-- Replace "Yubikey" with the name of the usb device you want to use. | |
if string.match(data["productName"], "Yubikey") then | |
if (data["eventType"] == "added") then |
Install-WindowsFeature Web-Server | |
Install-WindowsFeature Web-Default-Doc | |
Install-WindowsFeature Web-Dir-Browsing | |
Install-WindowsFeature Web-Http-Errors | |
Install-WindowsFeature Web-Static-Content | |
Install-WindowsFeature Web-Http-Redirect | |
Install-WindowsFeature Web-Http-Logging | |
Install-WindowsFeature Web-Custom-Logging | |
Install-WindowsFeature Web-Log-Libraries | |
Install-WindowsFeature Web-Request-Monitor |
-e git://github.com/kennethreitz/inbox.py.git@551b4f44b144564504c687cebdb4c543cb8e9adf#egg=inbox | |
alembic==0.8.3 | |
amqp==1.4.9 | |
anyjson==0.3.3 | |
boto==2.39.0 | |
braintree==3.20.0 | |
cairosvg==1.0.19 | |
celery==3.1.20 |