Skip to content

Instantly share code, notes, and snippets.

View polizhak's full-sized avatar
👨‍💻

Oleksandr Polizhak polizhak

👨‍💻
View GitHub Profile
@polizhak
polizhak / universe.ini
Created April 2, 2016 19:22
Asus On-Screen Display add Ukrainian language
[Prefer]
LangId=
GamingSeries=
[Language]
0x0400=ENGLISH
0x0409=ENGLISH
0x0404=CHINESE_TRADITIONAL
0x0c04=CHINESE_TRADITIONAL
0x0804=CHINESE_SIMPLIFIED
@polizhak
polizhak / gulpfile.js
Created June 27, 2015 15:09
Building project
'user strict'
var gulp = require('gulp'),
watch = require('gulp-watch'),
livereload = require('gulp-livereload')
prefixer = require('gulp-autoprefixer'),
uglify = require('gulp-uglify'),
sass = require('gulp-sass'),
sourcemaps = require('gulp-sourcemaps')
rigger = require('gulp-rigger'),