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
Artist | Album | Year | Listened To? | Bought | Want | Don't want | |
---|---|---|---|---|---|---|---|
Duke Ellington | In A Mellotone | 1940 | x | x | |||
Duke Ellington | Sophisticated Lady | 1940 | x | x | |||
Duke Ellington | Black Brown and Beige | 1943 | x | x | |||
Coleman Hawkins | Rainbow Mist | 1944 | x | ||||
Mary Lou Williams | Zodiac Suite | 1945 | x | ||||
Lennie Tristano | Crosscurrents | 1949 | x | ||||
Duke Ellington | Liberian Suite | 1949 | x | ||||
Lee Konitz | Subconscious-Lee | 1949 | x | ||||
Bob Wilber | Jazz Band | 1949 | x |
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
--- | |
Gamma (5): | |
- Mobile Devotion | |
Visage: | |
- Motivation | |
- Visage | |
- Frequency 7 | |
- The Steps | |
- Fade To Gray | |
Nasmak: |
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
# Input string | |
Length: | |
0. [property zerovalue] | |
1. | |
size - 1. | |
size + 1. | |
size*2. | |
size*2 - 1. | |
size*2 + 1. |
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
def reverse_print_list(list): | |
for i in range(len(list) - 1, -1, -1): | |
print list[i] |
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
def sentiment(word) | |
if positive_words.include?(word) | |
:positive | |
else | |
:negative | |
end | |
end |
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
def race_condition(string) | |
threads = [] | |
string.split(//).each do |s| | |
threads << Thread.new(s) do |ss| | |
print ss | |
end | |
end | |
threads.each(&:join) | |
end |
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
A positive attitude, often paired with the feeling that everything is going to work out. | |
Concentrated on everything at hand. | |
Excitement towards work, chores, and other tasks. | |
Feelings of only beginning. | |
An interest in social activities and being with others. | |
Healthy habits like exercise diet and regular sleep | |
Feeling of accomplishment after every day | |
Never neglecting your own needs | |
Personal values and beliefs never lose importance | |
Patient |
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
A positive attitude, often paired with the feeling that everything is going to work out. | |
Concentrated on everything at hand. | |
Excitement towards work, chores, and other tasks. | |
Feelings of only beginning. | |
An interest in social activities and being with others. | |
Healthy habits like exercise diet and regular sleep | |
Feeling of accomplishment after every day | |
Never neglecting your own needs | |
Personal values and beliefs never lose importance |
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
A positive attitude, often paired with the feeling that everything is going to work out. | |
Concentrated on everything at hand. | |
Excitement towards work, chores, and other tasks. | |
Feelings of only beginning. | |
An interest in social activities and being with others. | |
Healthy habits like exercise diet and regular sleep | |
Feeling of accomplishment after every day | |
Never neglecting your own needs | |
Personal values and beliefs never lose importance |
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
A positive attitude, often paired with the feeling that everything is going to work out. | |
Concentrated on everything at hand. | |
Excitement towards work, chores, and other tasks. | |
Feelings of only beginning. | |
An interest in social activities and being with others. | |
Healthy habits like exercise diet and regular sleep | |
Feeling of accomplishment after every day | |
Never neglecting your own needs | |
Personal values and beliefs never lose importance |