- checkbox is done with the two brackets next to the P key
- checkbox is done with the two brackets next to the P key
- checkbox is done with the two brackets next to the P key
- checkbox is done with the two brackets next to the P 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
[ | |
{ | |
"TYPE":"QUESTION", | |
"IP":"127.0.0.1", | |
"NAME":"teacher", | |
"O1":"Person from outer space", | |
"O2":"Both answers in 3) and 4)", | |
"O3":"Non-citizen", | |
"O4":"A first generation of Japanese (Issei) who came to the U.S.A.", | |
"Q":"When referring to Japanese Americans, what was an Alien?", |
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://www.deepdotweb.com/2014/02/13/silk-road-2-hacked-bitcoins-stolen-unknown-amount/ | |
Silk Road 2 Hacked, All Bitcoins Stolen – $2.7 Miliion | |
inShare8 | |
Update 2: As the time passes there are more and more suspicions that this was in fact a SCAM by the Silk Road staff – and not a hack, we will post more details about it once, and if we get the full picture. | |
Update: The amount of BTC that was stolen was calculated by Nicholas Weaver @NCWeaver – Computer Security Researcher, to be around: 4474.266369160003BTC that are with the value of about $2.7 Million. | |
It was just announced in a post by Defcon the Silk Road administrator (this post will be updated as soon as we get more info) - |
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
INDEX | |
----- | |
- BUILD IT YOURSELF | |
- BUILD THE AUDIO SERVICE | |
- BUILDING FOR ANDROID | |
- INSTALL WITHOUT BUILDING | |
BUILD IT YOURSELF | |
----------------- |
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
import org.apache.tools.ant.taskdefs.condition.Os | |
apply plugin: 'com.android.application' | |
android { | |
compileSdkVersion 21 | |
buildToolsVersion "21.1.2" | |
defaultConfig { | |
applicationId "com.example.hellojni" |
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
curl -i -X POST \ | |
-H "LicenseKey: MYAPIKEY \ | |
-F "previousFrameResult=" -F [email protected] -F timestamp=0 http://api.emovu.com/api/imageframe/ |
- Install Go for Linux the usual way on your main Linux box:
cd
wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
tar -zxvf go1.8.linux-amd64.tar.gz
sudo mv go /usr/local/
export GOROOT=/usr/local/go
mkdir -p ~/.gitwork/go/src
mkdir ~/.gitwork/go/bin
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
import std.stdio; | |
import std.string; | |
import std.file; | |
import std.json; | |
static const auto HK_DB = "hk_db.json"; // this is the filename | |
// | |
// Use a formatting string to fill in values for this config file | |
// |
As I am an avid photographer & travelling quite a lot, I wanted to sync my Adobe Lightroom library from Macbook to my Microsoft Windows desktop at home with very little/no human intervention. It is also a good thing that both Lightroom versions (mac & windows) share a common file system/structure, this helped alot in synchronizing data from one environment to another.
This HOWTO assumes you already have an AWS account created and running with an IAM user configured.
Put together, the solution would look as such (pardon my poor diagram skills):
_
macbook pro (` ). windows desktop
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
Same here | |
Docker Desktop 2.2.0.5 | |
Docker Engine 19.03.8 | |
On Mac OSX 10.14.6 | |
$ docker run -it --rm -p 80:80 --name whoami containous/whoami | |
On a remote machine | |
$ curl 192.168.25.87 | |
Hostname: 07a90be6f0fa |