avatar
f*4
1
本人情况:F1,现在在OPT期间。
请教大家一个HireRight Background Verification 的问题
1. Permanent Resident Alien (PRA) of the US: (yes or no)
请问PRA是指绿卡所有者么,我查了USCIS的glossary,好像PRA和PR指的是一个东西,
是这样么?请
高人指点。
2. Immigration & Naturalization (INS A) Number
3. Expiration Date
请问这个是什么号码,我觉得不是I-94上面的Admission #,因为还要填写expiration
date.
先谢谢大家的帮助了!
avatar
U*A
2
正准备考虑入一个nexus 7。
因为windows rt也快出来了,在考虑是不是等一等。
windows rt 会不会自带的浏览器直接支持flash,而不需要象neuxs 7 一样做各种设置。
avatar
G*G
3
a tab delimited text file has 7 columns
the 7th column is pvalue.
which bash command can let us choose all the rows with pvalue <0.01?
suppose the result file is A.
I have another two questions about bash.
How to remove first line from a file B using bash, and then combine with
file A
into a new file C?
Sorry, I am a windows guy, not familiar with mac or linux.
avatar
i*e
4
你没有A number 除非你递交了485,移民局会给你assign一个A number.
直接写none 就好了
avatar
w*i
5
Yes, flash is supported

置。

【在 U***A 的大作中提到】
: 正准备考虑入一个nexus 7。
: 因为windows rt也快出来了,在考虑是不是等一等。
: windows rt 会不会自带的浏览器直接支持flash,而不需要象neuxs 7 一样做各种设置。

avatar
f*e
6
用 awk

【在 G***G 的大作中提到】
: a tab delimited text file has 7 columns
: the 7th column is pvalue.
: which bash command can let us choose all the rows with pvalue <0.01?
: suppose the result file is A.
: I have another two questions about bash.
: How to remove first line from a file B using bash, and then combine with
: file A
: into a new file C?
: Sorry, I am a windows guy, not familiar with mac or linux.

avatar
f*4
7
Hi iceageinfire,
谢谢你的回复!
avatar
a*a
8
flash最恶心了。。。最好所有的机器都不支持,逼那些网站全部换掉
avatar
G*G
9
thank you.
how to combine two files, one of two files are from awk?

【在 f**********e 的大作中提到】
: 用 awk
avatar
g*i
10
nexus不好用,还是如个10寸的好
avatar
e*o
11
1. perl -ane 'print if $F[6] < 0.01' youfile >answer
2. tail -n +2 a.txt | cat - b.txt > c.txt
这些都是奇技淫巧,从学习角度不如都用python 或者 perl 来做,
avatar
s*3
12
当然是windows了。。
avatar
G*G
13
thank you very much

【在 e*******o 的大作中提到】
: 1. perl -ane 'print if $F[6] < 0.01' youfile >answer
: 2. tail -n +2 a.txt | cat - b.txt > c.txt
: 这些都是奇技淫巧,从学习角度不如都用python 或者 perl 来做,

avatar
s*s
14
awk '$7<0.01 {print $0}' A > output.txt

【在 G***G 的大作中提到】
: a tab delimited text file has 7 columns
: the 7th column is pvalue.
: which bash command can let us choose all the rows with pvalue <0.01?
: suppose the result file is A.
: I have another two questions about bash.
: How to remove first line from a file B using bash, and then combine with
: file A
: into a new file C?
: Sorry, I am a windows guy, not familiar with mac or linux.

avatar
d*b
15
cat | awk -F'\t' '$7<0.01 {print $0}' > A; cat B | grep -v "$(
cat B | head -1)" > C; cat A >> C
This will not work when the first line of B is a subset of some other lines
though. I would just use a text editor to remove the title line.

【在 G***G 的大作中提到】
: a tab delimited text file has 7 columns
: the 7th column is pvalue.
: which bash command can let us choose all the rows with pvalue <0.01?
: suppose the result file is A.
: I have another two questions about bash.
: How to remove first line from a file B using bash, and then combine with
: file A
: into a new file C?
: Sorry, I am a windows guy, not familiar with mac or linux.

avatar
K*n
16
牛! perl都会。横着combine可以用paste

【在 e*******o 的大作中提到】
: 1. perl -ane 'print if $F[6] < 0.01' youfile >answer
: 2. tail -n +2 a.txt | cat - b.txt > c.txt
: 这些都是奇技淫巧,从学习角度不如都用python 或者 perl 来做,

avatar
o*n
17
为啥不用R做?
avatar
e*o
18
大牛才干啥都横着。

【在 K****n 的大作中提到】
: 牛! perl都会。横着combine可以用paste
avatar
e*o
19
不用到某个统计方法,好意思用R?
第一个问题用R,还凑合,第二个问题用R 就只自找苦吃了。
建议你学学python.

【在 o******n 的大作中提到】
: 为啥不用R做?
avatar
s*r
20
为啥不用excel
windows guy用bash不是吃饱了撑的嘛
avatar
c*e
21

Be creative, use Javascript! 图漂亮,动态。

【在 e*******o 的大作中提到】
: 不用到某个统计方法,好意思用R?
: 第一个问题用R,还凑合,第二个问题用R 就只自找苦吃了。
: 建议你学学python.

avatar
s*s
22
R慢啊,而且大文件伤内存,python/perl/bash巨快

【在 o******n 的大作中提到】
: 为啥不用R做?
avatar
f*e
23
D3 是比較爽

【在 c********e 的大作中提到】
:
: Be creative, use Javascript! 图漂亮,动态。

avatar
f*e
24
preprocessing 用 R 也不太爽。

【在 s******s 的大作中提到】
: R慢啊,而且大文件伤内存,python/perl/bash巨快
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。