Displaying 20 results from an estimated 100 matches similar to: "Deep nested associations on the same Model"
2020 Oct 21
6
3d plot of earth with cut
Hello,
Could someone suggest a package/way to make a 3D raster plot of the Earth
(with continent boundaries), and then make a "cut" or "slice" of it such
that one can also visualize some scalar quantity as a function of the
Radius/Depth across that given slice ?
Formally, I would have a given, fixed longitude, and a list of vectors
{latitude, radius, Value}
that would show
2009 Feb 04
2
rendering error page for "Unauthorized" from before_filter
Hey all,
I am writing a plugin in which I want to stop the rendering of an
action with an unauthorized response if the user is not authorized to
view the resource. I am using a before filter to achieve this and
inside that before filter I do it like so:
render :text => "Unauthorized!", :status => :unauthorized, :layout
=> false
The status is properly set since I see the
2015 Aug 13
3
Bug in rank with utf8?
x <- "\u0663"
y <- 3
x == y
# FALSE
rank(c(x, y))
# c(1.5, 1.5)
--
http://had.co.nz/
2020 Aug 01
7
Boot failed on latest CentOS 7 update
> Am 01.08.2020 um 23:52 schrieb Leon Fauster via CentOS <centos at centos.org>:
>
> ?Am 01.08.20 um 23:41 schrieb Kay Schenk:
>> Well misery loves company but still...just truly unfathomable!
>> Time for a change.
>
>
> I can only express my incomprehension for such statements!
>
> Stay and help. Instead running away or should I say out of the
>
2009 Mar 13
2
[webrat] click link by title doesn''t work
Webrat 0.4.2 doesn''t seem to allow you to click links by title. Am I missing
something stupid?
With steps below running in sequence, first passes, second fails
Then /^I should see a view (\w+) details link$/ do |object|
response.should have_tag("a[title=#{object}_details]")
end
When /^I follow view (\w+) details link$/ do |object|
click_link "#{object}_details}"
2020 Oct 22
0
3d plot of earth with cut
1. Have you looked here:
https://cran.r-project.org/web/views/Spatial.html
(I assume you have done some web searches on possible terms like "3D Earth
Data R" or whatever)
2. You might try posting on the r-sig-geo list rather than here, where
relative expertise may more likely be available.
Cheers,
Bert Gunter
"The trouble with having an open mind is that people keep coming along
2020 Oct 22
0
3d plot of earth with cut
If you have "value" as a function of latitude and radius, isn't that a
2D (not 3D) scalar field?
Which can be plotted using a regular heatmap.
If you want a curved edge where depth=0 (radius=?), that's not too
difficult to achieve.
Not quite sure what continent boundaries mean in this context, but
that could possibly be added to.
Or do you want a 2D slice superimposed within a
2020 Aug 01
2
Boot failed on latest CentOS 7 update
Well misery loves company but still...just truly unfathomable!
Time for a change.
_______________________
Sent from MzK's phone.
On Sat, Aug 1, 2020, 13:04 david <david at daku.org> wrote:
> At 12:50 PM 8/1/2020, Kay Schenk wrote:
> >Totally and completely on my HP microfiber. Wouldn't get past anything to
> >even get me into the grub menu. NOT AMUSED!
> >
2009 Mar 28
2
[LLVMdev] GSoC'09 question - previous mail w/o html
On Mar 27, 2009, at 9:15 PM, Dan Gohman wrote:
>
> On Mar 26, 2009, at 8:28 AM, Mihai Balint wrote:
>>
>> This summer however, I plan to create an "optimization" that
>> automatically fixes memory leaks in programs - obviously only those
>> that can be fixed with the available information, for example:
>
> Hello,
>
> This doesn't sound
2005 Jul 21
4
Re: songs on website
Hi Christian,
Aaron Wolfe has already sent me a script he used for his online radio. I only need to customize it -- and maybe create a Debian package from it. It knows much more than I need (requests, cancels, more stations, etc.), I'll have to cut out some parts.
To answer your questions I use Debian Linux, I'll use ices2 as source, not a media player.
Thanks,
Jacint
Christian
2009 Dec 31
2
How to access shares via HTTP (apache2)
Hello,
I configured samba fileserver as a member of samba domain. PDC and
fileserver are different machines.
It works great using windows sharing.
Now, I need to set up apache to serve my shares, but I am having
problem with permissions. Apache runs as www-user, and doesn't see
content in shares.
So I would like to ask, what is the proper way to use apache (or
another http server) to serve
2005 Jul 24
3
video streaming
Hi,
We're planning to launch a video stream.
We do not have anything yet (no camera, no computer, no software, only a
Linux server that will do the broadcasting with icecast installed).
Has anyone ever done such a thing? What hardware do you suggest? What
software can be used (both for Linux and Windows on source side). Can
Icecast be used for this video streaming purpose (on server side)?
2003 Jul 23
2
arpd question
Hi all,
I have noticed that the "CONFIG_NETLINK" has been removed since kernel
version 2.4.17, does this mean that we cannot use "arpd" with kernel
versions 2.4.17 onwards.
vishy
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jul 09
2
songs on website
Hi all,
I'd like to launch a radio station that would show the current, previous
and upcoming tracks on a dynamic website.
Is there any software around that would do just this task, or do I have
to create my own scripts?
The source (ices) is on the same computer where the icecast server is.
Thanks in advance!
Yours,
Jacint
2010 Jul 19
2
ffmpeg2theora's website is down
Hi,
do you know the author of the ffmpeg2theora project? Because his domain name, http://v2v.cc/, which hosts the project, expired on 2010-07-16, and pending renewal or deletion.
The contact email address listed on the page also use the v2v.cc domain, so I cannot contact him. Please notify him ASAP if you know his other address!
In the meantime, how can I install ffmpeg2theora 0.27 on Ubuntu? I
2002 Jul 02
2
Using names()
Hello all. I am trying to sets somes names for values, but getting the
following error. Can anyone help me on this?
> names(size_four)<-c("Refused","Size 10","Size 12","Size 14","Size
16","Size 18","Size 20","Size 22","Size 24","Size 26","Size 28","Size
30","Size
2002 Nov 13
2
Importing with read.table
Hi all. I have something similar to the following:
myinfo <- read.table( file = "myfile.txt", sep = "|", col.name = c( "data1",
"data2" ) )
myfile.txt:
a|1|
b|2|
However, since there are two pipe (|) characters, it reads it in and thinks
there should be three columns. This is not the case and I get a warning
about col.names is wrong length. Is there a
2015 Mar 19
3
CRAN binary, but no source
Hi All,
this is a CRAN question, so I am sorry if this is not the appropriate forum.
I noticed that there is at least one CRAN package that has a binary (OSX
Mavericks) for a version, that does not have any source package on CRAN. Or
at least I am unable to locate it. The package is Rglpk:
http://cran.r-project.org/web/packages/Rglpk/index.html
It offers a binary for 0.5-2, but there is no
2020 Aug 02
4
Boot failed on latest CentOS 7 update
Il 02/08/20 00:42, Mike McCarthy, W1NR ha scritto:
> It appears that it is affecting multiple distributions including Debian
> and Ubuntu so it looks like the grub2 team messed up. See
>
> https://www.zdnet.com/article/boothole-fixes-causing-boot-problems-across-multiple-linux-distros/
>
> Mike
>
> On 8/1/2020 6:11 PM, Marc Balmer via CentOS wrote:
>>
>>> Am
2009 Mar 26
3
[LLVMdev] GSoC'09 question - previous mail w/o html
Hello llvm,
I am a first year PhD student at "Politehnica" University of
Timisoara, Romania. I am a part of the LOOSE Research group (http://www.loose.upt.ro
) and until now I have been involved in several research projects in
reverse-engineering object oriented software.
Currently I am using llvm to statically check C/C++ programs for
memory leaks. What I have until now is a