Skip to content

Commit

Permalink
Merge pull request #6 from silshack/gh-pages
Browse files Browse the repository at this point in the history
update to master
  • Loading branch information
Grant McLendon committed Sep 25, 2013
2 parents 1433b0f + e33ee05 commit c14560d
Show file tree
Hide file tree
Showing 121 changed files with 6,188 additions and 459 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site*
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ authors:
prof: false
gravatar:
website:
github:
github: DanielleWingler
twitter:
about: I am a BSIS student. I am looking forward to learning more about programming. I am still exploring career paths within the information science field.
about: Danielle is a BSIS student. Looking forward to learning more about programming. Still exploring career paths within the information science field.
zekuny:
name: Zekun Yu
prof: false
Expand Down
30 changes: 26 additions & 4 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,29 @@
layout: default
---

{% assign author = site.authors[page.author] %}

<h2>{{ page.title }}</h2>

<p>
by {{ author.name }}
by
{% assign authorCount = page.author | size %}
{% if authorCount == 0 %}

{% elsif authorCount == 1 %}
{{ page.author | first }}
{% else %}
{% for authors in page.author %}
{% if forloop.first %}
{% assign authored = site.authors[authors] %}
{{ authored.name }}
{% elsif forloop.last %}
{% assign authored = site.authors[authors] %}
and {{ authored.name }}
{% else %}
{% assign authored = site.authors[authors] %}
, {{ authored.name }}
{% endif %}
{% endfor %}
{% endif %}
</p> <!-- /.byline -->

<p class="meta">{{ page.date | date_to_string }}</p>
Expand All @@ -17,7 +34,12 @@ <h2>{{ page.title }}</h2>
</div>

<div class="end">
{{ author.about }} Find {{ author.name }} on <a href="http://twitter.com/{{author.twitter}}">Twitter</a>, <a href="http://github.com/{{author.github}}">Github</a>, and <a href="{{author.website}}">on the web</a>.
{% for authors in page.author %}
{% assign authored = site.authors[authors] %}
{{ authored.about }} Find <strong>{{ authored.name }}</strong> on <a href="http://twitter.com/{{authored.twitter}}">Twitter</a>, <a href="http://github.com/{{authored.github}}">Github</a>, and <a href="{{authored.website}}">on the web</a>. <br />

{% endfor %}

</div>

<div id="disqus_thread"></div>
Expand Down
1 change: 1 addition & 0 deletions _posts/2013-08-26-olivias-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: post
author: odorsey
categories: post
published: false
---

Writing my first post for INLS 560. Excited to be working with *Python*!
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")
7 changes: 7 additions & 0 deletions _posts/2013-09-18-Carolines-CodingBat-Screenshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
author: carolinp
categories: post
---

![CodingBat Screenshot](https://lh6.googleusercontent.com/-ytc4CqS15bI/UjpT5zkwtQI/AAAAAAAAALg/YEc2wc1Lv3c/w1043-h496-no/python.JPG)
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)
10 changes: 10 additions & 0 deletions _posts/2013-09-18-Zekun-Assignment2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: assignment
layout: post
author: zekuny
categories: post
---

Here's my progress:

![Image](https://pbs.twimg.com/media/BUfHSSzCMAAySdL.png:large)
9 changes: 9 additions & 0 deletions _posts/2013-09-18-alex-codingbat-screenshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
author: alexharding
categories: post
---

Codingbat is finished, if poorly. The guess and check method worked about half the time. I certainly need to find a textbook-like resource to spend some more time with when I code.

![](http://i.imgur.com/it2DoA3.png)
10 changes: 10 additions & 0 deletions _posts/2013-09-18-codingbatgeer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: jkgeer THIS WAS HARD (codingbat)
layout: post
author: jgeer
categories: post
---



![CodingBat Screenshot](http://i.imgur.com/axqBGxE.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)

9 changes: 9 additions & 0 deletions _posts/2013-09-18-landons-codingbat-screenshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
author: lgrindheim
categories: post
---

A minor miracle.

![screenshot](http://landonandjana.files.wordpress.com/2013/09/screen-shot-2013-09-18-at-4-27-01-pm.png)
10 changes: 10 additions & 0 deletions _posts/2013-09-18-oliviascodingscreen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
author: odorsey
categories: post
title: Olivia's CodingBat Screenshot
---

It's been a long process, but I finally got my screenshot for the CodingBat.com exercises. I do think that I'm going to go through a few of these again to make sure that I understand these concepts.

![CodingBat.com Screenshot](http://img853.imageshack.us/img853/3466/lbsm.png)
12 changes: 12 additions & 0 deletions _posts/2013-09-20-Christopher's-Codingbat-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Christopher's Codingbat post
layout: post
author: ckenrick
categories: post
---

Here is the updated screenshot from my codingbat exercises:

![Imgur](http://i.imgur.com/0L3E71K.png)

I was finally able to finish the six exercises!
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)
10 changes: 10 additions & 0 deletions _posts/asherman/2013-09-24-asherman-codingbat2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Amber CodingBat 2
layout: post
author: asherman
categories: post
---



![CodingBat Screenshot](http://farm8.staticflickr.com/7321/9916717905_ceb19e4b07.jpg)
14 changes: 14 additions & 0 deletions _posts/ashmbrown/2013-09-18-Ashley's-Codingbat-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Ashley's Codingbat.com Post
layout: post
author: abrown
categories: post
---

Here are the screenshots for my codingbat.com exercise:

Day 1 includes warmup 1, string 1, and list 1.

![day_1_bating.com](https://lh6.googleusercontent.com/-DlXzqLPRHx4/UjkXdUppjBI/AAAAAAAAAII/HiVU6MFRQX8/w771-h323-no/warmup1_string1_list1.jpg)

Also, I apparently did these exercises when I was not signed into my account, so I lost the information when I did sign in. Luckily, I took a screenshot prior to signing in. But for the next assignment, it won't show this highlighted.
9 changes: 9 additions & 0 deletions _posts/danielle/2013-09-18-CodingBat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
author: danielle
categories: post
title: CodingBat Progress
---
Here is my progress so far on CodingBat!

![Screenshot](http://i.imgur.com/OoMEIMn.jpg)
8 changes: 8 additions & 0 deletions _posts/dpcolar/2013-09-18-pcolar-codingbat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: post
author: dpcolar
title: Dave's Codingbat Screenshot
categories: post
---

![Dave's Codingbat screenshot](http://www.unc.edu/~pcolar/codingbat_Pcolar_1.png)
7 changes: 7 additions & 0 deletions _posts/ecarter/2013-09-18-erinc-codingbat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Erin C.'s CodingBat Screenshot
layout: post
author: ecarter
---

![Erin's CodingBat screenshot](http://i.imgur.com/FMBGGx2.png)
45 changes: 45 additions & 0 deletions _posts/elliott/2013-09-22-ninth-class.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: post
author: elliott
title: Ninth Class Notes
---

## Announcements

* Pull requests review
* Issues review
* Milestone review

**Check in: emotions.** How are you feeling? Trough of dispair, plateau of enlightenment? We'll discuss some strategies to prevent you from getting stuck.

Strategies:
* Solve a tiny part first
* Make sure you understand the output
* Use comments for multi-step problems
* Use a partner (pair-programming)


## Codingbat review
* [front3](http://codingbat.com/prob/p147920)
* [positive_negative](http://codingbat.com/prob/p162058)
* [near_hundred](http://codingbat.com/prob/p124676)
* [missing_char](http://codingbat.com/prob/p149524)
* [max_end3](http://codingbat.com/prob/p135290)

Selections from the class?

## Codingbat Next Steps
**Due Wednesday**: A Github post showing these next three CodingBat sections completed:
1. [Logic 1](http://codingbat.com/python/Logic-1)
2. [Lists 2](http://codingbat.com/python/List-2)
3. [Warmup 2](http://codingbat.com/python/Warmup-2)

Resources:
* [If Docs](http://codingbat.com/doc/python-if-boolean.html)
* [For Loops](https://wiki.python.org/moin/ForLoop) - The stuff at the bottom about making generators is advanced- you can skip it.
* [Flow of Control](http://docs.python.org/2/tutorial/controlflow.html)


## Schedule changes

Extra credit manipulating text, due Friday. Chapter 13 of ThinkPython (4 part string exercises) Any takers?
25 changes: 25 additions & 0 deletions _posts/elliott/2013-09-22-tenth-class.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
author: elliott
Title: Tenth Class Notes
---

## Announcements

* Check-in: Meetups

* Project Ideas: post 'em in the G+ Community and let's discuss

Readings and resources for Codingbat Exercises [Logic 1](http://codingbat.com/python/Logic-1), [Lists 2](http://codingbat.com/python/Lists-2), & [Warmup 2](http://codingbat.com/python/Warmup-2), due in a Github post by midnight tonite:

1. PythonTutor: [Flow of Control Visualization](http://www.pythontutor.com/) - Visualize some simple programs to see how they work.

2. Review ThinkPython Ch. 5: [Conditionals and Recursion](http://www.greenteapress.com/thinkpython/html/thinkpython006.html)

3. Software Carpentry: [Flow of Control](http://software-carpentry.org/v4/python/flow.html)


## Extra Credit, Due Friday:

**Extra-Credit Exercises**: ThinkPython: [Using data structures](http://www.greenteapress.com/thinkpython/html/thinkpython014.html) An extra point on your final grade for a Github post with exercises 1-4 completed.

10 changes: 10 additions & 0 deletions _posts/epeele/2013-09-17-codingbat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Elizabeth's progress post
layout: post
author: epeele
categories: post
---

Here is the screenshot of my progress from coding bat.

![Coding Bat](http://www.unc.edu/~epeele/file/codingbat.png)
10 changes: 10 additions & 0 deletions _posts/erholmes/2013-09-18-erinh-codingbat-screenshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
author: erholmes
categories: post
title: Erin H's CodingBat.com screenshot
---

All done!

![Coding Bat Screenshot](http://www.unc.edu/~erholmes/codingbat1.png)
10 changes: 10 additions & 0 deletions _posts/gerbal/2013-09-18-Grant-Codingbat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Grant's coding bat screen
author: gmclendon
category: post
layout: post
---

Here's my screen shot of my coding bat:

![codingbat](http://i.imgur.com/MKd3Kms.png)
10 changes: 10 additions & 0 deletions _posts/jpulliza/2013-09-19-Jonathan-CodingBat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
author: jpulliza
categories: post
title: Jonathan's CodingBat Screenshot
---

Lots of Fun!

![CodingBat Screenshot](https://dl.dropboxusercontent.com/u/4614624/Coding%20Bat%201.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions _posts/lho/2013-09-19-Leslies-Coding-Bat-Post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post
author: lho
categories: post
---

This is my CodingBat post! It was awesome to realize that I am MUCH better at Python than Java.

<img src="http://i.imgur.com/ARaIsuW.png">
10 changes: 10 additions & 0 deletions _posts/mgillen/2013-09-18-codingbat-screenshot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
author: mgillen
categories: post
title: Mary's CodingBat.com Progress
---

Trekking along...

![Coding Bat Progress](http://i.imgur.com/TLAZ1hV.png)
Loading

0 comments on commit c14560d

Please sign in to comment.