search for: tryout

Displaying 20 results from an estimated 43 matches for "tryout".

2016 Mar 12
4
Building with LLVM_PARALLEL_XXX_JOBS
...r '-fprofile' shows... LLVM_PROFDATA_FILE:PATH Path to a profdata file to pass into clang’s -fprofile-instr-use flag. This can only be specified if you’re building with clang. Unsure what to use! >From my build-script (attached)... ##### BEGIN *** SECTION WILL BE DELETED *** # # XXX: TRYOUT #1: Use GOLD as linker # XXX: TRYOUT #2: Use '-O3' OptLevel # XXX: TRYOUT #3: Use #2 in combination with LTO and PGO ('-O3 -flto -fprofile-use') # XXX: TRYOUT #4: Use optimized tablegen # ### TRYOUT #1: GOLD <--- DONE # CMAKE_LINKER:FILEPATH=/usr/bin/ld # GOLD_EXECUTABLE:FILEPATH...
2012 Sep 26
1
Running different Regressions using for loops
...Price2 · Price3 · Price4 · Price5 · Trend · Seasonality I want to run 5 regressions, with the Volume as an dependent variable and Price, Trend & Seasonality as independent variables. I have read the above mentioned variables in a variable called “tryout” I am entering the following syntax in R > for(i in 1:5) + { + result[i]=lm(Volume~Price[i]+Trend+Seasonaliy,data=tryout) + summary(result[i]) + } After running these lines…I am getting the following error message Error in eval(expr, envir, enclos) : object 'Price' not fo...
2011 Sep 07
1
Tryout paches for faster chert search: http://trac.xapian.org/ticket/326
Hi, w.r.t. http://trac.xapian.org/ticket/326 I'd like to try out some of the patches mentioned against my xapian svn trunk to see what kind of improvement can be realised. There are quite a few patches, so can I simply try them all top-to-bottom, or which of them are recommended (ie, I don't want to screw with the index format)? Thanks h
2006 Apr 03
0
QoS Solution for an ISP - Need help on my build tryout
Hello all, I am doing many trys on put a QoS Solution to work at my ISP/WISP. I have this network topology: router <> eth0.srv <> eth1.srv <> clients I just want to make that ALL http, mail, ssh and icmp traffic have preference in any instace. So, what I tryed to do was this: My link has 3096 Kbps upload and 3096 Kbps download (it is a ppp from a telecom) I
2012 Jan 26
1
[LLVMdev] How to get trace using llvm?
Hello, I am trying to get the trace by running my sample program using llvm. I was referring following link for lli: http://llvm.org/releases/1.0/docs/CommandGuide/lli.html after that I installed llvm and llvm-gcc. Here is the version detail: tushar at tushar-mehta:~/NUS/os_project/tryout$ lli -version Low Level Virtual Machine (http://llvm.org/): llvm version 2.8 (Ubuntu 2.8-0ubuntu1) Optimized build. Built Oct 6 2010 (13:24:23). Host: x86_64-pc-linux-gnu Host CPU: i686 Registered Targets: x86 - 32-bit X86: Pentium-Pro and above x86-64 - 64-bit X86: EM64T a...
2010 Sep 24
0
Two yaers later tryout Topix8 with Wine 1.3.3
Very good news, I did a tryout and now Topix run's in Wine 1.3.3, but it crashes if I clos the program. Then there is no chance to start Topix again, I must kill wine with "wineserver -k". Here may be you can see what's happend: Code: ~/.wine/drive_c/Programme/TOPIX8 Arbeitsplatz 2008$ wine TOPIX8.exe fixme:...
2010 Sep 24
1
A new tryout with Topix two years later
Two years later, Wine 1.3.3 and a new tryout with Topix8 (new version). Great - it run's but the program crashed if I try to close it, see here: Code: $ wine TOPIX8.exe fixme:win:WINNLSEnableIME hUnknown1 0x10062 bUnknown2 1: stub! fixme:imm:ImmGetOpenStatus (0x136298): semi-stub fixme:imm:ImmReleaseContext (0x10062, 0x136298): stub fi...
2017 Jun 28
2
help needed for RInside with Qt
Hello, I am developing an application using Qt framework and C++. I want to use R as statistics engine of my application. After doing some search on internet; I came to the conclusion that RCPP, MPI with RInside is what I need. The next logical task was to quickly tryout "qtdensity" project of RInside, for understanding the build and other settings. I hit some roadblock here and got little confused. I have following quaries: 1. I am using Qt 5.8 MSVC and would like to distribute both 64 bit as well as 32 bit application. 2. Can I use binary distribution...
2016 Mar 03
3
Building with LLVM_PARALLEL_XXX_JOBS
I had only a quick view on the blog-texts. It might be that a CLANG generated with LTO/PGO speeds up the build. Can you confirm this? Can you confirm binutils-gold speed up the build? Has LLVM an own linker? Can be used? Speedup the build? Yesterday night I loooked through available CMAKE/LLVM variables... ### GOLD # CMAKE_LINKER:FILEPATH=/usr/bin/ld #
2010 Feb 06
1
CONNECTEDLINE
Gentlemen, Did tryout "CONNECTEDLINE" function, was exactly what I have been looking for. But there are at least one thing I cant figure out. Did a very simple and "stupid" extension 0317998955 and ran a test. My phone (0317998975) dials 955, the display on my phone changes from "955" t...
2009 Mar 10
3
mapstraction as org for GSOC?
Google Summer of Code has announced the opening of applications for Mentor organizations. Pamela Fox mentioned awhile ago that Mapstraction may be a good fit. http://socghop.appspot.com/ I would like to brainstorm if we have identifiable projects, and preferably even interested students, that would like to work together on putting in some applications. A couple of initial possibilities: -
2008 Jan 07
1
glibc detected *** /usr/lib64/R/bin/exec/R: double free or corruption ???? tm package
...der for which I want to do some text mining. If I run TextDocCol from the tm package, R crashes with some memory issues. Does anyone has any idea if this is related to R itself or to the tm package? Below you can find what is happening here. > setwd("/home/jan/Work/2008/Profacts/textmining/tryouts/workfolder") > require(tm) Loading required package: tm Loading required package: filehash Simple key-value database (1.0-1 2007-08-13) Loading required package: Matrix Loading required package: lattice Loading required package: Snowball Loading required package: RWeka Loading required pac...
2017 Jun 29
0
help needed for RInside with Qt
...ote: > Hello, > > I am developing an application using Qt framework and C++. I want to use R > as statistics engine of my application. After doing some search on > internet; I came to the conclusion that RCPP, MPI with RInside is what I > need. The next logical task was to quickly tryout "qtdensity" project of > RInside, for understanding the build and other settings. I hit some > roadblock here and got little confused. I have following quaries: > > 1. I am using Qt 5.8 MSVC and would like to distribute both 64 bit as well > as 32 bit application. > 2....
2018 Nov 23
2
Re: [PATCH] v2v: Add support for libosinfo metadata
...e and join those together. I tried this on few disks from virt-builder, but not on any Windows one. All worked nicely except openSuSE tumbleweed which met an error earlier than the XML creation phase. The matching code could be made shorter, but since this is my "tryout patch" for libguestfs, I'm just glad it works. I'd appreciate literally *any* comment to any part of this. I haven't find any unit tests for these kind of functions, so no tests are added. If there is a place where tests would fit nicely, feel free to let me...
2016 Jan 21
3
Cannot write to home directory, but I can write to subfolder
...reconnect them. > I have 1 pc here (win7 64bit) which is getting a "ghost" share. > With that i mean one user gets a drivemapping to another users folder, > When this happens, we have also the problem that this user cannot open or > write any file. > > So 2 thing you can tryout without rebooting the server. > > > Greetz, > > Louis > > > > -----Oorspronkelijk bericht----- > > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nico De Ranter > > Verzonden: donderdag 21 januari 2016 10:25 > > Aan: samba > > Onderwer...
2006 May 25
2
Problem SAVING and LOADING documents in Crossoffice Wine Word97
Dear friends: I am using PCLINUXOS version .92. My problem, simply put, is that I cannot SAVE or LOAD documents in MSWord97 using the older Codeweavers Crossover Office Wine 1.3.5. Thinking the problem might be resolved in the latest Crossover Office 5, I downloaded the Tryout version but the same problem occurs (i.e. at least for me) in this latest version. In fact, it wouldn't even allow me to install MSWord97. Unfortunately, my tech support has long since run out on this older 1.3.5 version (which I received as part of an upgrade of the Crossover Plugin). I i...
2017 Jun 29
1
help needed for RInside with Qt
...t;> I am developing an application using Qt framework and C++. I want to >use R >> as statistics engine of my application. After doing some search on >> internet; I came to the conclusion that RCPP, MPI with RInside is >what I >> need. The next logical task was to quickly tryout "qtdensity" project >of >> RInside, for understanding the build and other settings. I hit some >> roadblock here and got little confused. I have following quaries: >> >> 1. I am using Qt 5.8 MSVC and would like to distribute both 64 bit >as well >> as...
2005 Sep 22
5
Adding Categories to the Depot example in the Agile Rails book
Hi ya, I want to add categories to the depot example in the Agile rails book. These are my thoughts: Create a new table called categories with id, title, description, and image fields. Add a new field to the products table called category_id Create a model called Category with "has_many :products" Now I should have a one to many link between the products and categories tables? Now
2016 Jan 21
2
Cannot write to home directory, but I can write to subfolder
I have a storage server running samba 3.6.6 on Debian. Unfortunately I cannot easily upgrade samba as this is a production server. The server is a member of a Samba-based domain, unix users are still handled by NIS. When I logon to a Windows 7 pc (also part of the domain) with my own user my homedirectory is automatically available as H:\. I can see the content of the directory but when I try to
2009 Oct 30
0
environment or other technique to isolate some private working information
...#39;m misreading the documentation on 'environment' somehow (it may be clear to folks who are deep into Lisp/Scheme, but not mere mortals). Or perhaps there is a better way to isolate the private collection of objects that will do the monitoring. I can provide the files to anyone wanting a tryout, but they are a bit long, and I suspect there is an "easy" approach that is eluding me. JN