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 | |
| printf '\e[1;40;92m' | |
| clear | |
| printf "All TNT releases are provided\n\tfree of charge for educational and uncommercial reasons.\n" | |
| printf "Все релизы TNT предоставляются\n\tбезвозмездно для образовательных и некоммерческих целей.\n" | |
| echo "" | |
| echo "Press ENTER if you agree or close this window!" | |
| echo "Нажмите ENTER, если вы согласны, или закройте окно!" | |
| read ok | |
| echo "Please wait..." |
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
| // this is a port from the following Objective C code | |
| // http://stackoverflow.com/a/24770675/1269132 | |
| func roundedPolygonPath( | |
| #square:CGRect, | |
| #lineWidth:Double, | |
| #sides:NSInteger, | |
| #cornerRadius:Double) -> UIBezierPath { | |
| let path = UIBezierPath() |
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
| <!DOCTYPE html> | |
| <html><head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>Хабрахабр / Профилактические работы</title> | |
| <meta charset="utf-8"> | |
| <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport"> | |
| <style> | |
| @font-face { | |
| font-family: 'PT Sans'; | |
| font-style: normal; |