similar to: a web interface to identify()

Displaying 20 results from an estimated 1000 matches similar to: "a web interface to identify()"

2005 Dec 21
1
System Reliability Metrics
I need to calculate some metrics such as Mean Time Between Failure (MTBF), etc (see http://www.cs.sandia.gov/~jrstear/ras for a more complete list). I have observations like start end state 1 2005-11-11 09:05:00 2005-11-11 12:20:00 Scheduled Downtime 2 2005-11-12 13:42:00 2005-11-12 14:45:00 Unscheduled Downtime where each row describes
2005 Jun 01
2
sink() within a function?
sink() isn't behaving as i expect, when used inside a function, eg: x<-data.frame(F=c("O","O")) f<-"foo.txt" sink(f); format(x); sink(); # foo.txt looks great! foo<-function(x,f) { sink(f); format(x); sink(); } foo(x,f=f) # foo.txt is empty! why is this, and how can i successfully sink() within a function? my real function does some
2005 Jun 01
2
sink() within a function?
sink() isn't behaving as i expect, when used inside a function, eg: x<-data.frame(F=c("O","O")) f<-"foo.txt" sink(f); format(x); sink(); # foo.txt looks great! foo<-function(x,f) { sink(f); format(x); sink(); } foo(x,f=f) # foo.txt is empty! why is this, and how can i successfully sink() within a function? my real function does some
2006 Oct 31
1
missing SIGWINCH?
I have an R library which uses identify() and system(com="xterm -e less /a/corresponding/file") to view files when I click on an x11() plot. I can successfully resize the xterm on Linux (i486) and Macos 10.4 (G4 and G5), but NOT Macos 10.4 (Intel). For example, on a new mac pro: # in a terminal,xterm,iterm,etc: xterm -e "printenv | less" # the resulting xterm resizes
2002 Oct 01
2
Does R have graphlets?
I've been experimenting some with the graphlets which S-Plus 6.1 has. Is there something similar in R? I've looked through documentations, and at SJava, but haven't found it. (If you don't know what a graphlet is, here's what it appears to be: a graphlet is a binary file that encodes information about a graph. Java uses spgraph.jar to display the graph and allow certain
2007 Jun 02
2
Server-side Image Maps in Rails
I''ve been working on an idea to use a server-side image map to allow users to click anywhere in an area and have a new element appear at the location they clicked. Everything was going well, until it came time to connect the routing map. Here are the relevant parts: In the view, the map is created by -- <%= link_to(image_tag(''floor_plan.png'', :width =>
2003 Jun 27
1
How to get pixel position of a plot
Hi, I would like to plot a graph on the jpeg device for example and to write a table associated to this plot where I have the pixel coordonates of each plotted point so that I could include the jpeg image onto a html page and get all the information about each point when the mouse button is pressed. The indentify() can do it but on the window device... Thanks for any idea. Philippe --
2010 Feb 07
2
convert R plots into annotated web-graphics
Dear all, I would like to make a large scatter plot created with R available as an interactive web graphic, in combination with additional text-annotations for each data point in the plot. The idea is to present the text-annotations in an HTML-table and inter-link the data points in the plot with their corresponding entries in the table, i.e. when clicking on a data point in the plot, the
2004 Apr 30
1
R plot to HTML image map
Hi, I automatically create some R matplots and now I would like to automatically create HMTL image maps and make the plots clickable. Do you have any suggestions how to do this? regards, R. Alberts
2004 Aug 11
1
RxFax - tiff file problem
Hi all, We use tiff version 3.5.7-2 and spandsp-0.0.1k with asterisk version 0.7.2-4 on debian unstable. Our asterisk server receives calls and faxes from a mobile operator. We are connected to their Cisco router which connects to our asterisk over VoIP that goes inside a Vlan over 100Mbit fiber which passes a few switches. RxFax works and we receive faxes, but the tiff file is sometimes malformed
2001 Feb 03
1
tk non-widget commands (esp. update and winfo)
Hi, I've been playing with the tcltk package. It's very nice to have access to buttons, menus etc. now. Thank you! Alas, I also have questions: In Tcl everything is a string [*]. This is not the case in R, of course. So why are return values of tk commands still strings? (Is there any other reason than speed or "package is work in progress"?) Example: > tt <-
2002 Nov 05
2
active pdf/annotated visualization RFC
How can R users take advantage of the "active PDF" paradigm for annotation of statistical graphics? The basic objective is to take a small number of locations on a graph and hyperlink them -- add persistent information to the pdf rendering of the graph so that when the user clicks on the location, a browser is (started if necessary and) pointed to a URL specified by the persistent
2009 Nov 14
4
php config security concern for c5
a recent post on bugtraq hilighted an issue with how upstream has configured apache to invoke php, namely using addhandler, which has the behavior of matching the extension anywhere in the file. this means that foo.php.jpg will be run as php. where this becomes an issue is web apps that allow uploads into the webspace for images, pdfs, etc. if the app assumes that anything.jpg is safe,
2018 Jul 28
1
Configuring the BIND9_DLZ Module
I have configured DNS BIND, but at the time of restarting bind I get permission denied message in the file /var/lib/samba/private/named.conf. The file has been edited, where the module for the BIND version was decompressed, in addition to the owner being changed to the file, however, the same message still appears. Should a special permission be applied? root @ adsserver: / etc / netplan # ll
2019 Aug 03
0
DNS Update Failed
Hi I disabled even the windows server firewall to see if this is what it was blocking, but it didn't solve it. There appear to be Kerberos key errors, but the kinit administrator command works correctly. /usr/sbin/samba_dnsupdate:; TSIG error with server: tsig verify failure Regards, M?rcio Bacci Em sex, 2 de ago de 2019 ?s 15:51, Marcio Demetrio Bacci < marciobacci at gmail.com>
2019 Aug 02
2
DNS Update Failed
Hi I believe I am having DNS upgrade issues, as noticed below: /etc/init.d/samba-ad-dc status ? samba-ad-dc.service - Samba AD Daemon Loaded: loaded (/lib/systemd/system/samba-ad-dc.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2019-08-02 10:04:24 -03; 5h 20min ago Docs: man:samba(8) man:samba(7) man:smb.conf(5) Main PID: 9284
2014 Aug 22
0
Wine release 1.7.25
The Wine development release 1.7.25 is now available. What's new in this release (see below for details): - Implementation of the packet capture library. - A few more DirectWrite functions. - Improvements in HTML table support. - More VBScript math functions. - Various bug fixes. The source is available from the following locations:
2006 Jul 18
5
a best way to write this.
I have a form, with 3 fields, then in my controller I get the paramters to run a query but I don''t want to filter with paramters if they are nil or blank... I''m doing this @condition = '''' if(params.....) @condition = @condition + " myparamter = " + params[..... if(params.....) @condition = @condition + " myparamter = " +
2008 Apr 03
2
Winbind ignores idmap configuration (3.0.28a)
Hullo, After having my Samba server joined to a domain, I'm now having difficulties configuring winbind. I want to use the idmap_rid backend, and have recompiled Samba from scratch with the requisite rid.so module. However, no matter how "idmap domains / idmap config" is set up, it seems to get totally ignored. Here is my smb.conf: [global] workgroup = DEPARTMENTDOMAIN server
2013 Jun 24
2
[OT] bash here documents
Suppose I have this C++ program: #include <iostream> int main (int argc, char** argv) { while (1) { char cmd[80]; std::cin.getline(cmd, 80); std::cout << "response to " << cmd << std::endl; } } compiled by: c++ -o junk junk.cpp and I have this bash script: #!/bin/bash ./junk <<EOF blah bleh \cC EOF echo "Something