Displaying 20 results from an estimated 6000 matches similar to: "SHA2017 - Nouveau Village - Anybody wanna help?"
2009 Aug 03
1
CentOS village @ HAR
Hey
I am just organizing the CentOS village at HAR and need a rough
estimate of people who will be attending.
What do people want? Shall the CentOS people have their own party
tent? We are currently with the Fedora people. I will also post on the
SL mailing list.
Hope to see you all at HAR?
Cheers Didi
----
My www page: www.ribalba.de
Email / Jabber: ribalba at gmail.com
Skype : ribalba
2009 Jul 03
0
HAR CentOS village
Hey
I am organizing the CentOS village at HAR2009 with the Fedora guys.
Now I would like to know how many people the CentOS crowd would
consist of. It should be a good laugh with a own hack tent and loads
of fun.
Please update the wiki [1] or reply to this thread.
Cheers Didi
[1] http://wiki.centos.org/Events/HAR2009
----
My www page: www.ribalba.de
Email / Jabber: ribalba at gmail.com
Skype
2010 Jul 28
2
Does anybody use idmap_adex?
Hi,
Actually I am using the Backend Idmap_AD. I thought Idmap_adex is still under heavy development.
Tobias
Mit freundlichen Gr??en
Tobias Mucke
LFK-Lenkflugk?rpersysteme GmbH
Serverpool, FCI4
Landshuter Stra?e 26, 85716 Unterschlei?heim, GERMANY
Phone: +49 89 3179 8438
Fax: +49 89 3179 8927
Mobile: +49 170 635 3830
E-Mail: tobias.mucke at mbda-systems.de
http://www.mbda.net
Chairman of
2008 Mar 18
0
Walds Z in a mixed model
I recently reviewed a paper that used Wald's Z in a mixed model
analysis. The dataset (see end of message for complete dataset) has
individual animals (SAMPLE) from within social groups, from within
geographic regions. Y is the response variable. The paper ran a mixed
model with year and region as fixed effects, group a random effect
nested within region, and sample nested within group. I
2011 Aug 15
2
Delayed_Job: code working fine without .delay / with .delay it fails. Why?
Hi all,
I wrote a simple code to set up the "pit_id" from a village table from
1 to 2, from 2 to 3 and so on.
It works fine without .delay . But i need it so whats wrong with that
code?
#village_controller
def post_info
@village = Village.find(params[:id])
@village.delay.upgrade
flash[:notice] = "Upgrading"
redirect_to village_url(@village)
end
2024 Aug 02
1
grep
?s 02:10 de 02/08/2024, Steven Yen escreveu:
> Good Morning. Below I like statement like
>
> j<-grep(".r\\b",colnames(mydata),value=TRUE); j
>
> with the \\b option which I read long time ago which Ive found useful.
>
> Are there more or these options, other than ? grep? Thanks.
>
> dstat is just my own descriptive routine.
>
> > x
> ?[1]
2015 Feb 05
1
Village Idiot (esq) again: My DNS is not working
I spoke too soon in my last email. My DNS is not working.
The host commands from the AD DC how-to all fail with NXDOMAIN.
nslookup says server can't find nikola.ozco.home. Basically the same
message.
Here is a dump of my many tries.
-----------------------------------------------------------------------------------------------------------------
nikola ~ # export
2006 Apr 12
0
datamodell/databasestructure
Hi.
I am trying to develop a small utility to manage inventories for
outdoor-journeys
At the moment I have the following tables to show a many_to_many-
relationship between items(like tents/sleepingbags) and users:
items <-> holdings(join) <-> users
------------------------------------------------------------------------
--------------------------------------
id user_id
2011 Apr 11
0
model specification: help needed
Hi R experts:
I am new to mixed model commodity. I am tryping to specify a model using
lmer in lme4 package. I am not sure if I am doing right, so I need your
help....please......
Treatment / factor structure
Year: level 1:3, the whole the experiment was repeated in three years,
random factor
village: level 1:2 # the level is much higher just three are shown as
example, random factor
Farm
2012 Oct 26
3
wanna create all points.....
Plz help me ;(( I lost 7 hours for thinking and doing this code ;( I need to
create points.....20 points(dots). All these dots have to be in one graph...
when i run this code....it gives me only one dote.....
number<- (0,2,3,4,5,6,8)
for (i in seq(1:20))
{rsidpVector=rsidp(i)
mean(rsidpVector)
plot (length(rsidpVector), mean(rsidpVector), ylab="sample mean", xlab=
"sample
2006 Mar 09
1
I wanna use INFORMIX DB in Ruby on Rails
I have the INFORMIX ODBC Driver(INFORMIX connected by RUBY-ODBC) on
Windows
but I don''t have one for on RAILS. That''s my big problem at this
moment!!!
I''m trying to find a solution to connnect INFORMIX DB using Rails very
badly!
Could you help me fix my trouble? I need your tips!!!!
help me ;-(
--
Posted via http://www.ruby-forum.com/.
2013 Feb 20
0
If you run a SaaS company, or work at one, I wanna talk to you
Dear all,
Since a large number of RoR developers work at internet companies, I
thought posting this makes sense here. Anyway, I need your help. I
promise I''m not selling anything or asking for a job. Please continue
reading.
I''m part of an entrepreneurship program which teaches its students on
how to build profitable SaaS products. The first thing I''m supposed to
do is
2010 Jul 24
3
HTML rendering is currently disabled (Wanna' play GUNZ!)
Okay, I'm a super super-dee-duper newbster. Aaaaand I'm on a MacBook. Aaaaand I'm running Leopard (10.5.8). So I've used Wine before a loooong time ago for some things, but nothing big. And now I want to play Gunz (from ijji.com). I got everything downloaded (the reactor) and then it tells me something about "Gecko" needing to be installed. I get everything all installed
2008 May 05
1
[LLVMdev] Wanna contribute to LLVM ..
Respected Sir,
Let me introduce myself,This is Umesh from INDIA who currently working in
Hewitt Packard(HP),Where i work in the Virtual Machine(VM) team from past
one year in the maintianing the Java Virtual Machine(JVM) on Hp-Ux.
I like to contribute to LLVM by utilize my experiences and skills on
compilers and virtual machines.
Me like to take the bug 715 in bugzilla i.e Fix / clean up
2012 Dec 20
0
[LLVMdev] Wanna know the specification which defines a certain target triple string
Hello List,
I've got a basic question about the target triple.
"The TRIPLE record (code 2) contains a variable number of values
representing the bytes of the target triple specification string."
The statement above is written on BitCodeFormat.html.
And from this statement, I became to wonder what specification defines
such and such target triple strings.
I believe several of the
2004 Jul 04
2
I wanna kill FWD.... GRRR!!!
I'm a bit on the pissed off side right now.
If you call Free World Dialup conf bridge.. "514" is the FWD number.
Ok last night I was trying to talk to a few people in the conf bridge
because they msged me saying they were there. Ok I call it says "Please
Hold" then says "All circuits are busy"... Ok fair. I call like 25 times.
Well needless to say FWD side
2009 Jan 22
0
Psssst - hey buddy, wanna' get a job? (follow-up to asterisk-biz please)
Folks,
First of all, this email is sent to -users and -biz, but please follow-
up to the -biz list only. I have set the reply-to, but I fear mailman
will strip it off ... Please don't flame me for posting to -users, I'm
just not sure who lives on -biz as the (signal/noise | net.kook |
troll) factor has been pretty bad on that list lately (poor Rehan!!) ;-)
Telephony Depot
2024 Aug 02
2
grep
Good Morning. Below I like statement like
j<-grep(".r\\b",colnames(mydata),value=TRUE); j
with the \\b option which I read long time ago which Ive found useful.
Are there more or these options, other than ? grep? Thanks.
dstat is just my own descriptive routine.
> x
?[1] "age"????????? "sleep"??????? "primary"????? "middle"
?[5]
2005 Jul 28
3
SIP WEB Phone (Wanna implement Click to Call)
Hi,
I appreciate it if someone knows what is available for SIP web phones out
there. I am interested in putting a soft phone on a website that registers
with Asterisk using SIP. Then, when someone uses it, it directly calls into
an asterisk call queue..
Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Sep 18
4
I wanna do a project on RoR
Hi..Friends...I m a final yr IT engg student...I wanna learn RoR n use
it for my Btech project...Kindly help me in dis regard...My exact
query is:
1)Wat project topic to choose
2)How to learn dis technology n implement it in my project
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"