:title :description :author :email
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
C:\Program Files (x86)\CodeBlocks\MinGW\bin>"g++.exe" -v | |
Using built-in specs. | |
Target: mingw32 | |
Configured with: ../../gcc-4.4.1/configure --prefix=/mingw --build=mingw32 --ena | |
ble-languages=c,ada,c++,fortran,objc,obj-c++ --disable-nls --disable-win32-regis | |
try --enable-libgomp --enable-cxx-flags='-fno-function-sections -fno-data-sectio | |
ns' --disable-werror --enable-threads --disable-symvers --enable-version-specifi | |
c-runtime-libs --enable-fully-dynamic-string --with-pkgversion='TDM-2 mingw32' - | |
-enable-sjlj-exceptions --with-bugurl=http://www.tdragon.net/recentgcc/bugs.php | |
Thread model: win32 |
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
"gvim plugin for highlighting hex codes to help with tweaking colors | |
"Last Change: 2010 Jan 21 | |
"Maintainer: Yuri Feldman <[email protected]> | |
"License: WTFPL - Do What The Fuck You Want To Public License. | |
"Email me if you'd like. | |
let s:HexColored = 0 | |
let s:HexColors = [] | |
map <Leader><F2> :call HexHighlight()<Return> | |
function! HexHighlight() |
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 __BITMAP__ | |
#define __BITMAP__ | |
#include <string> | |
#include <cstdio> | |
#include <windows.h> | |
#include <wingdi.h> | |
using namespace std; |
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
:description 不囉唆學 CSS。以 reveal.js 製作的 HTML / CSS / JS 投影片。 | |
:author MrOrz | |
:email [email protected] | |
:stylesheet_link_tag css/main.css, css/style.css, css/sample.css, css/jquery-ui.css | |
:stylesheet_link_tag css/ruler.css, css/zenburn.css | |
:javascript_include_tag js/jquery.min.js | |
:javascript_include_tag https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js | |
:javascript_include_tag js/reveal.js, lib/highlight.js, js/ruler.js, js/sample.js |
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
(function(){ | |
var elems = document.querySelectorAll('.uiUnifiedStory.uiStreamStory.genericStreamStory'); | |
for(var i = 0; i < elems.length; ++i){ | |
var el = elems[i], a = el.querySelector('.uiSelectorButton.highlightSelectorButton'); | |
if(!a){continue;} | |
a.href = JSON.parse(el.dataset.ft).fbid; | |
} | |
return false; | |
}()) |
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
3/1 | |
HTML, CSS, Layout | |
3/8 | |
HTML, CSS, Layout | |
Project teams | |
HW1: CSS | |
DUE 3/20 |
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
*.mat | |
*.eps |
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
# | |
# STL GDB evaluators/views/utilities - 1.03 | |
# | |
# The new GDB commands: | |
# are entirely non instrumental | |
# do not depend on any "inline"(s) - e.g. size(), [], etc | |
# are extremely tolerant to debugger settings | |
# | |
# This file should be "included" in .gdbinit as following: | |
# source stl-views.gdb or just paste it into your .gdbinit file |
OlderNewer