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
import QtQuick 2.2 | |
import QtQuick.Controls 1.1 | |
import QtQuick.Controls.Styles 1.1 | |
ApplicationWindow { | |
visible: true | |
width: 1024 | |
height: 768 | |
title: qsTr("GRID") |
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
; cedet | |
(unless (featurep 'cedet) | |
(when (file-directory-p "~/.emacs.d/cedet") | |
(progn | |
(add-to-list 'load-path "~/.emacs.d/cedet") | |
(load-file "~/.emacs.d/cedet/cedet-devel-load.el")))) | |
(setq semantic-default-submodes | |
'(;; cache(?) | |
global-semanticdb-minor-mode |
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
#ifndef common_tuple_hash_h | |
#define common_tuple_hash_h | |
#include <tuple> | |
namespace std{ | |
namespace | |
{ | |
template <class t> | |
inline void hash_combine(std::size_t& seed, t const& v) | |
{ | |
seed ^= hash<t>()(v) + 0x9e3779b9 + (seed<<6) + (seed>>2); |
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
# zeromq | |
sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/g' configure | |
CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ CXXFLAGS="-static-libstdc++" CPPFLAGS="-static-libgcc -march=corei7 -pipe" ./configure --build=x86_64-unknown-linux-gnu --host=i686-w64-mingw32 --prefix=$HOME/usr/i686-w64-mingw32 | |
# configure gvim | |
./configure --enable-fail-if-missing --with-features=huge \ | |
--enable-rubyinterp --enable-pythoninterp --enable-perlinterp \ | |
--with-python-config-dir=/usr/lib/python2.7 \ | |
--enable-xim --enable-multibyte --enable-fontset \ | |
--enable-gui=gtk2 --enable-cscope |
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
colorscheme neverness | |
hi qffilename guifg=#ec8 | |
hi qflinenr guifg=#bf9 | |
hi qferror gui=bold guifg=#f62 | |
hi qfwarning guifg=#fa1 | |
"set guifont=Ubuntu\ Mono\ 11.7 | |
set guifont=monospace\ 11.6 |
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
<h2>A Hello World post for <a href="https://github.com/moski/gist-Blogger">gist-Blogger</a></h2> | |
But it doesn't work for my firefox.<br /> | |
<div class="gistLoad" data-id="4748908" id="gist-4748908">Loading ....</div> | |
<!-- Either here or in the blog template, unless it already has one --> | |
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'/> | |
<script src="https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script> |