This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python | |
import time | |
import httplib | |
def scanx_run(command, server): | |
scanx = httplib.HTTPConnection(server) | |
# debug mode | |
# scanx.set_debuglevel(1) | |
# run command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Trying to get password via `weechat-password-callback'... | |
Using auth-source to retrieve weechat relay password | |
Weechat connecting to 192.168.1.58:9000 | |
Connected to '192.168.1.58', version 0.4.0 | |
error in process filter: bindat--unpack-group: Args out of range: "��IxUÝoEOÉ[�/¼MÊKì;Äã' | |
MPJI R ª½»õÝóÞiwçP% | |
( | |
R¨PUøPû@ &g¥Oü 0{þ:J¤R,nfvvç7¿Ù:S«CÆP±õ:(½Ä | |
ã*ËIÖ¤YéB]ì«)¿#ùMü[D0bùTÖ<eá§2'_.«(À'Ó¢ÔöË.¢ycÎÈÃÌâ,óùR®/ RaÍ4[ÑÝcÂ51*þqûcvè7]ÆQ°Aõ[LÅA$¥í#yJR±E QòÀÑ'SrvåÜb | |
X=«Á©2+Ê<ÌJF±°`Ucna¶$3d [ñΩ?aª`Ä:Á½©m²Ra1½kBEáð§ñH!©ºØVgí fÔÉ4ÑL±Ð«Õ.qÏöÓ{!pCµÐüø¶S,çX#¾¾º6µ^iTË#½u]à_5WÅ÷áÇïþt¹½³×wfÒpÓ.¿Á¶µËWÄwï´ß{pã*ªg£åóg`fÎ,Ìö7¼k4Bóíù H½ÙgzêÆÿè\\§êù0¦°©æË´¤É×u¸¸ùNìÌ@,trèÑ1j².´oßj´ûN{ÿÇnPhïïßò÷Èù¦¢K²ÿÉD· |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; org-html5presentation.el --- HTML5 Presentation export for Org-mode | |
;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 | |
;; Free Software Foundation, Inc. | |
;; Author: Carsten Dominik <carsten at orgmode dot org> | |
;; Keywords: outlines, hypermedia, calendar, wp | |
;; Homepage: http://orgmode.org | |
;; Version: 7.5 | |
;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# System-wide .bashrc file for interactive bash(1) shells. | |
if [ -z "$PS1" ]; then | |
return | |
fi | |
# yummy ! | |
PS1='\h:\W🍔 \u\$ ' | |
# Make bash check its window size after a process completes | |
shopt -s checkwinsize |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class ProtobufObjc < Formula | |
homepage 'https://github.com/Superbil/protobuf-objc' | |
url 'https://github.com/Superbil/protobuf-objc.git' | |
sha1 '7dcd0d77c5aeb706510d67d157793fd689ad4073' | |
head 'https://github.com/Superbil/protobuf-objc.git', | |
:branch => 'develop' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (error "Only symbols are supported in `compiler-macro'") | |
signal(error ("Only symbols are supported in `compiler-macro'")) | |
error("Only symbols are supported in `compiler-macro'") | |
#[771 "\2119\204 \300\301!\207\302\303D\304\305DF\207" [error "Only symbols are supported in `compiler-macro'" put quote (quote compiler-macro) function] 8 "\n\n(fn F ARGS COMPILER-FUNCTION)"](python-syntax-context (type &optional syntax-ppss) (lambda (form) (pcase type ((\` (quote comment)) (\` (let ((ppss (or ... ...))) (and (nth 4 ppss) (nth 8 ppss))))) ((\` (quote string)) (\` (let ((ppss (or ... ...))) (and (nth 3 ppss) (nth 8 ppss))))) ((\` (quote paren)) (\` (nth 1 (or (\, syntax-ppss) (syntax-ppss))))) (_ form)))) | |
apply(#[771 "\2119\204 \300\301!\207\302\303D\304\305DF\207" [error "Only symbols are supported in `compiler-macro'" put quote (quote compiler-macro) function] 8 "\n\n(fn F ARGS COMPILER-FUNCTION)"] python-syntax-context (type &optional syntax-ppss) (lambda (form) (pcase ty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install wxwidgets boost | |
pip install Polygon ttfquery | |
# get zip(git) from https://github.com/BruceSherwood/vpython-wx | |
cd vpython-wx | |
python setup.py install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## | |
# This is a script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# Run in interactive mode with: | |
# $ sh -c "$(curl -sL https://raw.github.com/gist/2108403/hack.sh)" | |
# | |
# or run it without prompt questions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require-package 'dired+) | |
(defun dired-show-only (regexp) | |
(interactive "sFiles to show (regexp): ") | |
(dired-mark-files-regexp regexp) | |
(dired-toggle-marks) | |
(dired-do-kill-lines)) | |
(eval-after-load 'dired+ | |
'(progn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; http://emacswiki.org/emacs/AutoSave | |
(setq backup-directory-alist | |
`((".*" . ,temporary-file-directory))) | |
(setq auto-save-file-name-transforms | |
`((".*" ,temporary-file-directory t))) |