Displaying 20 results from an estimated 3000 matches similar to: "Off-topic tcpdump/samba"
2023 May 16
3
Recombining Mon and Year values
R Help
I have a data.frame where I've broken out the year <dbl> and an ordered
month <ord> values. But I need to recombine them so I can graph mon-year in
order but when I recombine I lose the month order and the results are
plotted alphabetical.
Year month mon_year
<dbl> <ord>
2021 Mar Mar-2021
2021 Jan
2023 May 16
1
Recombining Mon and Year values
?s 21:29 de 16/05/2023, Jeff Reichman escreveu:
> R Help
>
>
>
> I have a data.frame where I've broken out the year <dbl> and an ordered
> month <ord> values. But I need to recombine them so I can graph mon-year in
> order but when I recombine I lose the month order and the results are
> plotted alphabetical.
>
>
>
> Year month
2019 Feb 01
2
[RFC] arm64_32: upstreaming ILP32 support for AArch64
On Fri, 1 Feb 2019 at 19:25, Eli Friedman <efriedma at quicinc.com> wrote:
> > Alternate address-spaces still have just one pointer size per space as
> > far as I'm aware. If that's 64-bits we get efficient CodeGen but
> > loading or storing a pointer clobbers more data than it should, if
> > that's 32-bits then we get poor CodeGen.
>
> I was
2012 Aug 03
2
Recursive function calls
My apologies, I know that this is not a new problem, but I'm not sure how
to find the answer
I want to recursively loop over an object and trim trailing white space.
When I use this function on a list of data.frame I get output like this:
[1] "c(\" many spaces \", \" many spaces \")" "c(\" many spaces
\", \" many spaces
2001 Sep 25
1
rbinding dataframes
I've got a data frame which I've split by a factor,
creating a list of dataframes which I have then done
various operations on individually. I next want to
recombine the resulting dataframes (still held in a list,
still with the same number of columns with the same names)
and there does not appear to be a `good' way to do this -
at the moment, I'm using a for-loop with the rbind
2011 Nov 14
1
Monitor() - splitting long calls into several sound files
Hi,
I'm not sure whether this is possible but if it is, I'm sure someone on
here might know ...
Is it possible to use Monitor() to record a conversation[1], but make it
start a new pair of wav files at intervals (eg every 15 minutes) if the
calls go on for a long time?
We already have this happening if the callers press a specific key
sequence (which we've defined in features.conf)
2003 Mar 14
1
LDAP Replication
>From Google searches, it seems that using SAMBA 2.2.7 + Open LDAP on Linux
patched for POSIX ACL support delivers a functional PDC/BDC pair, and that
directory replication can take place automatically once set up.
Could someone please confirm that this actually works?
The background to this issue is that we are moving a large number of NT4
file servers to a LINUX platform, but need to keep
2010 Dec 09
3
hi have a question about merging.
this is the problem:
load this R data frame over the internet and save it to your hard drive.
http://rss.acs.unt.edu/Rdoc/library/twang/data/raceproling.RData
please show how to save a dataset of males only (the variable male=1) to a new dataframe. Then do the same thing for females (male=0). Then show how to recombine the two datasets to belike the original one except that the female
2002 Sep 10
1
libsmbclient
Hello all
I recently recompiled samba 2.2.5 with LDAP, SSL and libsmbclient as
additional configure options. I used the base 2.2.5-2mdk source package
(to the uninitiated, it's a Mandrake package).
LDAP works fine (as it had before), haven't really tested SSL, but
here's the kicker: I can't find libsmbclient anywhere - although I'm not
really sure what I'm looking for
2002 Jun 22
3
Samba PDC + Winbind
Hello all.
First, a little background...
I recently downloaded samba-*-ldap-2.2.5-2mdk , installed on Mandrake
8.2 and got everything working fine.
I have LDAP installed for "single sign-on" support. I can use LDAP to
authenticate other Linux boxes, and have Samba as a PDC for some Win2000
boxes - all working fine. Linux users are the same as PDC users, except
for their passwords
2012 Jul 20
1
conditional subset and reorder dataframe rows
Hi List
I have a dataframe (~1,200,000 rows deep) and I'd like to conditionally reorder groups of rows in this dataframe.
I would like to reorder any rows where the Chr.Strand column contains a '-' but reorder within subsets delineated by the Probe.Set.Name column.
# toy example ####
library(plyr)
negStrandGene <- data.frame(Probe.Set.Name =
2008 Jun 19
2
Advanced Filtering problem
http://www.nabble.com/file/p18018170/subdata.csv subdata.csv
I've attached 100 rows of a data frame I am working with.
I have one factor, id, with 27 levels. There are two columns of reference
data, x and y (UTM coordinates), one column "date" in POSIXct format, and
one column "diff" in times format (chron package).
What I am trying to do is as follows:
For each day
2012 Jan 24
1
Splitting up large set of survey data into categories
Hi,
I am a total newbie to R so I apologize if the answer to my question is too
obvious. I a data set of the following form:
Date
V1
V...
VN
Region
Industry
22/03/1995 23:01:12
1
3
2
15
A
21/03/1995 21:01:12
3
3
1
9
C
1/04/1995 17:01:06
3
2
1
3
B
2016 Sep 29
3
HTTPS certificates (off topic)
How do I get a valid certificate for a box that is behind a firewall and
does not have a DNS entry?
I was looking at letsencrypt.org but currently it looks like a valid DNS
entry is needed, of which I don't have.
There is nothing special about my setup, its just a box that is not
directly on the internet, no DNS entry but I need HTTPS to run correctly.
How do I generate a trusted
2005 Nov 28
0
[LLVMdev] Help setting up a llvm project
Hi Mike,
Sounds like an interesting project. Here's some ideas for you on the LLVM
Makefile System.
If you haven't, I *strongly* suggest you read the makefile and project
documentation (docs/MakefileGuide.html and docs/Projects.html). There is much
information there that you need to understand.
LLVM is set up so that a single directory builds a single result. Since your
source code
2016 Sep 29
0
HTTPS certificates (off topic)
On 9/28/2016 5:46 PM, Jerry Geis wrote:
> How do I get a valid certificate for a box that is behind a firewall and
> does not have a DNS entry?
>
> I was looking at letsencrypt.org but currently it looks like a valid DNS
> entry is needed, of which I don't have.
>
> There is nothing special about my setup, its just a box that is not
> directly on the internet, no DNS
2003 Apr 23
6
OT: Multiple SIP phones behind NAT gateway?
Hi,
I know this is slightly off topic but I figured the knowlege here is probably the best on the subject..
I want to setup remote offices with 4 to 6 SIP phones (SNOM 200) using ADSL and the internet to connect to the Asterisk box..
These phone will be behind an ADSL router using NAT...
I don't want to setup another Asterisk system in each office so IAX is not an option..
I could use
2015 Feb 23
2
[Mesa-dev] [PATCH 2/2] nvc0/ir: improve precision of double RCP/RSQ results
Does this give correct results for special floats (0, infs)?
We tried to improve (for single floats) x86 rcp in llvmpipe with
newton-raphson, but unfortunately not being able to give correct results
for these two cases (without even more additional code) meant it got all
disabled in the end (you can still see that code in the driver) since
the problems are at least as bad as those due to bad
2012 Jun 24
2
Defining multiple variables in a loop
Good day,
For lack of a better solution (or perhaps I am ignorant to something
more elegant), I have been bootstrapping panel data by hand so to
speak and I would like to know if there is a way to define multiple
variables in a loop using the loop variable. I found a post (here:
https://stat.ethz.ch/pipermail/r-help/2002-October/026305.html ) that
discussed naming multiple variables but it
2012 Sep 24
0
stop on rows where !is.na(mydata$ti_all)
Dear R experts,
I got help to build a loop but there is a bug inside it that causes
one part of the mechanism to fail.
It should grow once, but if keep growing on rows where $ti_all is not NA.
Here is a wall of code that very crudely demonstrates the problem,
there is a couple of dim() outputs at the end where you can see how it
the second time around keeps adds (2) rows, but this does not