search for: lill

Displaying 20 results from an estimated 149 matches for "lill".

Did you mean: fill
2011 Jul 29
7
Rails and Service Oriented Architecture (SOA): any downsides?
...mance via Service Oriented Architecture for my Rails app. Stepping in that direction will require some code reorganization, though. Has anyone regretted the time invested in Rails SOA or suffered any other drawbacks that might -- from a business perspective -- have disinclined them from going SOA? Lille -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/...
2010 Nov 30
3
how to 'delete' an object from an association collection in-memory only
...accordingly modified parent in memory, without actually committing the destruction of the collection member to the data store? Based on my read of the docs, there is no ''delete'' counterpart to ''collection.build'' for association members. Thanks for any comment, Lille -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/...
2020 Jan 09
6
Get memory address of an R data frame
Hello, I would like for my C function to be able to manipulate some values stored in an R data frame. To achieve this, a need the (real) memory address where the R data frame stores its data (hopefully in a contiguous way). Then, from R, I call the C function and passing this memory address as a parameter. The question: how can we get the memory address of the R data frame? Thank you! L.
2012 Sep 20
7
jQueryUI autocomplete (Rails 3.1): can't get source as url to work
...T calls to the root and not the data-autocomplete-source value of ''/searches''. Bates''s railscast uses a textfield in the context of a RESTful form, but I don''t expect this difference between his code and mine should explain my unexpected POST. Any thoughts? Lille -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-...
2010 May 15
9
Installing CentOS as DomU on Debian Lenny (dom0) Xen
Hi, I have searched the question which I am asking.But if some one has mentioned on their blog or link some where they have mentioned as how they installed CentOS as DomU on Debian Lenny (dom0)running xen-3.2.1 and I should have a look Then please share it here. -- Tapas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2012 Sep 16
12
Setting up XEN domU causes RAID5 to fail?
This may be a coincidence or not, but I''m building a new XEN system for myself for work purposes. I support several different versions of a software that cannot be installed at the same time, so I decided I wanted to setup a XEN domU for each. I had 5 spare 500GB drives so I put them in my system and partitioned them so I have a RAID1 boot, a RAID5 root and a RAID5 images. I got
2017 Nov 12
1
Array changing address unexpectedly
...uation mechanism R has that makes the array to be filled-up only when needed (in this case, when printing it) thus changing the array's address? ? Thank you once more! ? ? Sent:?Sunday, November 12, 2017 at 6:02 PM From:?"David Winsemius" <dwinsemius at comcast.net> To:?"lille stor" <lille.stor at gmx.com> Cc:?r-devel at r-project.org Subject:?Re: [Rd] Array changing address unexpectedly > On Nov 12, 2017, at 8:47 AM, lille stor <lille.stor at gmx.com> wrote: > > Hi, > > Given the following R code: > > library(pryr) > > data &...
2012 Jun 07
1
FW: Bad configuration file
...gt;> overlay ppolicy >> ppolicy_default "ou=default,ou=policies,dc=my,dc=test" >> ppolicy_use_lockout >> ppolicy_hash_cleartext >> >> Please help :( >> >> Flake >> >> -- >> C??dric CARLEN >> ??l??ve-ing??nieur ?? TELECOM Lille 1 >> Promotion FI15 >> ??? 06.59.42.81.55 >> >> > > >-- >C??dric CARLEN >??l??ve-ing??nieur ?? TELECOM Lille 1 >Promotion FI15 >??? 06.59.42.81.55 >-- >To unsubscribe from this list go to the following URL and read the >instructions: ?https:...
2017 Nov 12
2
Array changing address unexpectedly
Hi, Given the following R code: library(pryr) data <- array(dim = c(5)) for(x in 1:5) { data[x] <- as.integer(x * 2) } add = address(data) # save address of "data" for(x in 1:5) { data[x] <- as.integer(0) } if (add == address(data)) { print("Address did not change") }
2011 Aug 02
2
execute r-code stored in a string variable
Dear all I have a simple R question. How do I execute R-code stored in a variable? E.g if I have a variable which contains some R-code: c = "reg <- lm(sales$sales~sales$price)" Is it possible to execute c E.g like Exec(c) I hope someone can help. Thank you Kim Lillesøe [[alternative HTML version deleted]]
2010 Jul 07
1
what is a session stored via the active_record_store option unique to?
...to treat the session in case 2 as unique to the user, but I can''t test this assumption while working on one development machine. Do I need to use some specially-prepared session variable to ensure each unauthenticated user has only their unique session under active_record_store? Thanks, Lille -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/...
2010 Jul 06
4
how to make confirm boxes conditional?
...onfirmation is requested, but not otherwise, etc. So far, my only (ugly) approach is to replace the linker html itself depending on changes in state, but I believe there must be an easier way to ''toggle'' the confirmation option on/off. Can anyone recommend an approach? Thanks, Lille -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/...
2009 Aug 19
2
[Hmisc] latex() with ctable=T inserting unwanted empty line in .tex file when used on summary.formula(method="reverse") object
...day 26 svn rev 48839 language R version.string R version 2.9.1 (2009-06-26) ________________________________ Vincent Chouraki, Interne de santé publique, INSERM UMR 744, Institut Pasteur de Lille, France, Site web : www.santepub-lille.fr [[alternative HTML version deleted]]
2017 Aug 18
2
Friendly Reminder: Would you please comment on my findings?
...s Andreas Am 18.08.2017 um 14:07 schrieb Alain Deleglise via samba: > Hi Andreas, Maybe somtehing you already tried but, just in case : try > commenting "hide unreadable" or set it to "no". Regards, Alain > DELEGLISE Architecte Infrastructure Responsable Avant-Vente Lille > alter way <http://www.alterway.fr/> @alterway.fr > <https://twitter.com/alterway> EuraTechnologies, 166 bis avenue de > Bretagne, 59000 LILLE 2017-08-18 12:51 GMT+02:00 awl1 via samba > <samba at lists.samba.org>: >> Hello one more time, unfortunately, one...
2013 Feb 05
3
Truncate text
Hi Folks, Good evening, I used the code which i print below, Yes i got the result , but i need the result like this "TruncateHtml is jus....(continued)" some_html = ''<ul><li><a href="http://whatever">TruncateHtml is just like the vanilla truncate rails helper , TruncateHtml is just like the vanilla truncate rails
2020 Jan 09
0
Get memory address of an R data frame
Hi Lille, Is it possible you're looking for tracemem() or inspect() ? > x <- data.frame(z = 1:10)> tracemem(x)[1] "<0x55aa743e0bc0>" > x[1] <- 2Ltracemem[0x55aa743e0bc0 -> 0x55aa778f6ad0]: tracemem[0x55aa778f6ad0 -> 0x55aa778f6868]: [<-.data.frame [<- trace...
2013 May 07
0
Weird race condition in 4.2.1 startup
...to hang. I don''t see the startup messages from the xend and the xendomains startup script, but presumably they''ve run since it tries to shutdown some domains. The fix was to add a sleep 10 to the start of the xendomains startup script, though that seems a little hacky - -- Tony Lill, OCT, Tony.Lill@AJLC.Waterloo.ON.CA President, A. J. Lill Consultants (519) 650 0660 539 Grand Valley Dr., Cambridge, Ont. N3H 2S2 (519) 241 2461 - --------------- http://www.ajlc.waterloo.on.ca/ ---------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG...
2017 Sep 19
3
R and Visual Studio
Hi, ? I am trying to build R using Visual Studio 2010 but without success. My question is if it possible build?R with this compiler anyway? ? If not, could someone please tell how to link one's C code against both the static and shared libraries of R for Windows (that comes from the official website found here https://cran.r-project.org/mirrors.html)? ? Thank you!
2017 Aug 18
0
Friendly Reminder: Would you please comment on my findings?
...use we suffered the same strange situation, upgrading from samba 3.X to 4.X. Finally, did you, in your many attempts, try to copy those large amounts of small files with "hide unreadable = no" or not, just to be sure ? Alain DELEGLISE Architecte Infrastructure Responsable Avant-Vente Lille alter way <http://www.alterway.fr/> @alterway.fr <https://twitter.com/alterway> T +33 1 41 16 83 42 - M +33 6 83 68 90 86 EuraTechnologies, 166 bis avenue de Bretagne, 59000 LILLE <https://ci3.googleusercontent.com/proxy/-3qH8WcFM0f0828T7THm5CoQdjB9b5ejfV0V49zEvYg8nGS-_YYdtVbzdat4...
2012 Jun 01
3
Bad configuration file
...back_bdbn moduleload ppolicy.la moduleload smbk5pwd.la overlay smbk5pwd smbk5pwd-enable samba overlay ppolicy ppolicy_default "ou=default,ou=policies,dc=my,dc=test" ppolicy_use_lockout ppolicy_hash_cleartext Please help :( Flake -- C?dric CARLEN ?l?ve-ing?nieur ? TELECOM Lille 1 Promotion FI15 ? 06.59.42.81.55