Top "Copy" questions

To copy is to create a duplicate of an object without destroying the original.

how can I copy a string to the windows clipboard? python 3

If I have a variable var = 'this is a variable' how can I copy this string to the windows clipboard …

python-3.x copy clipboard pyperclip
How to dynamically put cell values into a textbox on a multipage in excel?

I have created a multipage with dynamic pages. When the userform is launched, the userform checks the values on a …

excel vba dynamic copy multipage
How do you copy file paths quickly in Mac OS X v10.10 (Yosemite)?

Is there a quick way to copy file paths in Mac OS X v10.10 (Yosemite)?

macos copy filepath
System.arrayCopy() copies object or reference to object?

I am having a final class NameAndValue. I copied an array of NameAndValue objects using System.arrayCopy() and when I …

java arrays object copy deep-copy
How to create copy of database using backup and restore

Using SQL Server Management Studio 2012, I'm trying to create a copy of a local database. I found a few variants …

sql sql-server database copy ms-query
How do I keep formatting when copying from gedit into open office?

I am editing octave files in gedit, and it does a nice job highlighting them. However, when I try to …

formatting copy openoffice.org paste gedit
AS3: ByteArray and BitmapData

I'm doing a simple test. I want to write BitmapData into a ByteArray. I'm trying to do this with writeObject() …

actionscript-3 copy bytearray bitmapdata
Java: why are iterators not copyable

I would think that Iterator.copy() would be quite a handy function. You could implement iterator filters in a much …

java iterator copy iterable
Copy certain nodes with Java

I'm trying to read/copy a certain part of a xml document in JAVA and then save this part as …

java xml copy rft
How can I recursively copy the directory contents and exclude the source directory itself?

Using FileUtils cp_r is usually how I copy directories, but I can't seem to exclude the base directory. This …

ruby copy fileutils