I hereby claim:
- I am quirijngb on github.
- I am quirijngb (https://keybase.io/quirijngb) on keybase.
- I have a public key ASAF4jYl20qLmniMmqJ3ehxSaFuxt2ACLpJBtFcKgPtGBwo
To claim this, I am signing this object:
| [ | |
| { | |
| "id": "7f188e00-7fd5-4b56-a8d1-67072b908074", | |
| "title": "qui laboris", | |
| "description": "Pariatur incididunt eu magna eiusmod veniam labore labore aute. Qui esse culpa ex irure nisi esse commodo sunt veniam mollit officia cupidatat qui nostrud. Dolor occaecat proident aliquip esse aliquip non. Mollit ad sunt aliquip tempor quis sunt cillum deserunt elit quis consequat. Ea reprehenderit qui veniam consectetur mollit laboris qui incididunt. Elit id nisi duis ipsum qui consequat.\r\n", | |
| "price": 196.16, | |
| "imageUrls": [ | |
| "http://lorempixel.com/300/400/abstract/" | |
| ] | |
| }, |
| echo "Creating an SSH key for you..." | |
| ssh-keygen -t rsa | |
| echo "Please add this public key to Github \n" | |
| echo "https://github.com/account/ssh \n" | |
| read -p "Press [Enter] key after this..." | |
| echo "Installing xcode-stuff" | |
| xcode-select --install |
| class MyHomePage extends StatefulWidget { | |
| MyHomePage({Key key, this.title}) : super(key: key); | |
| final String title; | |
| @override | |
| _MyHomePageState createState() => new _MyHomePageState(); | |
| } | |
| class _MyHomePageState extends State<MyHomePage> { |
I hereby claim:
To claim this, I am signing this object:
| public class Log { | |
| public static void d(Object object, String msg) { | |
| android.util.Log.d(object.getClass().getSimpleName(), msg); | |
| } | |
| public static void d(String tag, String msg) { | |
| android.util.Log.d(tag, msg); | |
| } | |
| public static void i(Object object, String msg) { |