search for: genereating

Displaying 20 results from an estimated 26 matches for "genereating".

Did you mean: generating
2016 Oct 11
3
samba 4 migration (doamin admins & domain users renamed)
Hi, I'm trying to migrate a samba 3 domain, and I have detected that our domain users and doamin admins are migrated/renamed during migration, we have this grousp in other language than english and ater migration are migrated to domain admin and domain users. Members of this groups are migrated correctly, only question is this change in name could genereate a problem and if this is an issue
2003 Apr 17
1
a few small bug
during the ./autogen.sh there is a few problem: ----------------------------------------- configure.in: installing `./install-sh' configure.in: installing `./mkinstalldirs' configure.in: installing `./missing' Use of uninitialized value in concatenation (.) or string at /usr/bin/automake line 8449. : installing `./config.guess' Use of uninitialized value in concatenation (.) or
2003 Jul 06
1
Am I the only one who thinks this tagging debate is getting out of hand?
...39;m not for it) but lately I've been getting double the number of messages I usually do and its really starting to tick me off. I'm really not sure whats going on in the discussion but its getting to the point where I'm starting to hate the proposal due to the obscene traffic its genereating. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages se...
2004 May 03
1
Printing with and without cups on the same machine
Hi all! We have a samba 3.0.2a-Debian running in combination with cups. I want to use cups to print to all "normal" printers (e.g. HP Laserjet), which seems to run. But I want also use a printer-script to genereate pdf Files using gs (no, I don't want to use the pdf backend providet on the cups web site, for several reasons...) On a machine running samba 2.2.3a-13 without cups,
2006 May 16
3
multiple plots in a function()
Dear all, I have the following problem: I have written a function genereating to plots, eg myfunction <- (data, some.parameters) { #some calculations etc . par (mfrow=c(1,2)) plot1(......) plot2(.....) } which works fine. But for analysing several variants, I tried a slope, eg: par (mfrow=c(5,5)) for ( i in 1:10) { myfunction...
2005 Aug 25
2
Antivirus logging linux
Hey Guys, I have a network of windows clients with a couple of linux servers for various tasks. What I would like to do is have some form of antivirus on the clients that will log alerts to something on a linux server and store the info in sql. Anybody have any idea on something that can do this? I tried asking on the securityfocus virus list and I emailed grisoft about their network product.
2008 Jun 13
7
Rubyscript2exe undefined ''run'' method
After I ran my program through Rubyscript2exe, the Random.exe file that it created is causing the following error: D:\Ruby projects>random.exe C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\app\Random.rb:59: undefined method ''ru n'' for Wxruby2::App (NoMethodError) from C:\DOCUME~1\JEDELS~1\eee\eee.Random.exe.2\bootstrap.rb:77:in `load'' from
2007 Nov 02
5
RSpec, RESTful nested routes and :path_prefix
Dear list, In the app we are making we have a rout something like this: map.resources :projects do |projects| projects.resources :pages, :controller =>"Wiki::Pages", :path_prefix => "/projects/:project_id/ wiki", :name_prefix => "project_wiki_" end But I can''t get RSpec(I''m very new to it) to accept this. It keeps throwing errors:
2011 Aug 22
0
[LLVMdev] Accessing arguments in a caller
Il 21/08/2011 19:31, Jordy Rose ha scritto: > What I can think of: > 1. Anonymous struct, to avoid a copy. > 2. Use stdarg.h...dangerous but accomplishes what you're looking for. probably it wasn't clear from my first post: I'm talking about LLVM-IR, not C or C++. > 3. Split up F: giant switch statements often indicate that your function is doing several different things.
2017 Feb 07
0
Rebuild gstreamer
Hello Jerry, don't know why you need to upgrade gst-inspect plugin. But I did update gstreamer plugin last year. If you like to take a view http://centos.cms4all.org/repo/7/gstreamer/ cms4all.repo [cms4all-gstreamer] name=cms4all-gstreamer #baseurl=http://centos.cms4all.org/repo/7/gstreamer/ baseurl=file:///srv/repo/centos/7/gstreamer gpgcheck=0 enabled=1 This are private package, does it
2016 Oct 11
0
samba 4 migration (doamin admins & domain users renamed)
Hi, Am 11.10.2016 um 09:58 schrieb Trenta sis via samba: > I'm trying to migrate a samba 3 domain, and I have detected that our domain > users and doamin admins are migrated/renamed during migration, we have this > grousp in other language than english and ater migration are migrated to > domain admin and domain users. > Members of this groups are migrated correctly, only
2006 Mar 13
1
issue with redirect_to
Hi all: I can''t make redirect_to to unlock the current iframe using {:TARGET => "_top"}. It always stays in the current frame. I checked the redirect_to code, it seems the method does not use "target". here is the source code of redirect_to from ActionController::Base def redirect_to(options = {}, *parameters_for_method_reference) #:doc: 753: case options
2018 Mar 26
0
wrong imm value for branch conditions..
Hi, I have added Branch condition BGEID like below… *def : Pat<(brcond (setcc (i32 GR32:$L), (i32 GR32:$R), SETGE), bb:$T),* * (BGEID (CMP GR32:$L, GR32:$R), bb:$T)>;* *def BGEID : TBT<0b101110, (outs), (ins GR32:$ra, brtarget:$offset), "bgeid\t$ra,$offset", [], IIC_BRc> {* * let rd = 0b10101;* *}* *def brtarget : Operand<OtherVT>* *{*
2006 Mar 14
5
How to display different images using ajax?
Hi! On my page i display one full size image and a list of thumbnails. I''d like to change the full size image with a full size version of a thumbnail, after clicking on one of them. How to write controller action, so it would update the image without reloading the whole page? It''s easy with text, but how to reload an image? -- Posted via http://www.ruby-forum.com/.
2011 Mar 14
1
Multiple graphs
Dear R helpers, Last week Mr. Ista Zahn has taken lots of efforts and helped me with the following code generating basel_asset_wise (e.g. bank, corporate, sovereign) graphs. The code works excellently and assetwise grahs are aslo genereated. I have tried to customize the code as per my need. However, there is only one small problem with the graphs. The graph doesn't give me the asset names.
2017 Feb 07
5
Rebuild gstreamer
Hi all, I have a need to rebuild the gstreamer and gst-plugins in CentOS 7. So I found the wiki for rebuilding a source package... I downloaded the vault.centos.org files, installed them with dependencies. I did the rpmbuild -ba for each of the four packages. All seemed to go well. No errors reported. However - the /usr/bin/gst-inspect* listing shows the files as OLD ls -l /usr/bin/gst-inspect*
2016 Oct 17
3
samba 4 migration (doamin admins & domain users renamed)
Hi, I have checked sambaSID (from samba-ldap 3) and compared with ObjectSID in samba 4 (after migration) and this value is the same, without any difference. For me it is not a problem, but if in the futur I'will keep old name, I can rename this group after the migration is make...? Thanks 2016-10-11 10:45 GMT+02:00 Marc Muehlfeld <mmuehlfeld at samba.org>: > Hi, > > Am
2010 Jul 05
2
nested for loops
Dear Admin, I will appreciate if you advise me an effective way to write the following R code including nested for loops. I cannot do it by using expand.grid function because it results with memory allocation problems. Thanks for your time and consideration. for(d1 in 0:n){ for(d2 in 0:n){ for(d3 in 0:n){ for(d4 in 0:n){ for(d5 in 0:n){ for(d6 in 0:n){ for(d7 in 0:n){ for(d8 in 0:n){ for(d9 in
2011 Aug 21
2
[LLVMdev] Accessing arguments in a caller
What I can think of: 1. Anonymous struct, to avoid a copy. 2. Use stdarg.h...dangerous but accomplishes what you're looking for. 3. Split up F: giant switch statements often indicate that your function is doing several different things. (IMHO...) 4. Don't worry about it, it's probably not a bottleneck. (Or rather, profile first...) But no, there's no standard way to do this. Even
2018 May 20
0
Best mail encryption solution for per-user
> On 19 May 2018 at 16:40 mail at sjemm.net wrote: > > > May 18, 2018 10:01 PM, "Aki Tuomi" <aki.tuomi at dovecot.fi> wrote: > >> On 18 May 2018 at 21:44 mail at sjemm.net wrote: > >> > >> May 18, 2018 4:43 PM, "Aki Tuomi" <aki.tuomi at dovecot.fi> wrote: > >> On 18 May 2018 at 17:38 mail at sjemm.net wrote: >