search for: cogs

Displaying 20 results from an estimated 45 matches for "cogs".

Did you mean: cgs
2007 Sep 05
1
Single Table Inheritance and :conditions
...model (table is employees) class Cog is the subclass model, and uses single table inheritance to be a subclass of Employee class Blurfl is a normal model (table is blurfls) in cog.rb, I have something like: def foo Cog.find(:all, :include=>''blurfl'', :condition=> ["cogs.status = ''Active''"] end So we''re joining active cogs and blurfls. Now, and this is the thang, assume that the blurlfs and cogs tables both have a status column. The problem is that the conditional statement above won''t work. There isn''t a cogs t...
2007 Apr 28
0
Changes to 'cog-jpeg'
New branch 'cog-jpeg' available with the following commits:
2010 Oct 10
2
Help reading table rows into lists
Hi all, I have a large table mapping thousands of COGs(groups of genes) to pathways. # Ex COG0001 patha pathb pathc COG0002 pathd pathe COG0003 pathe pathf pathg pathh ## I would like to combine this information into a big list such as below COG2PATHWAY<- list (COG0001 = c ("patha ","pathb ","pathc "),COG00...
2010 Oct 23
1
Summarizing For Values with Multiple categories
...t;,B=c("COG1","COG2"),C=c("COG1","COG3"),D=c("COG2","COG4")) > COG2CAT<- list(COG1=c("A","B","C"),COG2=c("B","D"),COG3=c("C"),COG4="D") > df<- data.frame(COGs=c("COG1","COG2","COG3","COG4"),counts=c(10,20,30,40)) I've been trying various version of apply and well as some crazy loops (Eg. below). Any help would be appreciated Thanks, Alison > CATS<-names(CAT2COG) > Catcounts<-rep(0,length(CA...
2014 Sep 11
3
[LLVMdev] patch for DragonEgg 3.3
Hi - attached is a patch to enable building DragonEgg (x86_64) for LLVM3.3 and LLVM3.4. That is, add these changes to the 3.3 release, and it becomes possible to build DragonEgg against a llvm3.4 compiler. Regards, Richard Gorton Cognitive Electronics rcgorton at cog-e.com ---------- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name:
2007 Jun 08
0
Changes to 'refs/tags/0.4.5'
Tag '0.4.5' created by Benjamin Otte <otte at gnome.org> at 2007-06-08 20:54 -0700 release 0.4.5 ("Death of the Desktop") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGabP3vMv5VCdLq8QRAgnFAJwMXs9Fxyd7hpIqqFrufgIbeMs2AQCg6Ahb 2Zd8JmTvpbL4fQ83T7a3iOc= =5Xmi -----END PGP SIGNATURE----- Changes since 0.4.4: Benjamin Otte: back to development
2004 May 24
4
Grandstream message light button
I have finally set correctly the Message Wait Indicator feature on my Grandstream (I was using the wrong context - I thought the documentation referred to the {mailbox=210@Context} extension context not the voicemail context). Voicemail.conf [internalvoicemail] 20 => 1111,dean,dean@cogs.net,,attach=yes 30 => 2222,jodie,jodie@cogs.net,,attach=yes Sip.conf [20] ; Deans extension type=friend ; This device takes and makes calls username=20 ; Username on device secret=passwor...
2011 Jul 13
1
Samba 3.5.9 with Windows 2008 R2
Hi All, We're going to upgrade our DCs to Windows 2008 R2 native mode soon, so we're facing with the challenge that how to get our samba servers (Solaris 8 & Solaris 10) work with Windows 2008 R2 native mode. I've compiled Samba 3.5.9 with AD support. Then I installed and configured the binaries on my 3 test machines (one Solaris 8 and two Solaris 10). The strange problem is one
2008 May 25
1
[PATCH] fix leak in jpeg_decode_argb
Hi, fix a leak in jpeg_decode_argb if the decoding failed failure. This patch was taken from cog (1 year old commit). cheers, rm -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-leak-in-jpeg_decode_argb.diff Type: text/x-diff Size: 557 bytes Desc: not available Url : http://lists.freedesktop.org/archives/swfdec/attachments/20080525/c00beb65/attachment.diff
2005 Nov 12
1
Core Audio player for OS X?
On Nov 12, 2005, at 7:59 PM, Dan Pritts wrote: > On Sat, Nov 12, 2005 at 10:29:15AM -0500, Scott C. Brown 02 wrote: >> There are a few flac players on OS X now, but none (at least none >> that i know >> of) seem to use Core Audio. So they all freak out if i try to >> play a 24/96 >> file. > > Without even worrying about your 24/96 issue, which OSX flac
2001 Nov 19
1
why is samba more performant with 8 MB buffer (which algorith is used)
Jean-Daniel Dubois Snoop@cgocable.ca Pr?pos? Multim?dia Multimedia Employee Cog?co C?ble Canada Inc. 1 877 727-4387 1 819 375-7274 -----Message d'origine----- De : Snoop [mailto:snoop@cgocable.ca] Envoy? : 19 novembre, 2001 20:08 ? : samba-admin@lists.samba.org Objet : why is samba more performant with 8 MB buffer (which algorith is used) Hi im doing a project on samba and its global
2004 Jul 06
3
Cisco 7960 and Voice Mail
I search Google to find how to get the message light to flash on my Cisco 7960 running (Application Load ID POS3-06-3-00) (Boot Load ID PC03M030) (DSP Load ID PS03AT38) All I see is about the sip.conf file witch mine has the mailbox=XXXX but still no light. Also the messages button does not work. Any ideas?
2014 Sep 18
2
[LLVMdev] troubles with ISD::FPOWI
Hi, I'm stumped by how to handle fpowi. Here is the context: my architecture has i64, f32, and f64 registers. No i32. For calls & returns, we promote i32 to i64. There is no support in the architecture to perform fpowi - it has to go through the runtime. I'm using gfortran + dragonegg + llvm3.4 to generate .ll files via plugin. The fortran expression REAL = REAL ** INTEGER*4
2006 Jul 18
2
how can I delete rows?
Hello, I am very new in R so I am so sorry for this question. I have the Barro-Lee data set which contains 98 countries and I want to run the regressions only for the Latin America countries, so what do you recomend? How can I delete all the other countries or how can I select the countries of Lat. Am. thank you this is the list of countries SHCODE COUNTRY NAME WBCTRY
2014 Jul 21
2
[LLVMdev] VMKit build problems; can't use LLVM3.4.2 ?
Greetings, I've been using LLVM and Clang for some time, but I'm new to the list and new to VMKit; please advise if I should post this elsewhere. VMKit doesn't seem to build with LLVM/Clang 3.4.2 -- seems that one must use LLVM3.3. I see the following error: VmkitGCPrinter.cpp:363:53: error: too many arguments to function call, expected 2, have 3
2008 Jun 15
2
R vs SAS and HLM on multilevel analysis- basic question
Hi R users! I am trying to learn some multilevel analysis, but unfortunately i am now very confused. The reason: http://www.ats.ucla.edu/stat/hlm/seminars/hlm_mlm/mlm_hlm_seminar.htm http://www.ats.ucla.edu/stat/sas/seminars/sas_mlm/mlm_sas_seminar.htm and MlmSoftRev. pdf from mlmRev package. >From what i see, the first two links seem to declare the level one variable as a random part (i
2005 Jun 15
1
coding to generate a matrix to prepare for chi-sqr test f or text mining
I would compile a table of all the words in the dataset (maybe you have it already), then create a list where each component is an integer vector of indices of words. That is, replace words by their positions in the table. >From that sparse form you could create binary features to use with standard classification methods, or for example compute the X'X matrix for linear regression
2014 Oct 28
2
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
Hi Brian, Thanks for sharing your experience with dragonegg. I would like to use tilera-gcc as the compiler driver. native gcc would not be able to handle things like tilera specific intrinsics in the source code. I built dragonegg using GCC=/path/to/tilera-gcc48/bin/tile-gcc LLVM_CONFIG=/path/to/tilera-llvm/bin/tilegx-llvm-config make and also tried only emitting the IR
2014 Oct 28
3
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
No. The gcc cross compiler being used (tilera-gcc) is indeed 64-bit. Thanks On Tue, Oct 28, 2014 at 11:01 AM, Anton Korobeynikov < anton at korobeynikov.info> wrote: > Looks like your gcc is 32-bit and you're trying to load 64-bit plugin. > > On Tue, Oct 28, 2014 at 8:27 PM, Ajay Panyala <ajay.panyala at gmail.com> > wrote: > > Hi Brian, > > > >
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
Oups, sorry for the mistake, llcj (not llc:)) is not more maintained! Gaël Le 10 sept. 2014 00:27, "Gaël Thomas" <gael.thomas00 at gmail.com> a écrit : > Hi Brian, > > So, I confirm, llc is not more maintained. And using vmjc is probably > the good starting point to translate Java bytecode into llvm bitcode. > > However, I think that your hack (changing the way