Denzel
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
How are large companies run, what do their processes look like when it comes to financial reporting (from sale to recognition to reporting), connecting budgeting->planning->strategy, delegating P&L responsibility,…
- How to Hire a Software Developer (8thlight.com)
- Web-Key: Capability-based security for web servers (waterken.sourceforge.net)
-
Try to do this by memory without using a ruby interpreter. Given: class Test def attr @attr end def attr=(value) @attr = value * 2 end end Evaluate: t = Test.new t.attr = 5 # Returns => ? t.attr # Returns => ? I…