Displaying 20 results from an estimated 90 matches similar to: "read.table with ":" in column names (PR#8511)"
2011 Dec 20
1
Request wiki edit rights
Hi,
I'm working with centos and redhat and am going to install centos on my
(employers) hp probook.
Willing to write on the wiki about all this if you'll let me.
Username: EmielvanGrinsven
Location of contributions, laptop
Subject of contributions, installation (dual boot)
Regards, Emiel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 May 14
0
PR$7706, png device plot on athlon 64 processor
A later bug report (#7860) had to do with inappropriate sizing of the
first text drawn on a png() device, and I've now fixed the bug that
caused that. Could you please check whether you still see your bug on
today's build? It will be available on CRAN tomorrow (May 15), in
http://cran.r-project.org/bin/windows/base/rpatched.html
Thanks!
Duncan Murdoch
> From:
2004 Jun 08
2
(no subject)
Hi!!
I am a new user of R (just trying to analysis microarrays with some packages from the bioconductor project).
I would like to import a text-delimeted file containing 20 columns and 22200 rows.
I have tried
read.table;
scan(file="")
<matrix(scan("file", n=20*200,20,200, byrow=TRUE));
Doesn't matter what I try I got the next message:
error in file (file
2023 Feb 17
2
fseek/fgetc puzzle
Hi all.
I've got a bit of a puzzle and I was wondering if anyone has any insight
as to what's going on.
I added some code to ssh's known_hosts handling that checks if the last
byte in the file is a newline, and if not, it adds one before writing
the new record. I also wrote a regression test for this and in most
cases this works fine.
On some platforms (Solaris, OpenIndiana and
2006 Mar 11
2
how to create analog stripchart plots of x vs t (t=mm/dd/yyyy hh:mm:ss)
Hello r-experts,
I sure could us a little help.
I have an ever updating text file with timestamped data in it. I can
reformat in anyway I want if need be but currently I have chosen to make
columns of date, time and measuresed value (comma delimeted and with the
dates and times in quotes to interpret them as strings).
Here is a small section of my text data file:
2024 Jul 03
1
anonymous ldap search, how disable it?
On 03-07-2024 19:36, Rowland Penny via samba wrote:
> On Wed, 3 Jul 2024 21:52:39 +0500
> Anton Shevtsov via samba <samba at lists.samba.org> wrote:
>
>> Hi,
>>
>> I tried ldap anonymous search in samba.
>>
>> Downloaded kali linux, run
>>
>> enum4linux -a my.dc.domain
>>
>> and get all group, users, sids, rids... without any
2005 May 16
0
Re: Calling R functions from Java (D0c)
Hello kanglin:
Try to transfer from Java Object JList to R Object Data.frame, you
could use
public Rconnection r_connection = null;
.....
.....
this.r_connection.assign("dataframe_ex",java list_ex);
Best regards,
Ricky Chen
EIM
ProMOS Technologies Inc.
No.19 Li Hsin Rd.,Science-Based Industrial Park, HsinChu,Taiwan,R.O.C.
Tel: 886-3-5798308
Ext : 8512
http://www.promos.com.tw
2009 Apr 24
1
Hangup Detection After Originate (Asterisk Manager API)
I have written an asterisk manager client which creates an outbound call
using Asterisk manager API's Originate action.
when the call is connected I run 3 applications on it.
1)read a dtmf digit from user
2)A customized application which I have written,(It plays something to user)
3)Hangup
If user hangs up while app 2(see above) is executing I get a 'Event Hangup'
from asterisk in my
2013 Oct 21
1
issue after install dahdi
i need your help regarding some issue related to the outband calls
i have installed asterisk 1.4.32 with dahdi and i have 1 card diguim with 2
ports
when i try to call my phone number all time i receive message busy number
this error just with g1.
with g2 there is no problem i can call without issue
can anyone see the CLI and tell me what is the problem
thanks and regards
== Parsing
2023 Feb 20
1
fseek/fgetc puzzle
On Mon, Feb 20, 2023 at 10:21:31PM +1100, Darren Tucker wrote:
> > My suggestion of course fails to explain why there's only one 'B'.
> > I would create the initial file separately from the test program.
>
> The "od" call in the middle of the above example proves there's only
> one byte after the first fclose.
Ah, so it does. What happens
if you
2008 May 09
4
Gnome-terminal's backslashes look like Ws with a horizontal line through -- how to get a backslash?
Hello!
I've just started trying gnome-terminal (instead of xterm) because of
its "tabbing" facility. However, I note that with it backslashes appear
something like a W with a horizontal line through it. Any known way to
get a backslash to appear as a backslash?
To see what I mean, use gnome-terminal with
echo '\'
in bash, ksh, etc.
Regards,
Chip Campbell
2005 Jan 07
5
Instiki 0.9.2
Instiki 0.9.2 has arrived.
* The notorious "rollbacks by crawlers" bug fixed.
* Instiki is distributed as a gem (experimental)
* New maintainer (yours truly)
* Assorted other minor changes
Best regards,
Alexey Verkhovsky
=============
Don''t shoot the pianist, he''s doing his best
README
Path:
README
Last Update:
Fri Jan 07 10:06:43
2005 Jan 11
1
rxfax troubles..
what is g723? ive never seen that before...
-- Executing Answer("Zap/1-1", "") in new stack
-- Accepting call from '2819870065' to '2815692780' on channel 0/1, span 1
-- Executing Wait("Zap/1-1", "1") in new stack
-- Executing SetVar("Zap/1-1",
"FAXFILE=/var/spool/asterisk/fax/1105486770.492.tif") in new stack
--
2024 Jul 03
2
anonymous ldap search, how disable it?
Hi,
I tried ldap anonymous search in samba.
Downloaded kali linux, run
enum4linux -a my.dc.domain
and get all group, users, sids, rids... without any password o_O
Go to
https://wiki.samba.org/index.php/FAQ#Does_the_Samba_Internal_LDAP_Server_Supports_Anonymous_Searches?
and run
samba-tool forest? directory_service dsheuristics 0000000
set dsheuristics: 0000000
then tin again
enum4linux
2011 Jan 25
2
Radmine
Hi, I know it''s a silly question, how to start Remine server?
tried "./ctlscript.sh start"
mysql (pid 8192)
already running
starting port 3001
starting port 3002
Syntax OK
httpd (pid 8511)
already running
subversion (pid
8218) already running
When I check localhost:8080/redmine
Service Temporarily Unavailable
Why is that?
Thanks,
gezope
--
You received this message
2010 Jun 11
1
DHCP/DNS server for LAN with mainly Windows clients : Outlook Express vs. Webmail problem
Hi,
I recently setup a CentOS 5 file server for a small LAN consisting of 15
Windows XP clients. The LAN is eventually expected to migrate to Linux,
at least some of the client machines.
The previous setup made by a local Windows-only computer firm was an
unhealthy mix of static and dynamic IP addresses with conflicting
adresses, etc. First thing I undertook was clean up this mess by setting
2002 Aug 23
3
y-axis with "break"
Dear R-users
I would like to draw a barplot with a special y-axis. Most of my data points are
in the range from -50 to 50, apart from one value that is 550. I would now like
to have a y-axis from -50 to 50, then a "break" and the "rest" of the y-axis,
let's say from 500 to 600. In order to make clear what I'm trying to do, I
attached a figure.
Is it possible to do
2015 Apr 28
0
hi list need your help
facing problem with originating webrtc calls
1-when iam doing call from webrtc iget ice working
<--- SIP read from WS:91.196.158.205:1466 --->
INVITE sip:0669197533 at 77.91.132.9 SIP/2.0
Via: SIP/2.0/WS 7cvtd9ihs2e8.invalid;branch=z9hG4bK8749315
Max-Forwards: 69
To: <sip:0669197533 at 77.91.132.9>
From: "Anton" <sip:1065 at 77.91.132.9>;tag=5i21qaop43
Call-ID:
2011 Oct 06
1
Issue with read.csv treatment of numerics enclosed in quotes (and a confession)
Dear Help-Rs,
I've been dealing with this problem for some time, using a work-around to deal with it. It's time for me to come clean with my ineptitude and seek a what has got to be a more streamlined solution from the Help-Rverse.
I regularly import delimited text data that contains numerics enclosed in quotes (e.g., "00765288071"). Thing is, for some of these data, I need
2024 Jul 04
1
anonymous ldap search, how disable it?
03.07.2024 23:14, Kees van Vloten via samba ?????:
>
> On 03-07-2024 19:36, Rowland Penny via samba wrote:
>> On Wed, 3 Jul 2024 21:52:39 +0500
>> Anton Shevtsov via samba <samba at lists.samba.org> wrote:
>>
>>> Hi,
>>>
>>> I tried ldap anonymous search in samba.
>>>
>>> Downloaded kali linux, run
>>>
>>>