Skip to content

Instantly share code, notes, and snippets.

View Kristinita's full-sized avatar

Саша Черных Kristinita

View GitHub Profile
@Kristinita
Kristinita / Test File
Created July 16, 2016 17:17
Test Gist
Test
@Kristinita
Kristinita / index.html
Created July 16, 2016 17:24
Kristinita Head
<!DOCTYPE html>
<html lang="ru">
<head>
<!-- Титульная фраза -->
<title> Поиск Кристиниты — поисковая система по энциклопедическому содержимому </title>
<!-- Описание страницы, адаптации для разных экранов, теги подтверждения владением -->
<meta charset="utf-8">
<meta name="description" content="Поисковик, который ищет авторитетную энциклопедическую информацию по любой тематике. Впитывайте знания, не всякую информацию!">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
%YAML 1.2
---
# http://www.sublimetext.com/docs/3/syntax.html
name: Kireopardy
file_extensions:
- kira
scope: genius.kira
contexts:
main:
- match: (?<=\| )\+
@Kristinita
Kristinita / 11.Шилова — Мельников — Егорова .kira
Created August 31, 2016 07:16
Шилова — Мельников — Егорова
|============|=====|============|======================================|
| № | Тип | Ответ | Комментарии |
|============|=====|============|======================================|
| 1-й раунд | | | |
|------------|-----|------------|--------------------------------------|
| 1 | Т | ОК | |
| 2 | Т | Mis Toss | Мало того, что не знал, |
| | | | ещё и чёткой версии не было |
| 3 | Л | + | |
| 4 | Т | ОК Draw | Есть и зелёный и чёрный |
@Kristinita
Kristinita / Git-LFS.md
Created September 1, 2016 14:30
File for LanguageTool

How I solved my problem:

  1. I remove .git folder and .gitattributes file from my local repository.
  2. I move in other place my big files.
  3. In folder of my repository I open command prompt.
  4. git init, git remote add origin https://github.com/Kristinita/Kristinita.github.io.git
  5. Since I could not make a push or a pull, I used the command git reset --hard origin/master.
  6. git lfs track "*.zip", git lfs track "*.mp4"
  7. I newly added large files in my repository.
@Kristinita
Kristinita / Slim.sublime-build
Last active September 2, 2016 17:28
Sublime Text Build System for Slim
{
"cmd": ["slimrb"],
"working_dir": "${file_path:${folder}}",
"selector": "text.slim",
"quiet": true,
"windows":
{
"cmd": ["slimrb", "-p", "--trace", "$file", "$file_base_name.html"],
"shell": true
}
@Kristinita
Kristinita / ansi.py
Created September 24, 2016 09:02
My ansi.py file
# -*- coding: utf-8 -*-
import sublime
import sublime_plugin
import os
import Default
DEBUG = False
@Kristinita
Kristinita / ansi.py
Created September 24, 2016 09:27
My ansi.py
# -*- coding: utf-8 -*-
import sublime
import sublime_plugin
import os
import Default
import re
from collections import namedtuple
AnsiDefinition = namedtuple("AnsiDefinition", "scope regex")
@Kristinita
Kristinita / Details.html
Created September 27, 2016 06:03
Details.Polyfill
<html>
<head>
<meta charset="utf-8">
<title>details</title>
<style>
details > summary::before {
content: '\25BC';
font-size: .75em;
padding-right: .25em;
@Kristinita
Kristinita / ScreenToGif Fade Effect.ahk
Created October 1, 2016 07:09
ScreenToGif Fade effect
WinActivate, Screen To Gif - Editor ahk_class HwndWrapper[ScreenToGif 2.3 Alpha b.exe;;a479b0dd-3ff1-42c9-8f6b-f0efff222e11]
Sleep, 333
Sleep, 3735
Send, {LAlt Down}
Send, {t}
Send, {LAlt Up}
Sleep, 3312
Send, {Enter}
Sleep, 2328
Send, {End}