Keybase proof
I hereby claim:
- I am kogakure on github.
- I am kogakure (https://keybase.io/kogakure) on keybase.
- I have a public key ASD10xwjUmtKK5ponrhVnoCSbQQNKwT_wvpszotYnHOmigo
To claim this, I am signing this object:
*.aux | |
*.glo | |
*.idx | |
*.log | |
*.toc | |
*.ist | |
*.acn | |
*.acr | |
*.alg | |
*.bbl |
I hereby claim:
To claim this, I am signing this object:
/* http://martinwolf.org/2013/01/29/pure-css-multiline-text-with-ellipsis/ */ | |
$font-size: 26px; | |
$line-height: 1.4; | |
$lines-to-show: 3; | |
h2 { | |
display: block; /* Fallback for non-webkit */ | |
display: -webkit-box; | |
max-width: 400px; |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
fabfile for Django | |
------------------ | |
see http://morethanseven.net/2009/07/27/fabric-django-git-apache-mod_wsgi-virtualenv-and-p/ | |
modified for fabric 0.9/1.0 by Hraban (fiëé visuëlle) | |
several additions, corrections and customizations, too |
@mixin circle($width, $color) { | |
width: $width; | |
height: $width; | |
background: $color; | |
-webkit-border-radius: $width/2; | |
-moz-border-radius: $width/2; | |
border-radius: $width/2; | |
} | |
.circle { |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# | |
# Fabric 0.9/1.x – Synchronize files in a project folder with webserver | |
from fabric.api import env | |
from fabric.contrib.project import rsync_project | |
env.hosts = ['domain.com'] | |
env.path = '/home/user/project/' |
/* Refrences: | |
1. http://notes.iissnan.com/2016/publishing-github-pages-with-travis-ci | |
2. https://github.com/chrisjlee/hexo-theme-zurb-foundation/blob/e82f45a82bbaaee063bcb1298cd9793575afb142/gulpfile.js | |
3. https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md | |
4. https://hexo.io/api/ | |
5. https://github.com/iissnan/theme-next-docs/blob/master/.travis.yml | |
*/ | |
var gulp = require('gulp'); | |
var minifycss = require('gulp-clean-css'); |
(* | |
http://veritrope.com | |
Evernote -- Empty Tag Remover | |
Version 1.0 | |
December 22, 2010 | |
Project Status, Latest Updates, and Comments Collected at: | |
http://veritrope.com/code/evernote-empty-tag-remover | |
*) | |
property unusedTags : {} |
#!/usr/bin/perl | |
#=============================================================================== | |
# | |
# FILE: renametree.pl | |
# | |
# USAGE: ./renametree.pl | |
# | |
# DESCRIPTION: rename files and directories in the current tree to | |
# eliminate special characters |
--- | |
version: 1.0 | |
domains: | |
- www.styleurl.app | |
url_patterns: | |
- www.styleurl.app/* | |
timestamp: '2018-07-31T09:54:39Z' | |
id: lF87 | |
redirect_url: https://www.styleurl.app/ | |
shared_via: StyleURL - (https://styleurl.app) import and export CSS changes from Chrome |