Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| # An example Jekyll converter. Utilizes the new plugin system. | |
| # | |
| # | |
| # 1. Make a _plugins directory in your jekyll site, and put this class in a file there. | |
| # 2. Any file in the _posts directory ending in .upcase will be processed using this converter. | |
| module Jekyll | |
| class UpcaseConverter < Converter | |
| safe true |
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
This is a local copy of the commands from:
Adding Open Graph metadata to Blogger is easy.
Simply copy the code below and paste it into your template after the <header> tag.
A couple notes:
og:locale Should probably actually reflect the blog's locale instead of just being a hardcoded string. Unfortunately, Blogger only gives us en-us with a hyphen, instead of an underscore, so that won't work.og:type from website to profile and adding your personal informationog:image Is only supplied if Blogger finds an image in the current post. However, not supplying og:image is invalid. You could provide an alternate image of your blog logo, or a Gravatar.| /* | |
| Flash Blocker Detector | |
| v0.1 of 2010-03-12 | |
| This script detects whether popular Flash blocking extensions are installed | |
| and active on the current page. It is highly sensitive to the inner workings | |
| of the extensions themselves, and it can only detect the current version | |
| (at time of writing) of the following extensions: | |
| * FlashBlock for Chromium / Google Chrome (#1) |
There are a number of additional dependencies required for getting things installed on OS X. Starting with a blank slate OS X machine, this is the process it takes:
# Install Xcode Command Line Tools
# Install Homebrew
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn.
Author: Kaspars Dambis
kaspars.net / @konstruktors
This song is Copyrighted in U.S., under Seal of Copyright # 154085, for a period of 28 years, and anybody caught singin it without our permission, will be mighty good friends of ourn, cause we don’t give a dern. Publish it. Write it. Sing it. Swing to it. Yodel it. We wrote it, that’s all we wanted to do.
| /* | |
| * | |
| * @author: Diego Diaz | |
| * Course: COMP B12 | |
| * Created on: Feb 23, 2015 | |
| * Source File: ArrayList.cpp | |
| */ | |
| #include "ArrayList.h" | |
| #include <iostream> |
| /* | |
| * | |
| * @author: Diego Diaz | |
| * Course: COMP B12 | |
| * Created on: Apr 23, 2015 | |
| * Source File: | |
| */ | |
| #include <iostream> | |
| #include <string> |