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
| { | |
| "name": "my-app", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "@firebase/app": "^0.3.2", | |
| "@firebase/auth": "^0.5.2", | |
| "@firebase/firestore": "^0.5.3", | |
| "@material-ui/core": "^1.0.0", | |
| "@material-ui/icons": "^1.0.0", |
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 AppBar from '@material-ui/core/AppBar'; | |
| import Toolbar from '@material-ui/core/Toolbar'; | |
| import Typography from '@material-ui/core/Typography'; | |
| import IconButton from '@material-ui/core/IconButton'; | |
| import ReactDOM from 'react-dom' | |
| import React, { Component } from 'react'; | |
| import Stepper from '@material-ui/core/Stepper'; | |
| import Step from '@material-ui/core/Step'; | |
| import StepLabel from '@material-ui/core/StepLabel'; | |
| import StepContent from '@material-ui/core/StepContent'; |
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
| 0xf8b5e982cabc48946dc3cf1b5f9488420415ca0b |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am xrd on github. | |
| * I am xrd (https://keybase.io/xrd) on keybase. | |
| * I have a public key ASCAOCj7S1tsQ6o1qQPrI4cezwxhJ7ODGBRyXi1_MG3sKAo | |
| To claim this, I am signing this object: |
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
| echo -e "GET http://yahoo.com HTTP/1.0\n\n" | toybox nc yahoo.com 80 |
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
| package com.example.android.basicnotifications; | |
| import android.app.Activity; | |
| import android.app.Notification; | |
| import android.app.NotificationManager; | |
| import android.app.PendingIntent; | |
| import android.content.Intent; | |
| import android.graphics.BitmapFactory; | |
| import android.net.Uri; | |
| import android.os.Bundle; |
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
| require 'sinatra' | |
| require 'sinatra/json' | |
| set :bind, "0.0.0.0" | |
| set :port, 8080 | |
| response = | |
| { | |
| "Java" => "off", | |
| "Ruby" => "off", |
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
| 12345 |
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
| require './dance' | |
| class DancePartner | |
| def letsDance() | |
| dancer = Dancer.new() | |
| dancer.dance!() | |
| end | |
| end |
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
| "HostConfig": { | |
| "Binds": null, | |
| "ContainerIDFile": "", | |
| "Dns": null, | |
| "DnsSearch": null, | |
| "Links": [ | |
| "/shipyard_db:/shipyard/db", | |
| "/shipyard_redis:/shipyard/redis" | |
| ], | |
| "LxcConf": [], |