Displaying 20 results from an estimated 97 matches for "shaki".
Did you mean:
shai
2007 Sep 27
1
Cairo on windows
Hi All,
I just installed Cairo on R 2.5.1 on windows XP. My hope was to get to see
the transparency output e.g. http://had.co.nz/ggplot2/stat_smooth.html
ggplot2 - stat_smooth , which I finally managed to do. However, I find the
Cairo device, which I access either through CairoWin() or Cairo(type="win"),
is pretty shaky in a number of respects :
- whatever portion of the Cairo
2011 Apr 13
5
Nested route with collection
Hi!
I try to do nested route with collection, but I always have mistake
route:
resources :user do
resources :todo do
member do
post :complete
end
collection do
get :completed
end
resources :post
end
end
View:
<%= link_to_if (params[:action] == ''home''), ''Done'',
comoleted_user_todo_path %>
Browser back me mistake
undefined local
2006 Sep 13
1
reshaping a dataset
Hi,
I'm trying to move to R the last few data handling routines I was
performing in SAS.
I'm working on stomach content data. In the simplified example I
provide below, there are variables describing the origin of each prey
item (nbpc is a ship number, each ship may have been used on
different trips, each trip has stations, and individual fish (tagno)
can be caught at each
2006 Sep 25
2
Can't mix high level and low level plot functions.
Hey R-Comunity,
I'd like to print out an histogram of some experimental data and add a
smooth curve of a normal distribution with an ideally generated
population having the same mean and standard deviation like the
experimental data.
The experimental data is set as vector x and its name is set to
group.name. I paint the histogram as follows:
hist(data, freq=FALSE,
2012 Aug 17
1
[LLVMdev] MIPS & GP register
On Aug 16, 2012, at 10:58 AM, Eli Friedman wrote:
> That's weird... you're probably triggering some sort of bad case in
> the driver logic which tries to call gcc to assemble and link on
> targets where we don't know what to do. That logic is generally a bit
> shaky to begin with.
It sounds like that means "time to file a bug". =) Which product should I file
2017 Dec 19
1
Minimal AD DC server for dev/test setup
On Tue, Dec 19, 2017 at 1:07 PM, Rowland Penny <rpenny at samba.org> wrote:
> Use the internal dns server when you provision, this will get you the
> simplest DC ;-)
Noted, thanks!
On Tue, Dec 19, 2017 at 1:09 PM, Andrew Bartlett <abartlet at samba.org> wrote:
> Yes. You can set 'server services = ldap' and just run LDAP. If you
> are just doing simple binds you
2006 Aug 30
2
using mulitple sound card inputs
I've been able to successfully stream using Icecast with Darkice on my
Debian box. I want to be able to stream multiple live streams from the
same box using different sound cards (Basically, we have groups that
will be using different TV channels and want to be able to stream the
audio to the user's pc's for the proper channels they are viewing). Has
anyone tried to do this?
2006 Sep 07
0
Strange occurrence
Hi,
Even excessive load shouldn't kick out clients. Although the playing of
the audiostream may become a bit shaky, it wouldn't stop completely. Or,
if it would indeed stop, it wouldn't restart without the computer being
rebooted, and for sure not restart after 10 minutes. That doesn't make any
sense.
What's more: missing interrupts and shaky playback would only eventually
get
2018 Aug 31
4
Certificates
On Fri, Aug 31, 2018 at 05:30:53PM -0400, Robert Moskowitz wrote:
>
> Letsencrypt is a very important development, but it has (IMHO) a shaking
> foundation.? I would not build a production system around it.? But then I
> have lived in aspects of PKI since '95...
I presume you meant "shaky foundation"? If so, would you care to
elaborate?
John
--
Many people, especially ignorant people, want to punish yo...
2006 Dec 01
3
"All resource specifications require names": wot?
Hi, everyone --
I downloaded puppet and have been playing with it. I''m using the RPM''s for RHE4 created by David (mentioned on the install page: http://people.redhat.com/dlutter/yum/rhel4/) with RHE''s ruby 1.8.1-7:
ruby-1.8.1-7.EL4.8
ruby-libs-1.8.1-7.EL4.8
ruby-devel-1.8.1-7.EL4.8
I''m sure this is an easy one; all the same, I''m stumped. Please
2004 Dec 11
1
drives - semi newbie
Okay, on the nth reading about drives at
http://www.winehq.com/site/docs/wine-user/config-drive-main
I see that I simply need to type P:\usr\mywine, or, in my case, P:\mnt\crate
to access my FAT drive. But, ya know, it seems I cannot find where I am to
type this. Now, in the ancient past, I have done this in an ancient wine
version by putting it in a certain section in the configuration file,
2012 Jun 18
1
Listing all binary trees of an ordinal set
Hi all,
I'm new to R, have been reading books and trying to get started coding too.
The first thing of substance I've been trying to do is to create a function
to return a list of all binary trees of a list of ordinals. So, for
example, an input of list(3,1,2,4) would return:
list(list(1, list(2, list(3, 4))),
list(1, list(list(2, 3), 4)),
list(list(1, 2), list(3, 4)),
2008 Mar 12
12
Mongrel has crashed
Hi,
my mongrel has crashed with following errors in the logfile:
** Starting Rails with development environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no
restart).
** Rails signals registered. HUP => reload (without restart). It might
not work well.
** Mongrel 1.1.3 available at 0.0.0.0:3000
**
2006 Apr 03
6
problems with Rails 1.1 observe_field :with serialized
I''d like to use observe_field to watch a field, and then when it changes
send the entire form to the server. I had been using
<%= observe_field ''entity_name_''+@account.id.to_s, :frequency => 0.5,
:update => ''auto_complete_''+@account.id.to_s, :url =>
{ :controller => ''committees'', :action=>
2005 Aug 03
1
passing variable to formula environment
List gurus,
I'm trying to code a Gompertz growth curve function as part of a larger
project and have run across a problem due to my ignorance of
environments. Some sample data and the function are as follows:
growth <- data.frame(age = c(1.92, 3, 5.83, 3.17, 15.5, 1.17, 5.58,
13.33, 14.29, 5.83, 13.79, 6.33, 13.75, 16.83, 13, 11.67, 0.25, 1.73,
9.46, 5.67), length = c(157, 165, 179,
2009 Sep 15
5
Very general question about Debian...
Hello ALL!
First, I apologize for sending question that spill-out from the scope of
this list. However, you might be essentially the best informants.
In brief, I am thinking to give second shot to the Debian. Currently I
am using Ubuntu 9.04, but Debian still teases me, so to say. I used to
use Debian testing (Lenny at that time), but when Lenny became stable,
things became very shaky in
2010 Jun 08
18
RHEL6 beta vs. Xen
Has anyone yet figured out what it would take to make Xen
run on top of the Red Hat Enterprise Linux 6 beta?
We are heavily invested in Xen under RHEL5 (actually
a redhat clone) distribution, but already the xen kernel
they are shipping with update 4 and 5 is shaky and has bugs
which they don''t seem to be in a hurry to fix.
Basically I am wondering if Redhat 6 is just going to
have
2015 Mar 05
2
[LLVMdev] Making llvm.eh.actions work
llvm.eh.actions is basically a sequenced list of actions to take when an
invoke throws to the landing pad containing the actions call. The prototype
is just 'i8* llvm.eh.actions(...)', but it needs some structure. LLVM IR
supports three types of actions: cleanup, catch, and filter.
__CxxFrameHandler3 doesn't support filters, so it isn't really relevant
here.
Catch actions need
2012 Aug 16
0
[LLVMdev] MIPS & GP register
On Thu, Aug 16, 2012 at 10:37 AM, Carl Norum <carl at lytro.com> wrote:
>
> On Aug 15, 2012, at 11:56 PM, Eli Friedman wrote:
>
>> On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytro.com> wrote:
>>>> -march=mips32r2
>>>> -mtune=4kem
>>>> -msoft-float
>>>> -EL
>>>>
>>>> -Xclang
2006 Sep 07
2
Strange occurrence
Klaas Jan Wierenga wrote:
> I suspect the Linux systems are running a nightly or weekly cron job
> they weren't running before causing an excessive load on CPU or network
> which caused the clients to disconnect. The nightly cron jobs are
> generally located in /etc/cron.daily and run a 4am!. Check for any
> changes in the nightly cron jobs.
Thanks. I didn't know that 4