Redian新闻
>
求一关于DSP C6713的书!
avatar
求一关于DSP C6713的书!# EE - 电子工程
l*o
1
大家讨论一下,现在买房子是不是一个好主意呢?
在现在的经济形势下,是借钱好呢?还是现款买小 condo好?
avatar
n*1
2
代朋友发帖 以下为原文
各位好。
我在纽约,现在在OPT。
我今年3月1日OPT开始,同日在一个start up签了一份at will的工作。
虽说是at will但是和那种随时可以辞职的工作看上去有点不一样。大致是说要工作一
年才可以辞职,辞职要给4个月的notice
offer原文摘录:
... Nevertheless, you should be aware that your employment with the Company
constitutes at-will employment. Also, you are free to resign at any time
after one year of service to the company, in which case you will be required
to give the company 120 days notice ...
我在这份offer上签字了,但是没有签别的文件。这份offer上也没有写如果不工作满一
年要走,或者违反协议会怎么样怎么样。同时我也没有接受过这个公司的relocate或者
stock之类的东西。公司也没有帮我办H1B
现在的情况是我拿到了另一家公司的offer(工资大约是现在这家的两倍)。我当然不
想在现在这家继续待下去了。我老板也知道我拿到了新公司的offer所以我跟他说我身
体不好想辞职或者想回国结婚之类的借口都行不通。
现在在跟老板和平商量离职的事情,但是我感觉他们不大开心而且不大希望我走。所以
我想知道最坏情况下我的底线是什么。
我具体想知道的是,
1. 如果我强行辞职然后去新公司报道的话,会怎么样?会被起诉么?如果被起诉的话
大概的结果是怎样的(比如赔多少钱,之类的)
2. 如果我强行辞职,然后以后申请H1B的话这件事情的影响会有多大。
3. 任何建议
任何信息或者建议都可以,谢谢大家了。这件事情很困扰我,哪怕一点点的帮助我都会
很感激!
万分感谢!
avatar
R*n
3
两个月前去听了Dennis Metsuev和mariinsky orchestra的拉三,觉得是近年来最好的
了。
然后猛听了一下各个版本的拉二拉三,个人认为这两个最好:
拉二 Van Cliburn
拉三 Horowitz
avatar
s*0
4
Research Assistantship
A National Science Foundation (NSF) funded project hasone research
assistantship (RA) for qualified students who will pursue a Ph.D.degree of
Computational Sciencehttp://www.csrc.sdsu.edu/csrc/programs/phd.php at the San Diego StateUniversity (SDSU) in Fall 2015 semester. This is a joint Ph.D. program betweenSDSU and the Claremont Graduate University (CGU). The goal of the project is todevelop, implement, and evaluate a new flash storage system for emerging andfuture data-intensive mobile applicationshttp://www-rohan.sdsu.edu/~taoxie/research.html. The research assistantshipwill start in the Fall 2015 semester.
Required Qualifications:
1. A Bachelor degree in Computer Science,Computer Engineering, Software
Engineering, or closely related areas
2. A solid background in operating systems(Linux/Unix)
3. Strong programming skills in C/C++
Desired Qualifications:
1. A Master degree in Computer Science,Computer Engineering, or closely
related areas
2. Hardware design experience with FPGAand VHDL
3. Background in computer systems; and/ora few years working experience in C
4. Interest in experimental computersystem research
Detailed Information:
- Please read page 71-75 of http://arweb.sdsu.edu/es/catalog/2010_2011/GradCandC.pdf ;
- Among the 8 courses at SDSU, 3 courses(e.g., computer science courses) can
be transferred from other countries ifthey are Graduate level courses;
- Students need to take 6 courses at CGUand need to drive to CGU once every
week for two semesters. CGU is located inLos Angeles, which is about 2-hour
driving from San Diego;
- Your diploma will be stamped by bothSDSU and CGU. Although your degree
will be Computational Science, your researchis computer science and your
publication will be in computer science too;
- Your tuition will be paid by SDSU and Iwill pay you stipend from my
research funding if you are selected. Theapplication deadline is 15 February
2015 (please refer to http://www.csrc.sdsu.edu/doctoral_checklist.html).This program only accepts Ph.D. students in Fall semesters. Your TOEFL scoreshould be at least 82 and GRE (general) should be no less than 1,100.
Preference will be given to students with a Masterdegree in Computer Science
, Computer Engineering, Software Engineering, orclosely related fields.
Interested candidates should send a statement ofresearch interests (no more
than 2 pages), CV, and photocopies of GRE(general), TOEFL, transcripts, and
diplomas to Dr. Tao Xie [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
One Ph.D. student will graduate in May 2015 and he has received a job offer
from storage companies such as SanDisk and Seagate.
avatar
c*s
5
Iinstalled ubuntu9.10, but there are some big problem. I want ot
go back to 9.04, how could I do that?
3x!
avatar
n*7
6
需要用一个web server做点计算,但是它不支持batch query,所以写了一个python脚本
来递交查询
第一个server脚本是用post 传参数,还好
import urllib as ul
import urllib2 as ul2
url = 'xxx'
para = {'xx':xx,'yy':yy}
data = ul.urlencode(para)
req = ul2.Request(url, data)
response = ul2.urlopen(req)
从返回的html,可以提取两个内部id,id1和id2的值
第二个脚本用get,传递id1和id2两个参数的值
id1 = 145238
id2 = 153455
final_url = 'http://bioinformatics.clemson.edu/G-
SESAME/Program/geneCompareTwo3.php?id1=%s&id2=%s&Submit=submit' %
(id1,id2)
final_result = ul2.urlopen(final_url)
结果就总是不对,预测分数总是0.000
但是如果我把生成的url
http://bioinformatics.clemson.edu/G-
SESAME/Program/geneCompareTwo3.php?id1=145238&id2=153455&Submit=submit
放到浏览器就没有问题
这是怎么回事呢? 是不是浏览器header的问题? 按说这个计算量也不大 ,犯不着区分
机器人吧?
avatar
j*1
7
Target:
Open to all actuarial areas & all locations in the States.
P&C companies in Bay Area are highly preferred.
Contact:
Please PM me for resume if you have openings.
Experience:
6-month experience(up to now) with Top 3 Canadian life insurance company
6-month internship with major consulting firm.
6-month predictive modelling&data analysis experience with an IT company
Exams:
Passed P, FM, MLC, MFE, C.
FAP in progress.
Computer skills:
1-year experience with SAS.
1.5-year experience with SQL.
Advanced Excel&Access User(including VBA).
Project experience with R, Matlab.
Basic knowledge in shell scripting language.
Education:
First Class Honors Degree in Actuarial Science from UK university.
Master degree in Actuarial Science from UWaterloo (fully funded by
scholarships).
Other credentials:
Passed CFA Level I & candidate for Level II (test date: June 7th, 2014).
SAS Certified Base Programmer for SAS 9.
Candidate for SAS Certified Advanced Programmer.
GGY Axis training in progress.
现在正在加拿大工作,快拿到枫叶卡了,所以就想往美国奔,寻找更好的发展机会.
求版上的哥哥姐姐帮忙refer.
不懂啥叫包子,但事成之后一定请哥哥姐姐吃饭~!!
如果有哥哥姐姐想要考虑到加拿大工作/拿身份, feel free to PM me with any
questions!
Thanks!
avatar
l*4
8
哪位朋友有 Rulph Chassaing的 "Digital Signal Processing and Applications
with the C6713 and C6416 DSK"这本书的CD 吗? 能否给我发一份copy. 本人不胜感激
.谢谢了
avatar
m*w
9
借钱并能赖帐最好。

【在 l***o 的大作中提到】
: 大家讨论一下,现在买房子是不是一个好主意呢?
: 在现在的经济形势下,是借钱好呢?还是现款买小 condo好?

avatar
s*y
10
说说你喜欢他们的什么地方?

★ 发自iPhone App: ChineseWeb 8.1

【在 R******n 的大作中提到】
: 两个月前去听了Dennis Metsuev和mariinsky orchestra的拉三,觉得是近年来最好的
: 了。
: 然后猛听了一下各个版本的拉二拉三,个人认为这两个最好:
: 拉二 Van Cliburn
: 拉三 Horowitz

avatar
a*i
11
Note: DO NOT PLAY WITH ALPHA LINUX SOFTWARE IF YOU DON'T WANT TO REINSTALL
THE SYSTEM.
avatar
n*7
12
又试了一下,可能是cookie的问题
那个连接在别的浏览器也不work
我原来的浏览器上开过这个页面,所以没问题。。
对这些不熟,有什么建议吗?
avatar
s*t
13
You still need H1B to work in the US since you are not a Canadian citizen.
And you run the risk of losing your 枫叶卡 if you work in the US full-time.
just my two cents.
avatar
a*s
14

这还需要书啊,把ti的data sheet和examples看明白足够用了

【在 l*******4 的大作中提到】
: 哪位朋友有 Rulph Chassaing的 "Digital Signal Processing and Applications
: with the C6713 and C6416 DSK"这本书的CD 吗? 能否给我发一份copy. 本人不胜感激
: .谢谢了

avatar
f*b
15
恩 美元这边能借多少债务借多少 当然对应的要hedge一下
avatar
R*n
16
这两天又找到几个版本,听完了再来汇报。
Berman & Abbado No3版本相当不错,感觉比Horowitz 细节更清楚,更有激情。
Algerich的也不错,就是有点太快了。
avatar
m*g
17
你为啥不在加拿大干呢? TOP 3 的INSURANCE PAY 给你这个LEVEL, 要比美国多. 干三
年,等拿到公民身份再来US!
avatar
s*s
18
amazon,
avatar
s*y
19
Oscar Wilde,van Clibun,Byron Janis,Ashkenazy,Richter
刚站我的书架前看了一下,拉二拉三还挺多的
Richter的拉二未必最好,但感觉是最不一样的

【在 R******n 的大作中提到】
: 这两天又找到几个版本,听完了再来汇报。
: Berman & Abbado No3版本相当不错,感觉比Horowitz 细节更清楚,更有激情。
: Algerich的也不错,就是有点太快了。

avatar
H*t
20
have openings, can't sponsor...
avatar
z*a
21
I have it, what's your email ? I can send it to you.
avatar
H*9
22
呵呵,纯乡下人一个的我好像都听啊
avatar
j*1
23
是的呢,确实需要sponsor,H1B or J1
如果美国有很好的工作机会,我不介意多花几年解决身份问题。
枫叶卡只是给自己留条后路。

.

【在 s********t 的大作中提到】
: You still need H1B to work in the US since you are not a Canadian citizen.
: And you run the risk of losing your 枫叶卡 if you work in the US full-time.
: just my two cents.

avatar
z*a
24
I have it, what's your email ? I can send it to you.
avatar
j*1
26
想趁年轻去美国试试看。
加拿大PR很好拿,但入籍要求的时间越来越长了。
只怕等到有国籍的时候,拖家带口的也没精力想去美国的事了。

【在 m*******g 的大作中提到】
: 你为啥不在加拿大干呢? TOP 3 的INSURANCE PAY 给你这个LEVEL, 要比美国多. 干三
: 年,等拿到公民身份再来US!

avatar
u*s
27
狼姑娘的拉二也不错啊,我挺喜欢
avatar
s*t
28
年轻人想折腾折腾可以理解,不过要做好risk control. 万一你过去H1B好几年,绿卡
也没拿下来,这边枫叶卡也废了咋办? 朋友里面有这种情况,悔的肠子都青了。当然你
要是很自信能几年内拿下绿卡,或者家世强到不在乎那张卡,那就没什么可说的了。

【在 j****1 的大作中提到】
: 想趁年轻去美国试试看。
: 加拿大PR很好拿,但入籍要求的时间越来越长了。
: 只怕等到有国籍的时候,拖家带口的也没精力想去美国的事了。

avatar
a*c
29
You mean Earl Wilde?

【在 s*******y 的大作中提到】
: Oscar Wilde,van Clibun,Byron Janis,Ashkenazy,Richter
: 刚站我的书架前看了一下,拉二拉三还挺多的
: Richter的拉二未必最好,但感觉是最不一样的

avatar
m*s
30
别浪费时间了,根本没戏,今年的H1上个月就抽签了,就算抽到了也要10月才能生效。
你没身份没OPT的话,除了入籍加拿大以外唯一的来美国的办法是找sun life ,
swissre之类的公司在加拿大
先干着,一年后找内调的机会用L签证去美国工作,
avatar
R*n
31
听了 RCA Living Stereo remastered 1958 Van Cliburn /Kondrashin Rach No3 版本
SACD, 觉得我已经找到我最喜欢的了。
继续寻找拉二...
avatar
m*s
32
发现楼主从去年就在版上问类似的问题,大家也都把H1的情况解释得很清楚了,可是貌
似一个字也没听进去啊...
avatar
s*y
33
哈哈,是啊,当时在想什么

【在 a******c 的大作中提到】
: You mean Earl Wilde?
avatar
j*1
34
嗯,会考虑这个的,所以想先过去工作一两年,看看是什么情况。如果觉得绿卡完全没
希望的话还是会回到加拿大,老老实实等国籍。
即使最后退回加拿大,这一两年的工作经验也会对以后有帮助。

【在 s********t 的大作中提到】
: 年轻人想折腾折腾可以理解,不过要做好risk control. 万一你过去H1B好几年,绿卡
: 也没拿下来,这边枫叶卡也废了咋办? 朋友里面有这种情况,悔的肠子都青了。当然你
: 要是很自信能几年内拿下绿卡,或者家世强到不在乎那张卡,那就没什么可说的了。

avatar
R*n
35
两个月前去听了Dennis Metsuev和mariinsky orchestra的拉三,觉得是近年来最好的
了。
然后猛听了一下各个版本的拉二拉三,个人认为这两个最好:
拉二 TBD
拉三 Van Cliburn
avatar
j*1
36
一直在关注去美国工作的事情,所以以前在版上问过H1B的事情。
很清楚身份问题会给找工作带来很多限制,但因为身边有同学是毕业了就直接J1过去工
作,之后转了H1B,所以觉得这条路是可行的。
目前是希望只要能找到能sponsor J1的公司就好,看看形势,再决定下一步能不能转
H1B。也是因为考虑到身份问题,所以一直等到枫叶卡下来了才准备离开加拿大。如果
能直接找到sponsor H1B的公司就再好不过了!

【在 m***s 的大作中提到】
: 发现楼主从去年就在版上问类似的问题,大家也都把H1的情况解释得很清楚了,可是貌
: 似一个字也没听进去啊...

avatar
s*y
37
说说你喜欢他们的什么地方?

★ 发自iPhone App: ChineseWeb 8.1

【在 R******n 的大作中提到】
: 两个月前去听了Dennis Metsuev和mariinsky orchestra的拉三,觉得是近年来最好的
: 了。
: 然后猛听了一下各个版本的拉二拉三,个人认为这两个最好:
: 拉二 TBD
: 拉三 Van Cliburn

avatar
m*s
38

J1是用于学术研究或者政府交流性质的,精算怎么可能有J1,你同学J1转H1应该多半是
在学校工作吧?所以转H1也没名额限制,你就不要费这个心思了,真的是没戏,版上这
么多在美国上学工作的就没听说过谁J1干精算的

【在 j****1 的大作中提到】
: 一直在关注去美国工作的事情,所以以前在版上问过H1B的事情。
: 很清楚身份问题会给找工作带来很多限制,但因为身边有同学是毕业了就直接J1过去工
: 作,之后转了H1B,所以觉得这条路是可行的。
: 目前是希望只要能找到能sponsor J1的公司就好,看看形势,再决定下一步能不能转
: H1B。也是因为考虑到身份问题,所以一直等到枫叶卡下来了才准备离开加拿大。如果
: 能直接找到sponsor H1B的公司就再好不过了!

avatar
R*n
39
这两天又找到几个版本,听完了再来汇报。
Berman & Abbado No3版本相当不错,感觉比Horowitz 细节更清楚,更有激情。
Algerich的也不错,就是有点太快了。
avatar
m*s
40
你要想到美国工作,真的除了入籍就是走L1,但是L1必须要在加拿大干满一年时间才有
资格申请,所以还是努力在加拿大找好了
avatar
s*y
41
Earl Wilde,van Clibun,Byron Janis,Ashkenazy,Richter
刚站我的书架前看了一下,拉二拉三还挺多的
Richter的拉二未必最好,但感觉是最不一样的

【在 R******n 的大作中提到】
: 这两天又找到几个版本,听完了再来汇报。
: Berman & Abbado No3版本相当不错,感觉比Horowitz 细节更清楚,更有激情。
: Algerich的也不错,就是有点太快了。

avatar
m*g
42
L-1只给MANAGER级别的吧。
做INTERNSHIP,可以用J1 吧。
avatar
H*9
43
呵呵,纯乡下人一个的我好像都听啊
avatar
o*y
44

什么级别都行,没区别,manulife sun life都有人从rotation里面用L-1去Boston
美国精算学生那么多,本地人和有CPT的留学生大把大把的,公司只有吃昏头了才会给
国外的人办J1过来做四个月的intern

【在 m*******g 的大作中提到】
: L-1只给MANAGER级别的吧。
: 做INTERNSHIP,可以用J1 吧。

avatar
o*y
46

没有OPT的entry level是不会有公司给办H1的,还是从加拿大转到美国分部的可能性要
比直接在美国找可能性要大得多。你要在美国没身份没经验的话即使有OPT也只有不到
五家公司会给你办第一个H1B,但是你要有加拿大PR的话至少有五家以上的公司可以申请
:swissre, RGA, Munich Re, Genworth, Manulife, Sunlife...这些公司在美国都有
分部,而且在加拿大干的活也至少牵涉到IFRS和US GAAP,还有的部门就是完全干的美
国的活,就连FSA考试life都有很多人考的就是美国版本,考individual life/annuity
CANADA的人每次也就几十来号人,连给美国版出题的都有一大半人是在加拿大工作的
。一旦你有了身份又有了几年的经验的时候不用你自己找都会有猎头主动联系你要不要
去美国工作。

【在 j****1 的大作中提到】
: 一直在关注去美国工作的事情,所以以前在版上问过H1B的事情。
: 很清楚身份问题会给找工作带来很多限制,但因为身边有同学是毕业了就直接J1过去工
: 作,之后转了H1B,所以觉得这条路是可行的。
: 目前是希望只要能找到能sponsor J1的公司就好,看看形势,再决定下一步能不能转
: H1B。也是因为考虑到身份问题,所以一直等到枫叶卡下来了才准备离开加拿大。如果
: 能直接找到sponsor H1B的公司就再好不过了!

avatar
u*s
47
狼姑娘的拉二也不错啊,我挺喜欢
avatar
t*d
48
个人感觉 经验少 考试多。。。

【在 j****1 的大作中提到】
: Target:
: Open to all actuarial areas & all locations in the States.
: P&C companies in Bay Area are highly preferred.
: Contact:
: Please PM me for resume if you have openings.
: Experience:
: 6-month experience(up to now) with Top 3 Canadian life insurance company
: 6-month internship with major consulting firm.
: 6-month predictive modelling&data analysis experience with an IT company
: Exams:

avatar
a*c
49
You mean Earl Wilde?

【在 s*******y 的大作中提到】
: Oscar Wilde,van Clibun,Byron Janis,Ashkenazy,Richter
: 刚站我的书架前看了一下,拉二拉三还挺多的
: Richter的拉二未必最好,但感觉是最不一样的

avatar
w*o
50
why do you take exams toward ASA but want to work in P&C companies?
avatar
R*n
51
听了 RCA Living Stereo remastered 1958 Van Cliburn /Kondrashin Rach No3 版本
SACD, 觉得我已经找到我最喜欢的了。
继续寻找拉二...
avatar
m*r
52
先别考了,好好攒几年工作经验再说吧。好多东西没做过,甚至没做过几遍,都不是理
解的很深的。
avatar
s*y
53
哈哈,是啊,当时在想什么

【在 a******c 的大作中提到】
: You mean Earl Wilde?
avatar
I*R
54
这么好的妹纸candidate,哪位收了吧

【在 j****1 的大作中提到】
: Target:
: Open to all actuarial areas & all locations in the States.
: P&C companies in Bay Area are highly preferred.
: Contact:
: Please PM me for resume if you have openings.
: Experience:
: 6-month experience(up to now) with Top 3 Canadian life insurance company
: 6-month internship with major consulting firm.
: 6-month predictive modelling&data analysis experience with an IT company
: Exams:

avatar
j*1
56
自己再顶一下...
avatar
b*u
57
我还是比较土,只听horrowitz版。
avatar
s*0
58
身份大于一切,版上条件不差于你的人也有不少,也不见得最后个个都顺风顺水,还是
多考虑一下吧
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。