免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2462 | 回复: 2
打印 上一主题 下一主题

一个工作要求说明 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-10-23 17:04 |只看该作者 |倒序浏览
一个工作要求说明
  1. Ruby代码  
  2. 1.module tech_startup   
  3. 2.  
  4. 3.  def initialize   
  5. 4.    @you = {   
  6. 5.      :definition => 'developer',   
  7. 6.      :motivation => 'build something meaningful of your own',   
  8. 7.      :current_status => ['unemployed','working for an uninspired  boss','working on uninspiring projects'],   
  9. 8.      :present_skills => 'can build groundbreaking web and mobile apps',   
  10. 9.      :realizations => [   
  11. 10.        'success requires a great idea',   
  12. 11.        'not all ideas are created equal',   
  13. 12.        'it takes a committed team to turn that into a successful business',   
  14. 13.        'great ideas are rare, and must be taken advantage of',   
  15. 14.        'you should not waste your time on mediorce ideas',   
  16. 15.        'you need a team that can focus on the business, so you can focus on the technology',   
  17. 16.        'with these, your dreams can come true'  
  18. 17.    ]   
  19. 18.    }#/ you   
  20. 19.  
  21. 20.    @project = {   
  22. 21.      :type => ['web app', 'mobile apps'],   
  23. 22.      :description => 'groundbreaking nightlife apps for highly targeted audience with potential for explosive growth',   
  24. 23.      :status => {   
  25. 24.        :web => 'in development',   
  26. 25.        :mobile => 'to begin after funding or sooner with web wrapper if you advise so'  
  27. 26.      },   
  28. 27.      :prospects => 'potential for mass appeal and high cash flows with good execution',   
  29. 28.      :cost_to_users => 'free',   
  30. 29.      :business_model => 'very clear multiple sources of revenue'  
  31. 30.    }#/ project   
  32. 31.  
  33. 32.    @company ={   
  34. 33.      :employees = > {   
  35. 34.      :present_number => 2,   
  36. 35.      :background => 'strong in finance, strategy, and programming',   
  37. 36.      :biography => 'worked at major banks and other startups',   
  38. 37.      :motivation => ['build something that is ours','create disruptive tech,' 'make social impact'],   
  39. 38.      :commitment => ['working full-time since January 2011','intent on succeeding as entrepreneurs'],   
  40. 39.      :legal => 'retained top law firm',   
  41. 40.      :contacts => ['top law firms','VCs','angels','entrepreneurs','CEOs','other important individuals']   
  42. 41.      }   
  43. 42.      :needs => [   
  44. 43.        'CTO type individual to guide present and future development',   
  45. 44.        'finish developement of working demo to pitch investors'  
  46. 45.      ]   
  47. 46.    }#/ company   
  48. 47.  
  49. 48.    @position = {   
  50. 49.      :requirements => {   
  51. 50.      :description => 'programmer',   
  52. 51.      :personality => ['problem solver','problem anticipator','passionate','committed','loves this idea','dreams big'],   
  53. 52.      :expertise =>['ruby','rails','sinatra','grape','html5','css3','saas','coffeescript','mysql','posgres','mongodb', 'mongoid','mongo_mapper','rhodes','yaml','rest','rss','jquery','mootools','heroku','ios','android','load balancing','oauth2','devise','openid','ruby observers'],   
  54. 53.      :compensation => {   
  55. 54.      :equity => '3-5% based on experience',   
  56. 55.      :bonus => '$15,000 upon funding'.   
  57. 56.      :salary => {   
  58. 57.      :present => 'none',   
  59. 58.      :after_funding => 'minimum $100,000 per year'  
  60. 59.      }   
  61. 60.      :benefits => ['ground floor opportunity','voice in shaping the company','main technology person','strong input in shaping the technology team as the company grows'],   
  62. 61.      :time_frame => 'hire within 2 weeks'  
  63. 62.    }#/ position   
  64. 63.  end  
  65. 64.  
  66. 65.  
  67. 66.  def get_hired   
  68. 67.    if @you == @position  
  69. 68.      email @you.resume   
  70. 69.      email @you.projects_completed   
  71. 70.      email @you.other_relevant_information   
  72. 71.      email @you.schedule_and_availability   
  73. 72.    end  
  74. 73.  end #/ get_hired   
  75. 74.end #/ tech_startup
复制代码

论坛徽章:
0
2 [报告]
发表于 2011-10-24 07:59 |只看该作者
呃,这个,有点...

论坛徽章:
0
3 [报告]
发表于 2011-10-25 15:48 |只看该作者
谢谢分享,学习一下
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP