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
| https://www.pubnub.com/docs/swift/pubnub-swift-sdk#history |
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
| export default (request) => { | |
| const xhr = require('xhr'); | |
| const crypto = require('crypto'); | |
| const query = require('codec/query_string'); | |
| const base64 = require('codec/base64'); | |
| // TODO | |
| // TODO fill me in | |
| // TODO |
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
| <script type="text/javascript" src="js/PushNotification.js"></script> | |
| <script type="text/javascript" src="https://cdn.pubnub.com/pubnub-3.7.4.min.js"></script> |
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
| (define fac | |
| (lambda (n) | |
| (if (= n 0) | |
| 1 | |
| (* n (fac (- n 1)))))) | |
| % |
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 models | |
| import anorm._ | |
| import play.api.db.DB | |
| import anorm.SqlParser._ | |
| import play.api.Play.current | |
| case class LogBucket( | |
| id: Int, |
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 models | |
| import anorm._ | |
| import play.api.db.DB | |
| import anorm.SqlParser._ | |
| import play.api.Play.current | |
| case class LogBucket( | |
| id: Int, |
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 models | |
| import anorm._ | |
| import play.api.db.DB | |
| import anorm.SqlParser._ | |
| import play.api.Play.current | |
| case class LogBucket( | |
| id: Int, |
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
| from jinja2 import Template,Environment, FileSystemLoader | |
| import os | |
| import pyinotify | |
| env = Environment(extensions=['jinja2htmlcompress.HTMLCompress'],loader=FileSystemLoader(settings.templates_folder) ) | |
| ##get the cities | |
| #import orm | |
| #all_cities = list(orm.cities.select()) |
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
| http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz -- install | |
| lame... | |
| ./configure --enable-shared | |
| ffmpeg | |
| git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg |
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
| <form method=post> | |
| <dl> | |
| <dt>Password: | |
| <dd><input type="password" name="password"> | |
| <dd><input type="submit" value="Login"> | |
| </dl> | |
| </form> |
NewerOlder