##Date and Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Date
=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Time
# Terminal Cheat Sheet | |
pwd # print working directory | |
ls # list files in directory | |
cd # change directory | |
~ # home directory | |
.. # up one directory | |
- # previous working directory | |
help # get help | |
-h # get help |
country=GB | |
update_config=1 | |
ctrl_interface=/var/run/wpa_supplicant | |
network={ | |
scan_ssid=1 | |
ssid="MyWiFiSSID" | |
psk="S3cr3tp@$$w0rc|" | |
} |
tell application "System Events" | |
-- This key combination hides every application other than the frontmost | |
keystroke "h" using {command down, option down} | |
end tell |
tell application "System Events" | |
-- Replace opera and VLC with the applications you want to influence | |
-- He can have as many as you like, each one on a new line | |
set visible of application process "Opera" to false | |
set visible of application process "VLC" to false | |
end tell |
##Date and Time
=TIMEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " ")) + DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Date
=DATEVALUE(SUBSTITUTE("{{OccurredAt}}"," at ", " "))
##Time
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
Space officially begins according to "the man" at 100 km AGL, and is known as the [Kármán line][1]. Anything below that is not space, anything above that is space.
As the payload gets higher the [temperature will drop][2], this is due to an affect called the [adiabatic lapse rate][3]. There is no absolute measurement for this as it is affected by moisture content in the air amongst other things, but it is defined by the [International Civil Aviation Organisation][4] As:
I hereby claim:
To claim this, I am signing this object:
{ | |
"emojis": [ | |
{"emoji": "👩👩👧👧", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👧", "category": "p", "order": ""}, | |
{"emoji": "👩👩👧👦", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👦", "category": "p", "order": ""}, | |
{"emoji": "👩👩👦👦", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "👩‍👩‍👦‍👦", "category": "p", "order": ""}, | |
{"emoji": "👨👩👧👧", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👧", "category": "p", "order": ""}, | |
{"emoji": "👨👩👧👦", "name": "family_children", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👦", "category": "p", "order": ""}, | |
{"emoji": "👨👩👦👦", "name": "family_two_biys", "shortname": "", "unicode": "", "html": "👨&zw |
-- This sends an event to the Maker IFTTT channel, replace red_flash with | |
-- whatever you like but make sure that URL is saying wherever you use it. | |
set theURL to "https://maker.ifttt.com/trigger/red_flash_all/with/key/YOUR_SECRET_KEY" | |
do shell script "curl " & quoted form of theURL |