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
| Match host isical-gateway exec "dig www.isical.ac.in | grep www-in" | |
| # We are inside ISI's network, use internal IP for gateway access. | |
| HostName 192.168.143.100 | |
| Host isical-gateway | |
| HostName gateway.isical.ac.in | |
| User <insert here> | |
| Port 2222 | |
| PreferredAuthentications password | |
| DynamicForward 11000 |
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
| #include <tuple> | |
| #include <type_traits> | |
| namespace Common { | |
| template <typename... Ts> | |
| class TypeSeq; | |
| template <> | |
| class TypeSeq<> { | |
| public: |
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
| <?php | |
| /** | |
| * This file is part of the TelegramBot package. | |
| * | |
| * (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com> | |
| * | |
| * For the full copyright and license information, please view the LICENSE | |
| * file that was distributed with this source code. | |
| */ |