def save_string data
...

Ruby Saving strings as attachments

by astropanic, July 29, 2009 10:45, No refactoring, tagged with ruby, file, paperclip

Is there a better way to sa...

A391f932c5bb61131c99f8543a07f697 Talk
# 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
def init_scite_buffer
        # Check for allready opened files
        res = @director.send_command('savesession', '/tmp/SciTE.session', false)
...

Ruby Wait for file create

by Fu86, February 27, 2008 20:58, No refactoring, tagged with file, timeout, sleep, block

This method sends a command...

Ee0505bbd355292778077fb662c88f13 Talk