Displaying 3 results from an estimated 3 matches for "ascript".
Did you mean:
  script
  
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...d
    @myLog.close
  end
  def init_my_log( name )
...
  end
end
******** The parent script class
require ''rubygems''
require ''util1''
require ''drb''
class ScriptMain
  currDir = Dir.pwd
  include Util1
  include DRbUndumped
  def initialize( aScript, aRun, runenv, myURI, myRoot )
    @myScript = aScript
    @myId = @myScript.id
    @myName  = File.basename(@myScript.name, "*.rb")
    @usecase = @myName
    @myRun = aRun
    @myRoot = myRoot
    @rootDir = "#{RAILS_ROOT}"
    @launch = aRun.launched
    @runenv = runenv...
2008 Nov 10
4
[Bug 1536] New: SSH modifies line endings when using command in authorized_keys
...P2
         Component: sshd
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: codewarrior at binaryvibrance.net
Overview:
SSH modifies line endings when using command in authorized_keys.
I'm using keys to ensure that an unattended copy occurs while using the
command="aScript.php" that outputs an uncompressed tarball. Because of
the line endings changing, my tarball becomes invalid.
What happens:
When using public/private keys to force a particular command to run,
under tested circumstances, LF is converted to CRLF.
Running the same command without using a forced...
2006 Jan 31
5
resizing multiple images using getElementsByClassName
I am building a iPhoto like (Read rip-off) interface for thumbnails  
and I am having a couple problems that I thought some one on the list  
might be able to assist me on ...
first off here is the page: http://v4.incontrolsolutions.com/galltest/
I am no Javascript whizz and I am sure there is a FAR more efficient  
way to do what I am trying. Having said that, the 2 things I was  
looking for advise are :
1) The Slider... I must be missing something as I cant for the life  
of me figure out how to get the range to be from .25 - 1. Setting the  
minimum and...