similar to: Urgent help requested to modify a script

Displaying 20 results from an estimated 100 matches similar to: "Urgent help requested to modify a script"

2013 Feb 02
2
Question: write an R script with help information available to the user
Dear All, I would like to ask a question on how to incorporate into an R script help information for the user. I vaguely recall that I saw some instructions on an R manual, but am not able to figure them out. Hereunder is the basic setting: 1. I finished writing an R script, my_script.r, that is a function (the function is named "my_func") for a statistical procedure. This means that
2005 Aug 24
1
Running wine from php pages with "Xvfb" not success for my machine
I am sorry before, cause my english is poor. My machine is : i686 and I use RedHad Enterprise Linux AS Rel.3, Apache 1.3.33 and PHP 4.4.0. Simply, I want to run an Windows application via PHP page with WINE emulation. (Newest version of WINE updt. August 2005) I have a simple a PHP file "wine.php", that will load an windows application via PHP page. The contents is:
2009 Jun 24
5
how to exec a directory creation before downloading a file to that directory?
I want to create a directory and THEN get files into that directory on a client. Puppet it seems does not follow the order of commands, like below in my example. Sometimes it creates the directory, then downloads the file, and sometimes it tries to download the file before creating the directory, so the file won''t be downloaded. How can I download a file and make certain the destination
2012 Jun 27
1
Running R on a cluster
Hello, I have R script my_script.R . It loads a large input file "data.txt" and then outputs a large matrix "out". (the command of running it on cluster using my.cmd is put at the end) Now I have 30 different input files "data1.txt", "data2.txt" ... and "data30.txt" and want to generate and save 30 output (matrix) files separately, how can I
2013 May 15
5
Shell Scripting Random Delay
I have a shell script that's run every 5 minutes I use to call many other shell scripts. Is there a way to wait a random number of seconds before executing each line? Something like this. wait_random 10 - 180 (perl /scripts/my_script.pl) & wait_random 10 - 180 (perl /scripts/my_script5.pl) & wait_random 10 - 180 (perl /scripts/my_script7.pl) & I have many entries in this file
2001 Nov 16
1
R BATCH mode
hihi easy! i would like run r in batch mode. how could i pass through arguments for my r.script. for example: r batch my_script.R arg1 arg2 and how must i modify the r script. wolfgang -- Wolfgang Mueller Phone +41 1 256-9203, MeteoSwiss Kraehbuehlstr. 58, mailto:muw at meteoswiss.ch CH-8044 Zuerich, Switzerland http://www.meteoswiss.ch/
2014 Jun 23
1
Active Directory 'add machine script' parameter
Hi, I'm looking at migration from Samba3 (NT domain) to a Samba4 in 4.1.6 on ubuntu 14.04 in active directory domain controller mode. I was doing some stuff when subscribing machines to the domain through a script called by smbd, as described with 'add machine script' parameter in smb.conf. It seems that this behavior isn't supported in Active Directory mode in my version :
2012 Oct 22
4
Possible to exclude an event in Puppet dashboard?
Hi All, I was wondering if it is possible to NOT show an event in puppet dashboard. I have an exec resource that fires of a ruby script. This is triggering a changed event on every run, but actually I want to exclude this from showing up as "CHANGED" Is this possible, if so how can I achieve this? --- myscript: --- exec { "run_myscript" : #
2018 May 16
2
DDNS with IPv6
Hello, there is an article in the wiki about DDNS: https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 Dose anyone has a solution for doing the same with IPv4 AND IPv6? Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: OpenPGP digital signature URL:
2005 Aug 25
0
Running wine from php pages with "Xvfb" not fix yet
Thanks for your reply before I tried your solution, but my problem not fix yet. Maybe I missundertand about: - What is startup script do you mean? Is it not ".bash_profile" that located on my home user folder (/home/takeda)? If I false, please show me the file and where the folder located. While I trying your solution, I embedded script "Xvfb :1 &" on my
2004 Jul 06
0
XP Pro password changing and popups
Hi, I'm not sure how it's exactly done but XP Pro seems to block winpopups during ctrl-alt-delete session (changing passwords, workstation locking, etc) somehow. I'd like to prevent people from password changing trials and send them a popup like this: smb.conf: passwd program = my_script %m my_script: #!/bin/sh echo "Please log to 'some machine' to change your
2005 Nov 15
3
can I use tos and fwmark at the same time?
Hello lartc maintainers and users! I have a router with two NICs. One NIC is connected to the Internet and the other to my internal LAN. I made a script for priorizing interactive traffic. The script matches TOS Minimize-Delay for priorizing interactive trafic, and fwmark for metropolitan packets. I have two root classes (simulating two circuits) : 1:1 for internet and 1:3 for metropolitan.
2007 Jun 12
4
fichier wxruby2
Bonjour, je voulais savoir si il est possible d''installer les fichiers wxruby2 ailleurs que dans les dossiers habituel et sans se servir de rubygems? car j''aimerais pouvoir les déplacés. Merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2003 Nov 10
3
AGI and PHP
i've just spent the pass 2 days trying to get AGI to work with PHP; i made a lot of silly mistakes along the way which could have been avoided if only there were some kinda howto or samples. at the risk of looking stupid, i decided to shared my experience in hopes that it might help some newbie get going with PHP. 1. first order of business is to be aware of your php environment; i m NOT
2016 Feb 14
3
Manejo de ficheros Linux desde R
Hola a todos. Tengo un proyecto entre manos que consiste en lo siguiente: Un suario manda a un correo electrónico un mail con un fichero adjunto, este fichero se descarga de forma automática en una carpeta de un sistema que corre bajo Linux (Ubuntu), una vez descargado quisiera generar un script de R de forma automática seleccionase el último fichero descargado e hiciese con él una serie de
2007 Nov 04
3
can''t configure mongrel_cluster to start on boot
Hi everyone, I''ve been working with Mongrel, Mongrel_cluster and Apache and it is great. However, I can''t get mongrel_cluster to start at boot time. I followed the instructions from http://mongrel.rubyforge.org/docs/mongrel_cluster.html (On Boot Initialization Setup) and mongrel_cluster does not start after rebooting the machine. I made sure that the shebang line is correct and
2006 Mar 02
1
calling RoR from command line
Hi. I''m calling a script from the command line using script/runner. The script registers some files which are manipulated using ImageMagick''s tools. The script uses today''s date to scan a directory. Sometimes I need to scan a directory which dates two-three days back. I tried to use the following code which does *not* work: time = Time.now @date =
2005 Jan 24
1
.mp3 and .ogg streamed both as .ogg
Hello.. Im a new icecast user. Im making an application, that selects from my collection of mp3s, oggs (and flacs) and let them be streamd to icecast2. This takes the input from a PostgreSQL table, wich gets modified... So far, im using ices, wich seems nice, becouse i can use the <script> type and it executes my_script to search a file, so ices takes that info (i.e.
2006 Mar 22
3
database access from outside rails
I need to have a daemon read from and write to the database, and it would be nice to be able to use ActiveRecord and all the model/* files from my rails project rather than doing things the long way. Is there any recommended strategy for that? martin
2009 Apr 24
1
Can rails environments be loaded only once and then execute rake tasks without loading it again and again?
Hi there guys, I have a daemon that executes a rake task periodically in a loop in the backend. And every time it runs the rake task, rails environment is reloaded. Is there a way that the rails environment is loaded only once before the loop and the following rake task will not load it again and again? Thank you in advance.