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
| <!doctype html> | |
| <!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ --> | |
| <html> | |
| <head> | |
| <title>iOS 8 web app</title> | |
| <!-- CONFIGURATION --> |
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
| # GUI-related packages | |
| pkgs=" | |
| xserver-xorg-video-fbdev | |
| xserver-xorg xinit | |
| epiphany-browser | |
| lxde lxtask menu-xdg gksu | |
| xserver-xorg-video-fbturbo | |
| xpdf gtk2-engines | |
| netsurf-gtk zenity | |
| desktop-base lxpolkit |
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
| //------------------------------------------------------------------------------ | |
| // WebSocket and Express session sharing through handshake | |
| // via: https://github.com/LearnBoost/socket.io/issues/908 | |
| //------------------------------------------------------------------------------ | |
| var cookieParser = connect.utils.cookieParser; | |
| io.set('authorization', function (data, accept) { | |
| if (data.headers.cookie) { | |
| // Whatever you put in the data object will be available in socket.handshake later on in connection event handler | |
| data.cookie = cookieParser(data.headers.cookie); |
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
| /* | |
| ** Original File: pwd_meter.js | |
| ** Created by: Jeff Todnem (http://www.todnem.com/) | |
| ** Created on: 2007-08-14 | |
| ** Last modified: 2007-08-30 | |
| ** | |
| ** License Information: | |
| ** ------------------------------------------------------------------------- | |
| ** Copyright (C) 2007 Jeff Todnem | |
| ** |