Displaying 20 results from an estimated 400 matches similar to: "write to clipboard under Linux"
2004 Oct 15
1
Directory Name '.../pipe' not allowed ? Samba Bug ?
Hi All,
scenario:
Samba Version 2.2.8a-UL
running on Suse Linux Enterprise 8
Kernel Version 2.4.21-241-smp
as Server
Windows 2000 SP4 as Client
Trying to import a MS-Foxpro file into MS-ACCESS. MS-Foxpro File residing on
Samba Server.
The Foxpro filename is 'projects.dbf'. During import MS-Access tries to also
open a non existent file 'projects.inf'
depending on the path in
2007 Mar 19
1
xclip and wine
Hello
I perform the following command
$ echo "Text to clipboard" | xlip -i -selection clipboard
$ xclip -o -selection clipboard
Text to clipboard
I can also paste the text in mozilla by pressing shift-insert.
I cannot paste it into application running under Wine.
I have to invoke ctrl-insert explicitly on selected text in order to be
able to paste it into this wine application.
Do
2010 Nov 11
1
setting up Dovecot
Hello there,
I am a new user of Dovecot. I am using version 1.2.12. Here is the
config file:
I attached the dovecot.conf file as a screenshot using dovecot -n
because I am blind and haven't quite figured out how to copy from the
terminal to Gnome yet. My intentions here are as follows:
1. To allow only pop3s because I want to use ssl for security.
2. I am going to be using fetchmail
2005 Feb 16
7
Easy cut & paste from Excel to R?
Hi!
Is it possible to easily cut & paste data from an
Excel spreadsheet to
an R edit( ) grid or to variable?
It seems that R cannot handle the cell delimiters
Excel hands over.
Regards,
Werner
2001 Dec 03
1
Some Agent clipboard issues
Howdy,
I've installed wine and Agent under Linux, and frankly, I'm very very
impressed. I'm brand new to the Wine community and I had no idea
that, well, this was possible.
I think I've still got a lot to do to get it to work properly (e.g., I
think I saw something about font conversion.) but there's one thing
that I'm not sure where to begin looking.
I want to copy some
2009 Apr 28
2
problems with clipboard
Hi I'm a mac user. I have problems loading data from mac excel in R.
I'm using these script:
>library(utils)
>data2 <- read.table(file("clipboard"), header =T, sep ="\t")
____but this is the message that I have from R_____
Error in open.connection(file, "r") : cannot open the connection
In addition: Warning message:
In open.connection(file,
2004 Nov 19
2
Clipboard under Linux/Unix
Hello,
This may be a trivial question, but I don't find the answer in R online
help. Under Windows, I can copy/paste to the clipboard using
readClipboard()/writeClipboard(), or something like cat(..., file =
"clipboard"). Are there equivalent function for other platforms?
Best,
Philippe Grosjean
..............................................<??}))><........
) ) ) ) )
( (
2024 Feb 17
1
certain pipe() use cases not working in r-devel
I've now tested with:
> R.version.string
[1] "R Under development (unstable) (2024-02-16 r85931)"
and all of the previously mentioned examples now work as expected on macOS.
Thanks for the quick fix,
Jenny
On Thu, Feb 15, 2024 at 8:02?AM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote:
>
> On 2/14/24 23:43, Jennifer Bryan wrote:
> > Hello,
> >
>
2009 Jul 14
1
Multiple clipboards?
Hi all,
I''m back from vacation!
Anyway, I was just wondering if Windows supported multiple, separate
clipboards out of the box, or if that is only possible with 3rd party
add-ons.
I''m wondering if we should alter Clipboard.set_data so that it takes a
"clipboard_number" parameter.
Regards,
Dan
2024 Feb 14
2
certain pipe() use cases not working in r-devel
Hello,
I've noticed a specific type of pipe() usage that works in released R, but
not in r-devel.
In 4.3.2 on macOS, I can write to a connection returned by pipe(), i.e.
"hello, world" prints here:
> R.version.string
[1] "R version 4.3.2 (2023-10-31)"
> con <- pipe("cat")
> writeLines("hello, world", con)
hello, world
But in r-devel on
2007 Sep 03
2
The quadprog package
Hi everybody,
I'm using Windows XP Prof, R 2.5.1 and a Pentium 4 Processor.
Now, I want to solve a quadratic optimization program (Portfolio Selection) with the quadprog package
I want to minimize (\omega'%*%\Sigma%*%\omega)
Subject to
(1) \iota' %*% \omega = 1 (full investment)
(2) R'%*%\omega = \mu (predefined expectation value)
(3) \omega \ge 0 (no short sales).
Where
2009 Sep 18
1
Reading clipboard with read.delim("clipboard") crash (PR#13957)
Full_Name: Liam Gretton
Version: 2.9.2
OS: openSUSE 11.1 (x86_64)
Submission from: (NULL) (143.210.13.77)
Reading a large number of rows of delimited data via the clipboard results in a
segfault or double free error. I've tested copying from various applications,
but gedit will do.
This problem exists in the openSUSE-supplied 2.8.1, I've just built 2.9.2 to see
if it's still there,
2023 Jan 02
2
rewrite manpages to mdoc(7)
On Jan 01 00:05:09, jamie at catflap.org wrote:
> Jan Stary via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote:
>
> > On Dec 31 11:43:56, paul at nohats.ca wrote:
> > > Why not go to xml and use xml2man / pandoc ?
> >
> > Because it is a terrible manpage format
> > and the toolchain produces broken crap.
>
> I have no specific knowledge on
2006 Oct 14
0
[ win32utils-Bugs-5287 ] v 0.4.1 - Clipboard.set_data causes Segmentation fault
Bugs item #5287, was opened at 2006-08-03 08:34
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=5287&group_id=85
Category: win32-clipboard
Group: Code
>Status: Closed
>Resolution: Rejected
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: v 0.4.1 - Clipboard.set_data causes Segmentation fault
Initial Comment:
2006 Aug 03
1
[ win32utils-Bugs-5287 ] v 0.4.1 - Clipboard.set_data causes Segmentation fault
Bugs item #5287, was opened at 2006-08-03 11:34
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=5287&group_id=85
Category: win32-clipboard
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: v 0.4.1 - Clipboard.set_data causes Segmentation fault
Initial Comment:
Whenever
2006 Feb 04
0
Pure Ruby version of win32-clipboard
Hi all,
In CVS you''ll find a clipboard.rb file. I hadn''t touched it in a while
until recently. However, it doesn''t seem to actually work. Calling
set_data doesn''t fail, but it doesn''t actually seem to set the clipboard
data.
Any ideas?
Thanks,
Dan
2006 Jul 12
1
SWIGging clipboard
Hi all
I''m having a go at porting the Clipboard and DnD classes, going OK, but
have hit a snag where I could use your help.
I''ve added several relevant classes, but now I have on OS X missing symbols:
wxDataObjectBase::GetDataHere(wxDataFormat const&, void*) const
wxDataObjectBase::GetDataSize(wxDataFormat const&) const
DataObjectBase is an internal base class for
2009 Jan 29
1
Importing data from clipboard on Mac OSX
Hello R-Help,
I noticed that there is a thread about importing data from the clipboard
that is very poorly answered in the forum. One user suggests giving up, the
other gives a solution that echoes the clipboard, but that's exactly the
same as just ctrl-p. As I am asked this question at least once a week in my
very small home institution, I'm sure many people want to know. If you could
2009 Dec 01
1
Trouble with read.table(clipboard)
Hi every one,
I'm having some problems with the function read.table(clipboard). I got a
spread sheet in the Excel, and than I make a command+C in the Mac, but the R
returns the message that there is no object in the clipboard.
What could have happened?
Thanks,
Diogo
[[alternative HTML version deleted]]
2009 Jun 12
1
Programmatically copying a graphic to the clipboard
Hi all,
Is there a cross-platform way to do this? On the mac, I cando this by
saving an eps file, and then using pbcopy. Is it possible on other
platforms?
Hadley
--
http://had.co.nz/