Skip to content

Instantly share code, notes, and snippets.

#!/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..."
@anikinsl
anikinsl / rounded_polygon_path
Created November 7, 2018 15:17 — forked from jonasreinsch/rounded_polygon_path
function to create a UIBezierPath for a (rounded corner) polygon in Swift
// 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()
@anikinsl
anikinsl / habr.htm
Last active August 29, 2015 14:07 — forked from ahmpro/habr.htm
<!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;