search for: g4

Displaying 20 results from an estimated 592 matches for "g4".

Did you mean: 4g
2013 Jan 24
1
Pairwise Comparrisons
...do pairwise comparisons of sequence similarity. Coding the sliding window I think I can manage but what I''m trying to get to grips with is getting it so as every pairwise comparison is made, no matter how many genomes are added, from 3 to N. So if I had four genome sequences, G1, G2, G3, G4 the comparisons would be: G1:G1 G1:G2 G1:G3 G1:G4 G2:G2 G2:G3 G2:G4 G3:G3 G3:G4 G4:G4 I can think of a way this might be done with a very complicated loop, which would take the region in the window of each genome and then make all possible combination/comparrisons: So the loop would take G1, and...
2017 Dec 30
0
[PATCH] Fix sparc assembly when compiled as PIC
....S index a8abf3c3..7ff09074 100644 --- a/usr/klibc/arch/sparc/pipe.S +++ b/usr/klibc/arch/sparc/pipe.S @@ -5,6 +5,7 @@ * they return the two file descriptors in %o0 and %o1. */ +#include <machine/asm.h> #include <asm/unistd.h> .globl pipe @@ -15,9 +16,8 @@ pipe: or %o0, 0, %g4 t 0x10 bcc 1f - nop - sethi %hi(errno), %g4 - or %g4, %lo(errno), %g4 + PIC_PROLOGUE(%g1,%g4) + SET(errno,%g1,%g4) st %o0,[%g4] retl mov -1, %o0 diff --git a/usr/klibc/arch/sparc/syscall.S b/usr/klibc/arch/sparc/syscall.S index c0273f77..52a8583b 100644 --- a/usr/klibc/arch/sparc/sy...
2019 Jan 18
0
[klibc:master] Fix sparc assembly when compiled as PIC
...4 --- a/usr/klibc/arch/sparc/pipe.S +++ b/usr/klibc/arch/sparc/pipe.S @@ -5,6 +5,7 @@ * they return the two file descriptors in %o0 and %o1. */ +#include <machine/asm.h> #include <asm/unistd.h> .globl pipe @@ -16,8 +17,8 @@ pipe: t 0x10 bcc 1f nop - sethi %hi(errno), %g4 - or %g4, %lo(errno), %g4 + PIC_PROLOGUE(%g1,%g4) + SET(errno,%g1,%g4) st %o0,[%g4] retl mov -1, %o0 diff --git a/usr/klibc/arch/sparc/syscall.S b/usr/klibc/arch/sparc/syscall.S index c0273f7..52a8583 100644 --- a/usr/klibc/arch/sparc/syscall.S +++ b/usr/klibc/arch/sparc/syscall.S @@ -4,14...
2017 Dec 30
6
building debug version of klibc
Hello! Can someone please help me in building debug version of klibc ? I've cloned git://git.kernel.org/pub/scm/libs/klibc/klibc.git , but failed to build it with debug info added "-g" to HOSTCFLAGS in Makefile, but $ make -j KLIBCKERNELSRC=`pwd`/../linux-2.6/usr still strips every debug symbol , and i'm failed to change scripts/Kbuild.klibc and Makefile to remove strip
2009 Jul 15
1
Help with averaging
...", "G2-C9","G2-C10","G2-C11","G2-C12","G2-C13","G2-C14","G2-C15","G2-C16", "G3-C17","G3-C18","G3-C19","G3-C20","G3-C21","G3-C22","G3-C23", "G4-C24","G4-C25","G4-C26","G4-C27","G4-C28","G4-C29","G4-C30","G4-C31") write.csv(averagedResults, file = "Pr9549_averagedreplicates.csv", row.names = FALSE) #SCRIPT ENDS
2005 Jul 21
1
SOLVED: TE410P card in an HP-Compaq DL380 G4 server
Hi to all out there using HP DL380 G4 servers, i found a way to get the Digium TE410P with older firmware running on a HP-Compaq DL380 G4 Server! Here's the step-by-step description: 1. download the latest BIOS (in my case it was 4.04 from date: 06/02/2005) for the HP-Compaq DL380 G4 using the "Systems ROMPaq Firmware Upgrad...
2006 May 17
4
G4-400mhz enough for CentOS 4.3?
It's that time again. I'm stuck with a bunch of older Powermac G4's that I either need to repurpose or give the heave ho. I've not tried CentOS on Mac hardware before. Would the following config be suitable for a (somewhat slow) workstation? PowerMac G4 400mhz 256mb RAM 40gig ATA disk Some sort of dual-head ATI video setup with 64mb VRAM (I've f...
2005 Aug 05
1
TE405P Dropping Calls
...l=yes callerid=asreceived channel=>94-108, 110-124 /etc/asterisk/extensions.conf [dialstring] exten => i,1,Playback(invalid) exten => i,2,Hangup exten => t,1,Hangup [te405p-frombp250] include => to-sip include => te405p-outtelstra [te405p-tobp250] exten => _2XX,1,Dial(Zap/g4/${EXTEN},60,r) exten => _4XX,1,Dial(Zap/g4/${EXTEN},60,r) exten => _7XX,1,Dial(Zap/g4/${EXTEN},60,r) exten => _1XXX,1,Dial(Zap/g4/${EXTEN},60,r) exten => _73816592XX,1,Dial(Zap/g4/${EXTEN:7},60,r) [te405p-intelstra] exten => s,1,SetMusicOnHold(record) exten => s,2,Dial(SIP/bt-pa...
2003 Oct 16
1
Prob with Ringing multiple Channels
hi, The prob is when we ring 2 channels simultaneously, only 1 channel is actually ringing. In our configuration, the Asterisk box is connected to an E1 channel bank, where 15 analog extensions are conencted to channelbank inturn. We tried following, Dial,Zap/g4/444&Zap/g4/448|20|t Heres the output, -- Executing Dial("IAX2[trunk10@trunk50]/1", "Zap/g4/444&Zap/g4/448|20|t") in new stack -- Called g4/444 -- Called g4/446 -- Zap/1-1 answered IAX2[trunk10@trunk50]/1 -- Hungup 'Zap/2-1' the above, &quot...
2004 Dec 13
2
Switching to Mac, suggestions? (was switching to linux)
I'm looking to switch to Mac platform. Anyone had any experience with that? I'm expecting on a power G4 laptop later this week.... hope R behaves... -- dok
2015 Jul 28
2
función cantidad mayor de valores
Hola Javier, Intenta los siguientes cambios g4 <- function(codigo_llega, n_caracteres){ codigo_llega <- as.character(codigo_llega) if(n_caracteres == 6) res <- substr(codigo_llega, start=0, stop=4) else res <- codigo_llega res } g4 <- Vectorize(g4) x <- c('Jorge Velez','Javier Marcuzzi','Daniel Meri...
2006 Feb 19
2
Line Dropouts on E405P
...clude extensions_te405p-intelstra.conf include => to-sip [te405p-outtelstra] #include extensions_te405p-outtelstra.conf include => dialstring include => js_play_ael [from-sip] exten => 555,1,dial(SIP/username:passwordremoved@ivoice.ipsystems.com.au/0732822922) exten => 881,1,Dial(Zap/G4/38165912) exten => 982,1,Dial(Zap/G4/38166400) exten => 983,1,Dial(Zap/G4/38105000) exten => 984,1,Dial(Zap/G4/11115483) exten => 985,1,Dial(Zap/G4/11115912) exten => 986,1,Dial(Zap/G4/11115760) exten => 987,1,Dial(Zap/G4/11115765) exten => 988,1,Dial(Zap/G4/11111006) exten =&g...
2005 Jan 03
20
TE410P card in an HP-Compaq DL380 G4 server
Hi, Has anyone had success using a TE410P card in an HP-Compaq DL380 G4 server? For me the card is detected fine, but the system just never sees an interrupt from the card. I've tried everything I can think of. The card definitely works. Its Fedora Core, but we also tried a stock 2.6.10 kernel. We tried with and without Hyperthreading, with "noapic&qu...
2005 Jul 29
1
Samba, VPN, and Mac OSX 10.4.2
...worked fine both local and over an IPSec VPN. After upgrading to Tiger, they still work fine when on our LAN. But if they try to connect to a share over the VPN, Finder hangs. The Mac logs the following messages in /var/log/system.log during the hang: Jul 29 09:59:46 brian-daniels-powerbook-g4-15 kernel[0]: bug: ecnt = 32, but m_len = 0 and m_next = 0 (please report) Jul 29 09:59:46 brian-daniels-powerbook-g4-15 kernel[0]: bug: ecnt = 33, but m_len = 0 and m_next = 0 (please report) Jul 29 09:59:46 brian-daniels-powerbook-g4-15 kernel[0]: bug: ecnt = 32, but m_len = 0 and m_next = 0 (...
2005 Mar 07
1
[Fwd: RE: Re: TE410P card in an HP-Compaq DL380 G4 server]
Was there any resolution on this I also have a TE410P in an box with an Intel E7501 chipset? -Vickers -------- Original Message -------- Subject: RE: [Asterisk-Users] Re: TE410P card in an HP-Compaq DL380 G4 server Date: Tue, 8 Feb 2005 11:13:24 +1030 From: Peter Childs <peter.childs@nec.com.au> Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com...
2006 Jun 26
0
[klibc 36/43] sparc64 support for klibc
...ipe.S @@ -0,0 +1,30 @@ +/* + * arch/sparc64/pipe.S + * + * The pipe system call are special on sparc[64]: + * they return the two file descriptors in %o0 and %o1. + */ + +#include <asm/unistd.h> + + .globl pipe + .type pipe,#function + .align 4 +pipe: + mov __NR_pipe, %g1 + or %o0, 0, %g4 + t 0x6d + bcc %xcc, 1f + nop + sethi %hi(errno), %g4 + or %g4, %lo(errno), %g4 + st %o0,[%g4] + retl + mov -1, %o0 +1: + st %o0,[%g4] + st %o1,[%g4+4] + retl + mov 0, %o0 + + .size pipe,.-pipe diff --git a/usr/klibc/arch/sparc64/setjmp.S b/usr/klibc/arch/sparc64/setjmp.S new file mode 100644...
2008 Sep 12
6
Power PC with a linux distribution and R
This is an operating system question, but it is with the intent of using R on that operating system. I have an ibook G4 Power PC that I am going to install linux on. Is there a better, worse, or perhaps easier (I am a linux newby migrating from mac) distribution that I should look at. I appreciate your help. I didn't post this in the sig-mac because I don't know if it fits there better than anywhere else....
2006 Aug 17
2
SaltedHashLoginGenerator no such file to load -- iconv
Hi, I''m trying to use the SaltedHashLoginGenerator as documented on http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator Ruby version: ruby 1.8.4 (2005-12-24) [i386-openbsd3.9] I''ve the following commands: gem install salted_login_generator gem install localization_generator rails myapp cd myapp ruby script/generate salted_login User Localization All ran
2007 May 24
2
newer HP G4 and G5 servers and centos :-)
Greets Anyone on the list using newer HP G4 or G5 server hardware like DL36X or DL38X with Centos? Or other HP hardware? Are you running Intel, AMD, or both? Are you using SAS or SATA or a mix? Are you using Centos 3, CentOS 4, or starting migration to CentOS 5 Are things rock solid stable without any issues? I know older Compaq and HP...
2007 Aug 29
2
Setting up RAID using mdadm on a proliant DL320 G4
Hi, I have a new server HP proliant DL320 G4, with two 160 GB SATA hdds.. I have installed CentOS 4.5 with mdadm without any problem, but when I disconnect one disk the server does not boot or I received a kernel panic when booting... I have disabled the SATA embeded raid (BIOS) and nothing.. I've also download the driver from HP site HP...