search for: origianl

Displaying 14 results from an estimated 14 matches for "origianl".

Did you mean: origial
2002 Jul 19
1
Copying Files to Shares?
...ntly I setup samba 2.23 on a Red Hat 7.3 machine to be the Primary Domain controller, my win2k machine logs in just fine with username and password I setup sees the shares it should, however the problem I have is if I try to copy something to one of the shares it copies hte file 3 times, one is the origianl one is blank, one is coded and is the same file. And I can't seem to figure this out I am sure it is something simple I am over looking, but I can't seem to locate it.. Has anyone else seen this? Here is what the file/files look like from the shell. -rwxr--r-- 1 root jskala 989...
2007 Aug 22
3
tackle memory insufficiency for large dataset using save() & load()??
...variable, for 19 industry sectors), sqft (con't variable for square footage), building_type (categorical, for 2 building types) some values of sqft were inputed wrong, so i'd like to set sqft<1 to "NA" and then use aregImpute() to impute those NAs. Problem: the origianl dataset(.csv format) is too large. though i could read that dataset into R, i could not get aregImpute() run even i set the memory limit to 3G ! (yes, i did the switch in windows to reach 3G rather than 2G) Goal: try to find a way to slim down my dataset so as to get aregImpute() running....
2006 Jun 09
0
partials and rjs
...try_area'', :object => @country_areas ---------------------- According to the docs, it looks like page.replace "Replaces the "outer HTML" (i.e., the entire element, not just its contents) of the DOM element with the given id" What happens when this runs, is the origianl drop down adds the value to drop down that was typed in - say we typed in "test", but then another drop down along with some _javascript code is added. So it doesn''t look like it is replacing, but rather adding to it. This is what it looks like - now I have two drop downs! |...
2006 Feb 15
0
a basic question about standardization?
..., otherwise, how can my predicted data match with the non-standardized test Y vector? If I do standardization on the test X matrix and Y vector, then I lose my physical meaning of prediction error -- it will be distorted... since, at the end of the day, I want to see the prediction accuracy in the origianl non-standardized domain... If I don't do standardization on the text X matrix and Y vector, I am not sure if that Beta obtained through standardization is usable here... I am confused by the fact that there is an extra intercept... and there is one additional coefficient called Beta0. How d...
2010 Aug 11
1
How to calculate the concentration
...e food, the concentration is defined as the sum of the squares of share of each type. The concentration is discussed for different foods separately. So it means for the same food, we have the same concentration. As you see in the above codes, I want to get market_concentration (market_con) for the origianl data which has three columns. The codes show what market_concentration is, but you can see I do it manually.... Because 'share' is calculated regarding 'type', where market_con is the sum of the squares of the share for different 'food'. Any idea? Hopefully I address the p...
2006 Jan 20
1
Dial command not executing following priority when caller hangs up
Hi, I'm using Asterisk 1.2.1 on Sarge. it seems like if I call a phone and nobody answers, asterisk does not jump to the next priority...it freezes. Take a look at this: exten => 777,1,NoOp(before) exten => 777,2,Dial(SIP/7|60|g) exten => 777,3,NoOp(after) priority 3 is never executed but this worked with Asterisk 1.0.7!!! TIA Giorgio Incantalupo
2003 May 22
1
tagging parts
...mbined into one. the purpose of this would be that when playing back the such combined file, the player should display the individual tags while it's still a single track. however, it does not. it shows the first part's tag information for the whole long track. when done in a way where the origianl pre-vorbis .wav is split up, the parts converted into vorbis, tagged respectively, then combined into one - the player displays the tags fine. o, what could be done to make it to display correct information? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http:/...
2005 Jan 18
1
Dial Plan Agents (1 of 2) agent-dialplan.conf
Well because I had sooo may problems with chan_agent.c I wrote this. I'm releasing it under LGPL but if you use it or anything please let me know. It'd be interesting if anyone finds this more useful than just a pile of junk. I've included a (working) example extensions file. SIP phones are assumed to have the same identifier as their extension number, but it'd be trivial to
2008 Jul 15
5
Hardware support
What's the current state of hardware support for Ogg Vorbis? Any decent players out there? I have an iRiver iHP-120 and am thinking about upgrading, any recommendations? Phil Hibbs. Capgemini is a trading name used by the Capgemini Group of companies which includes Capgemini UK plc, a company registered in England and Wales (number 943935) whose registered is at No. 1 Forge End,
2005 Dec 08
2
Prototype.js Hash Methods
Hi, Has anyone seen any documentation on the Hash Object defined in the prototype library? To be precise the following methods - 1. keys 2. values 3. toQueryString 4. inspect 5. Merge I am trying to play around with them and have come up with the following examples - var h = $H({name: "john doe", email: "john-Ch9RrZxMC0c@public.gmane.org", msg: "say hello to
2011 Jan 06
4
Different LLRs on multinomial logit models in R and SPSS
Hello, after calculating a multinomial logit regression on my data, I compared the output to an output retrieved with SPSS 18 (Mac). The coefficients appear to be the same, but the logLik (and therefore fit) values differ widely. Why? The regression in R: set.seed(1234) df <- data.frame( "y"=factor(sample(LETTERS[1:3], 143, repl=T, prob=c(4, 1, 10))), "a"=sample(1:5,
2005 Feb 16
2
problem with se.contrast()
I am having trouble getting standard errors for contrasts using se.contrast() in what appears to be a simple case to me. The following test example illustrates my problem: Lab <- factor(rep(c("1","2","3"),each=12)) Material <- factor(rep(c("A","B","C","D"),each=3,times=3)) Measurement <-
2006 Jan 25
38
Rails app won''t run on Dreamhost - "incomplet headers" error
Can anyone provide some expert debugging help here? What''s the first step to take to see what the issue is here? I have no errors in the rails app''s log files. The only errors I have are those provided by apache and they are: ''FastCGI: Incomplete headers (0) bytes received from server'' I''ve tried editing the shebang line, removing line feeds, but
2005 Jan 18
0
Out of 5 Grandstream BudgeTone 101 THREE are
...can NOT be rang-back to the original extension. They end up (in my example) in from-sip,s,1 which equates to default,s,1 but they have ALL the internal extensions and dial plan. Why? Heck if I know. Somehow the C code loses track of who I'm dialling and in 1.0.1 chan_park can't find the origianl extension in the event of a timeout. Yup you could code aroudn this in the dial plan logic by leaving some sort of hint, but I don't get why it's missing. Also don't put a /n at the end of the Dial(Local...) stuff in the AgentCallBack macro, it will cause zombies, lots of them, and we...