Pages tagged github:

Craft the perfect gem with Jeweler @ Technical Pickles
http://technicalpickles.com/posts/craft-the-perfect-gem-with-jeweler
GitHub Pages — GitHub
http://github.com/blog/272-github-pages

nice. static pages only, but nice.
cf "access control and version control: an overconstrained problem?"
Vim Links of Worth and Valor
http://mileszs.github.com/
Learn.GitHub
http://learn.github.com/
ソーシャル化するOSS開発者たち - @IT
http://www.atmarkit.co.jp/news/analysis/200904/14/git.html
Git/Github survival guide | Ivan Porto Carrero
http://flanders.co.nz/2009/03/21/gitgithub-survival-guide/
Lately I’ve been helping a few people to get started on Github. I use git at the command line and my survival guide is also based on that way of interacting with Git. So I thought I’d write the procedure up so that I can just point people to this page.
When GitHub goes down... — ones zeros majors and minors
http://ozmm.org/posts/when_github_goes_down.html
How to recover your project if git hub goes down.
Thanks! I am going to cancel my github account so this will be useful
git instaweb --httpd=webrick FTW.
Git'n Your Shared Host On // RailsTips by John Nunemaker
http://railstips.org/2008/11/24/gitn-your-shared-host-on
GitHub is awesome, really awesome for open source projects and for projects with multiple people. In fact, if you use your own git setup for an open source project, you are most likely hindering your project’s progress and wasting your time. On the other side of the coin, if you are a lone shark and you don’t need GitHub’s awesome social features, I have news for you: you can host your own git repositories really easily and on the cheap side. Remote Setup If you are like me, you probably have a DreamHost, TextDrive or some other cheap shared hosting account with ssh access. What you might not know is that is all you need to host your own private git repositories. ssh username@yourcheaphost.com mkdir -p ~/git/yourproject.git cd ~/git/yourproject.git git --bare init That is it. Your git repository is now setup. Not too hard eh? You could put that anywhere but a folder named git makes sense to me. Local Setup So your remote server is now setup, but how do you use it? Glad you asked.
that was easy
gist: 67060 - GitHub
http://gist.github.com/67060
We “finished” and the launch came and went. We were not making as much money as we thought we would. We weren’t even getting as many signups as we anticipated. People demanded grandiose features we didn’t have the time to implement. Our cash reserves were running low and we soon needed to return to consulting. Which was always part of the plan, but I had hoped we’d be optimistic about FamSpam’s future when that time came. We were not.
keynote from Startup Riot 2009, about how to become successful - do what you want!
Text of Chris Wanstrath's from Github's keynote at Startup Riot 2009
the most amazing features imaginable would make us money. We had no data available on whether building features specifically to make money would work.
startupriot.textile
Hg-Git Mercurial Plugin
http://hg-git.github.com/
ability to push to and pull from a Git server repository from Hg
[extensions] hgext.bookmarks = hgext.hg-git = [path-to]/hg-git
QuirkeyBlog » Blog Archive » Github Pages for Fun and Win
http://www.quirkey.com/blog/2009/05/01/github-pages-for-fun-and-win/
Stop what you’re doing and make your project a github page. For the love of god, your project has no documentation. RDoc is cool, READMEs are decent, but descriptive websites with examples? Oh, they RULE.
Github blog engine for OpenSource documentation
GitHub Firewall Install
http://fi.github.com/
"GitHub Firewall Install is a version of the GitHub web application that you install within your own corporate firewall. With your own internal GitHub you can combine the best aspects of social code management with the security of your private network."
Hello Rip.
http://hellorip.com/
"Rip is an attempt to create a next generation packaging system for Ruby." Simpler/better/next-gen RubyGems for packaging.
Package management system for Ruby to complement gems, and provide sane virtual environments for better managing gems
Fat Free CRM - Ruby On Rails-based open source CRM platform
http://www.fatfreecrm.com/
Hivelogic - Deploying ExpressionEngine from GitHub with Capistrano
http://hivelogic.com/articles/view/deploying-expressionengine-github-capistrano
Very clear, step-by-step guide to managing and ExpressionEngine site with git and Capistrano. I might try this some time, as it would make messing about with templates and so on much easier and - more importantly - undoable.
git ls-remote git@GitHub.com:you/project.git master
Develop.GitHub
http://develop.github.com/
Resources on using the official GitHub API. This site contains documentation on the major API sections and libraries you can use to make use of GitHub with your programs and scripts.
Deployment Script Spring Cleaning - GitHub
http://github.com/blog/470-deployment-script-spring-cleaning
information on speeding up Capistrano deployment scripts
[deployment][capistrano][fabric]
A great article with chunks of details regarding how github reduced their deploy time from 15 minutes to 14 seconds. w00t!
Git based capistrano deployment
Ric Roberts: Ruby on Rails developer, Manchester, UK | Getting to grips with git (Part 1)
http://www.ricroberts.com/articles/2009/06/01/getting-to-grips-with-git
git ready » intro to rebase
http://gitready.com/intermediate/2009/01/31/intro-to-rebase.html
to rebase or to merge, that is the question.
intro to rebase
Rebase helps to cut up commits and slice them into any way that you want them served up, and placed exactly where you want them. You can actually rewrite history with this command, be it reordering commits, squashing them into bigger ones, or completely ignoring them if you so desire.
Gitの基礎練習
http://www.hyuki.com/techinfo/gitinit.html
DryDrop
http://drydrop.binaryage.com/
DryDrop is a tool that lets you host your static site on Google App Engine and update it by pushing to GitHub.
Host your static site on Google App Engine and update it by pushing to GitHub.
DryDrop is a tool that lets you host your static site on Google App Engine and update it by pushing to GitHub. Thanks to GitHub post-receive hooks your App Engine site can be updated automatically when you push new content.
Host static web sites on Google App Engine managed by Git
Unicorn! - GitHub
http://github.com/blog/517-unicorn
Unicorn is an HTTP server for Ruby, similar to Mongrel or Thin. It uses Mongrel’s Ragel HTTP parser but has a dramatically different architecture and philosophy.
How We Made GitHub Fast - GitHub
http://github.com/blog/530-how-we-made-github-fast
Introducing Resque - GitHub
http://github.com/blog/542-introducing-resque
バッググランドジョブを管理する Resque の紹介
25 Tips for Intermediate Git Users : Andy Jeffries : Ruby on Rails, MySQL and jQuery Developer
http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users
BERT and BERT-RPC 1.0 Specification
http://bert-rpc.org/
BERT and BERT-RPC are an attempt to specify a flexible binary serialization and RPC protocol that are compatible with the philosophies of dynamic languages such as Ruby, Python, PERL, JavaScript, Erlang, Lua, etc. BERT aims to be as simple as possible while maintaining support for the advanced data types we have come to know and love. BERT-RPC is designed to work seamlessly within a dynamic/agile development workflow. The BERT-RPC philosophy is to eliminate extraneous type checking, IDL specification, and code generation. This frees the developer to actually get things done.
"BERT and BERT-RPC are an attempt to specify a flexible binary serialization and RPC protocol that are compatible with the philosophies of dynamic languages such as Ruby, Python, PERL, JavaScript, Erlang, Lua, etc. BERT aims to be as simple as possible while maintaining support for the advanced data types we have come to know and love. BERT-RPC is designed to work seamlessly within a dynamic/agile development workflow. The BERT-RPC philosophy is to eliminate extraneous type checking, IDL specification, and code generation. This frees the developer to actually get things done."
How's My Code
http://howsmycode.com/
"How's My Code is a simple, lightweight code review tool meant for git users and distributed teams.
How's My Code is a simple, lightweight code review tool meant for git users and distributed teams
Git Work Flow For Rails Developers | Vinsol
http://vinsol.com/blog/2009/07/24/git-work-flow-for-rails-developers/
Cross posted from darthsid This is my very first blog post and so I though it should be about a tool that is indispensable for me - Git. I started using git
GitHub Issue Tracker! - GitHub
http://github.com/blog/411-github-issue-tracker
It gives us great pleasure to announce our integrated issue tracking system! On repository pages you’ll now see an “Issues” tab in the top menu. Here’s a quick rundown of the features: * Deal with your issues just like you deal with email (fast, JavaScript interface) * Create and apply labels to issues to assign to users or categorize * Drag and drop issues to prioritize them * Vote on issues that you want to see tackled * Search, sort, and filter * Close issues from commit messages * Keyboard shortcuts Watch this short video introduction to GitHub Issues and get started now!
github now seems to have a nice and simple issue tracker
"... announce our integrated issue tracking system! On repository pages you’ll now see an “Issues” tab in the top menu." Deal with your issues just like you deal with email (fast, JavaScript interface) Create and apply labels to issues to assign to users or categorize Drag and drop issues to prioritize them Vote on issues that you want to see tackled Search, sort, and filter Close issues from commit messages Keyboard shortcuts
いつの間にかBTSというかITSが追加されていた。
It gives us great pleasure to announce our integrated issue tracking system.
tobeytailor's gordon at master - GitHub
http://github.com/tobeytailor/gordon
tobeytailor's gordon at master - GitHub
純用 JavaScript 實作的 flash player.
SWF v1 support only.
flashをjavascript iphoneでみれる
ryanb's ruby-warrior at master - GitHub
http://github.com/ryanb/ruby-warrior/tree/master
ruby game to practice ai
Like CRobots for Ruby!
"This is a game designed to teach the Ruby language and artificial intelligence in a fun, interactive way. You play as a warrior climbing a tall tower to reach the precious Ruby at the top level. On each floor you need to write a Ruby script to instruct the warrior to battle enemies, rescue captives, and reach the stairs. You have some idea of what each floor contains, but you never know for certain what will happen. You must give the Warrior enough artificial intelligence up-front to find his own way."
github.comでphp-users.jpを管理するまでの作業ログ | IDEA*IDEA
http://www.ideaxidea.com/archives/2008/10/githubcomphpusersjp.html
これはgithubでサイト作成したい人にはいいかも。俺はgit自体を管理してるサーバ作っちゃってる。
This Week on Github: iPhone Development | Linux Magazine
http://www.linux-mag.com/cache/7368/1.html
Some good links for iPhone development. Some Ruby integrated stuff
web services. a good framework
diverser code auf github
:jasonrudolph => :blog » Blog Archive » Git Up! 10 Reasons to Upgrade Your Old Git Installation
http://jasonrudolph.com/blog/2009/05/27/git-up-10-reasons-to-upgrade-your-old-git-installation/
git diff --staged git log --oneline --graph
If you're not yet sportin' the 1.6.3 hotness, here are ten reasons to Git up!
Create GitHub-Style Buttons with CSS and jQuery, MooTools, or Dojo JavaScript
http://davidwalsh.name/github-css
I’m what you would consider a bit of a GitHub fanboy. We all know that GitHub is the perfect place to store repositories of open source code, but I think my love of GitHub goes beyond that. GitHub seems to understand that most repo sites are usually boring so they’ve spiced their site up with some catchy CSS and great JavaScript features. One tiny piece of the GitHub design I love are the basic buttons. Lets examine how we can create our own GitHub-style buttons with a bit of HTML, CSS, and JavaScript.