l********y 发帖数: 2295 | 1 发信人: mitbbs008 (MD2009), 信区: MedicalCareer
标 题: 光荣榜1号
发信站: BBS 未名空间站 (Mon Mar 14 12:00:13 2011, 美东)
Credential: Step 1 99, Step 2 CK 99, CS Pass, all on first attempt. Good
luck to everyone!
--------------------------------------------------------
发信人: yangyang09 (Match2011 pathology), 信区: MedicalCareer
标 题: 光荣榜2号
发信站: BBS 未名空间站 (Mon Mar 14 12:03:16 2011, 美东)
Congratulations! You have matched.
Check the Match Site at https://services.nrmp.org/r3/ on Thursday, March 17,
2011, at 1:00 PM eastern... 阅读全帖 |
|
R****n 发帖数: 708 | 2 R. Nadal N. Djokovic
Win 14 7
Loss 7 14
No Result / UE 0 0
Court Type Win Loss No Result / UE
Grass Court ( R. Nadal ) 2 none none
Grass Court ( N. Djokovic ) none 2 none
Clay Court ( R. Nadal ) 10 none none
Clay Court ( N. Djokovic ) none 10 none
Carpet Court ( R. Nadal ) none 1 none
Carpet Court ( N. Djokovic ) 1 none none
Hard Court ( R. Nadal ) 2 6 no |
|
f**d 发帖数: 768 | 3 这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖 |
|
t********5 发帖数: 522 | 4 代码很乱 凑合看=。=
"""
# 11.33
class Node(object):
def __init__(self, value = None, next = None):
self.value = value
self.next = next
class LinkedList(object):
def __init__(self):
self.head = None
self.size = 0
def __repr__(self):
result = []
tmp = self.head
while tmp is not None:
result.append(tmp.value)
tmp = tmp.next
return str(result)
def append(self, value):
node = Node(value)
if self.head is None:
self.head = node
... 阅读全帖 |
|
p***e 发帖数: 29053 | 5 http://blog.wenxuecity.com/blogview.php?date=200706&postID=4216
闲话 AP (I-131) 和 EAD (I-765)
- pjiang -
老师开的 485 课,本意是省省同学们的事儿,结果闹得有的同学堵心。不但有还没填表的同学感到
无从适从,已经交完表的同学也有忧心如焚的。今天,老师先给同学们宽宽心。
关于 485 的申请类型,有同学填了 [a],也有同学准备填 [a],在 140 还没批准的情况下。填
了就填了吧,想填 [a] 就填 [a]。实际上,140 还没批的 485 是不会有人来看的。等你的 485
开始处理了,你填的[a] 也就对了。
那边填了 [h] 的同学也别嚷嚷,你们填得没错。
同学们心里好受一点了?老师接下来谈谈改名字的风波。填了 None 的同学不要紧,填了 N/A 的
同学也没关系。这话儿怎么讲?且听老师慢慢道来。
在数据的录入界面上,每个 field 在接受之前,都会有个检错的过程。比如说名字,它就只接受字
母和"."。当录入员输入 "George W. Bush" 时,没有问题;如果输入 "... 阅读全帖 |
|
D*****r 发帖数: 6791 | 6 Letters from the Earth
When the Creator had finished thinking, He said, "I have thought. Behold!"
He lifted His hand, and from it burst a fountain-spray of fire, a million
stupendous suns, which clove the blackness and soared, away and away and
away, diminishing in magnitude and intensity as they pierced the far
frontiers of Space, until at last they were but as diamond nailheads
sparkling under the domed vast roof of the universe.
At the end of an hour the Grand Council was dismissed.
They left... 阅读全帖 |
|
S*******s 发帖数: 13043 | 7 I got an error if I want to run test.py:
@singleton
NameError: name 'singleton' is not defined
if I combine the two files, it would be fine.
what is right way to import decorator?
#in module Singleton.py
def singleton(theClass):
""" decorator for a class to make a singleton out of it """
classInstances = {}
def getInstance(*args, **kwargs):
""" creating or just return the one and only class instance.
The singleton depends on the parameters used in __init__ """... 阅读全帖 |
|
N********g 发帖数: 132 | 8 当Consultant,保险要完全自己买。从来没有这方面的经验,做研究做得头都大了,真
心请教大家。因为很多术语不知道准确的中文翻译,所以中英混杂,见谅……
现在家里的基本情况是家在新泽西,只有老公一人上班,老婆不上班,有一个不到三岁
的娃。全家都很健康,很少看医生,娃马上要去day care,暂时没有生二娃的打算。所
以这个保险平时可能主要用来给娃看医生了。请大家建议一下应该如何选择,多谢!
看到保险有好多种,HMO,EPO,PPO之类,基本定义是这个样子:
HMO,有primary care physician,有health network,network之外不cover;
EPO,不需要指定primary care physician,有health network,network之外不cover;
PPO,不需要指定primary care physician,有health network但是network之内看病也
要出一些钱,network之外cover一部分,deductible比较高。
http://www.boston.com/business/healthcar... 阅读全帖 |
|
D**0 发帖数: 2048 | 9 ☆─────────────────────────────────────☆
littlebubby (小汝房) 于 (Tue Aug 10 00:52:45 2010, 美东) 提到:
你也够闲,蛋痛吗?
☆─────────────────────────────────────☆
littlebubby (小汝房) 于 (Tue Aug 10 00:54:35 2010, 美东) 提到:
丫头实在看不下去,XYZ 蝇乱阿
☆─────────────────────────────────────☆
overertune (沉默的星星) 于 (Tue Aug 10 01:04:32 2010, 美东) 提到:
高层主管阿
☆─────────────────────────────────────☆
rongrong2009 (BMW~~~别摸我) 于 (Tue Aug 10 01:07:45 2010, 美东) 提到:
别,我们都在夸奖你老
知道你善解人意 :))))
☆────────────────────────────────... 阅读全帖 |
|
q**x 发帖数: 1636 | 10 Material Safety Data Sheet
Sulfuric Acid
ACC# 22350
Section 1 - Chemical Product and Company Identification
MSDS Name: Sulfuric Acid
Catalog Numbers: S71211SC, S71826, S79200, S80213, S80213-1, A298 212,
A298212, A300 212, A300 225LB, A300 500, A300 612GAL, A300 700LB, A300212,
A300225LB, A300500, A300612GAL, A300700LB, A300C 212, A300C212, A300C212001,
A300C212002, A300C212003, A300C212004, A300C212005, A300C212006,
A300C212007, A300C212008, A300C212009, A300C212010, A300C212LC, A300FP 500,
A30... 阅读全帖 |
|
q**x 发帖数: 1636 | 11 Material Safety Data Sheet
Sulfuric Acid
ACC# 22350
Section 1 - Chemical Product and Company Identification
MSDS Name: Sulfuric Acid
Catalog Numbers: S71211SC, S71826, S79200, S80213, S80213-1, A298 212,
A298212, A300 212, A300 225LB, A300 500, A300 612GAL, A300 700LB, A300212,
A300225LB, A300500, A300612GAL, A300700LB, A300C 212, A300C212, A300C212001,
A300C212002, A300C212003, A300C212004, A300C212005, A300C212006,
A300C212007, A300C212008, A300C212009, A300C212010, A300C212LC, A300FP 500,
A30... 阅读全帖 |
|
d******e 发帖数: 2265 | 12 e.g.,
def verify(response, *, seller_id, item_id = None, campaign_id = None,
status = None, action = 'none', event_id = None, reason = None)
call:
verify(seller_id,
item_id = None,
action = 'none',
event_id = None,
reason = None)
scala现在也有了。 |
|
P******e 发帖数: 344 | 13 http://www.lockheedmartinjobs.com/
Security Clearance Req ID Date updated
Technician Sr Spec N8124:Technician Sr Spec
Florida ESS6500 MS2 None 198845BR
19-May-2011
Facilities Engineer Sr E1513:Facilities
Engineer Sr Maryland ESS9997 IS&GS-FUNCTIONAL
STAFF (S0807) None 203163BR 19-May-
2011
Product Support Engr E1662:Product Support
Engr Colorado ESS44... 阅读全帖 |
|
C*I 发帖数: 4736 | 14 全美国财政收不敷支的16个州,几乎都是傻逼红州,除了种玉米养猪外,有个屁收入。
要不你们看了!
Alaska (state has biennial/two-year budget)
Current Year Deficit (FY 2016): none cited
Upcoming Fiscal Year Deficit (FY 2017): ranging from $3.5 billion to $3.8
billion to nearly $4 billion
Colorado
Current Year Deficit (FY 2016): ranging from $34 million to $157 million to
$160 million to $208 million to $220 million
Upcoming Fiscal Year Deficit (FY 2017): none cited
Connecticut (state has biennial/two-year budget)
Current Year Deficit (FY 2016): ... 阅读全帖 |
|
i******4 发帖数: 20643 | 15 ☆─────────────────────────────────────☆
springtai (none) 于 (Tue Nov 6 20:53:59 2012, 美东) 提到:
还是得怪自己头昏了,怎么会选了他来联系。他自己帖子中说违约要包料,我都没敢联
系其他神医,就一直傻等着他的其实永远也不会来的label,电话,电话留言,站
内信,邮件等等不停地联系,可没回音。而此时的他正在发那个感人的送油贴!
他自己承认漏看邮件了,而我也是在跟他确认之后才发的正式邮件。其实我就已经开始
意识到了,所以想告诉他我想联系别的神医了,结果他就失踪了,他的求购贴也没说停
止。然后再cutoff时间快来到时,我发信说那要么取消吧,他立马回信一句ok。
他要offer我30刀每个补偿,我不要了。反正以后看到绕道。本来就讨厌说话虚
伪的人。
neg我就不留了,主要是过程太阴险了。我改主意了,我要去留neg了。
-----------
晕死了,解释下,这个所谓的30块每个,根本就是虚的。不是直接的,我语文差。其
实这个钱也是不可能拿到的。
☆────────────────────────... 阅读全帖 |
|
m****x 发帖数: 2506 | 16 ☆─────────────────────────────────────☆
brooks (橙蓝) 于 (Sun May 22 22:38:35 2011, 美东) 提到:
cftcft, 继续努力,, 说不定现在不过是黎明前的黑暗而已。
☆─────────────────────────────────────☆
kaylaxu (人生如戏) 于 (Sun May 22 22:39:24 2011, 美东) 提到:
pat pat!!!
bless活着比什么都好
☆─────────────────────────────────────☆
onemoretime (sugar big brother seeker) 于 (Sun May 22 22:40:25 2011, 美东) 提到:
这算depression么?
☆─────────────────────────────────────☆
ififlove (加油) 于 (Sun May 22 22:41:46 2011, 美东) 提到:
活着就有希望,坚持,加油,你放弃了,你... 阅读全帖 |
|
l******a 发帖数: 16364 | 17 ☆─────────────────────────────────────☆
yizhihua (hua) 于 (Fri Nov 4 20:23:12 2011, 美东) 提到:
还以为就俺一个人不喜欢朗朗,今天跟一些家长聊天才知道
有那么多人不喜欢他,有的说自从看了他造作的表演再也不
想让自家孩子学钢琴了,还有的甚至弃钢琴转提琴。哎,也是,
这种畸形培养出来的极品,比任何动物做出的表情都怪。
那一张油光发亮的大橱脸,是笑非笑,是哭非哭,想打喷嚏
又打不出来的表情,特别是大嘴一张,眼睛一闭,摇头晃脑呆
的样子,简直让观众现场崩溃。有段时间我们这边的MALL里
有他的照片广告,俺就看了一次,恶心得俺以后都躲着走,
别说以后让孩子学钢琴了。估计以后中国的钢琴家会青黄不接。
哎,真是害了一代青少年呀。
☆─────────────────────────────────────☆
LGZQ (老公赚钱) 于 (Sat Nov 5 00:04:19 2011, 美东) 提到:
你这是明显对音乐一无所知,以貌取人得出的结论。
现在乐盲们流行一种论调,只要提朗朗,必拿李云... 阅读全帖 |
|
f****l 发帖数: 8042 | 18 可能很多人已经知道了。虽然老版本是针对07大潮的,不过有更新,对新版表格也有说
明,而且大体没变,个人觉得很有用。当然如果有错漏,也请跟贴的同学指出来,大家
一起参考。
http://hi.baidu.com/%C9%CF%BA%A3l/blog/item/3e9a641213fed20c5aa
手把手帮着填 I-485 和 G-325A (上)
2007-06-25 11:58:09
索引:1) I-485 填表 (List 交表地址) ; 2) G-325A 填表; 3) Signature; 4) 补充
本文由原贴整理勘误而成,供广大工农兵群众批评使用,欢迎指正。
时事摘要:
美国国务院在七月份的 Visa Bulletin 中(dated 6/12/07)宣布所有的 EB 类 (except
Other Workers) 都 Current,即意味着从七月一日起所有的申请人都能 file I-485。
七月二日,DOS 和 USCIS 分别通告,2007年度的所有移民指标均已分完,从即日起,
不再接收 I-485。
七月十七日,DOS 撤回二日之 Updat... 阅读全帖 |
|
E*********n 发帖数: 223 | 19 内容很长,我就直接c-a-p了。丽丽姐不要删。
照片体积实在太大,无法上传。用了两张通用照片,先凑和着看吧。
Lenovo H520s Desktop i7-3770 8GB 2TB Win 8 w/Recovery Discs $549 OBO - $549
(Duluth)
This listing is a good condition Lenovo H520s 57310722 Black Desktop tower (
no monitor is included in this listing).
This listing includes:
1. Lenovo H520s 57310722 desktop tower (small form factor)
2. Lenovo power cable
3. Lenovo original keyboard (comes with this tower but I never used it)
4. Lenovo driver disc
5. Genuine Lenovo system recovery disc set o... 阅读全帖 |
|
N******s 发帖数: 10555 | 20 ☆─────────────────────────────────────☆
GoRockets (火箭加油) 于 (Thu Feb 16 16:31:53 2017, 美东) 提到:
最近有球迷竞选篮球版版主,我已经同意卸任并且不再竞选,希望有意愿奉献篮球版的
朋友们去board版申请版主,我会要求站方宽限几天申请以公平见。我在篮球版蹲点接
近二十年,版主位置也接近三年,大小风波基本都见过了,就稍微说两句对新任版主的
期待:
1. 最关键也是最难做到的,尽量对所有人一碗水端平,维护版面作为一个正常客观的
讨论场合,任何一边倒的压制都是不利的。从姚蜜姚黑之争,科饭科黑之争,到现在的
詹蜜詹黑站队,做到能公平公正很不容易,所以尽量吧。大家监督如果做得不好就让他
快速换届。
2. 要花精力搞活动,给经常发精品文的版友奖励,这点我过去一年因为个人原因做得
不够,希望下届版主加油做得很好.
3. 有一颗宽容待人之心,有的时候有些网友就是发发牢骚,要和那些来故意找茬儿搅
场子的分清楚. 有了规则就执行,如果发现不对就及时纠错.
最后谢谢大家这几年来的捧场,希望大家都越来越好。
☆──... 阅读全帖 |
|
m******a 发帖数: 553 | 21 比如:
Lenovo™ ThinkPad® W520 (CV4) Add accessories
T4284CV4
Add to cart
Your price
$531.75*
IBM Web Price
$709.00*
Sale!
Free Extended Warranty - Laptops
Sale!
Free 16GB USB Flash drive with laptop or desktop purchase
In stock**
Entertainment Special
Used Laptop (Refurb)
Intel® Core™ i7—2720QM 2.20 GHz
Microsoft Windows 7 Professional Edition
16384MB/16384MB
Built-in Camera
160GB Solid State drive
15.4" WXGA
CD-RW/DVD-RW Combo
None
Gigabit Ethernet
None
In... 阅读全帖 |
|
D*V 发帖数: 567 | 22 你的要求还真不少,呵呵,我特意看了一下,这个网页压根打印就不想让你打印其他的
frame,这也是为什么你发现不能选frame的原因。
因为在print的css中,有这样的代码:
/* DO NOT DISPLAY HEADER AND NAV FOR PRINT VERSION */
#header {
display: none;
}
#nav {
display: none;
}
#topborder {
display: none;
}
#rightborder {
display: none;
}
#bottomborder {
display: none;
}
#leftborder {
display: none;
}
#topleftcorner {
display: none;
}
#toprightcorner {
display: none;
}
#bottomrightcorner {
display: none;
}
# |
|
c****8 发帖数: 283 | 23 前一阵买了gti, 当天转了原来的保险,quote了一圈最便宜的还是progressive,糊里糊
涂的就转过去了,还要150/m,估计驾龄太短,去年9月拿到的照。
现在仔细看保的内容,很多东西不太懂,希望大家推荐一下, 我在Houston, 25岁单身
现在的:
Bodily Injury & Property Damage: 30/60/25
Personal Injury Protection: None
Uninsured/Underinsured Motorist: None
Uninsured/Underinsured Motorist & Property Damage: None
Medical Payments: None
Comprehensive: 500 deductable
Collision: 500 deductable
Rental Reimbursement: none
Roadside: none
Loan Lease Payoff: none
Custom Parts or Equipment total valu... 阅读全帖 |
|
s***m 发帖数: 6197 | 24 ☆─────────────────────────────────────☆
ninja345 (五岳真形) 于 (Tue Apr 29 21:43:32 2014, 美东) 提到:
buy 2 1869
☆─────────────────────────────────────☆
ninja345 (五岳真形) 于 (Tue Apr 29 21:45:22 2014, 美东) 提到:
filled.
sell 2 1871
☆─────────────────────────────────────☆
ninja345 (五岳真形) 于 (Wed Apr 30 08:19:05 2014, 美东) 提到:
short 2 1872.5
☆─────────────────────────────────────☆
ninja345 (五岳真形) 于 (Wed Apr 30 08:20:33 2014, 美东) 提到:
filled.
cover 2 stop 1875.5
☆────────────────────────────────... 阅读全帖 |
|
G*******s 发帖数: 4956 | 25 CHAPTER VI
Of the Fall of Man, of Sin, and of the Punishment Thereof
I. Our first parents, being seduced by the subtlety and temptation of Satan,
sinned, in eating the forbidden fruit.[124] This their sin, God was pleased
, according to his wise and holy counsel, to permit, having purposed to orde
r it to his own glory.[125]
II. By this sin they fell from their original righteousness and communion wi
th God,[126] and so became dead in sin,[127] and wholly defiled in all the p
arts and faculties ... 阅读全帖 |
|
G*******s 发帖数: 4956 | 26 Blinded By Tradition:
An Open Letter to Dave Hunt
Regarding His Newly Published Attack Upon the Reformation, What Love Is This
? Calvinism's Misrepresentation of God
James White
Updated 5/16/02, see bottom of file
Dear Dave,
In the period of time since I finally received my own copy of your book (you
may recall I scanned through it while standing at your table in St. Louis a
t the PFO Conference) I have gone through a number of different emotions. A
t first I was just going to do one Dividing ... 阅读全帖 |
|
b****n 发帖数: 107 | 27 星空联盟: 最简单的是国航从杭州飞北京,再接国航CA 983/987 北京-LAX,CA 985 北
京-SFO或者UA 888 北京-SFO,UA850 PEK-ORD,UA 88 PEK-EWR,或者 UA898 PEK-IAD,
再从UA 的hub SFO/ORD/IAD/EWR/LAX 转到美国各地。
寰宇一家:杭州飞香港 【港龙】,一天有两班,然后国泰从香港飞美国,比方说SFO,
ORD, JFK, 或温哥华,再AA或AS转美国各地。
Example:
1) 杭州-汉城-东京-圣荷西 (32500 Miles)
2) 杭州-台北-汉城-旧金山 (32500 Miles)
3) 对喜欢飞的人来说,杭州-汉城-新加坡-北京-东京-圣荷西 (32500 Miles 经济舱
,或者60000 miles 商务舱,我定的是商务舱)
4) 杭州-香港-旧金山 (55000 Miles 商务舱)【港龙/国泰】
Details:
1) 杭州-汉城-东京-圣荷西 (32500 Miles)
Depart:
8:50 a.m.
Hangzhou CN (HGH) Arrive:
11:50... 阅读全帖 |
|
|
w*s 发帖数: 7227 | 29 This is the message when i run make
$ make
which gcc
/opt/arm-cross-tools/toolchain/arm/codesourcery-2009q1/work/arm-2009q1/arm-
none-linux-gnueabi/bin//gcc
echo "-------------------\n"
-------------------
echo -I /opt/arm-cross-tools/toolchain/arm/codesourcery-2009q1/work/arm-
2009q1/lib/gcc/arm-none-linux-gnueabi/4.3.3/include
-I /opt/arm-cross-tools/toolchain/arm/codesourcery-2009q1/work/arm-2009q1/
lib/gcc/arm-none-linux-gnueabi/4.3.3/include
echo "-------------------\n"
-------------------
... 阅读全帖 |
|
l**********8 发帖数: 305 | 30
************************************************************
上个完整的LOG, 谢谢大家了
****************************************************************
NOTE: PROCEDURE PRINTTO used (Total process time):
real time 0.00 seconds
cpu time 0.01 seconds
25
26 *-----------------------------------------------------;
27 %macro process(year,yr,file,first,numobs);
28
29 data cartemp;
30 set loc.carl&year.
31 (firsto... 阅读全帖 |
|
|
g********d 发帖数: 19244 | 32 ☆─────────────────────────────────────☆
felixcat (好戏才刚开始) 于 (Mon Jan 6 13:52:51 2014, 美东) 提到:
买SUV而不买minivan、wagon主要理由一般有两点,一个是四驱系统,另一个是车底盘
足够高,在积雪深的地方也能通过。不过因为一直都有厉害四驱的轿车和wagon,所以
选择SUV唯一能正经说得过去的理由就是ground clearance高。这也是SUV区别于轿车和
minivan的主要因素之一。
一般我们说四驱性能差,或者底盘像轿车那样低的“仿SUV外形”的SUV,是太公型SUV
,或者老色狼型SUV。
偶然查了一下ML350的底盘高度,竟然只有5.2英寸,真是让人喷饭。5.2英寸的ground
clearance是什么水平呢?举个例子,Camry的ground clearance是6.1英寸......
☆─────────────────────────────────────☆
Fishy01 (失物招领...你丢了什么?) 于 (Mon Jan 6 13:57:4... 阅读全帖 |
|
k*******8 发帖数: 1304 | 33 ☆─────────────────────────────────────☆
HQ (我是笨笨) 于 (Sun Nov 11 22:13:46 2012, 美东) 提到:
希望大家就事论事。不要因为屁股决定大脑而放过坏人,就像上一次瑞神跟小护士那个
有没有付钱的争执一样.
1.从sky方面来说,我觉得能理解他谈到的其他事件的涉及人员保持沉默的态度.如果真
的发生了,是不是sky能劝他们跟陪审团的人私下沟通呢?否则,sky很难让人相信不是无
中生有的陷害诽谤.司法上来说,sky方面有举证的责任.
2.ham方面,对于sky对他的大多数攻击都选择了沉默.或许是清者自清?不过既然站内都
组织了陪审团,是不是他应该对于那些攻击作出一个辩护呢?骗婚什么的就算了,但是sky
指出的那两个tracking #是不是他曾经drop的东西?他应该做出回答,如果是,到底发生
了什么是不是应该解释一下?
就事论事来说,他们俩的争执焦点其实就是ham在星期四drop之后发生了什么.
sky要表达的是,他现在知道ham其实经常会做一些不地道的甚至诈骗的事情,比如说drop
了以后去取回来.所以,这次... 阅读全帖 |
|
s*****r 发帖数: 43070 | 34 【 以下文字转载自 Military 讨论区 】
发信人: swjtuer (灌水和coding都要敲键盘), 信区: Military
标 题: 喜大普奔,美国务院更新各类签证有效期
发信站: BBS 未名空间站 (Tue Nov 11 00:22:28 2014, 美东)
http://travel.state.gov/content/visas/english/fees/reciprocity-
B-1 None Multiple 120 Months
B-2 None Multiple 120 Months
B-1/B-2 None Multiple 120 Months
F-1 None Multiple 60 Months
F-2 None Multiple 60 Months
H-1B None Multiple 12 Months 3
H-4 None Multiple 12 Months 3 |
|
j*******p 发帖数: 73 | 35 '''Create a binary tree from an input list.'''
import math
# If we store a full binary tree using BFS into a list, map the index of the
# node to its parent and which branch this node is.
# node_index parent_index branch
# 1 0 0
# 2 0 1
# 3 1 0
# 4 1 1
# 5 2 0
# ...
def GetParentMap(max_nodes):
parent_map = {} # index: (parent_index, left_or_right)
current_parent = 0
current_branch = 0
for i in range(1, max_nodes):
parent_map[i] = (current_parent, current_branch)
# Switch betwe... 阅读全帖 |
|
w******p 发帖数: 166 | 36 just use a list:
[left, value, right]
1
/
2 3
/ / \
4 5 6
becomes:
[ [[None,4,None], 2, None], 1, [[None,5,None],3,[None,6,None]] ] |
|
e****s 发帖数: 1125 | 37 College
Year Team Overall Conference Bowl Game
1990 Toledo 9-2 7-1 None
None
1995 Michigan St. 6-5-1 4-3-1 Independence
None
1996 Michigan St. 6-6 5-3 Sun
None
1997 Michigan St. 7-5 4-4 Aloha
None
1998 Michigan St. 6-6 4-4 None
None
1999 Michigan St. |
|
G*******s 发帖数: 4956 | 38 谢谢分享。
查了一下:
Romans 3:10-12
10 as it is written:
n“None is righteous, no, not one;
11 no one understands;
no one seeks for God.
12 All have turned aside; together they have become worthless;
no one does good,
not even one.”
引用了 Psalm 14:1-3
The Fool Says, There Is No God
To the choirmaster. Of David.
14 gThe hfool says in his heart, i“There is no God.”
They are jcorrupt, they do abominable deeds,
kthere is none who does good.
2 The Lord llooks down from heaven on the children of man,
to see if th... 阅读全帖 |
|
e*****n 发帖数: 124 | 39 cheng@cheng-desktop:~$ mount
/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
n |
|
w*******y 发帖数: 60932 | 40 Saw the frontpage Dell Inspiron 620 deal fround here and thought that I'd
check AAFES to see if they offered the same computer. They did!
AAFES (Military Only) >> Dell >> Configure as follows...
Inspiron 620 MT
Inspiron 620 MT - Inspiron 620 Minitower w/ Black Bezel
Operating System - Genuine Windows7 Home Premium, 64Bit, English
Processors - IntelCore(TM) i3-2120 processor(3MB Cache, 3.30GHz)
Memory - 4GB Dual Channel DDR3 SDRAM at 1333MHz - 2 DIMMs
Keyboard- Dell USB Entry Keyboard
Monitor - ... 阅读全帖 |
|
g********d 发帖数: 19244 | 41 ☆─────────────────────────────────────☆
ssjgyx (none) 于 (Sun Sep 8 14:01:10 2013, 美东) 提到:
这次买车很快。周三下午试的车,周五提回来的.该有的都有包括皮椅,天窗,
Bluetooth, 等等很多其他方便的features. 开起来很安静,很稳,也很紧凑.上个图.
Standard: T6 AWD
options: premier plus package, climate package and BLIS.
Price: MSRP - 46595, OTD - 44801(including interest).
☆─────────────────────────────────────☆
rennina (驴花狗) 于 (Sun Sep 8 14:06:53 2013, 美东) 提到:
gx
女的?
☆─────────────────────────────────────☆
ssjgyx (none) 于 (Sun Sep 8 14:29:58 2013,... 阅读全帖 |
|
i******4 发帖数: 20643 | 42 ☆─────────────────────────────────────☆
geniuskaka (geniuskaka) 于 (Wed Oct 31 11:42:47 2012, 美东) 提到:
45天?这还不爆么。
☆─────────────────────────────────────☆
Richard630 (Richard) 于 (Wed Oct 31 11:44:22 2012, 美东) 提到:
canceled by doc
☆─────────────────────────────────────☆
benyang1984 (笨鸟先飞) 于 (Wed Oct 31 11:45:06 2012, 美东) 提到:
也有可能卡号输错了被退回
☆─────────────────────────────────────☆
equipment100 (★★梦老粉丝俱乐部董事会主席★★) 于 (Wed Oct 31 11:52:20 2012, 美东) 提到:
这笔是打到FIA 卡的bill pay, . 金额是 $2300. ... 阅读全帖 |
|
i**r 发帖数: 40 | 43 A one pass solution:
The loop invariant is that variable contains the largest element
or none; variable contains the 2nd largest element or none.
int A[n];
const int NONE = -999999999; // sentinel
int largest = NONE;
int largest_2 = NONE;
for (int i = 0; i < n; i++)
if (A[i] < largest && A[i] > largest_2)
largest_2 = A[i];
else if (A[i] > largest){
largest_2 = largest;
largest = A[i];
}
if (largest_2 == NONE )
cout |
|
p*****2 发帖数: 21240 | 44 preorder这个怎么样?
def preorder(root):
n=root
while n!=None:
print n.val
if n.left!=None:
n=n.left
elif n.right!=None:
n=n.right
else:
while(n.parent!=None and (n!=n.parent.left or n.parent.right==
None)):
n=n.parent
n=n.parent
if(n!=None):
n=n.right |
|
o*****n 发帖数: 189 | 45 一开始没用BST,做出来费老劲了。BST就容易太多了。 看看对吗? ;)
A=[5, 10, 15, 4, 13, 6, 3, 12]
B=[0, 0, 0, 1, 1, 1, 2, 2]
class tree:
def __init__(self, data):
self.data= data
self.left= None
self.right= None
n=len(A)
rootlst=[]
def build_tree(node, t): #Build BST tree
if node.data > t.data :
if t.right == None:
t.right = node
return
else: build_tree(node, t.right)
if node.data <= t.data :
if t.left == None:
t.left = node
... 阅读全帖 |
|
h*********t 发帖数: 369 | 46 再请教一下,那个“NONE”是 打印出来以后手写吗? 我在DS156表中“曾用名”后填
了“NONE”。 出来的DS156有这样的东西。
FILTERED NAMES
Names that an applicant has almost certainly entered in error such as 'NONE'
or 'NA' have been removed
by the EVAF software from the data in the 2D barcode. In the unlikely event
that an applicant has a name
like 'None' or 'NA', you will have to enter the name in NIV or RDS manually.
The following names have
been filtered:
- 'NONE' was removed from the 2D barcode for Item 8 (Other Surnames Used)
- 'NONE' was remo |
|
n********e 发帖数: 1500 | 47 有些地方是空着还是填NONE/N/A好? 谢谢
1.middle name, other used name....: 这个一般是空着还是None?
2. I-485, A# 一项,没有的话,电子版还不让填None, 输入NONE,自动变为 000-000-
000, 只能手填了,版上说有因为空着而被退回来的
Part 1 的 C/O (in case of), 下面是空着还是填None,或者N/A
Part 3 B 的填家属那个表格,还有很多栏,空余,都要填上None吗? 还是就让它
空着 |
|
b****j 发帖数: 2414 | 48 手把手帮着填 I-485 和 G-325A
- pjiang -
移民局又开闸了,于是大伙儿全来趟这浑水。不管是 140 还没填的,抑或是 pending
的,更不要说批了的了,尤其是七月二号没赶上车的,大家一齐冲向 485 高地。
485 填表战,又开始了!
有的同学过于紧张,简单的问题也不敢把握,向白老师 (xiaobaitu, 呢称 XBT, 又称
小白兔 JJ 或 小白兔 MM) 求助的贴子是满天飞呀!就象北京春天的柳絮。
老师和系主任咬过好几次耳朵,建议挂个咨询公司的牌子,向白老师问一个问题的收一
毛钱,"在线等"的算 Premium Service 多收五分。系主任胆子太小,今天老师还说
,我们动手罢!他却总说道No!——这是洋话,你们不懂的。否则早已发了。
所以老师抄起剪子和浆糊,助白老师和其他大侠一鼻之力。
还没摸到北的同学,请到那边去下载 I-485 表格 Form I-485 (Rev. 12/03/09)N
Application to Register Permanent Residence or Adjust Status (Expires 12/31/
20... 阅读全帖 |
|
o******t 发帖数: 4384 | 49 ☆─────────────────────────────────────☆
evolve (none) 于 (Sat May 14 14:27:39 2011, 美东) 提到:
那种不主动不拒绝不负责的那种
应该是
不主动,不上床,不挽留
爱来找就来找,要走也不留不送,不结婚就不上床,就当一般朋友对待,该关心的时候
还是关心,看他还怎么暧昧。一定要学会保护自己,只有尊重自己的人才会得到别人的
尊重。
我的2分钱。
☆─────────────────────────────────────☆
kaylaxu (人生如戏) 于 (Sat May 14 14:30:12 2011, 美东) 提到:
rw 2分钱是什么意思?
☆─────────────────────────────────────☆
Routiao (肉条) 于 (Sat May 14 14:59:26 2011, 美东) 提到:
my two cents
☆─────────────────────────────────────☆
wisdomlover (一片冰心在玉壶) ... 阅读全帖 |
|