Skip to content

Instantly share code, notes, and snippets.

@dorajistyle
dorajistyle / font-awesome-ie7.min.css
Created November 14, 2013 05:24
Font Awesome 4.0.3 Internet explorer 7 support. Font Awesome not support IE7 officially. But sometimes we need to support IE7.
.fa-lg{font-size:1.3333333333333333em;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;vertical-align:middle;}
.nav [class^="fa-"],.nav [class*=" fa-"]{vertical-align:inherit;margin-top:-4px;padding-top:3px;margin-bottom:-4px;padding-bottom:3px;}.nav [class^="fa-"].fa-lg,.nav [class*=" fa-"].fa-lg{vertical-align:-25%;}
.nav-pills [class^="fa-"].fa-lg,.nav-tabs [class^="fa-"].fa-lg,.nav-pills [class*=" fa-"].fa-lg,.nav-tabs [class*=" fa-"].fa-lg{line-height:.75em;margin-top:-7px;padding-top:5px;margin-bottom:-5px;padding-bottom:4px;}
.btn [class^="fa-"].pull-left,.btn [class*=" fa-"].pull-left,.btn [class^="fa-"].pull-right,.btn [class*=" fa-"].pull-right{vertical-align:inherit;}
.btn [class^="fa-"].fa-lg,.btn [class*=" fa-"].fa-lg{margin-top:-0.5em;}
a [class^="fa-"],a [class*=" fa-"]{cursor:pointer;}
.fa-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
.fa-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '');}
.fa-se
@dorajistyle
dorajistyle / google_blogger_index_page
Created December 11, 2013 15:02
구글 블로거에 목차 페이지를 생성해 주는 스크립트입니다. 새 페이지를 생성해서 아래 코드를 넣으시면 됩니다. Google blogger index page from labels. This template generate a index page with post's labels. Create new page in blogger. And then copy and paste this code into page.
<div id="index_category"></div>
<div id="index_main"></div>
<script src="http://codeorigin.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript">
// categories 변수에 원하는 label을 넣으세요.
// 부모 카테고리 : [자식 카테고리 0..n]
// The categories should contain category labels that you want to display in index page.
// parent_category : [child_categories 0..n]
@dorajistyle
dorajistyle / blogger_docpad.rb
Last active August 29, 2015 14:11
blogger_docpad importer for jekyll-import
# Modified by JoongSeob Vito Kim (https://github.com/dorajistyle) on 2014-11-18.
# Created by Kendall Buchanan (https://github.com/kendagriff) on 2011-12-22.
# Use at your own risk. The end.
#
# Usage:
# (URL)
# ruby -r 'jekyll/jekyll-import/rss' -e "JekyllImport::BLOGGER_DOCPAD.process(:source => 'http://yourdomain.com/your-favorite-feed.xml')"
#
# (Local file)
# ruby -r 'jekyll/jekyll-import/rss' -e "JekyllImport::BLOGGER_DOCPAD.process(:source => './somefile/on/your/computer.xml')"
@dorajistyle
dorajistyle / blueforest.xml
Created December 30, 2014 14:21
BlueForest theme for LiteIDE
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="blueforest">
<!--
Based on BlueForest(https://github.com/sirthias/BlueForest)
Improvements are welcome
Public Domain, JoongSeob Vito Kim, 2014
-->
<style name="Text" foreground="#F5F5F5" background="#141F2E"/>
<style name="Extra" foreground="#FFFAB1" background="#141F2E"/>
<style name="Selection" background="#375780"/>
@dorajistyle
dorajistyle / toggle_window.sh
Last active August 29, 2015 14:14
X11 quick window activation between web browser and editor.
#!/bin/bash
# X11 quick window activation between web browser and editor.
# This script requires (http://www.semicomplete.com/projects/xdotool/)
# Toggling between web browser and editor, just put 'toggle_window.sh' into your keyboard shortcut.
# When you want to show up Development tool window, put 'toggle_window.sh devtool' into your keyboard shortcut.
# Improvements are welcome
# Public Domain, JoongSeob Vito Kim, 2015
activate_name=$(xdotool getactivewindow)
browser_name=""
@dorajistyle
dorajistyle / ubuntu_agnoster_install.md
Created January 17, 2017 13:27 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 14.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH

@dorajistyle
dorajistyle / vue_ionic_capacitor_electron_config.md
Last active June 1, 2022 19:52
Vue-Ionic-Capacitor-Electron-Config

Predecessors

Install yarn

curl --compressed -o- -L https://yarnpkg.com/install.sh | bash

Install vue-cli

Tested @vue/cli version is 4.4.6.