Top "Copy" questions

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

Fast way to copy dictionary in Python

I have a Python program that works with dictionaries a lot. I have to make copies of dictionaries thousands of …

python performance dictionary copy
How can I copy data records between two instances of an SQLServer database

I need to copy some records from our SQLServer 2005 test server to our live server. It's a flat lookup table, …

sql-server database sql-server-2005 copy maintenance
How to copy text to clipboard/pasteboard with Swift

I'm looking for a clean example of how to copy text to iOS clipboard that can then be used/pasted …

ios swift cocoa-touch copy uipasteboard
How to make a copy of a 2D array in Python?

X is a 2D array. I want to have a new variable Y that which has the same value as …

python arrays object copy variable-assignment
Copy to clipboard using Javascript in iOS

I'm using this function to copy a URL to the clipboard: function CopyUrl($this){ var querySelector = $this.next().attr("id"); …

javascript ios copy mobile-safari clipboard
std vector C++ -- deep or shallow copy

I wonder whether copying a vector I am copying the vector with its values (whereas this is not working with …

c++ vector copy std deep-copy
Simple way to copy a file in Golang

Is there any simple/fast way to copy a file in Go? I couldn't find a fast way in the …

file copy go
How to copy files from local machine to docker container on windows

I have to import data files from a user local file C:/users/saad/bdd to a docker container (cassandra), …

file docker copy containers local
Copying text with color from Notepad++

Is there a way to copy the text from a Notepad ++ file with color? I am trying to write a …

text colors copy notepad++
How to copy file inside jar to outside the jar?

I want to copy a file from a jar. The file that I am copying is going to be copied …

java file jar copy working-directory