similar to: Scripting help please

Displaying 20 results from an estimated 1000 matches similar to: "Scripting help please"

2007 Nov 16
0
AxCrypt - working, just
I finally managed to get AxCrypt working consistently under Wine but I wondered if anyone out there could throw some light on the remaining problems, or suggest a workaround... I copied the files from a windows installed copy, just the executable directory containing AxCrypt.dll & exe,AxCryptM.dll,AxDecrypt.exe, Config.xml, notify.exe,Program.ico and Sigs.xml, into a directory called
2012 Feb 15
2
Axcrypt for Wine
Hello, I'm trying to use Axcrypt with Wine. By googeling I found out that there are some Scripts existing to help out :) I found this Post in your archive http://www.winehq.org/pipermail/wine-users/2007-December/028473.html The Problem is that when I download the binary I cant extract it :( .. I'n not sure if the file has currupted because it is too old of if i'm just too stupid.
2007 Dec 01
3
wine-users Digest, Vol 29, Issue 1
Eric Weir wrote: >> I decided to make my installation more "up-to-date" by uninstalling and >> reinstalling. I've uninstalled and reinstalled twice now, and each time >> the only thing in the /.wine folder is two registry files -- no Windows >> folders, no drive-c. Of course, when I try to run Wine, it fails. What's >> going on? What can I do?
2010 Apr 17
0
[LLVMdev] understanding the opt tool
Thanks duncan and samuel. I guess the optimization about striping dead prototypes was not working because of "no dead prototypes" to strip. The -std-compile-opts option works. I can see a change. And @samuel, I tried the clang's -o0 optimization level compiling, but I could not find any difference with or without that switch in the bitcode file generated. I used this command: clang
2008 Mar 28
1
Problem redirecting output stream of wine
Hi all, I'm using an Ubuntu 7.10 and the latest (?) version of Wine ( 0.9.58 ). I'm running a windows application that seems to work properly, but i cannot manage to redirect the output to a file: $ wine cmd.exe Usage : cmd.exe [filename1] [filename2] ... $ wine cmd.exe > /dev/null Usage : cmd.exe [filename1] [filename2] ... $ wine cmd.exe 2> /dev/null Usage : cmd.exe [filename1]
2007 Aug 20
1
system() fails with fc.exe (PR#9868)
Full_Name: Jens Oehlschl?gel Version: 2.5.1 OS: Windows Submission from: (NULL) (62.159.183.42) Even when specifying the full path, the output of fc is not sent to R (neither shown nor returned). For example > system('c:\\WINDOWS\\system32\\fc.exe /?',intern=TRUE) character(0) When I do the same from python 2.3, I get >>> import os >>>
2010 Apr 17
3
[LLVMdev] understanding the opt tool
Hello Kalyan, There is one more thing you should know: Clang has maximum optimization turned on by default. You need to specify -O0 to turn it off if you want to see what opt does without clang running all of the optimizations first. --Sam ----- Original Message ---- > From: Duncan Sands <baldrick at free.fr> > To: llvmdev at cs.uiuc.edu > Sent: Sat, April 17, 2010 2:00:00 AM
2010 Apr 17
0
[LLVMdev] understanding the opt tool
Hi Kalyan, > opt -strip-dead-prototypes -f <filename.bc> filename2.bc you have to specify the list of passes to run. -strip-dead-prototypes only removes unused declarations. If there are none, it will do nothing. Try: opt -std-compile-opts -f <filename.bc> filename2.bc Ciao, Duncan.
2010 May 14
1
Putting 6 graphs on one page
Apologies, if it's a very simple question, but I am really not very good with trellis. I have a piece of a code (below) that works just fine and builds 6 graphs - in a loop. I loop through 6 conditions and build one graph for each. What would be the most efficient way of creating one page with 6 graphs instead? (2 rows and 3 columns)? Thanks a lot! Dimitri
2009 Dec 10
0
mv renames the wrong file
Hi, Using Samba 3.4.3 server on Ubuntu 9.10 (compiled myself, since Ubuntu came with Samba 3.4.0). Sometimes, mv commands don't do what I asked for! This morning, I was in my Videos share, in the "Movies/Baby Einstein Mozart/" directory. (I have the share mounted locally in /mnt/samba/Videos, on the same machine where samba server runs on.) I issued the following command: mv
2023 Nov 06
1
strange link files
Dear all, I recently upgraded my clients to 10.4, while I left the servers (distrubuted only) on glusterfs 9. I'm seeing a strange effect when I do a "mv filename1 filename2": filename2 is uplicated, one time with zero size and sticky bit set. In generally, I know that glusterfs creates link files (size zero and sticky bit set) when the new filename is hashed to a different
2009 Feb 04
0
Problems with 9133i config
I am unable to get my 9133i to register with my asterisk server. I am including config files below, this a simple test network so there's nothing secret in the config files. I have upgraded the phone to the latest software version (1.4.3) I'm not sure what the problem is. I can call the phone from a softphone, but the 9133i says "no service" on the screen and I can't dial
2007 Mar 30
2
Replacing slot of S4 class in method of S4 class?
Dear all, Assume that I have an S4 class "MyClass" with a slot "myname", which is initialized to: myname="" in method("initialize"): myclass <- new("MyClass", myname="") Assume that class "MyClass" has a method "mymethod": "mymethod.MyClass" <- function(object, myname=character(0), ...) {
2010 Apr 16
2
[LLVMdev] understanding the opt tool
Hello, I am trying to understand the opt tool. I wrote a program and created the .bc file using clang. And I used this .bc file to generate another .bc file using the opt tool. I dis-assembled this bitcode file and compared the output with previous unoptimized bitcode file. It was the same. I am not sure how to check the difference. Can anyone tell me if this is how we check the optimized output
2004 Apr 21
2
help with smbmount and permissions
ok, on my windows machine, i see: myname on 'computer01\home' (H:) so i went to my linux box and did: smbclient -L //computer01 -U myname and i see Home listed as a sharename (why does windows show it as "home" but its really "Home" as reported by smbclient?). well everything works fine if i mount it like this: smbmount //computer01/Home /mnt/computer01/Home -o
2003 Dec 11
0
getting Samba 3.0.1 to use NIS UID's/GID's instead of its own
There are two NT domains, the resource domain (pretend it's RESDOM) and the user domain (MASDOM) where RESDOM trusts MASDOM. My Samber server (COOL) is registered in the RESDOM domain. I can do smbclient -L COOL -U MASDOM/myname and it asks for a password and displays the shares correctly, even picking up the NIS logon share. The problems start, however, when I want to connect to the myname
2007 Mar 04
1
Problem using callNextMethod() in S4
Dear all, Maybe, I am doing something wrong, but using R-2.5.0 on my Intel-Mac, I have problems using function callNextMethod() in method initialize. I am loading the following code as file "testS4.R": setClass("baseClass", representation(myname = "character", mydir = "character", "VIRTUAL"),
2006 Nov 10
1
rsync 2.6.9 on OS X. files with xattrs don't retain mtime.
I'm really excited about the recent work on extended attributes. I've compiled 2.6.9 with xattr support, and run a few tests. It seems that if I have a file with an extended attribute ( a resource fork in this case), and I run rsync -aX , the mtime is not preserved. Example: stat xattrsrc/a 234881026 2894399 -rw------- 1 admin staff 0 1048576 "Nov 10 10:03:01 2006" "Nov
2012 Mar 10
3
function input as variable name (deparse/quote/paste) ??
Hi all Say I have a function: myname=function(dat,x=5,y=6){ res<<-x+y-dat } for various input such as myname(dat1) myname(dat2) myname(dat3) myname(dat4) myname(dat5) how should I modify the 'res' line, to have new informative variable name correspondingly, such as dat1.res dat2.res dat3.res dat4.res dat5.res stored in the workspace. This is only an example of a complex
1998 Jul 22
0
BUG-with-fix: smbclient ignores WORKGROUP= in smb.conf
I recently upgraded to 18p8 from 16p11 and found that smbclient now needed a -W in order to connect properly to our domain (which was not the name supplied with the -DWORKGROUP= from the make). Turns out that clientutil.c always uses the value specified by the WORKGROUP macro and never calls lp_workgroup() to get the value specified in the smb.conf file, unless WORKGROUP is "".