search for: nib

Displaying 20 results from an estimated 24 matches for "nib".

Did you mean: nb
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...| 90 +- hw/xquartz/X11Controller.m | 42 +- hw/xquartz/applewm.c | 56 +- hw/xquartz/bundle/Makefile.am | 4 +- .../bundle/Resources/Dutch.lproj/locversion.plist | 4 +- .../Resources/Dutch.lproj/main.nib/designable.nib | 1591 +++++-------- .../Dutch.lproj/main.nib/keyedobjects.nib | Bin 45943 -> 47472 bytes .../Resources/French.lproj/Localizable.strings | Bin 2894 -> 2894 bytes .../bundle/Resources/French.lproj/locversion.plist | 4 +- .../Resources/French.lproj/main.nib...
2010 Sep 22
1
Unsubscribing from public folders
...#39;m having problems unsubscribing from public folders - nothing seems to happen when I do that (from Thunderbird, Squirrelmail or telnet). I'm using Dovecot 1.2.11. I remember that this worked when I was using version 1.1.7. Here is an extract from an imap session: 3 unsubscribe "Public-NIB/archive/older" 3 OK Unsubscribe completed. 6 lsub "" "Public-NIB/*" * LSUB () "/" "Public-NIB/archive" * LSUB () "/" "Public-NIB/archive/2008b" * LSUB () "/" "Public-NIB/archive/2009a" * LSUB () "/...
2006 Aug 05
0
cor of two matrices whose columns got shuffled
Hello, I'm trying to take the correlation of two distance matrices and get the r2 value ex) Ndisc PS1 Ntet Nsito NcB NcA PS3 NcC NiB NiA PS1 0.08945 Ntet 0.08601 0.02020 Nsito 0.09361 0.02780 0.02260 NcB 0.09479 0.03258 0.02914 0.03...
2009 May 14
4
Duplicates and duplicated
Hi everybody. I want to identify not only duplicate number but also the original number that has been duplicated. Example: x=c(1,2,3,4,4,5,6,7,8,9) y=duplicated(x) rbind(x,y) gives: [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] x 1 2 3 4 4 5 6 7 8 9 y 0 0 0 0 1 0 0 0 0 0 i.e. the second 4 [,5] is a duplicate. What I want is
2011 Jan 11
2
IE6 install problem
...2 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resources/da.lproj/Localizable.strings 11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resources/da.lproj/MainMenu.nib 11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resources/da.lproj/MainMenu.nib/classes.nib 11-01-07 8:15:42 AM [0x0-0x306306].SoftwareUpdateCheck[6295] x iWork_9.0.5_Update.pkg/Contents/Resources/Alert.app/Contents/Resourc...
2011 Sep 12
2
Automated generation of combinations
Hello,   I'd like to generate automatically all the possible combinations of a set of 8 variables (there are 535, too many to do it by hand). For example:   input: varA, varB, varC output: varA+varB+varC             varA+varB             varA+varC             varB+varC             varA             varB             varC Is there any function that produces this option?   Thank you [[alternative
2003 May 20
0
De um amigo
...Um ?uro) OBS.: - (Basta chegar a qualquer dependencia do banco em questao e requerer para fazer o deposito naquele numero de conta ou simplesmente fazer uma transferencia bancaria via Internet (caso tenha esse servico disponivel com o seu banco) ou por Multibanco, utilizando sempre para o efeito o NIB da conta) 1. P. A. Ros?rio B. - Banco Totta & A?ores Agencia 325 Conta nr : 41377000001 NIB: 0018 0000 41377000001 97 E-mail: accb at portugalmail.com 2. J. T. G. F. - B. Santander Agencia 0338 Conta nr : 11033800200023186 NIB: 0030 0338 00200023186 86 E-mail: jtgf_carta at yahoo.com.br...
2003 Apr 12
0
De um amigo
...Um ?uro) OBS.: - (Basta chegar a qualquer dependencia do banco em questao e requerer para fazer o deposito naquele numero de conta ou simplesmente fazer uma transferencia bancaria via Internet (caso tenha esse servico disponivel com o seu banco) ou por Multibanco, utilizando sempre para o efeito o NIB da conta) 1. I. S. Buosi - B.E.S. - Banco Esp?rito Santo Agencia - Solum Conta nr 3500 0853 4808 NIB: 0007 0350 00008534808 98 E-Mail: gabi.americana at bol.com.br 2. Pedro Miguel S. G. - C. G. D. - Caixa Geral de Dep?sitos Agencia 0796 Conta nr: 0796.001682.800 NIB: 0035 0796 00001682800 8...
2015 Jan 16
3
wrong transfer of app packages using --backup
...urce are already in sync, any apps and rtfd files (both are ?packages? of other files) on the dest are replicated in the backup folder. They aren?t removed from the dest. They have a cross through them (corrupted) and I noticed that not all the files within these corrupted apps are present, mostly nib files, frameworks etc.. Anyone else experience this? I ran with verbose but the only references to the backup folder are setting uids on that backup folder. It is created early on in the output. Created backup_dir BL_Archive/ set uid of BL_Archive/testfolder from 0 to 501 set uid of BL_Archive/t...
2006 Jul 17
6
taking input
Hi everybody, I''m pretty new with Ruby on Rails and I was hoping someone could help me out. I''m trying to take in data from a file and add it to my existing database. what I''m thinking is that I have to create a class that reads the data and copies it. I''m not sure how I will input the data into my database. I''m not sure if this approach is the
2007 Dec 07
5
Grouping by interval
Hello, I have a dataframe of say 20 lines with one line per individual. I want to group these 20 individuals by length class (eg. of 5cm) and get the mean value of all the other variables (eg VarA and VarB) for each length class My dataframe is as follow: Length <- 10:30 VarA <- seq(1000,1200,10) VarB <- seq(500,700,10) Data <- cbind(Length,VarA,VarB) And I want to get something
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting with some currency conversion. However, I''d like the conversions to be in synch with the current rates. Anyone know (and this maybe out in left field) if there is some online (perhaps xml) or other data stream I can connect with in my code to output values based on user selection ? TIA Stuart
2010 Mar 16
0
FW: How to parse a string (by a "new" markup) with R ?
...uot;,1] <- parts["inside",1] parts["inside",1] <- "" # return(parts) } ############################################################ Andrej -- Andrej Blejec National Institute of Biology Vecna pot 111 POB 141 SI-1000 Ljubljana SLOVENIA e-mail: andrej.blejec at nib.si URL: http://ablejec.nib.si tel: + 386 (0)59 232 789 fax: + 386 1 241 29 80 -------------------------- Local Organizer of ICOTS-8 International Conference on Teaching Statistics http://icots8.org > -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces...
2010 Mar 16
3
How to parse a string (by a "new" markup) with R ?
Hello all, For some work I am doing on RNA, I want to use R to do string parsing that (I think) is like a simplistic HTML parsing. For example, let's say we have the following two variables: Seq <- "GCCTCGATAGCTCAGTTGGGAGAGCGTACGACTGAAGATCGTAAGGtCACCAGTTCGATCCTGGTTCGGGGCA" Str <-
2015 Jan 23
0
rsync 3.1.1 wrong transfer of app packages using --backup
...urce are already in sync, any apps and rtfd files (both are ?packages? of other files) on the dest are replicated in the backup folder. They aren?t removed from the dest. They have a cross through them (corrupted) and I noticed that not all the files within these corrupted apps are present, mostly nib files, frameworks etc.. > > Anyone else experience this? > > I ran with verbose but the only references to the backup folder are setting uids on that backup folder. It is created early on in the output. > > Created backup_dir BL_Archive/ > set uid of BL_Archive/testfolder fr...
2007 Jun 25
5
Best wifi IP phone for asterisk
We're looking at a large wifi phone deployment, and we're looking for wifi phones that: 1. Are SIP compliant (Asterisk friendly) 2. Provision capable (ideally TFTP of own MAC address) 3. Industrial quality (no cheap plastic stuff). 4. Well documented (and none of the "only telco's get documentation" crap) Does anyone have a suggestion? Thanks, MD -------------- next
2004 Oct 06
11
find_window_by_xxx doesn''t find Gauge or BitmapButton
I''m fairly new to the Ruby world, particularly WxRuby, so please forgive me if this is ground that''s been covered in the past. I''m trying to load a frame from an XRC file (created using DialogBlocks), and I''m having trouble getting an instance of the Gauge object using the Wx::Window.find_window_by_xxx methods. I''m trying this on Windows XP,
2008 Mar 25
5
reading Excel file
Hi R, I have an excel file in which the third column is "date" and others are "character" and "numeric". Number of columns are 12 If I use this to read the file in R: x = read.xls("D:\\file.xls") The problem is that my date column is read in julian dates. So I am using: x = read.xls("D:\\file.xls",
2008 Aug 07
0
crash : 2.7.0 after installing it (PR#12143)
...f+AT/wDx2na3/wAeMf8A1923/o9K5vXEsvtepi6htC08rR+bIkPmL/o8 W0q0ki4wWzxn8OtMDovs2rf8/lh/4BP/APHazdX1DU9I8syPYziSOZsLbMmCkTOP4z3AqOz1TU7f T7OZg17GwRpY0s5d6q6FxtfJD44XOPTcQSTUfi6aO5tLGeFt0UtvcujYxkG2cg1UoOIGw0epIcPq GmqfQ2bD/wBq03Gof9BLTP8AwEb/AOO1leL7u5gu7eK1cozwu+VC5JUjA+YEAHd6elc2NQlhmVRq F1G7f64zPFjpnIBLY5yMAAYK+mWzvrawHY3l1qFkbZ2ubC4SW5ihdUtmUgO2M58w/wAqk086te6d bXf2mwTz4kk2/Y3O3cAcZ833rJ89rnSNMncAPLd2bsF6ZLA8VcFzqdv4R0s6VaC4le2hQkOA0eVU bgCMH6npwSCM1ajd2A0vs2rf8/lh/wCAT/8Ax2qerzatpml3F79osJfJTds+xuufx8yrMegWBtVW S2VbkgFrhXJmDdSRLwx57/pjis7VbsXngjUHF3DdsivG0sXRsNgE++ME44544xTcVa6A2NVmktrL fbiIStL...
2001 Nov 22
14
Small vorbis files with vorbisfile
I think I have bumped into the small file error, or I''m doing something stupid. The files are short audio effects for a game (embedded in our own data format). Sample info: Vorbis packets: 1 (4 kb) Samples: 28672 Samplerate: 22 kHz Channels: 2 This is what I''m doing when I want to get a number of bytes from the stream: The problem is that ov_pcm_tell always returns 0. And so