Displaying 20 results from an estimated 2000 matches similar to: "php's __call for ruby? or better approach?"
2011 Apr 12
2
split string into individual valus while reading in R
Dear R experts
Sorry for posting:
I have text file that I need to read into R (this is out from different
program). A portion of data look like:
;example data
1_1 ch1 0.0
HAAAHHAAAHHAAAAAHHAHHAHAHHHAAHHAHAAAAHAAAHHAHHAAHAHHAAAAHAAAHHHAAAHHAHHHAAAHHHHAHHAAHAAAAHAHHHHHAAAHAHHAHHHHAHHHHHHHHHAAHAAHHHAHAAAAAHHHHHHAHHHHHAHHHH
1_2 ch1 0.1
2012 Jul 17
1
Script help: Determining Time Difference between two data points.
I have the following data (a subset of the real data set):
structure(list(Date = structure(c(1209625080, 1209641460, 1209652500,
1209676800, 1209682860, 1209692100, 1209706980, 1209722580, 1209726300,
1209739620, 1209762780, 1209765720, 1209770520, 1209791040, 1209812580,
1209829920, 1209837180, 1209848160, 1209854640, 1209859440, 1209870780,
1209887760, 1209901080, 1209921660, 1209929280,
2013 Sep 25
1
Computing calculation among two vectors
Hi,
Try:
x<- 1:4
?y<- c("*","/","-","+")
res<-sapply(y,function(i) {x1<-expand.grid(x,x); unlist(lapply(paste0(x1[,1],i,x1[,2]),function(u) eval(parse(text=u))))})
row.names(res)<- as.character(interaction(expand.grid(x,x),sep="_"))
head(res)
#??? *?? /? - +
#1_1 1 1.0? 0 2
#2_1 2 2.0? 1 3
#3_1 3 3.0? 2 4
#4_1 4 4.0? 3 5
#1_2 2 0.5
2008 Jan 15
1
help with reshaping data into long format (correct question)
Dear list,
I have the following data set
id 1 2 3 4 5 6 7 8 9 10
disease a b c d e f g h i j
age 23 40 32 34 25 32 22 35 29 21
city NY LD NY SG NY LD VG SA LD SG
sex 1 1 2 2 2 2 1 1 1 2
treat_a y y y y
treat_b n n n n n n
ques1_1 2 4 5 6 8 3 1 2 4 5
ques1_2 6 4 5 12 10 9 8 4 5 7
2004 Aug 06
2
kicking sources
Hi,
I've just seen a new thread asking about kicking clients off the server
and wondered, if there is a feature to kick sources off the server as well.
This would be very useful if the server is used by multiple djs on
a radio-station with a timetable. So when a dj forgets to stop his
livestream
the next dj could just kick the source instead of killing and restarting
the whole
server.
2008 Apr 11
3
StarAlliance TravelDesk (PC-based timetable app)
The StarAlliance airline network used to have a Windows 3.x-ish timetable program that worked very well under Wine. Now they replaced it by something more fancy and Wine (0.9.59) cannot handle it. The application installs fine, starts up, but then it's frozen. You cannot enter any text in the search boxes and you cannot move the scrollbars.
Can someone help me to get this going?
You can
2016 Apr 28
2
Question about DFS
Hello,
i'm trying to figure out some specific things about Samba DFS.
1. What is the ordering method of a DFS Share with multiple servers
(e.g. msdfs:serverB\\share,serverC\\share linkb ; Source:
https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/msdfs.html)?
With a Microsoft DFS i have 3 options regarding the target. (Targets in
a client's site are listed first in a
2001 Jul 20
2
angle/density in barplots/polygon
I'm trying to convert some S-Plus code which generates barplots and
other shaded area plots to R. If I specify that I want hatching
using the angle and density arguments, the messages
1: argument `density' is not used (yet) in: .NotYetUsed("density", error = FALSE)
2: argument `angle' is not used (yet) in: .NotYetUsed("angle", error = FALSE)
so apparently these
2002 Nov 07
1
Open Source Streaming Tool
Hi,
I am really sorry for this psuedo-spam but I thought some on the list
might be interested in this:
<p><p>R A D I O Q U A L I A ARE PLEASED TO ANNOUNCE THE LAUNCH OF:
The Frequency Clock: Free Media System
(public version 1.0 beta)
<p>Software release at: http://frequencyclock.montevideo.nl
General info:
2014 Oct 27
2
como pasar de data.frame -> cast -> data.frame
Fabulosa comunidad, tengo el siguiente problema:
1. Tengo un data.frame no muy grande, de 575 filas x 8 columnas. En este
df, las primeras 7 columnas identifican el dato que va en la columna 8.
A las primeras 7 col se las podria considerar como datos categoricos y
la columna 8 es un dato numerico. El df luce algo asi:
sol con dia rep nca nin iso are
1 con 0 1 1 16 0 s
2005 Aug 05
1
quality of password protection
We need a solution for our samba server about password regulations. We
want to force the user to change the password in a defined timetable and
to give the password a defined minimum of length. Do we need a special
software modul or is there an another possibility in connection with
Suse 9.2 and Sambaserver 3.0923?
O. M?ller
2008 Apr 07
2
[LLVMdev] Tumb mode support for ARMv4T processor?
I don't know if this is the right place to ask but is there any
timetable for thumb mode support on sub-ARMv6 processors? The exact
processor support what i'm interested in is arm7tdmi.
-Waltteri
2017 Apr 10
10
RFC: Plan for removing components from namespace std::experimental
As part of the work on C++17, WG21 released a series of "Technical
Specifications", (TS) which added proposed new features to the standard
library. These were all defined in the namespace 'std::experimental' (and
namespaces inside of that).
Then, much of these features were merged into the main standard, and became
part of namespace 'std'. Libc++ now has two
2007 Apr 18
1
OLS BoF? Mainline Virtualization API status?
Folks,
OLS is fast approaching. There is a session on virtualization
at the Kernel Summit, with Keir and Zach invited, which will
probably last an hour(?). There is also a Xen BoF currently
scheduled (Thursday, 7/20, 7:00PM) which will cover Xen specific
issues. And there are approximately 3 or 4 paper presentations
on related subjects. None of the above are going to allow for
adequate time to
2006 Oct 02
3
CentOS at FOSDEM
Hi all,
FOSDEM is coming and it would be nice if CentOS users and developers
are present.
FOSDEM will take place at 24 and 25 february 2007. (so mark those dates in
your calendar!)
I guess what we need is a wiki page about FOSDEM linked from some 'CentOS
events' page and then people can start planning and indicating who's
coming and what the topics could be.
Since the developer
2006 Mar 29
1
Query a timetable (cute solution?)
I am developing app which needs to query a timetable. The user specifies
where they want to go from (start_station) and to (end_station) and the
time (start_time) they wish to leave.
My models are as follows:
Provdier -> Service -> Run -> Stop <- Station
-> = has many
Provider = Bus Company
Service = eg. Number 10 bus
Run = Column on timetable
Stop = Cell on timetable
Station =
2013 Oct 19
3
bold dot size and name in plot
Dear useRs,
I have the following data "z" of two variables "x"(z[,1]) and "y"(z[,2]).
> dput(z)
structure(c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66,
2018 Jan 04
0
RFC: Plan for removing components from namespace std::experimental
On Mon, Apr 10, 2017 at 1:22 PM, Marshall Clow <mclow.lists at gmail.com>
wrote:
> As part of the work on C++17, WG21 released a series of "Technical
> Specifications", (TS) which added proposed new features to the standard
> library. These were all defined in the namespace 'std::experimental' (and
> namespaces inside of that).
>
> Then, much of these
2016 Apr 28
2
Question about DFS
On 28.04.2016 11:16, Reindl Harald wrote:
> Am 28.04.2016 um 11:00 schrieb tell at posteo.de:
>> i'm trying to figure out some specific things about Samba DFS.
>>
>> 1. What is the ordering method of a DFS Share with multiple servers
>> (e.g. msdfs:serverB\\share,serverC\\share linkb ; Source:
>>
2008 Jan 15
0
Help with reshape data into long format
Dear list,
I have the following data set
id 1 2 3 4 5 6 7 8 9 10
disease a b c d e f g h i j
age 23 40 32 34 25 32 22 35 29 21
city NY LD NY SG NY LD VG SA LD SG
sex 1 1 2 2 2 2 1 1 1 2
treat_a y y y y
treat_b n n n n n n
ques1_1 2 4 5 6 8 3 1 2 4 5
ques1_2 6 4 5 12 10 9 8 4 5 7