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
#!/bin/bash | |
# Scripts for creating/deleting/viewing pow symlinks | |
# Created by Tyler J. (first ever bash!!!) | |
a=`pwd` | |
b=`basename -a $a` | |
create() | |
{ | |
# Create a pow symlink |
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
/* | |
* g.Raphael 0.5 - Charting library, based on Raphaël | |
* | |
* Copyright (c) 2009 Dmitry Baranovskiy (http://g.raphaeljs.com) | |
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | |
*/ | |
(function () { | |
function Piechart(paper, cx, cy, ir, or, values, opts) { | |
opts = opts || {}; |
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
/* | |
* g.Raphael 0.5 - Charting library, based on Raphaël | |
* | |
* Copyright (c) 2009 Dmitry Baranovskiy (http://g.raphaeljs.com) | |
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. | |
*/ | |
(function () { | |
function DonutX(paper, cx, cy, ir, or, values, opts) { | |
opts = opts || {}; |
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
# This is how you define your own custom exception classes | |
class NoFruitError < StandardError | |
end | |
class FruitTree | |
attr_reader :age, :height, :fruit_type | |
@fruit_type = "fruit" | |
def initialize |
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
Inheritance Model | |
class Car | |
attr_reader :color, :wheels, :cost | |
def initialize(args) | |
@wheels = 4 | |
@color = args[:color] | |
@cost = :respectible | |
end |
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
.container { | |
/* | |
If you have a block-level element of a certain width, margin: 0 auto; | |
will how you center it inside its parent container. | |
See: http://bluerobot.com/web/css/center1.html | |
*/ | |
margin: 0 auto; | |
width: 720px; | |
} |
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
.container { | |
/* | |
If you have a block-level element of a certain width, margin: 0 auto; | |
will how you center it inside its parent container. | |
See: http://bluerobot.com/web/css/center1.html | |
*/ | |
margin: 0 auto; | |
width: 720px; | |
} |
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
.container { | |
/* | |
If you have a block-level element of a certain width, margin: 0 auto; | |
will how you center it inside its parent container. | |
See: http://bluerobot.com/web/css/center1.html | |
*/ | |
margin: 0 auto; | |
width: 720px; | |
} |
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
.container { | |
/* | |
If you have a block-level element of a certain width, margin: 0 auto; | |
will how you center it inside its parent container. | |
See: http://bluerobot.com/web/css/center1.html | |
*/ | |
margin: 0 auto; | |
width: 720px; | |
} |
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
sdfsdf |
OlderNewer