I hereby claim:
- I am noonat on github.
- I am nathanostgard (https://keybase.io/nathanostgard) on keybase.
- I have a public key ASDJVICLOlsl26Nn6S7M8LjAg4Zf_q0FBlL2apV5uQMM1Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| from __future__ import print_function | |
| import time | |
| import gevent | |
| from gevent import hub, _threading | |
| def ticker(): | |
| while True: |
| """This is an example of cooperating between a gevent hub and normal threads.""" | |
| import gevent | |
| import socket as _socket | |
| from gevent import hub, socket, _threading | |
| conns = _threading.Queue() |
| package main | |
| import ( | |
| "flag" | |
| "log" | |
| "os" | |
| "os/signal" | |
| "strings" | |
| "github.com/Shopify/sarama" |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <style type="text/css"> | |
| body { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| canvas { |
| package main | |
| import ( | |
| "fmt" | |
| "math" | |
| "github.com/go-gl/mathgl/mgl32" | |
| "github.com/gopherjs/gopherjs/js" | |
| "github.com/gopherjs/webgl" | |
| ) |
| // This is a bare bones example of creating a data channel between two WebRTC | |
| // peers. Let's imagine two peers trying to connect to each other. We'll call | |
| // one the "offer peer", and the other the "answer peer". The offer peer will | |
| // be the one initiating a connection, and the answer peer will be the one | |
| // responding to it. | |
| // | |
| // The two peers must use a separate connection to negotiate their connection. | |
| // A websocket connection to a shared server is often used for this negotiation. | |
| // They will exchange offers and answers using the websocket. Each peer will | |
| // also attempt to discover more details about themselves (ICE), such as their |
I hereby claim:
To claim this, I am signing this object: