This file contains 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/bash | |
# | |
# This file echoes a bunch of color codes to the | |
# terminal to demonstrate what's available. Each | |
# line is the color code of one forground color, | |
# out of 17 (default + 16 escapes), followed by a | |
# test use of that color on all nine background | |
# colors (default + 8 escapes). | |
# |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Blue Component</key> | |
<real>0.078821629285812378</real> | |
<key>Green Component</key> | |
<real>0.07883714884519577</real> |
This file contains 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
tbody tr td { | |
border-color: #FFFFFF; | |
background-color: #FFFFFF; | |
font-family: Helvetica Neue; | |
border-style: none; | |
padding-top: 4px; | |
} | |
html body center { | |
background-color: #FFFFFF; |
This file contains 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
/*! | |
* Bootstrap v3.0.2 by @fat and @mdo | |
* Copyright 2013 Twitter, Inc. | |
* Licensed under http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Designed and built with all the love in the world by @mdo and @fat. | |
*/ | |
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ |
- If you have an A going into the final you do not need to take it.
- Notify instructor ahead of time for test conflicts.
- We’re using C++
- C++ Programming in Emacs (http://www.cs.bu.edu/teaching/tool/emacs/programming/)
- Underlying principles that allow for the design and implementation of computer solutions.
This file contains 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
;;; github-theme.el --- Github color theme for GNU Emacs 24 | |
;; Copyright (C) 2011 Dudley Flanders <[email protected]> | |
;; Author: Dudley Flanders | |
;; Adapted-By: Yesudeep Mangalapilly | |
;; Adapted-By: Joshua Timberman | |
;; Keywords: github color theme | |
;; URL: http://github.com/dudleyf/color-theme-github | |
;; Version: 0.0.3 |
OlderNewer