transfer is the process of moving data from one physical or virtual location to another
Questions tagged [transfer]
1194 questions
-4
votes
2 answers
How I can transfer matrix in Python?
#Example:
A = [[1,2,3,4],[4,3,2,1],[3,2,1,4],[2,1,4,3]]
#How I can transform matrix A become matrix B
#with matrix B I want to become...
B = [[1],
[2],
[3],
[4],
[4],
[3],
[2],
[1],
[3],
[2],
[1],
…

Công Minh Đặng
- 21
- 4
-4
votes
1 answer
how to transfer website from subdomain to main domain
I made a new website for one client, he had his purchased domain on go daddy, I transferred his domain to Hostgator and for trial, I designed the new Web on a subdomain, via WordPress, now after all things, I want to delete his old website and put…
-4
votes
1 answer
Data routing with Zynq
I am looking to transfer data from the zynq ddr to a custom ip, then store the result on the sd card. The sd card is connected through the emio pin, so it is available to the PL. So far, I can access the DDR from Windows, so I put files there. All I…

EE_minor
- 17
- 5
-4
votes
2 answers
How to use swift to transfer data between two viewController , do not use storyboard
I have two viewController : first and second.
Now, first viewcontroller have a tableView, when I click a cell, jump to the second viewController
and I want to send a image name from first to second, then second controller presentation the image
how…

kevn liu
- 33
- 1
- 7
-4
votes
1 answer
Use HTML to move or copy a file
I am using a HTML web-page, i don't want to use PHP coding.
I am trying to find some code that will allow me to upload a file and place it in a specified directory. How would i do that.
input type="file", allows me to specify a file but what code…

Jason Moore
- 239
- 1
- 2
- 7
-5
votes
1 answer
MS ACCESS TransferSpreadsheet VBA to include extra information in import data
I am building an Access 2010 db which will store and query information relating to time spend by users in our team. Part of the reporting needs to include whether timesheets have been submitted on time.
The process is currently being managed in…

Donald G
- 1
- 4
-5
votes
1 answer
How to transfer JavaScript variables to PHP
I've got a problem. I don't know how to transfer JS variables to PHP.
In JS I've got my main script and I'm using PHP only to file management but I need some variables from JS.

krystiangonczi
- 11
- 4