Introducing CodePlayer: Watch your code like a movie
engineering.hackerearth.com
Introducing CodePlayer: Watch your code like a movie
1–10 of 13 posts
Re: Introducing CodePlayer: Watch your code like a movie
#2Re: Introducing CodePlayer: Watch your code like a movie
#3This is a nice idea, something like "watch me think".
Re: Introducing CodePlayer: Watch your code like a movie
#4Re: Introducing CodePlayer: Watch your code like a movie
#5http://uguu-archive.appspot.com/misaka/replay.html
http://ioccc.org/2013/misaka/spoiler.html (mirror, in case if I ran out of quota)
I would be curious in some implementation details for this project, particularly how the intermediate deltas are stored.
Re: Introducing CodePlayer: Watch your code like a movie
#6Re: Introducing CodePlayer: Watch your code like a movie
#7This is a nice idea, something like "watch me think".
Yes, the ways in which it can be used are huge. Some of the obvious ones are to teach someone to code and play the sequence later anytime. CodeTable supports collaborative editing which makes it even nice. Other use can be to ask someone to solve a problem and watch them how they approach it. And there could be many more!
Re: Introducing CodePlayer: Watch your code like a movie
#8Re: Introducing CodePlayer: Watch your code like a movie
#9This is a nice idea, something like "watch me think".
Yes, the ways in which it can be used are huge. Some of the obvious ones are to teach someone to code and play the sequence later anytime. CodeTable supports collaborative editing which makes it even nice. Other use can be to ask someone to solve a problem and watch them how they approach it. And there could be many more!
Re: Introducing CodePlayer: Watch your code like a movie
#10So basically screen capture? I was more expected something along the lines of a visual debugger that steps through code whilst zooming into functions and variables jumping around when they get copied or assigned or something.