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://files.dune-hd.com/partners/sdk/sdk.txt | |
http://files.dune-hd.com/sdk/plugins.txt | |
http://files.dune-hd.com/partners/sdk/html_apps.txt | |
http://files3.dune-hd.com/sdk/dune_simple_iptv.txt | |
http://files.dune-hd.com/partners/sdk/dune_devel_info.txt |
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.inio.tv/download/ | |
http://www.samsungdforum.com/Search/UnifiedSearchAll | |
http://forum.ixbt.com/topic.cgi?id=62:16777 | |
http://samygo.tv/ | |
https://github.com/moukail/QuranOnTv/blob/master/app/controller/player.controller.js | |
http://pastebin.com/SwYLvd5q | |
http://www.samsungdforum.com/SamsungDForum/ForumView/63c64adb0aeb53f8?forumID=1b44f3cf219c0f0f | |
http://www.samsungdforum.com/SamsungDForum/ForumView/63c64adb0aeb53f8?forumID=9fbe0b66a646f72f | |
http://www.samsungdforum.com/Guide/ | |
http://www.samsungdforum.com/SamsungDForum/ForumView/f0cd8ea6961d50c3?forumID=ec9f3562a5ebd82a |
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://cssguidelin.es/ |
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
sudo docker run -t -i ubuntu:12.04 | |
>do something | |
Ctrl-p + Ctrl-q | |
sudo docker ps -a | |
sudo docker commit 123432423 andboson/ubuntu:12.04.dev | |
sudo docker images | |
sudo docker run -t -i andboson/ubuntu:12.04.dev /bin/bash | |
>do something | |
Ctrl-p + Ctrl-q | |
sudo docker ps -a |
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
$file = file($usersFile->getPathname()); | |
$header = str_getcsv(array_shift($file)); | |
$usersArray = array_map(function ($line) use ($header) { | |
$row = str_getcsv($line); | |
return (object)array_combine($header, $row); | |
}, $file); |
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("XHPROF_ROOT", '/var/www/xhprof-0.9.4'); | |
App::before(function(){ | |
xhprof_enable(XHPROF_FLAGS_CPU + XHPROF_FLAGS_MEMORY); | |
}); | |
App::after(function(){ | |
require_once (XHPROF_ROOT . '/xhprof_lib/utils/xhprof_lib.php'); | |
require_once (XHPROF_ROOT . '/xhprof_lib/utils/xhprof_runs.php'); |
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
siege -c15 -r2 'http://localhost:8000/api/v1/user_channel.get_sale_location POST {"session_id":"8888888888888", "channel":"MM", "sale_location_id":"shop"}' |
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 GOPATH=`pwd` | |
export PATH="$PATH:$GOPATH/bin" | |
echo -e "\033[0;32m CURRENT GOPATH IS: $GOPATH \e[0m" | |
alias rp='source ~/.zshrc' |
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
............ | |
//another config placed in conf/prod/app.conf | |
func Init() { //old init() | |
//something like init database | |
} | |
func main() { | |
if beego.RunMode == "dev" { |
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
'{"url":"/lg-active3D-smart-tv"}' |
OlderNewer