search for: groundwork

Displaying 20 results from an estimated 99 matches for "groundwork".

2007 Jun 28
3
applying max elementwise to two vectors
All, Is there one liner way to obtain the max per observation for two vectors? I looked at apply and lapply but it seems that groundwork would have to be done before applying either of those. The code below does it but seems like overkill. Thanks! Dave x = rnorm(10) y = rnorm(10) ind = which(x < y) z = x z[ind] <- y[ind] ## z now contains the max's
2008 Feb 05
4
Enterprise-class monitoring system for CentOS and Win2k3 server
...this so we can see all components of a website in one place, eg, apache URL, database server, disk storage, etc. Attractive, easy to use GUI. We don't want a homebrew project with ugly graphs and a web 1.0 GUI. So far the products I have looked at are: NimBUS SolarWinds IP Monitor WhatsUPGold GroundWork Open Source Nagios And none of them have met all my requirements. Any suggestions?
2015 Nov 03
4
Resigning as lead of the Virt SIG
...In addition, it would also make more sense for one of the Virt SIG maintainers who is more closely involved with day-to-day activities to pick up this job. I will still be able to help with PR and other items. When I was absent over the last few months, George Dunlap (gwd on irc) did most of the groundwork and led SIG meetings on my behalf, so I wanted to propose that George leads the SIG going forward. That is assuming that none of the other SIG maintainers want to step up. George agreed in principle. In the last Virt SIG meeting, not all maintainers were present, so we couldn't make a formal d...
2009 May 15
1
[PATCH server] add server-side groundwork for remote freeipa server
This lays 90% of the groundwork needed on the server side to support the use of a remote ipa server. Leaving the option disabled in the installer until the necessary node integration(dns/keytab placementi location) is completed Also apply: [PATCH server] update ovirt-add-host to use ipa commands instead of kadmin.local [PATC...
2007 Apr 23
2
[LLVMdev] Register based vector insert/extract
...s for the detailed response. On Apr 23, 2007, at 4:22 PM, Chris Lattner wrote: > Right. Evan is currently focusing on getting the late stages of > the code > generator (e.g. livevars) to be able to understand arbitrary machine > instrs in the face of physreg subregs. This lays the groundwork for > handling vreg subregs, but won't solve it directly. Is the work Evan doing a prerequisite for supporting vreg subregs? Is there a PR for the feature Evan is working on? >> Is any of this kind of work planned? The addition of those >> MRegisterInfo functions has me curious...
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting with some currency conversion. However, I''d like the conversions to be in synch with the current rates. Anyone know (and this maybe out in left field) if there is some online (perhaps xml) or other data stream I can connect with in my code to output values based on user selection ? TIA Stuart
2012 Feb 08
1
[LLVMdev] [Patch] Module Flags Patch
...ule class to get and create module flags for a Module. The bulk of the patch deals with code in the Linker to merge module flags from two (or more) Modules when those Modules are linked together. This patch doesn't have an implementation of module flags (e.g., Objective-C metadata), but is the groundwork for doing so. Please take a look at this and let me know if you have any suggestions or concerns. -bw -------------- next part -------------- A non-text attachment was scrubbed... Name: mod-flags.diff Type: application/octet-stream Size: 20932 bytes Desc: not available URL: <http://lists.llvm...
2009 Sep 09
1
[PATCH] Non-daemon actions indirect through generated code
Matt asked me this morning if we could generate guestfish scripts automatically from running programs like virt-v2v. Good idea. This patch however doesn't do this, but it lays the groundwork for it: In order for us to generate code for any functions which don't go through the daemon, we need to add an indirection to those calls via some generated code. This will allow us to add guestfish tracing at some point in the future. If you want to debug calls to libguestfs code, then the...
2013 Oct 15
1
PJSIP and ARA
Hi This is a bit of an exploratory question for groundwork before I start playing with asterisk 12. I've spotted the very useful looking file contrib/realtime/mysql/mysql_config.sql in the source. Are the table names starting ps_ all to do with PJSIP? Direct MySQL connection has been deprecated for quite a while, will I need to use ODBC for PJSIP o...
2013 Dec 04
1
Query on make
Greetings, I have created several scripts which needs to be packaged. I have done my groundwork on rpmbuild Let us say I have 4 directories with scripts in them dir1, dir2, dir3 and dir4 I want to create different packages which will contain the compiled code (err.. shc) pack1: dir1,dir2 pack2: dir1,dir3 pack3: dir1,dir3 I want the resulting rpm packages will be residing elsewhere (perhaps...
2012 Apr 19
2
[LLVMdev] [PATCH][RFC] Add extra arguments to TargetLowering::LowerCall() so targets have more context in which to construct call chains
...ignore these parameters. This patch updates the LowerCall() prototypes for all in-tree targets. We would like to get the community's feedback on this so as to make sure this patch is as universally applicable as possible. While not currently used in the open-source tree, this patch lays some groundwork for submission of the NVIDIA NVPTX back-end into the open-source tree. Thanks, Justin Holewinski ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. An...
2016 Feb 29
9
[PATCH 0/9] Groundwork for clocking fixes
This series contains a lot of groundwork to finally fix reclocking issues on Kepler+ gpus. There shouldn't be any functional changes with the first patch being the only exception (fixes some voltage table parsing issues with of few kepler gpus) The most interessting thing is the tool in the last patch, which can be ran alongside the...
2007 Apr 24
0
[LLVMdev] Register based vector insert/extract
.... > > On Apr 23, 2007, at 4:22 PM, Chris Lattner wrote: > >> Right. Evan is currently focusing on getting the late stages of >> the code >> generator (e.g. livevars) to be able to understand arbitrary machine >> instrs in the face of physreg subregs. This lays the groundwork for >> handling vreg subregs, but won't solve it directly. > > Is the work Evan doing a prerequisite for supporting vreg subregs? Sort of. vreg subregs work can start before I finish phyregs subregs support. But unless there are no live-in registers nothing can possibly work....
2004 Jun 04
3
Xen
I''ve been recently testing the Xendemo CD and I can say that Xen is awesome. I''d like to start deploying it initially in some development/testing servers. However the limitation of the max memory of 800MB or so per virtual machine is a show stopper for many applications. Are there plans to raise the limit to something higher (like 2GB or so)? How difficult would it be?
2007 Apr 23
0
[LLVMdev] Register based vector insert/extract
...e register allocator to try to use the sub/super register > sets to perform the instert/extract. Right. Evan is currently focusing on getting the late stages of the code generator (e.g. livevars) to be able to understand arbitrary machine instrs in the face of physreg subregs. This lays the groundwork for handling vreg subregs, but won't solve it directly. > Is any of this kind of work planned? The addition of those > MRegisterInfo functions has me curious... This is on our mid-term plan, which means we'll probably tackle it over the next year or so, but we don't have any c...
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
- dracut does not currently support booting a dmsquash file system on an iscsiroot - can not be configured in standalone mode since networking is not up, although works fine if ovirt-config-setup is run once booted. Signed-off-by: Joey Boggs <jboggs at redhat.com> --- recipe/common-pkgs.ks | 1 + scripts/ovirt-config-boot | 67 ++++++++++++++++----
2009 Sep 25
1
Puppetd hangs with 100% CPU usage
Hi again, puppetd started to hang with 100% CPU usage all of the sudden. Strace just keeps repeating these 2 lines: --- SIGVTALRM (Virtual timer expired) @ 0 (0) --- sigreturn() = ? (mask now []) In logs it hangs with this message: debug: Calling fileserver.describe But lots of these fileserver.describe calls prior to hang are successful. If I run it with puppetd
2019 May 28
1
Re: [libnbd PATCH 4/4] api: Add DF flag support for pread
...currently crash if you try to do this. I'm trying to fix that now. > The idea of registering a set of callbacks to handle a particular > integer command id may work well for other extensions as well; > particularly if we encounter a case where an app wants to use libnbd for > the groundwork (setting up a tls connection handshake) but still > implement their own non-standard NBD extensions that the server will > understand (where the libnbd state machine parses the chunks off the > wire, but the client then interprets those chunks). Which means we may > also need hooks for...
2012 Dec 06
2
Syslinux 5.00 released
...n this release when compared with 4.0x, though many bugs have been hammered out thanks to some excellent testing and feedback from various people. The COMBOOT stuff has been removed and now all modules are ELF objects, which allows us to do some neat things with symbols at runtime and provides the groundwork for more advanced things in the future. And we've also now got XFS filesystem support. Happy hacking. --- Changes in 5.00: * com32: Switched from the COM32 object format to ELF as it is a much more powerful format that allows undefined symbols to be resolved at r...
2012 Apr 19
0
[LLVMdev] [llvm-commits] [PATCH][RFC] Add extra arguments to TargetLowering::LowerCall() so targets have more context in which to construct call chains
...these parameters. This patch updates the LowerCall() prototypes for all in-tree targets. > > We would like to get the community’s feedback on this so as to make sure this patch is as universally applicable as possible. While not currently used in the open-source tree, this patch lays some groundwork for submission of the NVIDIA NVPTX back-end into the open-source tree. > > > Thanks, > > Justin Holewinski > > This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or dist...