Displaying 20 results from an estimated 1000 matches similar to: "identify duplicate from more than one column"
2005 Jan 05
5
Converting integers to chars i.e 1 to "01"
Hello!
I am producing a set of images and I would like them to be sorted by names
I give. I was able to produce my names and add integer to them. That is
easy. But my problem lies in sort of file from this process:
figure_10.png
figure_11.png
figure_12.png
...
figure_1.png
figure_20.png
...
So I would like to convert integers to something like 01 if upper limit for
this conert is 10 or 001
2009 Nov 09
1
adding zero to a number vector
Hi !
I'd like to create
a vector
that has this kind of numeration
001
002
003
.
.
.
099
I have looked at format help page but couldn't get
any hint on how to do it.
Thanks
Anna
Anna Freni Sterrantino
Ph.D Student
Department of Statistics
University of Bologna, Italy
via Belle Arti 41, 40124 BO.
[[alternative HTML version deleted]]
2004 Nov 30
3
Cisco Asterisk Integration
Hello All,
I have managed to get my cisco and asterisk able to talk to one another I
think. But cannot make a call from a phone behind call manager to the
asterisk server.
I have followed the cisco asterisk integration on the wiki.
I have also setup a number 3000 for dialing for current local time and date
on asterisk. I can call from a sip phone behind asterisk, no problems. The
problem
2010 Apr 08
1
ZFS monitoring - best practices?
We''re starting to grow our ZFS environment and really need to start
standardizing our monitoring procedures.
OS tools are great for spot troubleshooting and sar can be used for
some trending, but we''d really like to tie this into an SNMP based
system that can generate graphs for us (via RRD or other).
Whether or not we do this via our standard enterprise monitoring tool
or
2000 Jun 28
2
Colour depth reduced to 12 by bitmap devices
I am using R to create colour plots as bitmap files. I have created a
palette of 256 colours that I want to use, but the resultant output
files contain only 12 colours used in dither patterns. The result is the
same whether I use bmp() or png().
How can I get the true colours that I specified instead of dither
patterns? (making the driver's job easier!)
I am using R 1.1.0 for Windows
2012 Dec 22
2
Strange problem with... ZFS? Disk? Controller?
Hello,
I'm running FreeBSD 9.0/amd64, pure ZFS setup, one Seagate disk
ST2000NM0011 SN02 on LSI Logic (mpt) controller.
Yes, I know that running one disk on RAID controller is a bit weird, I
have to find yet if it is possible to connect disk to internal SATA
controller.
About two days ago, system became SLOW. Disk usage is constantly 100%,
and sometimes I'm getting swap_pager:
2010 Mar 10
1
00h323 cant get gatekeeper to connect
I'm trying to connect an Asterisk 1.6 to an Avaya with gatekeeper (CLAN).
When chan_ooh323 first loads it tries to establish a connection with the gk
but I it fails. I have the following extract from the ooh323 log. Can
anyone give some insight?
Thanks!
MD
23:02:59:045 Sent GRQ message
23:02:59:045 GkClient Received RAS Message
23:02:59:045 Received RAS Message = {
23:02:59:045
2016 Jul 15
1
[PATCH v3 0/4] nouveau RPM fixes for Optimus (final)
On Fri, Jul 15, 2016 at 12:41:49PM -0400, Ilia Mirkin wrote:
> On Fri, Jul 15, 2016 at 12:36 PM, Peter Wu <peter at lekensteyn.nl> wrote:
> > On Fri, Jul 15, 2016 at 12:10:23PM -0400, Ilia Mirkin wrote:
> >> On Fri, Jul 15, 2016 at 9:12 AM, Peter Wu <peter at lekensteyn.nl> wrote:
> >> > Hi,
> >> >
> >> > Here are two patches to fix
2018 Sep 01
3
Step-by-Step Tutorial: How to Deploy cPanel Web Hosting Control Panel version 11.74 on CentOS 7.5 Linux Server version 1805 in Amazon AWS Cloud
Step-by-Step Tutorial: How to Deploy cPanel Web Hosting Control Panel version 11.74 on CentOS 7.5 Linux Server version 1805 in Amazon AWS Cloud
Secondary Subject/Topic: How to Setup a New Startup Web Hosting Company Using cPanel Web Hosting Control Panel version 11.74, CentOS 7.5 Linux Server version 1805, and Amazon AWS Cloud
Tertiary Subject/Topic: How to Startup Your Own Internet Business
2013 Mar 05
2
multiple plots and looping assistance requested
Hi all, I have a couple of questions.
1) Is there a more effective way to remove the following pattern
(patternrm) from the station_id_Timeseries (see below)
patternrm <- c(_2000_4_OND, _2001_1_JFM, _2001_2_AMJ, _2001_3_JAS,
_2001_4_OND, _2002_1_JFM, _2002_2_AMJ, _2002_3_JAS, _2002_4_OND,
_2003_1_JFM, _2003_2_AMJ, _2003_3_JAS, _2003_4_OND, _2004_1_JFM,
_2004_2_AMJ, _2004_3_JAS, _2000_4_OND) #
2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
Hi all,
I have a csv file containing words with *UNPRINTABLE ASCII* characters
(described in the following table).
Are there any viable method in eliminating these characters?
I realise that *EXTENDED ASCII* characters (i.e , ¡, ¢, £, ¤ etc) can be
removed or replaced via *"gsub"* or *"gregexpr"* functions. But am not
certain with the *UNPRINTABLE ASCII* characters.
Your
2009 Oct 25
1
some issue with libpri cant go past 1.4.1
I have a working system with asterisk 1.4.26.2 libpri 1.4.1 and zaptel
1.4.12.1
With a digium TE205p.
I am trying to update to libpri 1.4.10.2. When I do, incoming calls work
but outgoing does not.
When I do this I "rm /usr/lib/libpri*" then just install libpri-1.4.10.2
as normal.
I then do a make clean in asterisk and make distclean ,then configure,
make and make install.
I do
2008 May 08
12
Maruson power net 1500 support?
I recently took over maintenance of a linux computer which is drawing
power from a "Maruson Power Net 1500" UPS. However, there is currently
no monitoring or control of the UPS by this (or any other) computer.
Can nut control this device? There are serial, usb, and EPO connectors
on the back of the unit. (There may be a manual but I'm going to have
to hunt for it.)
Thanks,
David
2012 Sep 09
1
Sum of column from another df based of row values of df1
Dear All,
I need to sum a column from another dataframe based on the row values
of one dataframe. I am stuck in a loop trying to accomplish it and at
current speed it will take more than 80 hours to complete. Needless to
say I am looking for a more elegant/quicker solution. Really need some
help here. Here is the issue:
I have a dataframe CALL (the dput of head is given below) which has
close to
2004 Oct 01
2
IAX busy signalling?
Hi
I have a system with one asterisk box in front and a few PSTN gateways
in the back. When a call comes from PSTN, it's directly forwarded to
the edge/user asterisk box.
Now if a number is dialled, and that number is not in use, blocked due
to lack of paying etc, I want to signal that back to the PSTN gateway,
making this playback or playtones to avoid picking up the phone.
Can someone
2011 May 13
4
unexpected results when extending methods to class Class and class Object
Hey all,
There''s a core Class class and core Object class in Ruby library:
http://www.ruby-doc.org/core/classes/Object.html
http://www.ruby-doc.org/core/classes/Class.html
First, let''s resolve the simple distinction between an Object and Class
as envisioned by Smalltalk but within the Ruby context:
#A class is a template used to define methods and properties
class Hello
2012 May 09
2
Problem with SQLDF - Error in sqliteExecStatement(con, statement, bind.data) : RS-DBI driver: (error in statement: no such table:
Hi All,
I am having trouble executing SQL statements on a few dataframes, but the
funny thing is that I am able to execute the statement on some other
dataframes.
To test, I have 2 very small dataframes (6 rows and some columns). One is
'lessliq', the dput is given below.
> dput(head(lessliq))
structure(list(V1 = c(50464677L, 50464846L, 50432581L, 50426614L,
50504329L, 50504735L), V2
2009 May 22
2
BT ISDN-30 Pri getting 'stuck' on outgoing calls.
I've having problems with a BT 2 span ISDN-30/Digium TE205P asterisk
setup with outgoing calls not completing and requiring an Asterisk reset
to 'unstick' span 1.
Sorry this is a bit long but I'm completely out of my depth :-(
This system has been in use for some while and I recently upgraded it to
asterisk 1.4.24, zaptel 1.4.11 and libpri 1.4.9. I didn't change
2012 Sep 22
4
Class, Module, Object
>> reload!
Reloading...
=> true
>> puts Class < Module
true
=> nil
>> puts Module < Class
false
=> nil
>> puts Module < Object
true
=> nil
>> puts Object < Module
false
=> nil
>> Object.parent
=> Object
The above indicates that the Class object instance inherits from the
Module object instance and the Module object instance
2008 Aug 05
2
Centos 5.2 using LVM -> DRBD 0.82 -> Xen Problems
Hi Everyone,
I''m trying to get Xen to use a native DRBD device but it seems it will
not create the virtual machine. It does not seem to like the DRBD device
type, any ideas on what might be wrong?
I''m pretty sure my xen config file is OK and the DRBD device looks fine
too.
Full details below.
xm create centostest
Using config file "./centostest".