All gists

anthony
0 0 2
1 #!/bin/bash
2 # Based on:
3 # https://github.com/Powerlevel9k/powerlevel9k/wiki/Install-Instructions
4 # https://github.com/ohmyzsh/ohmyzsh
5 # https://powerline.readthedocs.io/en/latest/installation/linux.html#fonts-installation
6 # https://gist.github.com/dogrocker/1efb8fd9427779c827058f873b94df95
7 # https://linuxhint.com/install_zsh_shell_ubuntu_1804/
8
9 echo "*********************************************"
10 echo " zsh fancifier"
anthony
0 0 1
1 <?php
2
3 /**
4 * Класс для работы с Asterisk по протоколу AMI через сокет.
5 * Реализовано: подключение, авторизация, отправка команд, отправка СМС, отключение.
6 * Успешно работало на проде в связке с Yeastar TG400.
7 *
8 * Class to work with Asterisk gateway throuth AMI protocol via socket.
9 * Features: connection, authorization, send commands, send SMS, disconnect.
10 * Successfully used in production with Yeastar TG400.