Displaying 20 results from an estimated 800 matches similar to: "[LLVMdev] LLVM and the windows xp/vista kernel"
2008 Oct 24
0
Weighted LSCV 2d kernel smoothing
R List,
I am seeking help in the area of kernel smoothing. I am attempting to use LSCV values to conduct 2d and weighted 2d kernel smoothing (imported from an ArcMap shapefile), and have been unable to find tools to conduct such analysis in R. My biggest problem is determining the LSCV value and finding a tool that does weighted smoothing, as there are obviously many different packages that will
2019 Nov 19
3
Fwd: RFC: Moving toward Discord and Discourse for LLVM's discussions
But is it better or worse than IRC in this regard?
On Mon, Nov 18, 2019 at 10:49 PM Daniel Chapiesky via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
>
> ---------- Forwarded message ---------
> From: Daniel Chapiesky <dchapiesky2 at gmail.com>
> Date: Tue, Nov 19, 2019 at 1:48 AM
> Subject: Re: [llvm-dev] RFC: Moving toward Discord and Discourse for
>
2009 Jun 05
3
help with duplicates
I have a large dataset that contain duplicate records. How do I identify and remove duplicate records?
Chris Anderson
707.315.8486
www.sassydeals4u.com
____________________________________________________________
Free info for small business owners. Click here to find great products geared for your business.
2009 Jul 01
2
recoding charactor variables with special charactors
I have a several character variables that I need to recode, but some of them have special characters like single quote or ( ). How tell R to ignore these special characters so I can rename them? Below is the error message I am getting.
social$FamilySupport[social$FamilySupport=="Mr. XXXs' extended family live in the Nashville area where he and his wife reside."]<-"Highly
2019 Nov 19
2
Fwd: RFC: Moving toward Discord and Discourse for LLVM's discussions
On 11/19/19 9:09 AM, Zachary Turner via llvm-dev wrote:
Note there is also Slack, which does not have these problems. Not sure why that keeps being overlooked
My understanding is this is because Slack does not have good moderation tools. I'm unfamiliar with further details in this regard.
-Hal
On Tue, Nov 19, 2019 at 7:07 AM Zachary Turner <zturner at roblox.com<mailto:zturner at
2009 Jun 03
1
Data Clean of Character variables
I am new to R, and I need to do some simple data cleaning.
In the example below I have 164 rows of data with a missing value. I want to convert these missing to unknown while keeping the other values as is.
summary(ABIClinical$HasSkinBreakdown)
no unknown yes
164 914 163 178
When I did the following code:
2008 Sep 18
1
Fixed Point Perfomance
Hello Developers,
I am considering using SPEEX on an embedded processor that does not have a floating point unit. Does anybody have a SPEEX performance characterization on a fixed point processor? More specifically, I am interested in knowing how the MFLOPS values from Table 9.2 in the manual translate to fixed-point instructions when SPEEX is compiled with enable-fixed-point option.
Any help
2009 Jul 02
2
Export data to Multiple Sheets in Excel via xlsReadWritePro
Is there a way to export multiple datasets into multiple excel spreadsheets using xlsReadWritePro or with xlsReadWrite?
Chris Anderson
707.315.8486
www.sassydeals4u.com
____________________________________________________________
Turn any room into a work of art. Click now for beautiful oriental rugs!
2009 Jul 01
1
conditional recoding a variable
I have a variable that identifies citizen type but some of my rows are blank. I want to replace the blank entries with the correct value which is conditional on another variable. In SAS, my conditional statement would be as follow:
if citizenType="" and primarylanguage="English" then citizenType ="US citizen"; else citizenType=citizenType;
When I try to duplicate this
2009 Oct 28
1
roc plot with zero length labels error
I am trying to create the roc plot bootstrap method from library(verification), and when I set the plot =both or emp then I get the following error. The roc.plot works fine when the plot is set to binorm. This is my first time using this function in R and am not sure what this error means or how to resolve the issue. It seems to work ok with the example dataset. Is there an option or data
2013 Jul 15
0
[LLVMdev] Need compiler retargetted for legacy console system
We are a community of enthusiasts for the Atari Jaguar console system
http://en.wikipedia.org/wiki/Atari_Jaguar
This system has NEVER HAD a cross-compiler for its GPU other than briefly
that John Carmack created to make Doom for the system. But he lost that
long ago and couldn't release it if he had it still. Now any work to get
the main backbone of power out of the systems GPU must be
2013 Apr 02
0
about maildirsize not updating
Hi
sorry for the delay. My configuration is using Centos 6.dovecot 2.1.1.and i have configure the quota plugin.but i am not sure what you mean by dovecot-lda.i just follow the guides on the internet and skim through dovecots documentation.i am using the local unix account for mail account not using virtual users.here is my configuration:
[root at mail ~]# dovecot -n
# 2.1.1:
2013 Apr 04
1
maildirsize problem
i am currently using roundcube my webmail and configure using dovecot quota plugins.
but it seems to not be updating the maildirsize when new mails comes.Deleting the
maildirsize will recreate the files correctly.Is there any solutions to this problem with
dovecot.
Either you're not using dovecot-lda to deliver the mails, or you haven't configured quota
plugin correctly for it.
2018 Jul 25
0
IceCast 2.3.x v. 2.4.x connections? Difference?
Hi, thanks for reply back to me, it was my mistake I used the same number:8000 at the listening port to remote that computer. I changed the number at the listening port, now I am back on. Best regards, Miguel Jean
---------- Original Message ----------
From: ScanCaster <scancaster at scancaster.net>
To: icecast at xiph.org
Subject: [Icecast] IceCast 2.3.x v. 2.4.x connections?
2009 Jul 02
1
help exporting to excel via xlsReadWritePro
I’m trying to export a file from R to excel using the xlsReadWritePro function and I keep getting the error below. I get the same error when I use the oledatetime function. My current date format is mm/dd/yyyy, which is how I want it in excel. Also is there anyway to export different datasets to multiple sheets similar to the ods function in SAS?
<?xml:namespace prefix = o ns =
2009 Jul 08
0
Help resolving error in quantcut
I am trying to use the quantcut function to create deciles, but I am getting the error below. I am new to using this function and do not know how to properly use the options or some other conversion that is necessary.
#initial summary using describe function in Hmisc library
DegreeBurn4th
n missing unique Mean .05 .10 .25 .50 .75 .90 .95
76 133
2009 Jul 15
1
Help with RODBC connection to multiple MS SQL Sever databases
I'm trying to pull data from multiple MS SQL Sever databse in R. I can access the databases one at a time, but the tables are to large to pull the entire tables then join then in R. So I need to do a SQL join that will join the tables from the each of the databases. How do I combine the connection so that I can implement it in my sql query below. I'm currently getting the following error:
2018 Jul 23
0
icecast could not create listener socket on port 8000
Hi, could you please help me with this situation, the operating system in my computer is Windows 10, and icecast cannot start properly here is my configuration: <icecast>
<!-- location and admin are two arbitrary strings that are e.g. visible
on the server info page of the icecast web interface
(server_version.xsl). -->
<location>Earth</location>
2007 Sep 28
0
DTM Cient on DomU Vista 64 and Vista 32 fails
Xen-system
AMD x64 2GB Memory installed with
Domain 0 Linux Fedora 7 + Xen 3.1 + 2.6.18-xen i386
Domain 0 Linux Fedora 7 + Xen 3.1 + 2.6.18-xen x64
HVM -
Vista 32 Ultimate + xenbus
Vista 64 Ultimate + xenbus
The DTM studio/controller was based on microsoft WLK 1.0c + update fileter
patch (MS logo kit filter update every day) for more detail please
2007 May 28
2
vista on mongrel
Hi,
I have installed mongrel on Vista and my app runs *really* slowly. Checking
Net stats in firebug shows each html request for the assets taking ~1s.
Running same app on XP is fine and running as webrick on vista is fine too.
There is also a strange pattern : each of the http requests to mongrel take
marginally more than 1s, e.g. 1.04, 1.05
on webrick each request takes ~ 4-40ms.
Very odd