Skip to content

Instantly share code, notes, and snippets.

View sk1ter's full-sized avatar
🎯
Focusing

Sharipov Javlonbek sk1ter

🎯
Focusing
View GitHub Profile
id name official_name owner_id status created_at updated_at deleted_at last_update_user slug main_logo vip_id delivery_type dc_id url have_site number_for_sale delivery_contract delivery_contract_date language calculation_type type
25 Sello Sello 223 accept 2021-06-24 15:15:30 2021-12
@sk1ter
sk1ter / web
Created October 25, 2020 09:01
For package development
https://www.makeareadme.com/ - example readme file
https://choosealicense.com/ - choose license for your project
https://github.com/olivierlacan/keep-a-changelog/blob/master/CHANGELOG.md - changelog example
attrib.exe -s -r -h -a C:\Windows\system32\drivers\etc\hosts
(?:\+\(*[9]{2}[8]\)*\ *[0-9]{2}\ *[0-9]{3}(\-| )*[0-9]{2}(\-| )*[0-9]{2})
@sk1ter
sk1ter / .htaccess_for_root
Created July 3, 2019 15:52
Yii2 .htaccess file
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/(web)
RewriteRule ^assets/(.*)$ /web/assets/$1 [L]
RewriteRule ^css/(.*)$ web/css/$1 [L]
RewriteRule ^js/(.*)$ web/js/$1 [L]
RewriteRule ^images/(.*)$ web/images/$1 [L]
RewriteRule (.*) /web/$1
@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px) { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:961px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }