https://leg.colorado.gov/bills/HJR23-1007
https://leg.colorado.gov/bills/HB23-1001
https://leg.colorado.gov/bills/HB23-1004
https://leg.colorado.gov/bills/HB23-1005
https://leg.colorado.gov/bills/HB23-1006
https://leg.colorado.gov/bills/HB23-1007
https://leg.colorado.gov/bills/HB23-1014
https://leg.col
View votes.md
View 1873-pics.md
pics from 1873
View gist:400f8a96c74ebf813f144e214e9656dd
This file contains 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
test |
View monkey_patch.rb
This file contains 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
Array.class_eval do | |
def delete_elements_in(ary) | |
ary.each do |x| | |
if index = index(x) | |
delete_at(index) | |
end | |
end | |
end | |
end |
View rails_generator_cheat_sheet.md
Cheat Sheets are greate but they are not a substitute for learning the framework and reading the documentation as we most certainly have not covered every potential example here. Please refer to the Rails Command Line Docs for more information.
Command Line Generator Info
You can get all of this information on the command line.
rails generate
with no generator name will output a list of all available generators and some information about global options.
rails generate GENERATOR --help
will list the options that can be passed to the specified generator.
View what_he_lacks.md
- what he lacks in knowlege, he makes up for in certainty
- what she lacks in pitch control, she makes up in volume
- what he lacks in taste. he makes up for in appetite
View top-5-games-in-person.md
Top 5 games to play in Person
once Quarantine is lifted
Euros
- Gaia Project
- Age of Steam
- Hansa Teutonica
- Pax Viking
- Arkwright (spreadsheets w/o convenience of Macros).
View 18neb_test2.json
This file contains 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
{ | |
"status": "active", | |
"actions": [ | |
{ | |
"type": "bid", | |
"entity": "Player 1", | |
"entity_type": "player", | |
"id": 1, | |
"created_at": 1615249119, | |
"company": "DPR", |
View 18Neb_test.json
This file contains 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
{ | |
"status": "active", | |
"actions": [ | |
{ | |
"type": "bid", | |
"entity": "Player 1", | |
"entity_type": "player", | |
"id": 1, | |
"created_at": 1615249119, | |
"company": "DPR", |
View 18_CO_game_issue_4208.json
This file contains 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
{ | |
"status": "active", | |
"actions": [ | |
{ | |
"type": "bid", | |
"entity": "Player 1", | |
"entity_type": "player", | |
"id": 1, | |
"created_at": 1614711911, | |
"company": "GJGR", |
NewerOlder