I hereby claim:
- I am smurph82 on github.
- I am smurph82 (https://keybase.io/smurph82) on keybase.
- I have a public key ASDFy_TSn3xg-f3vNoS6WTIkR7UwhuBGPRky8KriZfrKqwo
To claim this, I am signing this object:
# Backup | |
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql | |
# Restore | |
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE | |
C:\Users\userName\AppData\Local\Android\Sdk\emulator\emulator.exe -list-avds | |
$avd = Read-Host -Prompt "Enter avd name." | |
C:\Users\userName\AppData\Local\Android\Sdk\emulator\emulator.exe -avd "$avd" |
#!/bin/bash | |
# Bash script for setting or clearing touch requirements for | |
# cryptographic operations the OpenPGP application on a YubiKey 4. | |
# | |
# Author: Alessio Di Mauro <[email protected]> | |
GCA=$(which gpg-connect-agent) | |
DO=0 | |
UIF=0 |
/* | |
* Copyright 2017 Google, Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
import java.time.*; | |
import java.time.format.DateTimeFormatter; | |
import java.time.format.FormatStyle; | |
import java.time.temporal.ChronoUnit; | |
import java.time.temporal.TemporalAdjusters; | |
import java.util.*; | |
import static java.time.temporal.TemporalAdjusters.*; | |
public class Java8DateTimeExamples { |
I hereby claim:
To claim this, I am signing this object:
/** | |
* Copyright (c) 2014 Ben Murphy (Smurph82) | |
* Created - Aug 19, 2014 | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* |