package javamortgagecalculator;
import javax.swing.JOptionPane;

...

Java Having Trouble Printing Out...

by https://www.google.com/accounts/o8/id?id=AItOawlfsaP0zhaKALANAuldgxQaHqJkHDBxUxg, June 12, 2011 14:21, No refactoring, tagged with methods, output, Java

I am new to Java and I have...

55502f40dc8b7c769880b10874abc9d0 Talk
def self.capture_system(*args)
  args = args.flatten.compact.collect { |arg| arg.to_s }
  return false if args.blank?
...

Ruby Silencing current output, b...

by k776, February 03, 2010 02:34, No refactoring, tagged with form, output, process, exec, system

Is there a shorter way to d...

74198b06bc9e68739debfe6c23e070d3 Talk
original_file = File.open('content1.txt', 'r')
new_file = File.open('master1.txt', 'w')

...

Ruby Making email addresses out ...

by vire7, January 15, 2010 17:46, 2 refactorings, tagged with ruby, text, output

I have a text file with jus...

87f4477dced7fcff3ac2154e88d53210 Talk