search for: fabien

Displaying 20 results from an estimated 202 matches for "fabien".

Did you mean: fabian
2016 Apr 10
5
what is the faster way to search for a pattern in a few million entries data frame ?
...p to 5-grams (sequence of 1 work up to 5 words) and I am searching for the frequency in my DF of the strings starting with a sequence of few words. I guess these days it is standard to use DF with millions of entries so I was wondering how people are doing that in the faster way. Thanks Cheers Fabien -- Dr Fabien Tarrade Quantitative Analyst/Developer - Data Scientist Senior data analyst specialised in the modelling, processing and statistical treatment of data. PhD in Physics, 10 years of experience as researcher at the forefront of international scientific research. Fascinated by financ...
2016 Apr 10
0
what is the faster way to search for a pattern in a few million entries data frame ?
Hi Fabien, I was going to send this last night, but I thought it was too simple. Runs in about one millisecond. df<-data.frame(freq=runif(1000), strings=apply(matrix(sample(LETTERS,10000,TRUE),ncol=10), 1,paste,collapse="")) match.ind<-grep("DF",df$strings) match.ind [1] 2 11...
2016 Apr 10
2
what is the faster way to search for a pattern in a few million entries data frame ?
...e with memory (crashing my Mac). I had to sub-divide the dataset to have it working correctly but I didn't manage to fully understand the issue. I am sure their is some other smart way to do that. Any good article/blogs or suggestion that can give me some guidance ? Thanks a lot Cheers Fabien -- Dr Fabien Tarrade Quantitative Analyst/Developer - Data Scientist Senior data analyst specialised in the modelling, processing and statistical treatment of data. PhD in Physics, 10 years of experience as researcher at the forefront of international scientific research. Fascinated by financ...
2003 Aug 26
2
French Translation of the Shorewall Setup Guide
Thanks to Fabien Luciole, there is now a French version of the Shorewall Setup Guide (http://shorewall.net/shorewall_setup_guide_fr.htm). Thanks Fabien!!! -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2012 Mar 21
1
Invitation à se connecter sur LinkedIn
LinkedIn ------------ J'aimerais vous inviter ? rejoindre mon r?seau professionnel en ligne, sur le site LinkedIn. Fabien Fabien Dupont Architecte Syst?me Unix/Linux chez CEA France Veuillez confirmer que vous connaissez Fabien Dupont?: https://www.linkedin.com/e/h24oga-h02h13s2-1w/isd/6381163954/lTfQQJ_9/?hs=false&tok=2oumAa6oXER581 -- Vous recevez des invitations ? vous connecter par e-mail. Cliquez ici si vo...
2018 Feb 27
2
Re: [PATCH] v2v: remove MAC address related information
On Tue, 27 Feb 2018 13:43:59 +0100 Fabien Dupont <fdupont@redhat.com> wrote: > We can still find them and run the sysprep, but I have > the feeling that it would be more logical if virt-v2v did the sysprep when > target is oVirt / RHV. This is trickier than you think. For LVM volumes somebody (VDSM) has to lock and prepare...
2016 Apr 10
0
what is the faster way to search for a pattern in a few million entries data frame ?
On 10/04/2016 2:03 PM, Fabien Tarrade wrote: > Hi there, > > I have a data frame DF with 40 millions strings and their frequency. I > am searching for strings with a given pattern and I am trying to speed > up this part of my code. I try many options but so far I am not > satisfied. I tried: > - grepl and s...
2016 Apr 09
0
fast way to search for a pattern in a few million entries data frame
...e with memory (crashing my Mac). I had to sub-divide the dataset to have it working correctly but I didn't manage to fully understand the issue. I am sure their is some other smart way to do that. Any good article/blogs or suggestion that can give me some guidance ? Thanks a lot Cheers Fabien -- Dr Fabien Tarrade Quantitative Analyst/Developer - Data Scientist Senior data analyst specialised in the modelling, processing and statistical treatment of data. PhD in Physics, 10 years of experience as researcher at the forefront of international scientific research. Fascinated by finance...
2002 Oct 24
4
To compare Linux journalised filesystem, part II.
Back, After to get all informations i received, i put them in table as follow: see attachment file. Specialists can they tell me if they agree with my conclusions ? Thank's for your good job. Fabien. -- Fabien COMBERNOUS - IT Engineer eProcess - Parc Club du Millénaire Batiment n° 6 1025 rue Henri Becquerel - 34000 Montpellier FRANCE http://www.eprocess.fr - +33 (0)4 67 13 84 50
2016 Apr 10
0
what is the faster way to search for a pattern in a few million entries data frame ?
On 04/10/2016 03:27 PM, Fabien Tarrade wrote: > Hi Duncan, >> Didn't you post the same question yesterday? Perhaps nobody answered >> because your question is unanswerable. > sorry, I got a email that my message was waiting for approval and when I > look at the forum I didn't see my message and this...
2007 Aug 02
7
has_many and class function
Hello, i have two models : class Container < ActiveRecord::Base has_many :bottles end class Bottle < ActiveRecord::Base belongs_to :container def self.find_all_from_container(container) container.bottles.find(:all) end end i was asking myself if there was a better way to write the function find_all_from_container : i can call it from an instance of Container but
2005 Dec 15
6
Dynamic Text Replacement
I noticed there are a lot of PHP based dynamic text replacement examples out there such as: http://artypapers.com/csshelppile/pcdtr/ Is there anything like this for Ruby / Rails? I know there''s always SiFR but that method is often frustrating because I''ve noticed significant slow down in page load time even on pages that use it sparingly.
2004 Feb 04
3
Using huge datasets
...are my questions : 1) Has anyone ever tried to use such a big dataset? 2) Do you think that it would possible on a more powerfull machine, such as a cluster of computers? 3) Finaly, does R has some "memory limitation" or does it just depend on the machine I'm using? Best wishes Fabien Fivaz
2010 Jan 23
5
authentication failure
I noticed that my server has a lot ca. 1000x auth failure from different alocated in China / Romania and Netherlands per day since 3 days It looks to me like somebody was trying to get into server by guessing my password by brute force. what would be the best to stop this attack and how? the server running apache mysql and ftp PORT STATE SERVICE 21/tcp open ftp 80/tcp open http 443/tcp
2020 Jan 26
2
Vacation use different SMTP server
...really internal/local, this is decided by sending SMTP everytime something is sent, based on MX records). Problem is that Dovecot/Sieve is using wrong SMTP server (one used for receiving e-mails which should NEVER be used for sending [and is never is, except sieve]). Cit?t "KOCIK Fabien (Acoss)" <fabien.kocik at acoss.fr>: > Hi, > > I had the same problem and solved it at architectural design level. > > Instead of forcing Sieve to use a different SMTP server, I declared > some transports in the sending SMTP server to force it to route > interna...
2003 Jan 15
2
PDC.
...socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 domain logons = yes local master = yes os level = 99 domain master = yes preferred master = yes wins support = yes dns proxy = yes Any idea ? What is wrong ? Any help will be appreciated :o) Thank's Fabien. -- Fabien COMBERNOUS - IT Engineer eProcess - Parc Club du Mill?naire Batiment n? 6 1025 rue Henri Becquerel - 34000 Montpellier FRANCE http://www.eprocess.tv - +33 (0)4 67 13 84 50
2020 Jan 31
2
Vacation use different SMTP server
...hing is sent, based on MX records). Problem is that >> Dovecot/Sieve is using wrong SMTP server (one used for receiving >> e-mails which should NEVER be used for sending [and is never is, >> except sieve]). >> >> >> >> >> >> Cit?t "KOCIK Fabien (Acoss)" <fabien.kocik at acoss.fr>: >> >>> Hi, >>> >>> I had the same problem and solved it at architectural design level. >>> >>> Instead of forcing Sieve to use a different SMTP server, I declared >>> some transports in the...
2009 Aug 31
2
streaming speex frames
...ading), but I'm not sure it's what I need. I have also read that speex *may* be encoded in Ogg container. Is it always the case? If so, I guess I shouldn't mind about speex and focus on Ogg. If anybody has an example for reading speex stream by frames, I would be thankful. Thank you, Fabien
2003 Aug 19
2
samba server list
Hi, Is there a command or a tool usable to scan and establish a list of samba servers through different subnets ? I would like to propagate datas to them automatically without managing a list of sambva servers. thanks Fabien
2018 Sep 24
2
Re: OpenStack output - server_id
On Mon, Sep 24, 2018 at 6:30 PM Richard W.M. Jones <rjones@redhat.com> wrote: > On Mon, Sep 24, 2018 at 10:00:21AM +0200, Fabien Dupont wrote: > > Hi, > > Hi Fabien, sorry I didn't respond to this earlier as I was doing some > work. If you CC me on emails then you can usually get a quicker > response. > > > I've read the virt-v2v OpenStack output code to understand how it works > and &g...