You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
tutorials.github.com
2
2
====================
3
3
4
-
tutorials.github.com is a simple hack that uses GitHub Pages to fulfill a need of mine: easily collecting and forking programming tutorials and offering polyglot versions.
4
+
tutorials.github.com is a simple hack that uses GitHub Pages to fulfill a need of mine: collecting disparate tutorials and allowing others to easily fork them so the full range of languages and systems is covered.
<pclass="view"><ahref="https://github.com/tutorials/tutorials.github.com">View the Project on GitHub <small>tutorials/tutorials.github.com</small></a></p>
Copy file name to clipboardExpand all lines: index.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,10 @@ ignore: true
7
7
README
8
8
======
9
9
10
-
tutorials.github.com is a simple hack that uses GitHub Pages to fulfill a need of mine: easily collecting and forking programming tutorials and offering polyglot versions.
11
-
12
-
Amazon has proven (citation needed) that faceted navigation is superior to search, so let's use that idea for education!
10
+
tutorials.github.com is a simple hack that uses GitHub Pages to fulfill a need of mine: collecting disparate tutorials and allowing others to easily fork them so the full range of languages and systems is covered.
13
11
14
12
For now, each topic is its own page, and you use the sidebar navigation to drill down into a variant that's most useful to you. It might not look like it, but __the navigation is clickable!__ Try clicking on a language in the [Hello, World!](/pages/hello-world.html) example to get a feel for the navigation.
15
13
16
-
I _really_ like the idea of customized documentation. If you're looking for documentation, you no longer have to parse a generic tutorial for what's relavent to you and your setup. And if you're an author, you no longer need to inline special directions if someone's on xyz architecture. Just fork the repo, copy an existing tutorial, update the tags, and send a pull request!
17
-
18
14
In the future, I'll add cookies so the site will apply filters for you and a central collection of tags/values so we have some consistency across various tutorials.
19
15
20
16
This project originated as a full-blown rails app backed by a database, and I reached a point where I needed user accounts and git repos. Dreading that, I threw it all away for a simpler, git-based workflow to upload data. I sincerely hope you enjoy it and find it useful.
@@ -34,9 +30,4 @@ Contributing
34
30
- Add a new file (or modify an existing one)
35
31
- Send me a pull request
36
32
37
-
Hi, Hacker News!
38
-
================
39
-
40
-
I appreciate the upvotes!
41
-
42
33
Note: This project is not affiliated with GitHub Inc.
These are instructions for compiling and installing a 64-bit version of [MySQL](http://www.mysql.com/), the world's most popular open source database, on Mac OS X 10.6 (Snow Leopard).
55
69
56
70
The benefits of manually building MySQL yourself in `/usr/local` are detailed [here](http://hivelogic.com/articles/using_usr_local/). I also wrote a in-depth explanation of why you might want to build MySQL yourself in my [Compiling MySQL on Leopard](http://hivelogic.com/articles/installing-mysql-on-mac-os-x/) article.
@@ -202,9 +216,17 @@ sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
0 commit comments