sbtkacodes-blog
sbtkacodes-blog
Sobotka Codes
97 posts
Don't wanna be here? Send us removal request.
sbtkacodes-blog · 12 years ago
Link
rails - Ruby on Rails
0 notes
sbtkacodes-blog · 12 years ago
Link
0 notes
sbtkacodes-blog · 12 years ago
Text
CRUD
create read update delete
0 notes
sbtkacodes-blog · 12 years ago
Link
HASH RULES
0 notes
sbtkacodes-blog · 12 years ago
Text
combined comparison operator
<=>
0 notes
sbtkacodes-blog · 12 years ago
Text
hash
a collection of key value pairs
0 notes
sbtkacodes-blog · 12 years ago
Text
.gsub!
global subsitutions
0 notes
sbtkacodes-blog · 12 years ago
Text
newline
a blank line
0 notes
sbtkacodes-blog · 12 years ago
Text
#
comments in ruby
0 notes
sbtkacodes-blog · 12 years ago
Text
data types in ruby
strings, booleans, numbers
0 notes
sbtkacodes-blog · 12 years ago
Text
hostname
my computer's network name
#cl
0 notes
sbtkacodes-blog · 12 years ago
Text
pwd
print working directory
#cl
0 notes
sbtkacodes-blog · 12 years ago
Text
!
NOT
#js
0 notes
sbtkacodes-blog · 12 years ago
Text
comparison operators
< Less than
> Greater than
<= Less than or equal to
>= Greater than or equal to
=== Equal to
!== Not equal to
0 notes
sbtkacodes-blog · 12 years ago
Text
concatenating
"gluing the strings together"
0 notes
sbtkacodes-blog · 12 years ago
Text
operation
an action performed on basic values
0 notes
sbtkacodes-blog · 12 years ago
Quote
"programs exist to manipulate data."
0 notes