similar to: Support for a (new?) backup concept

Displaying 20 results from an estimated 2000 matches similar to: "Support for a (new?) backup concept"

2019 Jun 10
2
Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.
I've written what I refer to as an "Integrated Console Environment". Similar to an IDE, but more console oriented, so suitable for running scripts and dynamic programming languages. Also, it's designed to be congruent with the file system. Obviously, I want to support R. However, the long term plan is to make the core system relatively language neutral, and to support R via a
2005 Jan 10
1
Could anyone explain the slot and bucket concept in SFQ to me?
Dear all, I''m reading codes in sch_sqf.c in kernel 2.4 of Linux. I find I messed up with the concept of slot, bucket and hash tables. Could anyone explain the data stucture of the hash tables a little to me. Thanks very much. Best, Franklin BTW: I can not understand why the number of entries of dep[SFQ_DEPTH*] should be twice:( _______________________________________________ LARTC
2008 Jul 31
0
OT:Selling Data Mining Cloud-A Concept
The Ohri Framework - Data Mining on Demand<http://decisionstats.com/2008/the-ohri-framework-data-mining-on-demand/> Part of the reason SAS continues to enjoy a profitable lead is 1) Standardized language elements (Data and Procs) 2)Ease of Learning SAS 3) Output Delivery to multiple sources 4) Input from multiple data sources But the most important reason is the sheer efficiency of
2006 Jan 26
0
Concept Mapping of Qualitative Data
Dear list, I am a first time user of this list and a ultra-novice "R" user. I am seeking the ability to graphically depict open-ended responses from a focus group determining data needs of community mental health staff members. These responses would be mapped based upon either Theme or concept or domain, then sorted by similar responses and grouped. Next we would like to use
2004 Oct 05
0
x86 vs. x86_64 detection proof of concept patch
Greetings all, First of all, a disclaimer: Please forgive my horrible assembly code. This is just a quick munging of code to achieve x86 versus x86_64 detection within pxelinux. So please look at it as a proof of concept and not a real piece of code. :) For example it only works on pxelinux and has no thought for extending it beyond simple x86 versus x86_64 architectures. I had the need for
2011 Mar 07
1
[PATCH] generator: Introduce error code (errcode) concept.
I have pushed this, this is just FYI. See the end of the patch for the new type and functions introduced into the generator. Passes all the tests, but should still be treated with a bit of suspicion. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages.
2008 Mar 14
2
[LLVMdev] Loop depth concept
Hi, I'm working on a simple data dependence analysis pass. I think it would be more natural (in the API and internally) if loops in nests were numbered from 0 than, as it's currently done, from 1. For example, in the former case the loop depth could be directly used to index a direction vector. IMHO it would be more clear in general, not only in the context of my project. Off course,
2010 Oct 21
1
[LLVMdev] [llvm-commits] Fwd: Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
2010/10/21 Jason Kim <jasonwkim at google.com>: > Of the 45 remaining, there are 4 interesting uses in MCAsmStreamer.cpp > - (I suppose for emitting data constants in a cross platform manner) > The other remaining uses are in AsmPrinter, again to do cross platform things. > It seems a bit strange to use a high level hammer to do ballpeen > work..... But when in Rome.... :-)
2010 Oct 23
0
[LLVMdev] Fwd: [llvm-commits] Fwd: Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
OK, after reading the docs I have some extra comments (and an updated patch). *) To support per section or per symbol attributes we would have to move this to the processing done in the end of the file. Lets not do this right now. *) We don't currently use any string attributes, so I did not implement them. *) Having an attribute emitter class is a nice way to separate the job of creating the
2010 Oct 25
1
[LLVMdev] Fwd: [llvm-commits] Fwd: Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
I also noticed that we were trying to optimize the output of 41 bytes of data :-) The attached patch is similar to the previous one but drops the API changes by just accumulating the attributes locally before outputting them. Cheers, Rafael -------------- next part -------------- A non-text attachment was scrubbed... Name: attrs.patch Type: text/x-patch Size: 12333 bytes Desc: not available URL:
2004 Dec 11
1
Many similar contexts - can I use Macro or some other template concept ?
Hi, I'd like to make small 20 users setup with BTs. I'd like each of them to have its own context (for recording prompts, conference, ...). For them to have same extensions I should put them in separate contexts and let BT call them offhook. But these contexts are pretty similar (for instance dial to conference on 5 goes to different conf. number for each user, ...) How could I describe
2017 Mar 02
0
NUT - General Concept Question
On Thu, 2 Mar 2017, Garrett Michael Hayes wrote: > I would like to set up a Linux host as a central monitoring system for > UPSs throughout our network.? I?d like that system to be able to see the > various UPSs basically in one of two ways: > > 1)????? Tapping into a native network interface on the target UPS (such as some larger APC and Tripp-Lite UPSs we have) > 2)?????
2017 Mar 02
0
NUT - General Concept Question
Garrett, I hope you're not barking up the wrong tree because that's exactly what I'm working toward. The web display was pretty straightforward. I haven't worked out the email notification part yet but it seems like it should be doable. -Charles From: Nut-upsuser [mailto:nut-upsuser-bounces+fairfaxc=missouri.edu at lists.alioth.debian.org] On Behalf Of Garrett Michael Hayes
2020 Nov 05
0
[Proposal] Introducing the concept of invalid costs to the IR cost model
You're being quite vague about what the extra state is. Is this because you haven't yet settled on what it should be, or do you actually intend to let it be a template parameter: template <typename T> struct Cost { unsigned Val; T State; } Thanks, Christopher Tetreault From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of David Sherwood via llvm-dev Sent:
2003 Jul 15
0
F&P Off Proof Of Concept
I work for a multi-billion dollar international organization currently using Novell technology for F&P/Directory/etc... A project has just arisen to develop several potential replacement proofs of concept. Several solutions are being evaluated, including: * Microsoft CIFS * Some NAS device using AD or eDirectory * Linux/Samba I was chosen as part of the Linux/Samba team and I'd like to
2008 May 06
0
Proof-of-concept multithreaded FLAC encoder
On May 6, 2008, at 14:20, Frederick Akalin wrote: > On Tue, May 6, 2008 at 2:03 PM, Brian Willoughby > <brianw at sounds.wa.com> wrote: >> 3) Do you accelerate decode as well as encode? I'm thinking that >> the >> variable block size would require each thread to scan its block >> for the >> start of a new block header, and also continue
2008 May 13
0
Proof-of-concept multithreaded FLAC encoder (take 2)
Hey again FLAC devs, I managed to hack out another proof-of-concept multithreaded FLAC encoder that is more amenable to streaming and also uses a fixed buffer size. The performance is pretty much the same as my earlier version; that is, I can encode a 636 MB wave file in ~7s with 8 threads on an 8-core 2.8 GHz Xeon (I erroneously stated 3.0 GHz in my last e-mail) vs ~32s with 1 thread. I had
2014 Nov 21
1
Icecast concept
Hi, I have installed Icecast on a VPS server as trial set up. Works very well and easy to understand. Thanks! This does lead to 2 questions: My intent is to set up a server to host various sources, providing each one of them their dedicated stream channel. If I have enough bandwidth, what is the maximum number of sources in Icecast that can be set up and streamed at the same time? The
2019 Jun 14
2
Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.
Honestly, I don't see the motivation for this. There are many similar projects that are mature, so my feedback would be: don't reinvent the wheel and contribute to those. I?aki El vie., 14 jun. 2019 3:18, Abby Spurdle <spurdle.a at gmail.com> escribi?: > I thought that I'd get more feedback. > But it's ok, I understand. > > I wanted to note that I've moved
2019 Jun 14
0
Halfway through writing an "IDE" with support for R; Proof of concept, and request for suggestions.
On Fri, Jun 14, 2019 at 7:24 PM I?aki Ucar <iucar at fedoraproject.org> wrote: > > There are many similar projects that are mature I'm not sure what projects you're referring to. If we create some constraints: (1) Internal systems consoles (*plural*). Rules out most things. Noting that many tools are designed to bypass the console. (2) Modern user interface. Rules out Vim