#!/bin/env python

"""
...

Python Learning Python

by michael92956.myopenid.com, April 19, 2011 03:58, 3 refactorings, tagged with file, parse, log

I am comfortable with Unix ...

55502f40dc8b7c769880b10874abc9d0 Talk
Exactly what the title says.  I don't want to know what your "project solutions" are, or your "programming solutions"; I need to know what a solution file is and why it's used and how.  In the vast, vast, internet nobody has seemingly ever answered this question.  I
have looked... everywhere.
=========================================================================================
...

C++ what is a project "sol...

by gameguru.myopenid.com, February 04, 2011 23:12, 1 refactoring, tagged with easy, simple, help, solution, project, file, project solution, solution file, impossible, hard, ridiculous, unanswered, unresponded to, responseless

Exactly what the title says...

55502f40dc8b7c769880b10874abc9d0 Talk
_

C++ what is a project "sol...

by gameguru.myopenid.com, February 04, 2011 23:12, 1 refactoring, tagged with easy, simple, help, solution, project, file, project solution, solution file, impossible, hard, ridiculous, unanswered, unresponded to, responseless

Exactly what the title says...

55502f40dc8b7c769880b10874abc9d0 Talk
public interface IProcess {

...

Java Scan directory recurcively

by https://www.google.com/accounts/o8/id?id=AItOawn60BQ3j2wGqeAmwsTZFdMd0YURb5dAR2s, December 14, 2010 10:08, No refactoring, tagged with java, file, Directory, thread

I try to write classes to s...

55502f40dc8b7c769880b10874abc9d0 Talk
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
#!/usr/bin/perl -w
use strict;

...

Perl deldup

by tak11.myopenid.com, December 16, 2008 03:54, 4 refactorings, tagged with perl, file, password

ment to cycle through a pas...

42306c1a1e87611519fdf1811ffe2c9c 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
<?php
function unique_file($prefix, $suffix){
  $file = sprintf('%s.%s', $prefix, $suffix);
...

PHP Generate a numbered file name

by hubfactor, October 23, 2008 13:53, 2 refactorings, tagged with file

Create a file name from the...

Ed9c50a6db8b5e078b5ef84306a8477c Talk
public static String getRelativePath(File file, File relativeTo) throws IOException {
		/*
		 * windows seems in some cases not to stop getParent() at 'c:\', which I
...

Java get path of a File relative...

by lord alcol, August 18, 2008 17:23, 3 refactorings, tagged with java, file, path

I call:
File f = new File(...

A9c8a6d8eed437bb33d504cae365bf57 Talk
public static boolean fileContentsEquals(File file1, File file2) {
		InputStream is1 = null;
		InputStream is2 = null;
...

Java fileContentsEquals

by lord alcol, August 18, 2008 09:09, 3 refactorings, tagged with java, file, io

This method checks if the c...

A9c8a6d8eed437bb33d504cae365bf57 Talk
<?php

class RequestFile
...

PHP Universal File Download Class

by Chris Dean, August 16, 2008 11:21, 4 refactorings, tagged with download, class, php, file, 5, universal

After finding different hos...

151e36cc7f789a4790c8ca437e3a1f60 Talk
public PreviewTreeModel(Collection<FileDescription> files)
	{
...

Java Create a tree out of a coll...

by Loid, March 02, 2008 19:14, 1 refactoring, tagged with speed, file, tree

I would like to transform a...

29389e14fe7aea8d5517c69660b3964d 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