avatar
q*y
1
I had a ROTH 401k with Fidelity. After leaving my last employer I rolled
the ROTH 401k money to my ROTH IRA and the pretax 401k money to my
traditional IRA with Vanguard.
Now I got a rollover position statement from Vanguard. It says that the
ROTH money is a post 1986 contribution and may be taxable during future
distribution... Can anyone please explain what it means? I thought it is
ROTH money thus any principal or earning will be tax free when I withdraw it
after 60 years old.
Thanks!
avatar
o*s
2
Texas center, submitted in june 2009, still initial review. Now the company
may be purchased by other investers so my fate is unknow. Want to have 140
approved asap to have a PD at least.
老听说PP会hurt case 如NIW, EB1,不知道是否对PERM EB2 140 也适用
avatar
A*y
3
【 以下文字转载自 TVGame 讨论区 】
发信人: AngelCity (天使之城——たとえば、突然), 信区: TVGame
标 题: 继续贴游戏歌曲
发信站: BBS 未名空间站 (Mon Jul 27 11:55:45 2009, 美东)
avatar
s*r
5
人生只道是寻常,
梨花落,风筝误。
曾经在那梨花初开的季节,
我在梨花树下遇见了你,
那时的你,
一袭白衣,一头青发,
一抬头,一相见,一眼,便是万年。
那时候的你,
是那样的青春无暇,
我喜欢梨花开始,
并不是因为梨花的美与繁茂,
只是因为你罢了,
因为你,
这梨花看上去也是那般的有意境,
也不知道是梨花点缀了人,
还是人渲染了这一季梨花。
梨花正开,
时节正好,
遇见你,
是这春天的旨意吧,
我曾许你以梨花为信,
以枝为戒,
以叶为冠,
为你在梨花树下许下三生三世,
为你一诺磐石;
你亦曾许我衣襟为信,
朱唇为记,
许我之手,与我偕老,
写我以秀发为意,
为我眉目成书。
爱情总也不会长久,
似乎爱神是一个天生的愚人家,
那三生石上的痕迹未去,
然我们的缘分已尽,
如此时分,
梨花落尽,
曾经的美早已凋残,
我没有什么怨言,
毕竟两个人在一起,
是一种莫大的安慰;
别离,
也应当心存感激才对。
梨花落尽,
花已残,人已散,
一切随风,
大概,这个爱情的风筝本就不是我的,
我能抓住这风筝的线,
只不过是恰好遇见了风未来的时候罢了,
既然一切已然消散,
何不等风来的时候便放手,
唯此,
也算不负了曾经的那份美好吧!
avatar
P*5
6
我想想都替你们怕的慌
avatar
x*a
7
在visual studio express 2012里为什么compile不过去?
#include
#include
#include
#include
int main()
{
std::vector vec{3, 4, 2, 9, 15, 267};
for(auto& elem:vec) elem*=3;
std::ostream_iterator out_it(std::cout, ", ");
std::copy(vec.begin(), vec.end(), out_it);
return 0;
}
Error 1 error C2601: 'vec' : local function definitions are illegal
c:users。。documentscodetest11test11main.cpp 8 1 test11
Error 2 error C2143: syntax error : missing ';' before '}' c:users
。。documentscodetest11test11main.cpp 8 1 test11
Error 3 error C2065: 'vec' : undeclared identifier c:users。。
documentscodetest11test11main.cpp 9 1 test11
Error 4 error C3312: no callable 'begin' function found for type ''
unknown-type'' c:users。。documentscodetest11test11main.cpp 9 1
test11
Error 5 error C3312: no callable 'end' function found for type ''
unknown-type'' c:users。。documentscodetest11test11main.cpp 9 1
test11
Error 6 error C2065: 'elem' : undeclared identifier c:users。。
documentscodetest11test11main.cpp 9 1 test11
Error 7 error C2065: 'vec' : undeclared identifier c:users。。
documentscodetest11test11main.cpp 11 1 test11
Error 8 error C2228: left of '.begin' must have class/struct/union
c:users。。documentscodetest11test11main.cpp 11 1 test11
Error 9 error C2228: left of '.end' must have class/struct/union c:
users。。documentscodetest11test11main.cpp 11 1 test11
10 IntelliSense: expected a ';' c:Users。。
DocumentsCodetest11test11main.cpp 8 22 test11
avatar
S*s
8
It's a bit complicated. you can find some online info about it.

it

【在 q**y 的大作中提到】
: I had a ROTH 401k with Fidelity. After leaving my last employer I rolled
: the ROTH 401k money to my ROTH IRA and the pretax 401k money to my
: traditional IRA with Vanguard.
: Now I got a rollover position statement from Vanguard. It says that the
: ROTH money is a post 1986 contribution and may be taxable during future
: distribution... Can anyone please explain what it means? I thought it is
: ROTH money thus any principal or earning will be tax free when I withdraw it
: after 60 years old.
: Thanks!

avatar
s*u
9
PP会hurt case 如NIW, EB1,
No, it is rumor.
avatar
l*o
10
灵界除了换了一批npc,别的没看出不一样呢,不知道寿元是不是清零了,不然真挺亏的
avatar
m*l
11
studio express 2012 does not support initializer_list originally
for std::vector
for they have a commnunity preview versionnnnnnnnn has that
maybe you should try 2013 which is out last month.

【在 x******a 的大作中提到】
: 在visual studio express 2012里为什么compile不过去?
: #include
: #include
: #include
: #include
: int main()
: {
: std::vector vec{3, 4, 2, 9, 15, 267};
: for(auto& elem:vec) elem*=3;
: std::ostream_iterator out_it(std::cout, ", ");

avatar
D*e
12
2009? 那是20个月了...
PERM的话一般最多就是RFE, 律师好好准备应该问题不大

company

【在 o******s 的大作中提到】
: Texas center, submitted in june 2009, still initial review. Now the company
: may be purchased by other investers so my fate is unknow. Want to have 140
: approved asap to have a PD at least.
: 老听说PP会hurt case 如NIW, EB1,不知道是否对PERM EB2 140 也适用

avatar
s*t
13
灵界的人类是不是白银人类,比如普通人都能活个几百年的?修仙可以活得更长,这还
有点盼头
avatar
m*l
14
VS 2012 Nov CTP compiler has that suppport

【在 m*******l 的大作中提到】
: studio express 2012 does not support initializer_list originally
: for std::vector
: for they have a commnunity preview versionnnnnnnnn has that
: maybe you should try 2013 which is out last month.

avatar
o*s
15
I made a mistake in my orignial post. My 140 (based on perm) was summited in
2010 but not 2009.
Thanks!
I want to know if PP will hurt the case.

【在 D******e 的大作中提到】
: 2009? 那是20个月了...
: PERM的话一般最多就是RFE, 律师好好准备应该问题不大
:
: company

avatar
wy
16
谁亏?

【在 l*****o 的大作中提到】
: 灵界除了换了一批npc,别的没看出不一样呢,不知道寿元是不是清零了,不然真挺亏的
: 。

avatar
m*l
17
it compiles in 2013 ultimate preview

【在 x******a 的大作中提到】
: 在visual studio express 2012里为什么compile不过去?
: #include
: #include
: #include
: #include
: int main()
: {
: std::vector vec{3, 4, 2, 9, 15, 267};
: for(auto& elem:vec) elem*=3;
: std::ostream_iterator out_it(std::cout, ", ");

avatar
l*6
18
You may want to ask your lawyer to file a SR. My lawyer asked my I140 in Nov
and got approval notice. The notice indicated that the case was approved in
Sept and web still says initial review even now. My lawyer said this is
normal for PERM i-140.
god bless

company

【在 o******s 的大作中提到】
: Texas center, submitted in june 2009, still initial review. Now the company
: may be purchased by other investers so my fate is unknow. Want to have 140
: approved asap to have a PD at least.
: 老听说PP会hurt case 如NIW, EB1,不知道是否对PERM EB2 140 也适用

avatar
l*o
19
韩老魔啊,寿元飞升前应该剩不到1000了。。

【在 wy 的大作中提到】
: 谁亏?
avatar
x*a
20
thanks guys.
downloading the 2013 version now...
avatar
wy
21
亏啥?他在人界肯定是无法修行下去了。来这可以在往上走

【在 l*****o 的大作中提到】
: 韩老魔啊,寿元飞升前应该剩不到1000了。。
avatar
x*a
22
接着请教: 下面两个expressions,第一个生成的vec的element都一样,第二个生成的
element是随机的.除了用getNormal(std::mt19937&), 有什么办法使得第一个生成的是
随机的?
1. std::fill_n(std::back_inserter(vec), 10, getNormal());
2. for (auto i = 0; i != 10; ++i) vec.push_back(getNormal());
double getNormal()
{
std::random_device rd;
std::mt19937 gen(rd());
std::normal_distribution<> normal(0, 1);
return normal(gen);
}
avatar
m*l
23
1. getNormal() has been called only once

【在 x******a 的大作中提到】
: 接着请教: 下面两个expressions,第一个生成的vec的element都一样,第二个生成的
: element是随机的.除了用getNormal(std::mt19937&), 有什么办法使得第一个生成的是
: 随机的?
: 1. std::fill_n(std::back_inserter(vec), 10, getNormal());
: 2. for (auto i = 0; i != 10; ++i) vec.push_back(getNormal());
: double getNormal()
: {
: std::random_device rd;
: std::mt19937 gen(rd());
: std::normal_distribution<> normal(0, 1);

avatar
p*o
24
Use std::generate_n instead of std::fill_n.

【在 x******a 的大作中提到】
: 接着请教: 下面两个expressions,第一个生成的vec的element都一样,第二个生成的
: element是随机的.除了用getNormal(std::mt19937&), 有什么办法使得第一个生成的是
: 随机的?
: 1. std::fill_n(std::back_inserter(vec), 10, getNormal());
: 2. for (auto i = 0; i != 10; ++i) vec.push_back(getNormal());
: double getNormal()
: {
: std::random_device rd;
: std::mt19937 gen(rd());
: std::normal_distribution<> normal(0, 1);

avatar
x*a
25
moneybull: yes I understand now. thank you.
pptwo: the following does not work. any suggestions are appreciated.
std::vector vec;
vec.resize(10);
std::generate_n(vec, 10, getNormal);
error C4996: 'std::_Generate_n': Function call with parameters that may be
unsafe - this call relies on the caller to check that the passed values are
correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See
documentation on how to use Visual C++ 'Checked Iterators'
1> c:\program files (x86)\microsoft visual studio 12.0\vc\include\
algorithm(1542) : see declaration of 'std::_Generate_n'
1> c:\users\..\documents\visual studio 2013\projects\testc11\
testc11\main.cpp(9) : see reference to function template instantiation '_
OutIt std::generate_n>,int,double>(_
OutIt,_Diff,_Fn0)' being compiled
1> with
1> [
1> _OutIt=std::vector>
1> , _Ty=double
1> , _Diff=int
1> , _Fn0=double
1> ]
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。