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
| -- Author: Viraj Kanwade | |
| -- Initial inspiration was iOS 'Night Shift' like feature on Mac | |
| -- Hacked together from various code snippets on forums | |
| -- Tested only on El Capitan for main display | |
| (* | |
| Pre-steps: | |
| Create display profiles | |
| System Preferences > Dispalys > Color |
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
| #EXTM3U | |
| #EXTINF:-1,DD News | |
| http://164.100.49.24:8080/hls-live/livepkgr/_definst_/ddnewslive.m3u8 | |
| #EXTINF:-1,Zee News | |
| http://zeeapp-lh.akamaihd.net/i/zeenews_1@336222/master.m3u8?hdnea=st=1454688268~exp=1454689768~acl=/*~hmac=ea855053b89176e31b9746d822360e9f39c81a70b8898e14f92520298cb64f7f |
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
| set -g mode-mouse on | |
| set -g mouse-select-window on | |
| set -g mouse-select-pane on |
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
| # DO NOT MAKE THIS EXECUTABLE | |
| # USER COULD LOSE CODE | |
| # SHOULD ALWAYS BE MANUALLY RUN AS "bash git_reset_branch.sh" | |
| # LICENSE: GPL3 | |
| # AUTHOR: Viraj Kanwade | |
| # URL: https://github.com/virajkanwade | |
| set -e | |
| # BRNCH="$(git branch | grep '^\*' | awk '{ print $2 }')" |
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
| #EXTM3U | |
| #EXTINF:-1,9x Tashan | |
| rtsp://46.249.213.93/broadcast/9xmtashan-tablet.3gp | |
| #EXTINF:-1,asianet-middle-east-live/ | |
| rtmp://$OPT:rtmp-raw=rtmp://50.7.175.251/base2 playpath=asia1.stream swfUrl=http://www.turbotv.in/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf live=1 pageUrl=http://www.turbotv.in//HasBahCa/HasBahCa_IPTV.php | |
| #EXTINF:-1,asianet-movies-live/ | |
| rtmp://$OPT:rtmp-raw=rtmp://50.7.175.251/base2 playpath=asia15.stream swfUrl=http://www.turbotv.in/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf live=1 pageUrl=http://www.turbotv.in//HasBahCa/HasBahCa_IPTV.php | |
| #EXTINF:-1,asianet-news-live/ | |
| rtmp://$OPT:rtmp-raw=rtmp://50.7.175.251/base2 playpath=asia0.stream swfUrl=http://www.turbotv.in/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf live=1 pageUrl=http://www.turbotv.in//HasBahCa/HasBahCa_IPTV.php | |
| #EXTINF:-1,B4U |
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 | |
| ######################################## | |
| # AUTHOR: Viraj Kanwade # | |
| # http://viraj-workstuff.blogspot.com/ # | |
| ######################################## | |
| set -e | |
| CELERYD_INITD=celeryd |
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 | |
| ######################################## | |
| # AUTHOR: Viraj Kanwade # | |
| # http://viraj-workstuff.blogspot.com/ # | |
| ######################################## | |
| # Inspired from https://gist.github.com/pterk/3923177 | |
| set -e |
NewerOlder