search for: cog

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

Did you mean: co
2007 Sep 05
1
Single Table Inheritance and :conditions
Single Table Inheritance question. class Employee is the master 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'&...
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 "),COG0...
2010 Oct 23
1
Summarizing For Values with Multiple categories
Hi all, I have some data as follows. Cat1 Cat2 Cat3 COG Counts A B C COG1 10 B D COG2 20 C COG3 30 D COG4 40 I would like to sum all the counts for each category: A B C D 10 30 40 60 >CAT2COG<- list(A="COG1",B=c("COG1","COG2"),C=c("COG1",&...
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: dragonegg_diff.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140911/70d1a61c/attachment.txt>
2007 Jun 08
0
Changes to 'refs/tags/0.4.5'
...ldn't be an assertion here, but a debug error link with -Bsymbolic, so the mozilla plugin doesn't link to Moz's JS lib update NEWS release 0.4.5 Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec David Schleef: Copy files from Cog Removed in Cog Differences between cog-jpeg and swfdec-jpeg --- NEWS | 6 + configure.ac | 12 ++- libswfdec/Makefile.am | 1 libswfdec/jpeg/Makefile.am | 1 libswfdec/jpeg/jpeg.c | 44...
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=passwo...
2011 Jul 13
1
Samba 3.5.9 with Windows 2008 R2
...ween this workstation and the primary domain failed" error and the errors in the samba log as below "[2011/07/13 14:40:20.560609, 0] auth/auth_domain.c:188(connect_to_domain_password_server) connect_to_domain_password_server: unable to open the domain client session to machine SCAR.PC.COG NEX.COM. Error was : NT_STATUS_ACCESS_DENIED. [2011/07/13 14:40:20.564083, 0] rpc_client/cli_pipe.c:4163(cli_rpc_pipe_open_schannel) cli_rpc_pipe_open_schannel: failed to get schannel session key from server SCAR.PC.COGNEX.COM for domain NATICK-NT. [2011/07/13 14:40:20.564230, 0] auth/auth_doma...
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.di...
2005 Nov 12
1
Core Audio player for OS X?
...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 > player have you been using? I'm using cog: <http://www.macupdate.com/info.php/id/18340> Works beautifully. Daniel
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 sam...
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
...9;m using gfortran + dragonegg + llvm3.4 to generate .ll files via plugin. The fortran expression REAL = REAL ** INTEGER*4 Resulting in: %4 = call float @llvm.powi.f32(float %1, i32 %3) So far, not unreasonable. But when I run this through the compiler, it asserts: -bash-4.1$ $DEVCLANG -target coge -O -S slamchf77.ll -mllvm -debug ... Promote integer result: 0x56061c0: i32 = sub 0x56049a0, 0x56046a0 [ORD=161] [ID=0] Promote integer operand: 0x56059c0: f32 = fpowi 0x5602580, 0x56061c0 [ORD=162] [ID=0] PromoteIntegerOperand Op #1: 0x56059c0: f32 = fpowi 0x5602580, 0x56061c0 [ORD=162] [ID=0]...
2006 Jul 18
2
how can I delete rows?
...+ + 8 Cape verde CPV - - 9 Central African Rep. CAF + + 10 Chad TCD - - 11 Comoros COM - - 12 Congo COG - + 13 Egypt EGY + + 14 Ethiopia ETH + - 15 Gabon GAB + - 16 Gambia GMB - + 17 Ghana...
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
...a matrix to prepare for chi-sqr test for text mining Hi, there: I have a dataset like the following: 1412|WINDOW|SHATTER|TORN|SOFT|TOP|WATER|RAIN|LAB|AI|BOLL|CAMP|0 1413|PARK|IV|STRUCK|PARK|PUSH|COD|POLICI|CIA|TB|SIC|0 2412|ACCID|REAREND|MULTI|EH|IV|MIDDL|FAN|DUAL|LOSS|CALM|1 2414|IV|REAREND|CD|COG|LAB|ADVERS|1 2415|ACCID|SINGL|VEHICL|IV|SWERV|AVOID|OBJECT|STRUCK|PHONE|POLE|FAN|0 2417|ACCID|SINGL|VEHICL|ROLL|DUE|FATAL|FAN|DUAL|LOSS|CALM|1 2418|AI|FELL|ASLEEP|WHEEL|VEHICL|RETENT|POND|LAB|ADVERS|1 2419|ACCID|SINGL|VEHICL|TREE|FELL|IV|LIGHTN|STORM|IV|CAMP|CALM|AD|1 2422|THEFT|RECOV|TOTAL|THEFT|0...
2014 Oct 28
2
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
...y emitting the IR /path/to/tilera-gcc48/bin/tile-gcc -fplugin=/path/to/dragonegg.so -fplugin-arg-dragonegg-emit-ir -S -o hello.ll hello.c (and still get the error: cannot load plugin dragonegg.so: wrong ELF class: ELFCLASS64 ) - Ajay On Mon, Oct 27, 2014 at 9:39 PM, Brian Faull <bfaull at cog-e.com> wrote: > Hello, > > There may be plenty more experienced experts on DragonEgg (and hopefully > they'll correct me if I'm wrong), but I figured I'd chime in with my brief > experience to start. I have messed with this a bit, and DragonEgg has > worked for my...
2014 Oct 28
3
[LLVMdev] DragonEgg3.3 support for gcc cross compilers
...gg.so > > -fplugin-arg-dragonegg-emit-ir -S -o hello.ll hello.c > > > > (and still get the error: cannot load plugin dragonegg.so: wrong ELF > class: > > ELFCLASS64 ) > > > > - Ajay > > > > On Mon, Oct 27, 2014 at 9:39 PM, Brian Faull <bfaull at cog-e.com> wrote: > >> > >> Hello, > >> > >> There may be plenty more experienced experts on DragonEgg (and hopefully > >> they'll correct me if I'm wrong), but I figured I'd chime in with my > brief > >> experience to start. I hav...
2014 Sep 09
2
[LLVMdev] VMKit is retired (but you can help if you want!)
...t; tests. But we will proceed step by step to understand the problem. In > parallel, I'm also writing a documentation to describe the internals > of VMKit, it will be useful for you and other people interested by the > AOT. > > 2014-09-02 18:13 GMT+02:00 Brian Faull <bfaull at cog-e.com>: > > Hi Gaƫl, > > > > So as not to get too far into the "weeds" -- let's start with minimal > configuration, then `vmjc` (.class -> .bc), then `llc` (.bc -> asm) to make > sure I'm on the right path! > > > > 1- CONFIGURATION >...