topics

全部话题 - 话题: wget
首页 6 7 8 9 10 (共10页)
l******n
发帖数: 9344
1
比数学简单太多,不需要脑子。。。
v**k
发帖数: 207
2
true, can nt agree more. 感觉像文科,学文科的适合学programming......不过
analysis of algorithm 挺数学的......学文科的估计看不懂 o(n) 什么意思。感觉计
算机是文科和理科的混杂体。不过计算机phd 又仿佛挺数学的,有些人挺多证明。
l*********s
发帖数: 5409
3
scala, haskell啥的还是很复杂的吧,大牛看过不?
v**k
发帖数: 207
4
还有 erlang, clojure 据说也比较难......程序应该可以很难,如果它想很难的话...
...
w**z
发帖数: 8232
5
编程像文科?你这理论有点奇葩。
n******g
发帖数: 2201
6
cong! homebrew不错,把东西放/usr/local/bin下面,路径也放/usr/bin后面
Linuxbrew才操蛋,直接把路径放最前面,偶尔会干扰固有的程序
v**k
发帖数: 207
7
编程不像文科。计算机的有些方面像文科,没拐什么弯,例如安装个什么东西,或是
linux 命令,就是平铺直叙......
h**********c
发帖数: 4120
8
楼主这种问题在本科的projects里,是国女最喜欢问的这种傻傻的问题。然后考试的时
候哪个满分。
编程是一门艺术。艺术要把不搭界的元素,组合成一个建筑。没有第六感觉,雾里看花。
低端点是手艺比如调jvm的时候,跟车行里的老墨干的差不多。
v**k
发帖数: 207
9
cool, 编程是一门艺术。你有怎样的第六感?cool. 也许我也有第六感,哈哈。

花。
h**********c
发帖数: 4120
10
my supervisor once said the intuition comes from practicing.
我个人觉得如果是艺术的话,首先你要决定你自己是否要做一个与众不同的人,可能看
起来
很cool,但在特定的社会环境下,你可能无法生存。
其次,想做与众不同的人太多了,最终肯十年磨一剑的人寥寥,在平行宇宙中泯然。
l******n
发帖数: 9344
11
先更正一下,我不是大牛,连牛都算不上。
scala,haskell都看过,照虎画只猫还是可以的,对付90%的需要应该没啥问题
编成就是体力活,熟能生巧就好了。其实真正的大牛最后走的都是product的路,做出
product了才是大牛给自己正名,编成牛的没有自己的product也就一个熟练工人而已
v**k
发帖数: 207
12
好像我一开始全职编程的工作的时候,还挺有 intuition 的。哈哈。 kidding.
h**********c
发帖数: 4120
w***g
发帖数: 5958
14
来自主题: Programming版 - 想上手deep learning的看过来
这两天更新了picpac。这里是tensorflow做图像分类的
快速上手版本。你需要一块nvidia显卡和一台linux机器。
然后就可以开始了:
1. 装nvidia-docker https://github.com/NVIDIA/nvidia-docker
2. git clone https://github.com/aaalgo/picpac/ ;
cd picpac/examples/tensorflow
make docker
3. wget http://aaalgo.com/picpac/datasets/flowers/flowers.picpac
这里还有别的数据集http://aaalgo.com/picpac/datasets/
4. make run 进入docker
5. ./train-slim --net=inception_v3.inception_v3 --db=flowers.picpac --
classes=5
如果要做validation,另加参数--test_steps=1000 --split=5 --split_f... 阅读全帖
t**********y
发帖数: 374
15
来自主题: Programming版 - 文件下载求助
HPC system 没有web browser. 现在要下的文件copy link 结果是:
javascript:portalClient.browseDatasets.downloadFile('GTEx_Analysis_v7_
Annotations_SampleAttributesDD.xlsx','gtex_analysis_v7/annotations/GTEx_
Analysis_v7_Annotations_SampleAttributesDD.xlsx')
wget 根本不识别
请问下这种情况如何处理啊?
多谢了!
s**********i
发帖数: 711
16
IE, teleport, webzip, winzip, lwp-rget,
lynx, wget, among many others...
q**1
发帖数: 193
17
来自主题: Software版 - 跪求一锅端下载软件
wget
c**t
发帖数: 2744
18
来自主题: Software版 - 跪求一锅端下载软件
HttpZip, Teleport, WebZip, wget...

俺加入一房地产网站,发现巨多案例,想 一锅端到自己电脑,以随时查阅。 求大虾
指点好的软件。该网站需先登陆。 先谢谢了@_^
c**t
发帖数: 2744
19
来自主题: Software版 - 求下载网站的软件
wget
c*****t
发帖数: 1879
f*******e
发帖数: 65
21
用perl,python等脚本语言编就行了,我猜。如果你用Windows的话,建议你再装个Cygw
in,这样wget等工具就都全了
o*o
发帖数: 404
22
wget + grep + awk/sed

Extractor
t*****z
发帖数: 812
23
wget 下载的只是javascript 的代码把, 不是链接本身
我看编个firefox extension好了
a*****g
发帖数: 19398
24
来自主题: Software版 - ftp 问题
用 command line 可以,问题得写个什么脚本了,那就麻烦了。
或者你用 wget 也可以(和 flashget 类似,从文件中读url去下载)
k***e
发帖数: 7933
e*i
发帖数: 10288
26
wget -i mymp3urllist.txt
a***w
发帖数: 30
27
Try wget, you can find it in some sites in mit.
w*****g
发帖数: 198
28
wget http://www.***.edu/***.exe
f********g
发帖数: 2
29
来自主题: Unix版 - how to download a whole www station?

Get a wget software
bz
发帖数: 1770
30

wget
h******a
发帖数: 198
31
来自主题: Unix版 - FTP Help
try ncftp. get -R
else use wget
a****f
发帖数: 29
32
wget -c URL
s**n
发帖数: 449
33
来自主题: Unix版 - 基于Unix的断点续传软件
both wget and ncftp are good.
D****N
发帖数: 430
34
来自主题: Unix版 - [转载] 再请教高手
Write a bash script to do everything ah...
wget http://www.spaceflightnow.com/index.html
my_perl_hack index.html
mv index.html `date +%m-%d`.html
w*****n
发帖数: 94
m*****e
发帖数: 4193
36
来自主题: Unix版 - Any Unix Download tools like NetAnt?
wget
w*****g
发帖数: 198
37
use "wget -c"
f*******n
发帖数: 3
38
来自主题: Unix版 - how to compile wget package???
sorry i know this question is really foolish . but i know nothing about programming in unix and cgi. so could u please give some guides???? thx
n*o
发帖数: 442
39
man wget and crontab
j*******r
发帖数: 201
40
There is no wget in my Unix and I have no permission to use crontab.
c*****e
发帖数: 32
41
来自主题: Unix版 - cygwin

I agree with you, this is a special case for me. That's why I said
Cygwin is a powerful tool rather than a Windows replacement.
I actually use my current machine running IMAP server so I can read my email
without retrieving them from the server again and again.
Cygwin is a UNIX like platform, so it can run lot of useful tools from UNIX
guys' skill onto WINDOWS more easily.
There're lot of tools such as emacs, pine, wget, TCP daemons have porting
versions for WINDOWS. But don't you think to inte
m******g
发帖数: 91
s****e
发帖数: 68
43
hi, is there anything in unix/linux that i can dl
something from ftp server which not has list function
and i only paste the link like flashget or netants
for downloading? can wget do it? i don't want to
enter the ftp site but only want to download from
the link. thank you.
b****s
发帖数: 472
44
wget will do. netscape will do, too...
s**s
发帖数: 242
45
来自主题: Unix版 - 能这样么?
ftp -ni<<_EOF
open server
user usr_name
passwd_here
ftp_command_here
...
...
quit
_EOF
or you can use wget
l**d
发帖数: 42
46
来自主题: Unix版 - 能这样么?
wget -b
u***q
发帖数: 21
47
Wget, a tool already in unix.
c****j
发帖数: 258
48
If your ftp client has command like reget and/or restart, that is what you
want. but wget is better.
f****a
发帖数: 28
49
最近遇上一个ftp让我很郁闷:
password的最后一个字符居然是@,而且目录中不但有中文,
还带了括号。比如射雕英雄传(央视),我用wget怎么都搞不定:(
试了几种格式:
1.ftp://user:"xxxxx@"@ip:port/"连续剧"/"射雕(央视)"/file.wmv
2.ftp://user:"xxxxx@"@ip:port//"连续剧"//"射雕(央视)"//file.wmv
能否帮我更正一下?谢谢:)
p******f
发帖数: 162
50

we were talking about special char in password field in url for wget.
to pass special char in the "get" command, you may try \, untested.
首页 6 7 8 9 10 (共10页)