Commit dec18611 authored by Joel Martin's avatar Joel Martin

Merge branch 'master' of git@github.com:kanaka/noVNC

parents f8990704 e9155818
#!/usr/bin/python #!/usr/bin/env python
# #
# Convert image to Javascript compatible base64 Data URI # Convert image to Javascript compatible base64 Data URI
......
#!/bin/bash #!/usr/bin/env bash
usage() { usage() {
if [ "$*" ]; then if [ "$*" ]; then
......
#!/usr/bin/python #!/usr/bin/env python
''' '''
A super simple HTTP/HTTPS webserver for python. Automatically detect A super simple HTTP/HTTPS webserver for python. Automatically detect
......
#!/usr/bin/python #!/usr/bin/env python
''' '''
Python WebSocket library with support for "wss://" encryption. Python WebSocket library with support for "wss://" encryption.
......
#!/usr/bin/python #!/usr/bin/env python
''' '''
A WebSocket to TCP socket proxy with support for "wss://" encryption. A WebSocket to TCP socket proxy with support for "wss://" encryption.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment