search for: pary

Displaying 20 results from an estimated 1335 matches for "pary".

Did you mean: part
2003 Nov 29
14
* Party in Paris
I'm coming to Paris Dec 19. I was wondering if there was any interest in having an Asterisk get together in Paris sometime near there. Any one out there interested? Anyone in Paris who could help organize something like that? :) Mark
2006 Jul 25
2
pari/gp interface
Hi I'm developing an R package that needs to execute some code written in pari/gp. I've used this before from an R package (elliptic) but the interface is very basic: the R function creates a string such as the following: string <- echo ' ellwp ([ 2+0*I , 0+2*I ], 1+0*I )' | gp -q And then system(string) returns the output from gp which then needs to be text processed
2012 Dec 05
1
nlme starting values are not the correct length
Dear R community, I am trying to fit an nlme model where I want to estimate the fixed effects of two treatments on the parameters on the following equation Photo~(a*(1-exp(-c*PARi/a)))-b I was able to fit a simple model without covariates following the method described in Mixed-Effects Methods and Classes for S and S-PLUS, version 3.0, but when I add the covariates, I get the error "
2009 Apr 30
2
PDC: Linux Client can't join the domain.
Hi there. I've a problem with using samba as Primary Domain Controller with backend ldap. Version release (Samba 3.2.5, OpenLDAP 2.4.11) on Debian Lenny. When I try to join the domain with a Windows XP Pro Client, all works fine...profiles updating, logon, ecc..but when I try to join the domain with a Linux Client (Slackware 12.1) I get different errors: client:~# net rpc join -U
2006 Oct 26
0
timeout (?) w/ winbindd auth in samba 3.0.23c
Hi everybody, I'm using a FreeBSD 6.1 box running Samba-3.0.23c_2,1 from the ports tree, authentification is provided by two MS PDC (kdc1 and kdc2, the domain is called PARIS). Previous versions of Samba (<3.0.23c) used to work perfectly but since I upgraded to 3.0.23c, I have very disturbing timeouts problems affecting winbind. A simple "smbclient -L <myserver> -U
2017 Jan 20
4
How to handle INT8 data
Well I definitely cannot use them as numeric because join is the main reason of those identifiers. About int64 and bit64 packages, it's not a solution, because I am releasing a dataset for external users. I cannot ask them to install a package in order to exploit them. I have to be very carefull when releasing the data. If a user just use read.csv functions, they by default cast the
2013 Sep 19
1
[LLVMdev] Paris LLVM Social - October 2nd
After the success of Euro LLVM in Paris, LLVM Social in Paris is back! On the October 2nd, the next LLVM social will take place in Paris. Everyone interested in LLVM, clang, Polly, ... is invited to join. This is a casual meeting to get to know people working on LLVM or interested to learn about LLVM. There is no fixed schedule. We just meet to get to know each other and to discuss. No previous
2017 Jan 20
2
How to handle INT8 data
Hi, I do have < INT_MAX. This looks attractive but since they are unique identifiers, storing them as factor will be likely to be counter-productive. (a string version + an int32 for each) I was looking to https://cran.r-project.org/web/packages/csvread/index.html This looks like a good feet for my needs. Any chances such an external package for int64 would be integrated in core ? Le 20
2017 Jan 20
9
How to handle INT8 data
Hello r users, I have to deal with int8 data with R. AFAIK R does only handle int4 with `as.integer` function [1]. I wonder: 1. what is the better approach to handle int8 ? `as.character` ? `as.numeric` ? 2. is there any plan to handle int8 in the future ? As you might know, int4 is to small to deal with earth population right now. Thanks for you ideas, int8 eg: human_id
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby has a built in Observable module and I''m pretty bored, so I apologize in advance.... require ''observer'' # one who is observed class Celebrity include Observable attr_accessor :name attr_reader :is def is=(val) @is = val changed notify_observers(self) end end # one who
2017 Jan 20
1
How to handle INT8 data
Right, they are identifiers. Storing them as String has drawbacks: - huge to store in memory - slow to process - huge to index (by eg data.table columns indexes) Why not storing them as numeric ? Thanks, Le 20 janv. 2017 ? 18h16, William Dunlap ?crivait : > If these are identifiers, store them as strings. If not, what sort of > calculations do you plan on doing with them? > Bill
2004 Dec 21
1
Paris Meeting on Dec 20, 2004 - réunion à Paris le 20 décembre 2004
Hi, Just a quick word on this since I was fortunate enough to attend. There were about 18 people, almost all French (if you include the marseillais as French, they may have objections :) Not that I was counting, but there was one female human there. Thanks Mark for your generosity and the good choice in restaurants both this year and last June was it? The souffl? au Grand Marnier was very nice,
2012 Dec 21
2
Difficulty importing data from PARI/GP
I'm trying to import a matrix created in PARI/GP into R but am having problems. The data in the text file has entries separated by commas but the rows themselves are separated by semicolons rathen than being on a new line. Is there a way to get R to recognise that ";" means start a new row ? -- View this message in context:
2009 Jan 05
1
Problem with Active Directory...
Hi, I have some problems with Samba and Active Directory. Here is the beginning of my smb.conf (on Debian) : [global] realm = AC-NANTES.JUSTICE.FR workgroup = AC-NANTES Users from this domain (AC-NANTES) have no problem to log on... Now, I'd like to do the same with another user from another domain : AC.JUSTICE.FR who is in a global security group in AC-NANTES (I use this
2007 Apr 27
2
system() in packages
Hello Quite often I need higher precision, or larger numbers, than IEEE double precision allows. One strategy I sometimes use is to use system() to call pari/gp, which is not constrained by IEEE. [pari/gp is a GPL high-level mathematical programming language geared towards pure mathematics] Two of my packages contain lines like the following: > system(" echo '1.12^66' |
2012 Jun 08
1
[LLVMdev] Paris LLVM Meetup 26. June at IRILL (with clang bug squashing)
On Tuesday, 26. June, an LLVM Meetup will take place in Paris. We invite everybody interested in LLVM to join. o What is LLVM? LLVM is a collection of modular and reusable compiler and toolchain technologies. It is used as the base of many modern compilers such as clang (C/C++/Objective-C), GHC (Haskell), dragonegg (Ada, Fortran, ...), several commercial OpenCL compilers or RenderScript.
2012 Dec 08
3
Mean-Centering Question
Hello, I'm trying to create a custom function that "mean-centers" data and can be applied across many columns. Here is an example dataset, which is similar to my dataset: *Location,TimePeriod,Units,AveragePrice* Los Angeles,5/1/11,61,5.42 Los Angeles,5/8/11,49,4.69 Los Angeles,5/15/11,40,5.05 New York,5/1/11,259,6.4 New York,5/8/11,187,5.3 New York,5/15/11,177,5.7
2009 Sep 30
1
[LLVMdev] LLVM BarCamp Paris
Hi, The 20th of Novembre 2009, a LLVM BarCamp will be hold at La Cantine. Contributions, contributors, comments or any kind of help are welcome. Thanks and see you in Paris, Eric Mahe http://www.facebook.com/group.php?gid=140537112502 http://barcamp.org/LLVM-BarCamp-Paris -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 May 07
1
[LLVMdev] Paris LLVM social - 15. Mai
Hi, we would like to invite everybody interested in LLVM to join us for the Paris LLVM social next week. The facts: Date: 15. Mai 2012 Time: 19:00 pm Location: Brasserie - Le Lakanal Adress: 2, Avenue Rene Coty, 75014 Paris Map: http://g.co/maps/jctey Metro-RER: Denfert-Rochereau Please drop us an email if you are coming such that we can reserve a table. We are
2013 Sep 19
0
[LLVMdev] Paris LLVM Social - October 2nd
After the success of Euro LLVM in Paris, LLVM Social in Paris are back! On the October 2nd, the next LLVM social will take place in Paris. Everyone interested in LLVM, clang, Polly, ... is invited to join. This is a casual meeting to get to know people working on LLVM or interested to learn about LLVM. There is no fixed schedule. We just meet to get to know each other and to discuss. No previous