repository_medicapture plugin v20120627
Integrated flash audio and video recorders into the plugin. So now the plugin offers capability of recording audio/video using both flash and java technology. The java video recorder currently runs only on windows. The flash recorders are tested across platforms.
I would need to examine the client for some prerequisites necessary for the recorder, then load the appropriate flash/java recorder, whichever fits in to the clients configuration. Apart from this admin settings need to improved and support for enabling/disabling the flash/java recorders need to be provided.
Back to the flash recorders I added. The video one requires a red5 server to be installed. Thus it is a little downside as web hosting sites do not generally provide RTMP servers installed. So users of the plugin would need that installed for the recorder to work in video mode. The flash mp3 audio recorder is adopted from Paul Nicholls plugin (https://github.com/MaxThrax/moodle-repository_recordaudio) which records the sound directly to a file and doesn't require a red5 which is plus.
On another note I created a tic-tac-toe game in python recently. (My love for the language is growing apparently) It implements the game tree data structure to evaluate the best possible move for a player by looking ahead x levels.
https://github.com/ankitdbst/Utilities/tree/master/tic-tac-toe











