Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BibTeX 6.33 KB | None | 0 0
  1. @online{dannorthwebsite,
  2.    author    = "Dan North",
  3.    title     = "Introducing BDD",
  4.    howpublished = "\url{https://dannorth.net/introducing-bdd/}",
  5.    keywords  = "bdd, agile",
  6.    note = "[Online; consulté Mai-2016]"
  7. }
  8.  
  9. @online{liamk,
  10.  author = "Liam Kaufman",
  11.  title = "Adding Real-Time to a RESTful Rails App",
  12.  howpublished = "\url{http://liamkaufman.com/blog/2013/02/27/adding-real-time-to-a-restful-rails-app/}",
  13.  keywords = "realtime, rails",
  14.  note = "[Online; consulté Mars-2016]"
  15.  }
  16.  
  17. @misc{thiry,
  18.  author        = "Thomas Thiry",
  19.  title         = "Cours d'intégration des technologies",
  20.  year          = "2016",
  21.  publisher     = "Ecole Pratique des Hautes Etudes Commerciales"
  22. }
  23.  
  24. @book{rapb,
  25.  author  = "David Bryant Copeland",
  26.  title = "Rails, Angular, Postgres, and Bootstrap : Powerful, Effective, and Efficient Full-Stack Web Development",
  27.  year  = "2016",
  28.  publisher = "The Pragmatic Programmers"
  29. }
  30.  
  31. @online{jwt,
  32.    author =       "M. Jones, J. Bradley, N. Sakimura",
  33.    title =        "JSON Web Token (JWT)",
  34.    howpublished = "\url{https://tools.ietf.org/html/rfc7519}",
  35.    note = "[Online; consulté Mai-2016]"
  36. }
  37.  
  38. @online{actioncable,
  39.    author =       "Joey Schoblaska",
  40.    title =        "Building a chess server in Rails 5 with Action Cable-powered WebSockets",
  41.    howpublished = "\url{http://jargon.io/joeyschoblaska/rails-5-chess-with-action-cable-websockets}",
  42.    year = "January 27, 2016",
  43.    note = "[Online; consulté Mars-2016]"
  44. }
  45.  
  46. @online{actioncable2,
  47.    author =       "Sophie DeBenedetto",
  48.    title =        "Real-Time Rails: Implementing WebSockets in Rails 5 with Action Cable",
  49.    howpublished = "\url{https://blog.heroku.com/archives/2016/5/9/real_time_rails_implementing_websockets_in_rails_5_with_action_cable}",
  50.    year = "May 09, 2016",
  51.    note = "[Online; consulté Mars-2016]"
  52. }
  53.  
  54. @online{actioncontroller,
  55.    author =       "Ruby on Rails API",
  56.    title =        "ActionController::Live",
  57.    howpublished = "\url{http://api.rubyonrails.org/classes/ActionController/Live.html}",
  58.    year = "Ruby on Rails 4.2.6",
  59.    note = "[Online; consulté Mars-2016]"
  60. }
  61. @online{actioncontrol,
  62.    author =       "Stackoverflow Question",
  63.    title =        "How to use ActionController::Live along with Resque + Redis (for Chat application)",
  64.    howpublished = "\url{http://stackoverflow.com/questions/29150274/how-to-use-actioncontrollerlive-along-with-resque-redis-for-chat-applicatio}",
  65.    year = "March 19, 2015",
  66.    note = "[Online; consulté Mars-2016]"
  67. }
  68.  
  69. @online{atlassian,
  70.    author =       "Atlassian",
  71.    title =        "Comparing Workflows",
  72.    howpublished = "\url{https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow/}",
  73.    note = "[Online; consulté Mars-2016]"
  74. }
  75.  
  76. @online{tenderlove,
  77.    author =       "Aaron Patterson",
  78.    title =        "Is it live?",
  79.    howpublished = "\url{http://tenderlovemaking.com/2012/07/30/is-it-live.html}",
  80.    year = "July 30, 2012",
  81.    note = "[Online; consulté Mars-2016]"
  82. }
  83.  
  84. @book{benson,
  85.  author  = "Edward Benson",
  86.  title = "The Art of Rails",
  87.  year  = "2008",
  88.  publisher = "Wiley"
  89. }
  90.  
  91. @online{sungwoncho,
  92.    author =       "Sung Won Cho - Modifié par Samuel Monroe",
  93.    title =        "has\_friendship",
  94.    howpublished = "\url{https://github.com/srozen/has_friendship}",
  95.    note = "[Online; consulté 2016]"
  96. }
  97.  
  98. @online{restroy,
  99.    author =       "Roy Thomas Fielding",
  100.    title =        "Architectural Styles and the Design of Network-based Software Architectures",
  101.    howpublished = "\url{https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm restroy}",
  102.    year = "2000",
  103.    note = "[Online; consulté 2016]"
  104. }
  105.  
  106. @online{apiversions,
  107.    author =       "EDMC",
  108.    title =        "API-Versions",
  109.    howpublished = "\url{https://github.com/EDMC/api-versions}",
  110.    note = "[Online; consulté 2016]"
  111. }
  112.  
  113. @online{rspec,
  114.    title =        "RSpec",
  115.    howpublished = "\url{http://rspec.info/}",
  116.    year = "",
  117.    note = "[Online; consulté 2016]"
  118. }
  119.  
  120. @online{capybara,
  121.    title =        "Capybara",
  122.    howpublished = "\url{https://github.com/jnicklas/capybara }",
  123.    year = "",
  124.    note = "[Online; consulté 2016]"
  125. }
  126.  
  127. @online{phantomjs,
  128.    title =        "PhantomJS",
  129.    howpublished = "\url{http://phantomjs.org/}",
  130.    note = "[Online; consulté 2016]"
  131. }
  132.  
  133. @online{rails,
  134.    author =       "",
  135.    title =        "Ruby on Rails",
  136.    howpublished = "\url{http://rubyonrails.org/}",
  137.    year = "",
  138.    note = "[Online; consulté 2016]"
  139. }
  140.  
  141. @online{devise,
  142.    title =        "Devise",
  143.    howpublished = "\url{https://github.com/plataformatec/devise}",
  144.    year = "",
  145.    note = "[Online; consulté 2016]"
  146. }
  147.  
  148. @online{bower,
  149.    author =       "",
  150.    title =        "Bower",
  151.    howpublished = "\url{http://bower.io/ }",
  152.    year = "",
  153.    note = "[Online; consulté 2016]"
  154. }
  155.  
  156. @online{angularjs,
  157.    author =       "Google",
  158.    title =        "AngularJS",
  159.    howpublished = "\url{https://angularjs.org/ }",
  160.    year = "",
  161.    note = "[Online; consulté 2016]"
  162. }
  163.  
  164. @online{jwt2,
  165.    title =        "JSON Web Token",
  166.    howpublished = "\url{https://jwt.io/}",
  167.    year = "",
  168.    note = "[Online; consulté 2016]"
  169. }
  170.  
  171. @online{redis,
  172.    title =        "Redis",
  173.    howpublished = "\url{http://redis.io/ }",
  174.    year = "",
  175.    note = "[Online; consulté 2016]"
  176. }
  177.  
  178. @online{nodejs,
  179.    title =        "Node.js",
  180.    howpublished = "\url{https://nodejs.org/en/ }",
  181.    year = "",
  182.    note = "[Online; consulté 2016]"
  183. }
  184.  
  185. @online{socketio,
  186.    title =        "Socket.io",
  187.    howpublished = "\url{http://socket.io}",
  188.    year = "",
  189.    note = "[Online; consulté 2016]"
  190. }
  191.  
  192. @online{webrtc,
  193.    title =        "WebRTC",
  194.    howpublished = "\url{https://webrtc.org/}",
  195.    year = "",
  196.    note = "[Online; consulté 2016]"
  197. }
  198.  
  199. @online{rtcflow,
  200.    author =       "Mozilla",
  201.    title =        "WebRTC Basics",
  202.    howpublished = "\url{https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/WebRTC_basics}",
  203.    year = "",
  204.    note = "[Online; consulté 2016]"
  205. }
  206.  
  207. @online{namecheap,
  208.    title =        "Namecheap",
  209.    howpublished = "\url{https://www.namecheap.com/domains/registration.aspx?gclid=CP3Lm_7yic0CFbYW0wodaQwPfA}",
  210.    year = "",
  211.    note = "[Online; consulté 2016]"
  212. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement