*This exam will consist of 30 multiple choice questions.
*A greater percentage of the questions on this exam will involve Bible verses than on the previous two exams. Be prepared!
- Know the definition and etymology of Pneumatology, as they were presented in class.
- Def: Pneumatology is the study of the person and work of the HS.
- The term comes from the Greek word pneuma, which means “spirit.”
- Know some reasons why Pneumatology is important and conversely two reasons why we devoted more time to Christology and Theology Proper then to Pneumatology this semester.
- The HS is just as important as the Father and the Son.
- Jn 15:26, “But when the comforter is come, whom I will send unto you from the Father, even the Spirit of truth, which preceedeth from the Father, he shall testify of me.”
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
| Source:https://groups.google.com/forum/#!topic/nodejs/6tsV6ZA9RC4 | |
| XiongJia Le: | |
| 1. NODE.exe | |
| First, You need download the binary (.exe) from http://nodejs.org/dist/latest/ and save it to your local folder. (For x64: http://nodejs.org/dist/latest/x64/ ) | |
| Second, add your local folder to your PATH Environment. | |
| 2. NPM | |
| First, downloads the NPM from http://nodejs.org/dist/npm/ (You can select a stable version in this folder. ) |
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
| sudo apt-get update && sudo apt-get dist-upgrade | |
| sudo apt-get install git zsh curl synaptics gnome-terminal gnome-system-monitor gnome-tweak-tool software-properties-common firefox gedit gnome-sushi rar unrar dconf-editor | |
| command -v zsh | sudo tee -a /etc/shells | |
| chsh -s 'which zsh' | |
| curl -L http://install.ohmyz.sh | sh | |
| sudo add-apt-repository ppa:numix/ppa && sudo apt-get update | |
| sudo apt-get install numix-gtk-theme numix-icon-theme-circle | |
| git clone https://github.com/ozonos/ozon-icon-theme.git |
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
Show hidden characters
| { | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| ], | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "font_face": "Ubuntu Mono", | |
| "font_options": "subpixel_antialias", | |
| "font_size": 14, |
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
| Source: https://www.reddit.com/r/linux/comments/14heuu/xfce_gala_plank_awesome/ | |
| Add the elementary daily ppa and install gala + plank + dconf-tools | |
| sudo apt-add-repository ppa:elementary-os/daily | |
| sudo apt-get update $$ sudo apt-get dist-upgrade | |
| sudo apt-get install gala plank dconf-tools gtk2-engines-pixbuf | |
| Set gala as xfce's default window manager |
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
| https://stackoverflow.com/questions/126141/how-do-you-find-out-which-version-of-gtk-is-installed-on-ubuntu | |
| dpkg -l libgtk* | grep -e '^i' | grep -e 'libgtk-*[0-9]' | |
| https://askubuntu.com/questions/78377/how-to-know-my-gtk-version | |
| apt-cache policy libgtk2.0-0 libgtk-3-0 | |
| or | |
| dpkg -l libgtk2.0-0 libgtk-3-0 |
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
| Prezto | |
| http://jeromedalbert.com/migrate-from-oh-my-zsh-to-prezto/ | |
| http://joshsymonds.com/blog/2014/06/12/shell-awesomeness-with-prezto/ | |
| http://mikebuss.com/2014/02/02/a-beautiful-productive-terminal-experience/ | |
| http://www.paradox.io/posts/9-my-new-zsh-prompt | |
| http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/ |
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
| important: gnome-tweak-tool | |
| ###Adding Custom Themes### | |
| https://extensions.gnome.org/extension/19/user-themes/ | |
| ###Extending the Shell### | |
| https://extensions.gnome.org/extension/307/dash-to-dock/ | |
| https://extensions.gnome.org/extension/2/move-clock/ | |
| https://extensions.gnome.org/extension/28/gtile/ | |
| https://extensions.gnome.org/extension/16/auto-move-windows/ | |
| https://extensions.gnome.org/extension/517/caffeine/ |
- Use px, rems, and ems
- source: http://css-tricks.com/rems-ems/
- tip on the usage of rems http://snook.ca/archives/html_and_css/font-size-with-rem
- Boilerplates available:
- Html5 http://html5boilerplate.com/
- tutorial http://www.sitepoint.com/introduction-html5-boilerplate/
- Skeleton http://getskeleton.com/
- Webplate http://getwebplate.com/
- Good thought: search for an email boilerplate