var state = {
id: 1,
points: 100,
name: "Goran"
};
var newState = {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Remove the history from | |
rm -rf .git | |
-- recreate the repos from the current content only | |
git init | |
git add . | |
git commit -m "Initial commit" | |
-- push to the github remote repos ensuring you overwrite history | |
git remote add origin git@github.com:<YOUR ACCOUNT>/<YOUR REPOS>.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puts "What is your first name?" | |
f_name = gets.chomp | |
puts "What is your last name?" | |
l_name = gets.chomp | |
full_name = "#{f_name} #{l_name}" | |
puts "Your full name must be #{f_name} #{l_name}" | |
puts "Your name in reverse is #{full_name.reverse}" | |
puts "You have #{full_name.length} characters in your full name" |
I hereby claim:
- I am ra1fee on github.
- I am ra1fee (https://keybase.io/ra1fee) on keybase.
- I have a public key ASCdTLfUPa4IieD7s05GER0yfbZXRD-GI8-yZJzQmANYbwo To claim this, I am signing this object:
{
"body": {
"key": {