Prevent screen from turning off (in console)
$ setterm -blank 0 -powerdown 0
Alternatively you can disable console blanking permanently using the following command:
# echo -ne "\033[9;0]" >> /etc/issue
Prevent screen from turning off (in console)
$ setterm -blank 0 -powerdown 0
Alternatively you can disable console blanking permanently using the following command:
# echo -ne "\033[9;0]" >> /etc/issue
| " Load Plugins (Vundle) | |
| set nocompatible | |
| filetype off | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| Plugin 'VundleVim/Vundle.vim' | |
| " Plugin 'viewdoc' | |
| Plugin 'ctrlp.vim' | |
| Plugin 'Buffergator' | |
| Plugin 'guns/vim-clojure-static' |
| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | |
| <html><head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-16LE"><title>Devices List</title></head> | |
| <body> | |
| <h3>Devices List</h3> | |
| <br><h4>Created by using <a href="http://www.nirsoft.net/" target="newwin">DevManView</a></h4><p><table border="1" cellpadding="5"><tbody><tr bgcolor="E0E0E0"> | |
| <th>Device Name | |
| </th><th>Manufacturer | |
| </th><th>Service | |
| </th><th>Device Type Code |
출처: http://www.quora.com/How-do-you-print-a-python-unicode-data-structure
# coding=utf-8
import pprint
_escape = dict((q, dict((c, unicode(repr(chr(c)))[1:-1])
for c in range(32) + [ord('\')] +
| (ns da | |
| (:use [clojure repl pprint]) | |
| (:require [clojure string xml zip]) | |
| (:require [clojure.data json]) | |
| (:require [clojure.java jdbc]) | |
| (:require [net.cgrand enlive-html]) | |
| (:require [incanter core io excel]) | |
| (:import [java.net URL])) | |
| ;;; utility |