Skip to content

Instantly share code, notes, and snippets.

View gimntut's full-sized avatar

Гимаев Наиль gimntut

View GitHub Profile
https://cloud.mail.ru/public/LHwe%2FLxsVaE6PB
@gimntut
gimntut / x.html
Created September 29, 2019 07:46
<style>
* {
margin: 0;
font-size: 100%;
}
.problem {
display: inline-block;
margin-bottom: 14px;
vertical-align: top;
}
https://cloud.mail.ru/public/Zuk9%2FBgEsswMPR
@gimntut
gimntut / alias.cmd
Created February 27, 2019 04:15 — forked from benjamine/alias.cmd
Aliases for windows command line
::
:: Aliases for windows command line
::
:: Installation:
::
:: - create a folder for your aliases (eg: ```c:\cmd-aliases```)
:: - add that folder to your PATH variable
:: - save this script as setalias.cmd on that folder
:: - run "alias" to see usage
::
[Global Hotkeys]
Suspend=0
acPlayerPlayPause2=65581
acPlayerNextTrack2=65570
acPlayerPrevTrack2=65569
acMainMinimize=65582
acPlayerStop2=65571
[Hotkeys]
acMainMinimize=8
@gimntut
gimntut / CmdInit.custom.cmd
Last active January 13, 2019 09:54
Настройки ConEmu. ConEmu settings
@echo off
if NOT "%ConEmuPrompt1%" == "" exit /b
rem Simple "ver" prints empty line before Windows version
rem Use this construction to print just a version info
cmd /d /c ver | "%windir%\system32\find.exe" "Windows"
rem Now we form the command prompt
rem This will start prompt with `User@PC `
set ConEmuPrompt0=$E[32m$E]9;8;"USERNAME"$E\@$E]9;8;"COMPUTERNAME"$E\$S$T$S
#!/bin/bash
#Tiddlyspace Install for Ubuntu 11.04
#Assumptions:
#-Basic server build
#-Networking enabled and working (proxy's configured)
#-Aim to be able to git clone script and then execute it with putty
#-OS already updated with all patches
#-Python 2.7 already present
#-GCC present