search for: coder

Displaying 20 results from an estimated 766 matches for "coder".

Did you mean: code
2016 May 04
2
ImageMagick security alert
...illa.redhat.com/show_bug.cgi?id=CVE-2016-3714 > > Mitigation: > > As a workaround the /etc/ImageMagick/policy.xml file can be edited to disable > processing of MVG, HTTPS, EPHEMERAL and MSL commands within image files, simply > add the following lines: > <policy domain="coder" rights="none" pattern="EPHEMERAL" /> > <policy domain="coder" rights="none" pattern="HTTPS" /> > <policy domain="coder" rights="none" pattern="MVG" /> > <policy domain="coder"...
2000 Feb 21
1
problems with winCVS
hi everybody, we have problems using wincvs with a cvsroot on a samba-server. we think that the problem is the renaming of files where the cvs user does not have write-permisson on: this is our configuration: fileserver on a irix6.5 running samba 1.9.18p8 having a share on / named 'coder'. win95 box, running wincvs, setting cvsroot something like \\cvsserver\coder\projects\cvsroot problem: when i do a commit on a file on which i'm not the owner, wincvs reports: cvs [commit aborted]: cannot rename file \\cvsserver\projects\cvsroot/src/,test.c, to \\cvsserver\projects\...
2016 May 03
2
ImageMagick security alert
https://imagetragick.com/ As CentOS is often used for web servers, I thought this should be posted here. Bug in ImageMagick allows remote exploit. AFAIK no patch exists yet but defense against the exploit is detailed at the link. CVE-2016?3714
2009 Dec 13
2
Reshape a data set
I am trying to reshape a data set. Could someone please help me with the reshape, cast, and melt functions? I am new to R and I have tried reading up on how to use the reshape package, but I am very confused. Here is an example of what I am trying to do: subject coder score time [1,] 1 1 20 5 [2,] 1 2 30 4 [3,] 2 3 10 10 [4,] 2 2 5 12 [5,] 3 2 15 NA [6,] 3 1 NA 13 Reshape to: subject coder.1 score.1 time.1 coder.2 score.2 time.2 [1,] 1 1 20...
2004 Jan 05
2
Codec Negotiation Does not seem to work as expected ?? Help Please !!
Hello, I have been trying to get my coders to work without a conversion. I have read all the available asterisk documentation and support groups without any luck. Here is my issue. (Please feel free to ask questions if you do not understand what I am talking about.) I am using Cisco ATA-186 set to g729 codec. (But it will switch to g71...
2012 Jan 27
1
multiple column comparison
Hello, I have a very large content analysis project, which I've just begun to collect training data on. I have three coders, who are entering data on up to 95 measurements. Traditionally, I've used Excel to check coder agreement (e.g., percentage agreement), by lining up each coder's measurements side-by-side, creating a new column with the results using if statements. That is, if (a=b, 1, 0). With this many va...
2016 May 07
0
ImageMagick security alert
...>> >> Mitigation: >> >> As a workaround the /etc/ImageMagick/policy.xml file can be edited to >> disable >> processing of MVG, HTTPS, EPHEMERAL and MSL commands within image >> files, simply >> add the following lines: >> <policy domain="coder" rights="none" pattern="EPHEMERAL" /> >> <policy domain="coder" rights="none" pattern="HTTPS" /> >> <policy domain="coder" rights="none" pattern="MVG" /> >> <policy domain="...
2003 Oct 10
2
New entropy coder
Hello, I am a computer engineering student and compression hobbyst and have recently developed a new entropy coding algorithm. It can be used to achieve compression proper of arithmetic coders at very high speeds -almost like Huffman codecs-. Since it could be of interest to you, I send it as an attachment -code and technical report-. Please, drop me a line in case you have any doubt or suggestion. Regards, Eduardo Enrique González Rodríguez. -------------- next part...
2011 Jul 24
4
lots of small files in a folder on Linux centos
...I have a rather annoying issue on going with one of my centos virtual servers. the server hosts a website using apache and mysql ,there are three persons involved with keeping the site up and running. and i am his root due to the fact he does not know anything with about Linux. there is an php/sql coder , and the site owner which only knows to use the CMS and upload new articles to the website. the coder and the site owner work together for a long time already , i am their new admin ( as the last one was a major ISP which failed to host the site properly ). lately the server is under-preforming...
2012 Jul 11
1
Decoding a continues stream
...to decode a FLAC audio stream. I have a reader which sends raw byte data to my FLAC wrapper class. Only once the decode function below returns, the reader will send new data. Hence I want to decode until the stream is empty, but I will add new data to the stream once it is empty. *void **MyFlacCoder::**decode(char *data, int bytes) { mBuffer = input; mBufferBytes = bytes; FLAC__stream_decoder_process_until_end_of_stream(mDecoder); } * My read callback looks as follows: * FLAC__StreamDecoderReadStatus flacReadDecode(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], siz...
2007 May 28
3
MiniMagick... Core Dump when Reszing Images?
Hi, I''m using Mini Magick and that attachment_fu plugin to resize images that the user uploads. Everything looks okay in my code, but I get a core dump every time an image is uploaded. The file successfully posts to the application, I can see that the original file gets copied into the folder correctly. It appears that it dumps immediately after that. I''m using Mongrel behind
2006 Aug 13
4
Experienced RoR Coders Needed!
Devlounge is looking for advanced RoR coders who may be willing to share their knowledge by writting quality articles on Ruby and what it can accomplish. These can be tutorials, discussions, opinion pieces, getting started guides, etc. You''re articles will be seen by 350-500 unique people daily! Plus, you''ll get a great...
2006 Jul 21
1
19 Rails Tricks Most Rails Coders Don''t Know
Sorry if this has already been posted and I have missed it. This is a great little reference I found that even veteran programmers can find useful. http://www.rubyinside.com/19-rails-tricks-most-rails-coders-dont- know-131.html Sunny
2001 May 09
4
Can compressed music sound better than uncompressed?
I quote from "Principles of Digital Audio" by Ken C. Pohlmann: "Because perceptual coders tailor the coded signal to the ear's acuity, they similarly tailor the required response of the playback system itself. Live music does not pass through amplifiers and loudspeakers, it goes directly to the ear. But recorded music must pass through the playback signal chain. Much of the ori...
2006 Mar 08
1
Re: PLEASE respond: how to get Asterisk to change coders on RTP handoff?? HELLO???
...e the actual call decoding is done by the external boxes, which have already paid the licensing fees). Dan Miller ----- Original Message ----- From: Dan Miller To: asterisk-users@lists.digium.com Sent: Monday, March 06, 2006 10:11 Subject: PLEASE respond: how to get Asterisk to change coders on RTP handoff?? I have a hardware FXO/FXS which handle my voip calls, and they support G723 internally. Asterisk hands off these calls just fine, and everything works, as long as I don't want PBX menues available... The problem is, once I want it to return messages, it will only return...
2011 Aug 02
1
Compile Speex for Blackfin in VisualDsp
...ue??? ---> http://permalink.gmane.org/gmane.comp.audio.compression.speex.devel/2959 ? I am seeing the same thing when I compile speex in visualdsp ? These are the errors I get from using the assembly version of vq_nbest: ? ..\..\..\..\algorithms\voice\speex\src\vq.c [Error ea5004] "C:\Users\coder\AppData\Local\Temp\acc22e8547f000\acc22e8547f001.s":482 Syntax Error in : LOOP vq_loopR2= LC0 = P4; syntax error is at or near text '='. Attempting error recovery by ignoring text until the ';' [Error ea5004] "C:\Users\coder\AppData\Local\Temp\acc22e8547f000\acc22e8547f001...
2004 Jan 05
0
Codec Negotiation Does not seem to work as e xpected ?? Help Please !!
...ream is going >through asterisk, it behaves with how asterisk is capable. If there had >been a reinvite, then the ATA and the remote end would then be able to >negotiate a different codec. On Mon, 2004-01-05 at 01:29, SamW wrote: > Hello, > > I have been trying to get my coders to work without a conversion. I have > read all the available asterisk documentation and support groups without > any luck. Here is my issue. (Please feel free to ask questions if you do > not understand what I am talking about.) > > I am using Cisco ATA-186 set to g729 codec. (...
2005 Dec 30
2
unexpected "false convergence"
...;d appreciate any advice on potential causes and relevant documentation. The code: score<-c(1,8,1,3,4,4,2,5,3,6,0,3,1,5,0,5,1,11,1,2,4,5,2,4,1,6,1,2,8,16,5,16,3,15,3,12,4,9,2,4,1,8,2,6,4,11,2,9,3,17,2,6) id<-rep(1:13,rep(4,13)) test<-gl(2,1,52,labels=c("pre","post")) coder<-gl(2,2,52,labels=c("two","three")) il<-data.frame(id,score,test,coder) attach(il) cs1<-corSymm(value=c(.396,.786,.718,.639,.665,.849),form=~1|id) cs1<-Initialize(cs1,data=il) run<-glmmPQL(score~test+coder, random=~1|id,family=poisson,data=il,correlation=cs1) Th...
2006 Jan 10
0
bug in either glmmPQL or lme/lmer
...nding this to the list at large. I see the bug under both R 2.1.1, and R 2.2.1. (I sent a related message a while ago, but this one has more detail.) library(MASS) library(nlme) fit.model <- function(il, model.family) { cs <- Initialize(corSymm(form=~1|id), data=il) glmmPQL(score~test+coder, random=~1|id, family=model.family, data=il, correlation=cs) } score <- c(1,8,1,3,4,4,2,5,3,6,0,3,1,5,0,5,1,11,1,2,4,5,2,4,1,6,1,2,8,16,5,16,3,15,3,12,4,9,2,4,1,8,2,6,4,11,2,9,3,17,2,6) id <- rep(1:13, rep(4, 13)) test <- gl(2, 1, length(score), labels=c("pre", "post&quot...
2006 Mar 06
1
PLEASE respond: how to get Asterisk to change coders on RTP handoff??
...voip calls, and they support G723 internally. Asterisk hands off these calls just fine, and everything works, as long as I don't want PBX menues available... The problem is, once I want it to return messages, it will only return them as GSM... which is fine, since my FXO/FXS support multiple coders. However, even though Asterisk lets me specify a list of valid coders, it will only use one... I want Ast to use GSM to playback messages, then when it hands off the call to the endpoints, it should tell them to use G723 in the RE-INVITE messages... I don't see any way to get it to do this;...