search for: argf

Displaying 5 results from an estimated 5 matches for "argf".

Did you mean: arg
2008 Apr 04
2
How to create a function calling two functions with unknown number of parameters?
... can be used to represent unknown number of parameters passed into a function. For example, I write a function g. g calls another function f1. For example f1 could be different random number generation function. when f1=rnorm(), it has 3 parameters n, mean and standard deviation. when f1=rexp(), it has 2 parameters n and rate. g can be defined as g <- function(f1, ...) { f1(...) }
2006 Nov 04
0
open4-0.5.1
...nonzero exitstatus) unless the option ''raise''=>false is given ---------------------------------------------------------------------------- harp: > cat sample/spawn.rb require ''open4'' include Open4 cat = '' ruby -e" ARGF.each{|line| STDOUT << line} " '' stdout, stderr = '''', '''' status = spawn cat, ''stdin'' => ''42'', ''stdout'' => stdout, ''stderr'' => stderr p status...
2006 Aug 07
0
open4-0.5.0
...nonzero exitstatus) unless the option ''raise''=>false is given ---------------------------------------------------------------------------- harp: > cat sample/spawn.rb require ''open4'' include Open4 cat = '' ruby -e" ARGF.each{|line| STDOUT << line} " '' stdout, stderr = '''', '''' status = spawn cat, ''stdin'' => ''42'', ''stdout'' => stdout, ''stderr'' => stderr p status...
2006 Jul 06
4
Ruby code colorizer
Hi, Does anyone know of a html code colorizer for ruby source code? Ideally a typo plugin :) Regards, Jason
2006 Apr 19
0
open4-0.3.0
...nonzero exitstatus) unless the option ''raise''=>false is given ---------------------------------------------------------------------------- harp: > cat sample/spawn.rb require ''open4'' include Open4 cat = '' ruby -e" ARGF.each{|line| STDOUT << line} " '' stdout, stderr = '''', '''' status = spawn cat, ''stdin'' => ''42'', ''stdout'' => stdout, ''stderr'' => stderr p status...