Skip to content

Instantly share code, notes, and snippets.

View juemura's full-sized avatar

Juliana de Heer juemura

View GitHub Profile
127.0.0.1 http://www.twitch.com
127.0.0.1 www.twitch.com
127.0.0.1 twitch.com
127.0.0.1 twitch
127.0.0.1 http://www.puffgames.com/action.html
127.0.0.1 www.puffgames.com
127.0.0.1 puffgames.com
127.0.0.1 puffgames
@juemura
juemura / Mission Bit - Android Game Design 101 - Intro to git and GitHub.md
Last active April 8, 2022 11:39
Instructions to get started with git and GitHub for Mission Bit - Android Game Design 101

Cloning a Github repo

Terminal Commands:

  1. $ mkdir Projects
  2. $ cd Projects
  3. $ git clone https://github.com/udacity/ud405 (use Command+v for url)
  4. $ cd ud405
  5. $ ls

Running a project on Android Studio (desktop version):

@juemura
juemura / c9-github-integration.md
Last active September 12, 2023 09:40
Tutorial: How to connect your Cloud9 and GitHub accounts via ssh

#Tutorial: How to connect your Cloud9 and GitHub accounts via ssh

To avoid having to enter your username and password EVERY-SINGLE-TIME you push, follow these step-by-step instructions.


#####1. Copy your C9 ssh key. Go to https://c9.io/account/ssh and copy the key below *"Connect to your private git repository"*. It's a very long string that starts with ssh-rsa and ends with your email.

#####2. Paste your C9 ssh key into your GitHub account

[user]
name = Juliana de Heer
email = ju.uemura@gmail.com
[core]
editor = vim -f
[alias]
df = diff
st = status
ci = commit
co = checkout
@juemura
juemura / gist:d938bd44d57901e4b9cc
Created November 2, 2015 22:56
this is the post-receive in hooks in the remote server (old)
#!/bin/bash
#
docroot="/var/www/html"
while read oldrev newrev ref
do
branch=`echo $ref | cut -d/ -f3`
if [ "master" == "$branch" ]; then
git --work-tree=$docroot checkout -f $branch
@juemura
juemura / faq-en.md
Last active December 16, 2015 21:29 — forked from robertjd/faq-en.md

General

  • How can I improve my English?

    Sign up at colingo.com and join our daily classes.

  • How do I get started?

    Follow the instructions step-by-step available at http://www.colingo.com/getting-started

@juemura
juemura / faq-en.md
Last active December 16, 2015 10:49

FAQ

General

  • How can I improve my English?

Sign up to colingo.com and join our daily classes.

  • How do I get started?

Follow the instructions step-by-step available at http://www.colingo.com/gettingstarted