This file contains 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
#!/bin/bash | |
export OLD_VERSION=5.9.2 | |
export NEW_VERSION=5.10.8 | |
# check if language files exist | |
wget --delete-after https://vjs.zencdn.net/$NEW_VERSION/lang/nl.js | |
# update videojs in examples and documentation | |
find examples/ -type f -name '*.html' -exec sed -i '' -e "s/$OLD_VERSION/$NEW_VERSION/" {} \; |
This file contains 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
Verifying that +thijstriemstra is my blockchain ID. https://onename.com/thijstriemstra |
This file contains 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
diff --git a/txgsm/protocol.py b/txgsm/protocol.py | |
index 6c1ac70..7071d36 100644 | |
--- a/txgsm/protocol.py | |
+++ b/txgsm/protocol.py | |
@@ -111,8 +111,191 @@ class TxGSMProtocol(LineReceiver): | |
""" | |
d = Deferred() | |
d.addCallback(self.next('ATE0')) | |
- d.addCallback(self.next('AT+CIMI')) | |
+ |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>wavesurfer.js</title> | |
<link href="data:image/gif;" rel="icon" type="image/x-icon" /> | |
<!-- Bootstrap --> | |
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet"> |
NewerOlder