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
| luarocks install penlight | |
| luarocks install dpnn | |
| luarocks install json | |
| luarocks install xlua | |
| luarocks install tds | |
| luarocks install threads | |
| luarocks install httpclient | |
| luarocks install sys | |
| luarocks install luafilesystem | |
| luarocks install lua-cjson |
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
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # | |
| #author: rex | |
| #blog: http://iregex.org | |
| #filename tr.py | |
| #created: 2010-08-01 20:24 | |
| #source uri: http://iregex.org/blog/trie-in-python.html | |
| # escape bug fix by fcicq @ 2012.8.19 |
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
| #!/bin/bash -e | |
| # | |
| # Copyright (c) 2014, Facebook, Inc. | |
| # All rights reserved. | |
| # | |
| # This source code is licensed under the BSD-style license found in the | |
| # LICENSE file in the root directory of this source tree. An additional grant | |
| # of patent rights can be found in the PATENTS file in the same directory. | |
| # | |
| # |
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
| -- | |
| -- Copyright (c) 2014, Facebook, Inc. | |
| -- All rights reserved. | |
| -- | |
| -- This source code is licensed under the BSD-style license found in the | |
| -- LICENSE file in the root directory of this source tree. An additional grant | |
| -- of patent rights can be found in the PATENTS file in the same directory. | |
| -- | |
| package = 'fbpython' |
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
| #!/usr/bin/perl -w | |
| use strict; | |
| use File::Spec::Functions; | |
| use File::Temp; | |
| use FindBin; | |
| my $SERVER = '~/usr/bin/mosh-server.real'; |
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
| #!/bin/sh | |
| # this script does absolutely ZERO error checking. however, it worked | |
| # for me on a RHEL 6.3 machine on 2012-08-08. clearly, the version numbers | |
| # and/or URLs should be made variables. cheers, zmil...@cs.wisc.edu | |
| mkdir mosh |
NewerOlder