search for: geneator

Displaying 12 results from an estimated 12 matches for "geneator".

Did you mean: generator
2010 May 06
0
[LLVMdev] [cfe-dev] Living on Clang
On Mon, Apr 19, 2010 at 4:52 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > The third stage is for comparing the output of clang (as compiled by > gcc) against clang (as compiled by clang). The whole process is: > > Stage 1: build clang with gcc > > Stage 2: build clang with the clang created by gcc > > Stage 3: build clang with the clang created by clang. > >
2009 Sep 11
1
Simple time series questions
I'm sure this is a really simple problem, but I've spent hours digging and I keep running into roadblocks. I'm trying to get a simple chart with three time series. Similar to the attached example http://www.nabble.com/file/p25398419/Excel%2Bchart%2Bexample.pdf Excel+chart+example.pdf , something that was quite easy to do in Excel, except that I need a log y-axis: something that R
2016 May 07
2
About Clang llvm PGO
Thanks for testing out LLVM PGO and evaluated the performance. We are currently still more focused on infrastructure improvement which is the foundation for performance improvement. We are making great progress in this direction, but there are still some key missing pieces such as profile data in inliner etc. We are working on that. Once those are done, more focus will be on making more passes
2006 Mar 22
5
Double Call Progress tones
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is slowly driving me nuts! I have several Cisco 7960s with SIP 8.2/7.5 fw connecting to Asterisk 1.2.5 driving a TE110P on a BT EuroISDN PRI line. On all outgoing calls I get a double ring tone (UK style + US style). I also have a DECT phone on a Sipura SPA-3000 configured with UK tones. This gives me a double ring of UK + UK, so this
2006 Jul 01
0
theme''s
Hi, Ive just come across the theme geneator plugin http://www.mattmccray.com/archives/2005/11/13/theme-generator-shapes-up/ However there seems to be very limited documentation, Does anyone know of any decent documentation for this, that explains why I should use it over the standard ruby on rails layouts and help me understnad what its...
2006 Mar 01
1
How-to question: form creation / different table update
I could use some direction. I need a form to collect information on a user''s allergies. I want to present them with a form much like the one we fill out when we see a new doc where you just check-off the things you''re allergic to. When the form comes back to the controller I want to add a record to a table for each allergy they''ve checked. I was thinking I should
2010 Nov 04
0
Echo to file using Rscript
I use R 2.12.0 in Windows XP. For debugging and control I am trying to get a file with contains the echo when code is copied into the R Gui. This works e.g. with the command: R CMD BATCH --no-restore D:\path\script.r then a file called script.Rout is generated in the same folder. It contains the code and the corresponding output. This does not work using: Rscript --no-restore
2008 Apr 14
1
[LLVMdev] llvm-as parse error
Hello.  > I have just started to use llvm and confronted with a problem: when I > want to transform something very simple for name.ll to name.bc with > llvm-as name.ll, some errors occured: error: parse error, expecting > `GLOBAL' or `CONSTANT' while reading token: 'target' Works for me. Please indicate, which LLVM version you're using, how you compiled it, etc.
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas, We want to make Clang great, and we need your help! Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor
2016 Jun 22
4
[PATCH v2 0/4] virt-p2v support for openSUSE / SLES
Diff to v1: * Use access rather than stat in gui.c * Remove now uneeded and missplaced include for stat.h Cédric Bosdonnat (4): p2v: use yast2 lan on SUSE distros rather than NM p2v: fix dependencies for SLES / openSUSE p2v: add virt-p2v-make-kiwi to generate kiwi config p2v: add -x option to nm-online .gitignore | 3 + configure.ac | 2 +
2016 Jun 22
5
[PATCH v3 0/4] virt-p2v support for openSUSE / SLES
Diff to v2: * remove leftover variable declaration in gui.c Cédric Bosdonnat (4): p2v: use yast2 lan on SUSE distros rather than NM p2v: fix dependencies for SLES / openSUSE p2v: add virt-p2v-make-kiwi to generate kiwi config p2v: add -x option to nm-online .gitignore | 3 + configure.ac | 2 + p2v/Makefile.am | 31 +++++-
2016 Jun 22
8
[PATCH 0/4] virt-p2v support for openSUSE / SLES
Hi there, Here are a few patches to get virt-p2v working on openSUSE and SLES. Note that I intentionnaly use icewm and yast2 lan for SLES and openSUSE since SLES doesn't ship metacity and all of NetworkManager pieces. Cédric Bosdonnat (4): p2v: use yast2 lan on SUSE distros rather than NM p2v: fix dependencies for SLES / openSUSE p2v: add virt-p2v-make-kiwi to generate kiwi config