Threadkiller Mk XIII

Status
Not open for further replies.
Okay, smart dev-types among us.

I'm trying to download a whole folder of data instead of each file at a time. I'm using wget on Ubuntu via ssh, so no gui access. The files live here with a nice html frontend.

I've grabbed all the files in the root folder, but there are ~300 subfolders that I really don't want to manually go through. So far I've tried:

Code:
wget -r --no-parent --reject "index.html*" https://www.physionet.org/physiobank/database/ptbdb/patient001/

and a bunch of combinations of those arguments, but they all download a single index.html file. Any ideas?
 
Okay, smart dev-types among us.

I'm trying to download a whole folder of data instead of each file at a time. I'm using wget on Ubuntu via ssh, so no gui access. The files live here with a nice html frontend.

I've grabbed all the files in the root folder, but there are ~300 subfolders that I really don't want to manually go through. So far I've tried:

Code:
wget -r --no-parent --reject "index.html*" https://www.physionet.org/physiobank/database/ptbdb/patient001/

and a bunch of combinations of those arguments, but they all download a single index.html file. Any ideas?

try
Code:
wget -r -l 30 --span-hosts --no-parent --reject "index.html*" https://www.physionet.org/physiobank/database/ptbdb/patient001/
 
try
Code:
wget -r -l 30 --span-hosts --no-parent --reject "index.html*" https://www.physionet.org/physiobank/database/ptbdb/patient001/

rofl for some reason that gave me a couple of unexpected files:

Code:
tv@tv-ubuntu:~/ECGData$ ls
biobeat.nigms.nih.gov   RECORDS            www.nigms.nih.gov
CONTROLS                SHA1SUMS           www.nih.gov
DOI                     SHA256SUMS         www.physionet.org
index.html              www.addthis.com    www.twitter.com
loop.nigms.nih.gov      www.facebook.com   www.usa.gov
MD5SUMS                 www.hhs.gov        www.youtube.com
public.govdelivery.com  www.nibib.nih.gov

:D



EDIT: I tried plain old -r -np again, and it looks like it's working properly now. Thanks for the help, [MENTION=6600]PsychoFish[/MENTION]!
 
Last edited:
Hi Guys,

So, cutting to the chase, Makro's cyber Monday promo is offering a Lenovo Yoga 2 Tab blah blah blah. I need a windows based tablet that I can use to control my systems without being tethered to the van by network cables or having to lug around my laptop. I can't seem to find whether this is windows 8 RT or full windows. Requiring specialised software, RT won't suffice. Every spec sheet I've found doesn't quite line up with the basic specs listed which leaves me uncertain.

I'm calling on the gods of gooder googling for assistance. Also, any personal reviews/experiences would be great.

So much for cutting to the chase... :p
 
Hi Guys,

So, cutting to the chase, Makro's cyber Monday promo is offering a Lenovo Yoga 2 Tab blah blah blah. I need a windows based tablet that I can use to control my systems without being tethered to the van by network cables or having to lug around my laptop. I can't seem to find whether this is windows 8 RT or full windows. Requiring specialised software, RT won't suffice. Every spec sheet I've found doesn't quite line up with the basic specs listed which leaves me uncertain.

I'm calling on the gods of gooder googling for assistance. Also, any personal reviews/experiences would be great.

So much for cutting to the chase... :p

Huh, I thought the Lenovo Yoga was an Android tablet?
 
Huh, I thought the Lenovo Yoga was an Android tablet?

They apparently do both.


Awesome, the Proline is cheaper with the added bonus of a much nicer version of windows. Does windows RT even exist anymore?
 
They apparently do both.



Awesome, the Proline is cheaper with the added bonus of a much nicer version of windows. Does windows RT even exist anymore?

Glad I could help...

RT is dead, there is no W10 equivalent for RT. However Win10 Home & Pro will suffice on a tablet. Where Windows 10 Mobile is designed for smaller tablets (less than 7") and phones. Then you also have Win10 IoT (aka the Raspberry Pi edition)
 
Glad I could help...

RT is dead, there is no W10 equivalent for RT. However Win10 Home & Pro will suffice on a tablet. Where Windows 10 Mobile is designed for smaller tablets (less than 7") and phones. Then you also have Win10 IoT (aka the Raspberry Pi edition)

Ah... See last time I looked into this I could only find the Microsoft Surface Pro's with "full" windows on them, everything else was RT. I figured nothing would have changed in the space of a year or so. The fact that it's purely for convenience makes it a little hard to justify spending too much money, which is why I dropped it.
 
I'm trying to order a Kindle through Amazon but it keeps saying "Sorry, this item can't be shipped to your selected address." but my boss ordered a Kindle a week or two ago to the same address. Someone here works at Amazon. Can anyone remember who?
 
I'm trying to order a Kindle through Amazon but it keeps saying "Sorry, this item can't be shipped to your selected address." but my boss ordered a Kindle a week or two ago to the same address. Someone here works at Amazon. Can anyone remember who?
[MENTION=12523]DuckKnuckle[/MENTION], although he works for AWS. Just try and select a different Kindle product, it should work. The model you're trying to order might not ship to ZA.
 
[MENTION=12523]DuckKnuckle[/MENTION], although he works for AWS. Just try and select a different Kindle product, it should work. The model you're trying to order might not ship to ZA.

Thanks. The model's page says that it ships to South Africa. I tried a different model now and get the same error. Have contacted customer support but may just go with the older model at Takealot. It's a gift for my mother.
 
Status
Not open for further replies.
Back
Top