Displaying 20 results from an estimated 1000 matches similar to: "Ordering Duplicates for Selection"
2009 Jan 28
2
Logical subset of the columns in a dataframe
Hi R-helpers,
I've been struggling with a problem for most of the day (!) so am finally
resorting to R-help.
I would like to subset the columns of my dataframe based on the frequency
with which the columns contain non-zero values. For example, let's say that
I want to retain only those columns which contain non-zero values in at
least 1% of their rows.
In Excel I would calculate a row
2006 Oct 08
1
Probability of exceedance function question
I'm trying to calculate a cumulative area distribution (graph) of drainage
areas. This is defined as P(A > A*). Simple in principle. I can do this in
excel, with "COUNTIF", which will count the number of cells in the row
"area" that have area A, then determine, for each cell in the row "area, how
many cells exceede that area, then dividing that number by the total
2009 Feb 15
1
MDS with ranking data (and transformation)
Dear Sirs and madams :-)
I am trying to teach myself multidimensional scaling. To that effect I have
collected a survey asking people to rank 10 philosophers and politicians
according to their preference. I have collected 61 answers. The data is
organized in ten columns and 61 rows. the columns are "choice_1",
"choice_2", "choice_3" etc. The cells is the name of the
2005 Oct 18
3
CAPI - displaying individual MSN
Hi,
I'm currently using chan_capi-cm-0.6, with the following capi.conf:
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
language=de
[ISDN1]
msn=8304490
incomingmsn=8304490
isdnmode=msn
group=1
controller=1
softdtmf=1
context=demo
echosquelch=1
echocancel=yes
echotail=64
callgroup=1
devices=2
Each user has a different numer, e.g. 83044910, 83044911, 83044912 and
so
2013 Apr 04
2
custom startup/welcome message
hi everybody
I wonder if there is a simple way, but not simple would be
ok too,
to customize info/welcome page at session start time?
what I'd like to do is to put together simple short howto /
dos & don'ts page for users,
I'm thinking it would be great if it was possible
many thanks
[[alternative HTML version deleted]]
2010 Jun 30
2
ggplot qplot bar removing bars when truncating scale
I'm having problems with this example, it is posted with reproduceable code
below, both with the normal 0-6 scale and the desired 3-6 scale (with bars
removed). How can I get the graph to have the desired 3-6 scale without
removing the bars. Thanks!
#Data
2015 Dec 08
2
host parameter equivalent in pjsip.conf
Hi,
I'm trying to port our configuration form sip to pjsip channel and have
following issue.
Sip.conf has a host parameter that sets the RURI to a given value. This
functionality is needed in some of our scenarios where we need to send
requests to specific IP address with specific domain in RURI.
I did not found an equivalent to the host parameter in pjsip configuration.
Did I
2017 Jan 31
1
unexplained 'access denied' for windows workstations
Hi,
We are running a samba fileserver, access controlled using posix acl
(right 770, with users/groups on the filesystem level.
Therefore samba shares look like this:
[share]
path = /srv/academic
read only = no
writable = yes
create mask = 0770
directory mask = 0770
Now certain users complain that they cannot access certain folders, but
looking at the folders from the linux fileystem, their
2020 Jun 01
1
Asterisk 16 Certified 16.8 and MagicJack Incoming Calls
I upgraded our Asterisk 13 LTS to Asterisk 16 Certified 16.8 yesterday and
converted form SIP to PJSIP using the python script as a start and then
mofiying from there. I ran into an issue when testing that incoming calls
from MagicJack would go silent after about 10 seconds. This happened while in
the automated attendant area. This problem did not occur with Asterisk 13
LTS. I reverted PJSIP
2009 Feb 11
2
[LLVMdev] direct calls to inttoptr constants
I'm compiling code which contains indirect function calls
via their absolute addresses, which are known/fixed at compile-time:
pseudo c code:
int main() {
int (* f)(int) = (int (*)(int))12345678;
return (*f)(0);
}
the IR looks like:
define i32 @main() nounwind {
entry:
%0 = tail call i32 inttoptr (i64 12345678 to i32 (i32)*)(i32 0) nounwind
ret i32 %0
}
on X86 llc 2.4 compiles this to:
1999 Aug 03
3
RW 0.64.2 substring() string truncation?
Hi,
(First, apology for my earlier incorrectly addressed "subscribe"
post.)
Can somebody tell me what exactly is going on below. Basically, I am
running into some kind of "string truncation" problem when I try
to get a substring starting past the 8192nd character (see sample
session below). There doesn't appear to be any problem creating the
string, and nchar()
2014 Dec 23
2
[PATCH] v2v: adding --vdsm-ovf-output option
This option is needed by vdsm for writing the ovf to a specific directory.
The default is current directory.
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1176598
Signed-off-by: Shahar Havivi <shaharh@redhat.com>
---
v2v/cmdline.ml | 5 +++++
v2v/output_vdsm.ml | 16 +++++++---------
v2v/output_vdsm.mli | 1 +
v2v/test-v2v-o-vdsm-options.sh |
2014 Dec 23
3
[PATCH] v2v: adding --vdsm-ovf-output option
This option is needed by vdsm for writing the ovf to a specific directory.
The default is current directory.
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1176598
Signed-off-by: Shahar Havivi <shaharh@redhat.com>
---
v2v/cmdline.ml | 5 +++++
v2v/output_vdsm.ml | 16 +++++++---------
v2v/output_vdsm.mli | 1 +
v2v/test-v2v-o-vdsm-options.sh |
2009 Feb 11
1
[LLVMdev] direct calls to inttoptr constants[MESSAGE NOT SCANNED]
Tobias,
I'm doing something similar (I use LLVM as part of my JIT compiler) and
if I remember correctly, LLVM does the correct thing.
I think you need to try changing the i64 value to an i32 value.
If that doesn't work you could also try replacing the tail call with a
normal call.
Mark.
Tobias wrote:
> I'm compiling code which contains indirect function calls
> via their
2008 Dec 02
1
Question to regular expressions
Hi there,
I know, this question is not directly an R-help question but probably someone
can give me a hint how to deal with the following problem.
I have a vector with file/folder names and want to filter for all entries which
have 6 numbers in a row and nothing else.
folders <- c("folder1", "f2", "F234562", "12345678", "234567",
2007 Feb 24
6
dial a pager and enter DTMF
Probably just a simple syntax issue, but does anyone know how to dial a
number and the once phone has been answered, play DTMF tones and then
disconnect. I am trying to use this for page notification.
Ive been trying the following string with out luck:
exten => s,2,Dial(SIP/TelaSip-gw4/5198881212|D(12345678)
Any help would be greatly appreciated!
-------------- next part --------------
An
2015 Jun 26
3
Re: [PATCH v3.1 1/9] uuid: add support to change uuid of btrfs partition
In data venerdì 26 giugno 2015 17:35:36, Chen Hanxiao ha scritto:
> btrfs-progs v4.1 add support to change uuid of btrfs fs.
>
> Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
> ---
> v3.1: fix a typo
> v3: set errno as ENOTSUP when btrfstune -u is not available
> v2: put btrfs operation back to daemon/btrfs.c
> move tests to tests/btrfs
>
>
2007 Dec 03
1
Samba Mount Problem
Dear Tux Friends,
I am migration a MS Windows 2000 file server to OpenSuse 10.3. In the current working scenerio, there is one directory on Windows Server named "Common" with two shared directories 1) Inter Department 2) Intra Department
This will will help to understand the directory structure:
===>> Common-> Inter Department
-> Intra
2003 Sep 26
1
IAX calling number
Hello,
I am recently inspecting the IAX protocol..
I wonder if there away to associate a user name to a number
say I have a client register to the IAX server with username 'John' and I want to associate a number say '12345678' tho John so other register users can call john by dialing 12345678. Something like the H323_id and the E164 alias in H323 protocol.
Foong
--------------
2007 Mar 13
1
voicemail scenario
Hi all,
i need help to implement a voicemail scenario. What i
am trying to do is the following.
user X dials a direct access for user Y voicemail and
is asked to enter a number (e.g 12345678) and then
leaves a message. Then asterisk sends a notification
with attachement. The problem is that i need the
number entered (e.g 12345678) in the subject. Is that
possible.
thx in advance.