search for: sourse

Displaying 17 results from an estimated 17 matches for "sourse".

Did you mean: source
2004 Jul 21
1
Sourse Code Of OGG/VORBIS Decoder
Can some one help me from where i can get the OGG/VORBIS Decoder source code.From VORBIS website i've downloaded some source code,but it have several project files.i'm puzzled about that. Please let me know which one is correct or from where i can down load this code. Thanks in advace. Regards Chiranjeevi DISCLAIMER: The information contained in this e-mail message and in any
2005 Apr 26
2
how to modify and compile R sourse codes
Dear All: I am working on writing some R functions to make statistical reports automatically. Dr. Harrell's Hmisc has all the wonderful stuff. But sometimes I need change some formats, so I want to read through it and make some modifications to fit my project. Ideally, I want proceed as following: 1. change some source of Hmisc 2. compile and install the modified Hmisc 3. debug my
2011 Jul 07
1
deming regresion to make 2 variables comparable
Hi, I have a dataset which has var1 from 1 sourse and var2 from 2 different methods. I need a new variable such that var2 values from both methods can beused as 1 variable. I believe deming regression can be used to do this. I just don't know how to do it. My data looks like: idvar1var2method1var2method2 11.22.1NA 21.62.4NA 31.52.2NA 41.3NA2....
2012 Feb 15
1
source code of MARS
Dear Sir/Madam, I am a phd student and I am trying to implement a new approach for the knot selection procedure in MARS algorithm. In order to apply and test the efficiency of my method, is it possible to get the code (sourse) of "earth" library? Thank you for your interest and concern. Best Wishes, Elcin Kartal, Research Assistant Department of Statistics Middle East Technical University TURKEY [[alternative HTML version deleted]]
2007 May 13
1
Strange behavior of debugger
.....) The C files are compiled with: R CMD SHLIB -d myfile.c I am using Win XP + Cygwin, and I have a binary version and a cygwin compiled version of R-2.4.1 installed. This same behavior show up in both installations. One thing is, even though I set the evn DEBUG as T when built R from sourse in Cygwin, the Rgui.exe I got doesn't seem to contain debug info. (although R.exe does) , I am not sure if this means I did something wrong. Appreciate any help. tong
2017 Dec 06
1
I can't start video streaming
...;127.0.0.1</bind-address> --> <shoutcast-mount>/bfmvideocast</shoutcast-mount> </listen-socket> at VLC setting, I put icecast2 information, and I select "Video - Theora + Vorbis (OGG)" as profile. Although I started VLC, icecast never recognize sourse client, according to icecast admin site. When I started VLC, I'v got a error message at icecast error.log, those are; [2017-12-06 15:23:54] INFO fserve/fserve_client_create checking for file /style.css (/usr/share/icecast2/web/style.css) I'm sorry I can't understand this meaning. D...
2009 May 03
13
Ruby or Rails bug?
In irb all works fine: # irb irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''raspell'' => true irb(main):003:0> speller = Aspell.new("ru_RU") => #<Aspell:0x7f8692c9d158> irb(main):004:0> speller.suggestion_mode = Aspell::NORMAL => "normal" irb(main):005:0>
2017 Dec 06
0
Icecast Digest, Vol 162, Issue 2
...t; --> > <shoutcast-mount>/bfmvideocast</shoutcast-mount> > </listen-socket> > > at VLC setting, I put icecast2 information, and I select "Video - Theora + > Vorbis (OGG)" as profile. > Although I started VLC, icecast never recognize sourse client, according to > icecast admin site. > > When I started VLC, I'v got a error message at icecast error.log, those > are; > > [2017-12-06 15:23:54] INFO fserve/fserve_client_create checking for file > /style.css (/usr/share/icecast2/web/style.css) > > I'm sor...
2008 Jun 09
7
[LLVMdev] regression? Or did I do something wrong again?
...:237: note: candidates are: static llvm::ConstantFP* llvm::ConstantFP::get(const llvm::APFloat&) /usr/local/llvm/include/llvm/Constants.h:242: note: static llvm::ConstantFP* llvm::ConstantFP::get(const llvm::Type*, double) hendrik at lovesong:~/dv/llvm/tut$ I cut-and-pasted the sourse from http://llvm.org/docs/tutorial/LangImpl4.html -- hendrik
2004 Apr 09
6
Incorrect handling of NA's in cor() (PR#6750)
Full_Name: Marek Ancukiewicz Version: 1.8.1 OS: Linux Submission from: (NULL) (132.183.12.87) Function cor() incorrectly handles missing observation with method="spearman": > x <- c(1,2,3,NA,5,6) > y <- c(4,NA,2,5,1,3) > cor(x,y,use="complete.obs",method="s") [1] -0.1428571 >
2005 Aug 09
3
file
hi im saleh please help me I WANT SOURSE CODE SIMILAR THIS CODE package asl; import java.awt.*; import java.awt.event.* ; import java.applet.*; public class animat1 extends Applet implements Runnable{ int c = 290, d = 300; int x = 20, k = 20, o = 0, m = 10, n = 0, y = 0; Thread t = new Thread(this); Image img1, img2,...
1998 Sep 14
0
Re: installing R packages --> for Pablo E. Verde
...ith dynamic loading. Second remark. > library(MASS) > data(cat) Warning: Data set `cat' not found > All data sets in MASS library as in boot one are NOT R source files but R images. I think this is the reason why you (and me too, of course) cann't load them. If you want them as R-sourse files try this: 1- Open cats.rda (..\Mass\data\) with File: Load Image. 2- Edit the object cats (for exemple with: fix(cats)) and copy all the data into a new Notepad document called "cat.R". Save cat.R and del the .TXT exstention. 3- Modify your new cat.R adding: cats <- structure(...
2008 Jun 09
0
[LLVMdev] regression? Or did I do something wrong again?
...tes are: static llvm::ConstantFP* llvm::ConstantFP::get(const llvm::APFloat&) > /usr/local/llvm/include/llvm/Constants.h:242: note: static llvm::ConstantFP* llvm::ConstantFP::get(const llvm::Type*, double) > hendrik at lovesong:~/dv/llvm/tut$ > > I cut-and-pasted the sourse from http://llvm.org/docs/tutorial/LangImpl4.html That should be easy to fix; from the LLVM 2.3 release notes: "The ConstantFP::get method that uses APFloat now takes one argument instead of two. The type argument has been removed, and the type is now inferred from the size of the given APFlo...
2008 Nov 18
1
Wine - WoTLK opengl Problem.
Hello, This is my first post here. I've started with linux some months ago, but i still keep my dual boot to play games. I was able to run work windows soft on Wine, but wasn't able to run wow. I want to run it on linux so i canget rid of Dual boot but i'm having some problems to run it correctly. I've managed to run the game perfecly with "d3d" but the FPS is very
2011 Jul 04
2
Linux early userspace doubts
Hi, I am a newbie into kernel booting process. I have read few things about boot process of the linux kernel. I am stuck at few things, which I am confident, someone from the list might help on - - If I pass a ramfs image as an intrd paramter from the bootloader (say grub), then will the kernel treat this as a ramfs image only? - initrd image is also, packed using cpio archive, then
2007 Mar 21
3
question on suppressing error messages with Rmath library
Dear list, I have been using the Rmath library for quite a while: in the current instance, I am calling dnt (non-central t density function) repeatedly for several million. When the argument is small, I get the warning message: full precision was not achieved in 'pnt' which is nothing unexpected. (The density calls pnt, if you look at the function dnt.) However, to have this happen a
2004 Jan 15
1
Problem at compiling zaptel
Hi all! Can anybody please give me some advice, what is wrong at my first try to compile Asterisk. I have successfully downloaded the sources from CVS, but now the next step at zaptel " clean; make install" fails. Please have a look at the error-log below. There must be a fundamental mis-configuration I suppose, but I am unfortunately not an expert in this area. Franz ------ error