Skip to content

Commit

Permalink
Merge pull request #7 from silshack/gh-pages
Browse files Browse the repository at this point in the history
Pulling in recent changes.
  • Loading branch information
eipeele committed Sep 18, 2013
2 parents 72ac788 + ed33202 commit 999ad1e
Show file tree
Hide file tree
Showing 85 changed files with 981 additions and 2,355 deletions.
13 changes: 10 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ authors:
website: http://www.facebook.com/mbbaxter
github: EmBeeBee
twitter: MichelleBBaxter
about: Grad student, pop culture enthusiast. Going to get ALL the bonus points!
about: Grad student, pop culture enthusiast.
abrown:
name: Ashley Brown
prof: false
Expand All @@ -47,9 +47,8 @@ authors:
name: Erin Carter
prof: false
gravatar:
website:
website: http://erinlcarter.com
github: erincarter
twitter:
about: Erin is a second-year MSIS student. She works at the SILS Help Desk, stop on by!
odorsey:
name: Olivia Dorsey
Expand Down Expand Up @@ -217,3 +216,11 @@ authors:
github: zekuny
twitter:
about: Yu is a first year MSIS student. He likes programming and wants to learn more from class.
josh:
name: Josh Rice
prof: false
gravatar:
website:
github: joshrice
twitter: biorice
about: Josh is an MSIS student who plays on the UNC soccer team.
2 changes: 1 addition & 1 deletion _posts/2013-08-26-Forking-vs-Cloning-on-GitHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
author: mbaxter
categories: post
published: true
published: false
---
#Forking vs. Cloning on GitHub - What's the difference?#
First off, **forking** is a vocabulary term that is unique to GitHub.
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-26-Landons_Post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: lgrindheim
categories: post
published: false
---

*This text will be italic*
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-26-alex-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: alexharding
categories: post
published: false
---

**WOW!** I made a post.
1 change: 1 addition & 0 deletions _posts/2013-08-26-ambers-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: asherman
categories: post
published: false
---

__Hello__
Expand Down
3 changes: 2 additions & 1 deletion _posts/2013-08-26-ashleys-post.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
author: abrown
categories: ashley brown
categories: post
published: false
---

###Hey ya###
Expand Down
3 changes: 3 additions & 0 deletions _posts/2013-08-26-carolines-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: carolinp
categories: post
published: false
---
- [ ] here
- [ ] is
Expand All @@ -10,3 +11,5 @@ categories: post





1 change: 1 addition & 0 deletions _posts/2013-08-26-erincs-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: ecarter
categories: test
published: false
---

##Post goes here
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-26-jaleesas-post.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
author: jpowell
published: false
categories: post
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-26-leslies-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: lho
categories: post
published: false
---

##super coolness
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-26-sarahs-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: sburnham
categories: blog post
published: false
---
#First Post#

Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-28-Ashleys-Second-Post.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Giving it My Best Shot"
date: 2013-08-28
categories: Post
author: abrown
published: false
---

## Here's Some Code!
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-28-JaleesaProposesCSS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
author: jpowell
published: false
categories: post
---

Expand Down
14 changes: 14 additions & 0 deletions _posts/2013-08-28-Joshs-First-Post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
author: josh
categories: post
published: false
---

```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
1 change: 1 addition & 0 deletions _posts/2013-08-28-capturingingooglehangoutvideos.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
layout: post
author: sburnham
categories: post
published: false

---

Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-28-kyles-python-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: kshaffer
categories: post
published: false
---

```python
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-09-01-test-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: elliott
layout: post
title: If you see this, the site is back up.
published: false
---

Yep.
3 changes: 2 additions & 1 deletion _posts/2013-09-03-christophers-post.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
layout: post
author: IAMATinyCoder
author: ckenrick
categories: announcement
published: false
---

## Python Syntax Highlighting
Expand Down
1 change: 0 additions & 1 deletion _posts/2013-09-09-Drawing-with-Turtle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ author: mbaxter
category: posts
---
Here is the code I used for my drawing using Python's Turtle:
import turtle

```python
turtle.left(20)
Expand Down
12 changes: 11 additions & 1 deletion _posts/2013-09-09-JaleesasTurtles.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ categories: post
author: jpowell
---

I wanted to attempt to make [this adorable snake](http://i947.photobucket.com/albums/ad316/dieschwarzeskobra/cobra_zpsebc1bac9.jpg) [(source)](http://cache2.allpostersimages.com/p/LRG/30/3066/MFIDF00Z/posters/northcott-david-albino-monocled-cobra-native-to-se-asia.jpg). I don't think I even came close, but it's nearing time to be done with this. So [here's a link to the screenshot](http://i947.photobucket.com/albums/ad316/dieschwarzeskobra/Screenshotfrom2013-09-09232703_zps17e74735.png), and my code is below.
I wanted to attempt to make [this adorable snake]

[(source)](http://cache2.allpostersimages.com/p/LRG/30/3066/MFIDF00Z/posters/northcott-david-albino-monocled-cobra-native-to-se-asia.jpg). I don't think I even came close, but it's nearing time to be done with this. My code is below.



![AdorableSnake](http://i947.photobucket.com/albums/ad316/dieschwarzeskobra/cobra_zpsebc1bac9.jpg)

![GitHub Logo](http://i947.photobucket.com/albums/ad316/dieschwarzeskobra/Screenshotfrom2013-09-09232703_zps17e74735.png)



Sources:
* [Python documentation](http://docs.python.org/2/library/turtle.html)
Expand Down
35 changes: 35 additions & 0 deletions _posts/2013-09-09-Spirograph-Stop-Sign.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: post
author: kshaffer
categories: post
---

After tinkering for a while (probably too long) I wound up with this interesting accident. Below is my Turtle code.

```python
import turtle

edward = turtle.Turtle()

edward.penup()
edward.setpos(50, 150)
edward.pendown()

for color in ['blue', 'green', 'red']:
for radius in range(0, 100, 10):
edward.color(color)
edward.circle(radius)
edward.right(45)
edward.forward(100)

edward.penup()
edward.setpos(0, 20)
edward.pendown()
edward.write('STOP!')

turtle.done()
```

And below is a picture of the result.

![](http://i.imgur.com/3Ydh0qg.png)
40 changes: 40 additions & 0 deletions _posts/2013-09-09-erinc-turtle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---

layout: post
title: Erin C.'s turtle drawing, box & circles
author: ecarter
categories: ecarter

---



This is my turtle code. It made a funny shape. Here's a screenshot, as well.


![My strange Turtle drawing](http://i.imgur.com/E0KngfV.jpg)



```python

import turtle

edward = turtle.Turtle()

def draw_side(turtle_name, color, length, angle):
turtle_name.color(color)
turtle_name.forward(length)
turtle_name.left(angle)
turtle_name.circle(50)

draw_side(edward, 'red', 75, 75)
draw_side(edward, 'blue', 75, 105)
draw_side(edward, 'green', 75, 75)
draw_side(edward, 'yellow', 75, 105)


turtle.done()


```
8 changes: 8 additions & 0 deletions _posts/2013-09-11-test-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
author: lgrindheim
categories: post
published: false
---

THIS IS A TEST POST. THIS IS ONLY A TEST POST.
7 changes: 7 additions & 0 deletions _posts/2013-09-16-Test-Co-Author-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
author: mbaxter, smantooth
categories: post
---

AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
22 changes: 22 additions & 0 deletions _posts/2013-09-17-Michelles-CodeBat-Screenshots.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: post
author: mbaxter
category: post
---
Hey everyone! Here are my screen shots from the <b>CodingBat</b> exercises.

<b>"Home" screen on Coding Bat:</b>

![Home Screen](https://lh6.googleusercontent.com/-VELRGnrzK8M/UjkDI5bqaLI/AAAAAAAAASQ/D8ulSaa_bug/w769-h220-no/Screen+Shot+2013-09-17+at+9.32.11+PM.png "Home Screen")

<b>String_1 pic:</b>

![String_1](https://lh4.googleusercontent.com/-8n2BoGpF7tI/UjkDSrZ9NxI/AAAAAAAAASk/PXBfcqk2Hss/w769-h178-no/Screen+Shot+2013-09-16+at+10.31.53+AM.png "String_1")

<b>List_1 pic:</b>

![List_1](https://lh4.googleusercontent.com/-_XLOIL9CyEQ/UjkDLvScA8I/AAAAAAAAASY/WIEg2sXkXRU/w769-h188-no/Screen+Shot+2013-09-17+at+12.22.04+AM.png "List_1")

<b>Warmup_1 pic:</b>

![Warm_up](https://lh4.googleusercontent.com/-KseF5YrJWlo/UjkDQCexgnI/AAAAAAAAASo/9RMDzDhtsOQ/w769-h163-no/Screen+Shot+2013-09-17+at+9.30.16+PM.png "Warmup_1")
13 changes: 13 additions & 0 deletions _posts/2013-09-18-JaleesasCodingBat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: post
author: jpowell
category: post
---

#Coding Bat Exercises, part I

I'm just posting my progress since I'm done with the first few. I am working on the second set now.

![Jaleesas Coding Bat exercises](http://i947.photobucket.com/albums/ad316/dieschwarzeskobra/Screenshotfrom2013-09-18082304_zps3589f00f.png)

[Click here for a larger version](http://i947.photobucket.com/albums/ad316/dieschwarzeskobra/Screenshotfrom2013-09-18082304_zps3589f00f.png)
7 changes: 7 additions & 0 deletions _posts/2013-09-18-kyles-codingbat-progress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
author: kshaffer
categories: post
---
Here's a screenshot of my completion of the frst three groups of exercises on Codingbat. ![](http://i.imgur.com/NVDUXMG.png)

30 changes: 30 additions & 0 deletions _posts/2013-9-9-Carolines-First-Python-Turtle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: post
author: carolinp
categories: post
---
I stole the idea from the interactive version of our book: https://sphotos-b-lga.xx.fbcdn.net/hphotos-prn1/75915_10151828830269788_2026467913_n.jpg

Which was actually extremely helpful, so you guys should definitely check it out! I may not have the math totally down, but I feel like I understand how for loops work.
![My Python Turtle](https://sphotos-b-lga.xx.fbcdn.net/hphotos-prn1/75915_10151828830269788_2026467913_n.jpg)

```python
import turtle
wn = turtle.Screen()
wn.bgcolor("orange")
andy = turtle.Turtle()
andy.color("pink")
andy.shape("triangle")

print(range(5, 60, 2))
andy.up()

for size in range (5, 60, 2):
andy.stamp()
andy.forward(size)
andy.right(24)


>> wn.exitonclick()

```
10 changes: 10 additions & 0 deletions _posts/asherman/2013-09-17-asherman-codingbat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Amber CodingBat
layout: post
author: asherman
categories: post
---



![CodingBat Screenshot](http://farm3.staticflickr.com/2851/9786859774_eda966e7fb.jpg)
Loading

0 comments on commit 999ad1e

Please sign in to comment.