I hereby claim:
- I am penguinpowernz on github.
- I am mcleodr (https://keybase.io/mcleodr) on keybase.
- I have a public key ASA_0KLhZhVGNBqQsfHZbL5uviW4hekKGx9bYtw5yH0kKAo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "time" | |
| "github.com/ashwanthkumar/slack-go-webhook" | |
| "github.com/autogrow/go-jelly/ig" | |
| ) |
I hereby claim:
To claim this, I am signing this object:
| // build by running go build ./jsonpp.go | |
| package main | |
| import ( | |
| "bytes" | |
| "encoding/json" | |
| "fmt" | |
| "io" | |
| "io/ioutil" | |
| "os" |
| <html> | |
| <head> | |
| <title>Safe Cam!</title> | |
| <meta http-equiv="refresh" content="60"/> | |
| </head> | |
| <body style="padding: 0px; margin: 0px;"> | |
| <img id="MJPEG_streaming" src="http://<camip>/snapshot.cgi" align="CENTER"> | |
| <script type="text/javascript"> | |
| stretchImage = function() { | |
| var image = document.getElementById("MJPEG_streaming"); |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom"> | |
| <Document> | |
| <name>KairouraQuake.kml</name> | |
| <Style id="s_ylw-pushpin"> | |
| <IconStyle> | |
| <scale>1.1</scale> | |
| <Icon> | |
| <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> | |
| </Icon> |
| ##### Example wpa_supplicant configuration file ############################### | |
| # | |
| # This file describes configuration file format and lists all available option. | |
| # Please also take a look at simpler configuration examples in 'examples' | |
| # subdirectory. | |
| # | |
| # Empty lines and lines starting with # are ignored | |
| # NOTE! This file may contain password information and should probably be made | |
| # readable only by root user on multiuser systems. |
| command | args | description |
|---|---|---|
| status | [verbose] |
get current WPA/EAPOL/EAP status |
| ifname | get current interface name | |
| ping | pings wpa_supplicant | |
| relog | re-open log-file (allow rolling logs) | |
| note | <text> |
add a note to wpa_supplicant debug log |
| mib | get MIB variables (dot1x, dot11) | |
| help | [command] |
show usage help |
| interface | [ifname] |
show interfaces/select interface |
| package main | |
| import ( | |
| "log" | |
| "net/http" | |
| "time" | |
| ) | |
| type empty struct{} | |
| type semaphore chan empty |
| FROM node:argon | |
| # change this to uncache and rebuilt the image | |
| ENV DOCKERFILE_VERSION=0.0.1 | |
| RUN mkdir -p /usr/src/app | |
| RUN npm install -g strongloop pm2 | |
| # install debian packages | |
| RUN apt-get update |