Difference between revisions of "CodingNight4"

From Fixme.ch
Jump to: navigation, search
(Created page with "A coding night in the afternoon. On the 25 of August. Nothing else for the moment :)")
 
(Ideas)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A coding night in the afternoon.  
+
[[Category:CodingNight]]
 +
== Information ==
 +
* The coding night after the end of the world.
 +
* Date: 9th February 2013
 +
* You can add your own ideas under there or place your vote on an idea that you find fun. The delay is on the 2 of february for the last input on this page.
 +
* The corresponding trello board : https://trello.com/board/coding-night-4/51096ebffbb8b3c41f0001b6
  
On the 25 of August.
+
== Ideas ==
  
Nothing else for the moment :)
+
* Develop a very simple white board on a web page which could be used to draw anything using the mouse or write whatever using the keyboard to express your statements to other team mates, no matter how far they stay physically. As long as they all are participants into the same white board session, they all can see what you draw or write on the white board right after you are done, and for that they don’t have to refresh their pages. The moment you draw something on the white board , or, write something on the chat window, all other persons are able to see it instantly. Similarly, you are also able to see their instant response when any other participant draws a figure on the white board or writes something on the discussion window.
 +
** already exists: http://twiddla.com
 +
 
 +
* If possible, an html5 webcam chat, like Tinychat (flash).
 +
** Use WebRTC (http://www.webrtc.org/) used by Google for its Google Hangouts.
 +
** http://stackoverflow.com/questions/7074230/how-to-access-webcam-from-html5
 +
** http://stackoverflow.com/questions/13120591/webrtc-how-to-get-the-webcam-data-as-a-stream-of-data
 +
** +1 And now it seems Firefox is starting to support it https://www.mozilla.org/en-US/firefox/18.0/releasenotes/ --[[User:Rorist|Rorist]] 18:34, 10 January 2013 (CET)
 +
** Extend this project ? https://github.com/cloudfuji/kandan
 +
 
 +
* Jeff dean fact : http://www.quora.com/Jeff-Dean/What-are-all-the-Jeff-Dean-facts
 +
 
 +
* An app reproduicing the feeling of post it on a whiteboard.

Latest revision as of 14:08, 31 January 2013

Information

  • The coding night after the end of the world.
  • Date: 9th February 2013
  • You can add your own ideas under there or place your vote on an idea that you find fun. The delay is on the 2 of february for the last input on this page.
  • The corresponding trello board : https://trello.com/board/coding-night-4/51096ebffbb8b3c41f0001b6

Ideas

  • Develop a very simple white board on a web page which could be used to draw anything using the mouse or write whatever using the keyboard to express your statements to other team mates, no matter how far they stay physically. As long as they all are participants into the same white board session, they all can see what you draw or write on the white board right after you are done, and for that they don’t have to refresh their pages. The moment you draw something on the white board , or, write something on the chat window, all other persons are able to see it instantly. Similarly, you are also able to see their instant response when any other participant draws a figure on the white board or writes something on the discussion window.
  • An app reproduicing the feeling of post it on a whiteboard.