Top "Copy" questions

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

How to create copy of file using StreamReader and StreamWriter

I need to use StreamReader to read a .txt file on a console application, then create a new file or …

c# copy streamreader streamwriter
How do I copy object in Qt?

I'm using Qt and have some real basic problems. I have created my own widget MyTest that have a variable …

qt copy qobject
Selecting text in mobile Safari on iPhone

I'm trying to make it easy for an iphone user to copy some text to the clipboard in mobile safari. …

javascript iphone copy mobile-safari zeroclipboard
How do I write a yocto/bitbake recipe to copy a directory to the target root file system

I have a directory of 'binary' (i.e. not to be compiled) files and just want them to be installed …

directory copy yocto bitbake recipe
Copy worksheet from one workbook to another one using Openpyxl

I have a large amount of EXCEL files (i.e. 200) I would like to copy one specific worksheet from one …

excel python-3.x copy openpyxl worksheet
Intellij IDEA with ideavim. Cannot copy text from another source

I tried to copy text from IDEA with ideavim plugin, using default vim keybindings (y). But this text isn't copied …

intellij-idea copy buffer ideavim
SQL Converting Column type from float to varchar

I'm trying to change the datatype in a column in a table from Float (null) to Varchar(25) (null). The largest …

sql sql-server copy sql-types
Using procmail forward emails to another account keeping a copy

I try to use procmail to send copies from all incoming emails to another email account (both of them on …

email copy forward procmail
Copy an artifact from jenkins to another server with new name

I have a few jobs that automatically build a java app. I would like it to automatically push it to …

java copy continuous-integration jenkins artifact
Copy data from Amazon S3 to Redshift and avoid duplicate rows

I am copying data from Amazon S3 to Redshift. During this process, I need to avoid the same files being …

amazon-web-services amazon-s3 duplicates copy amazon-redshift