# Syncronize it
# Version 0.1
# Author : kyzh@snibbits.net
...

Ruby very simple .srt resyncroniser

by kyzh, December 08, 2008 23:52, 2 refactorings, tagged with time, file, kyzh

sick of seeking into the su...

F219245be3a984ebe2b754c64866551f Talk

Ruby On time to second, second to time

by kyzh, June 11, 2008 23:42

I got a "xx:xx:xx", I add ...

F219245be3a984ebe2b754c64866551f Talk
def sec_to_time(sec)
	t = Hash.new
	a_sec = sec.divmod(60)
...

Ruby time to second, second to time

by kyzh, June 11, 2008 21:21, 2 refactorings, tagged with ruby time seconds

I have a time in second and...

F219245be3a984ebe2b754c64866551f Talk