c***2 发帖数: 838 | 1 【 以下文字转载自 JobHunting 讨论区 】
发信人: ch222 (ch), 信区: JobHunting
标 题: Citrix (CTXS) San Jose Site
发信站: BBS 未名空间站 (Thu Dec 2 09:59:58 2010, 美东)
Anybody working there?
Can you please comment about this company?
1) Job security/stability?
2) Working culture? everyday task load, working extra hours? Interaction
with India team?
Thanks, |
|
w*******e 发帖数: 15912 | 2 https://www.zhihu.com/question/20822815
"我有什么资格说话呢?如果你要了解我的本事,真的很简单:我最精要的代码都放在
GitHub 上了。但是除非接受过专门的训练,你绝对不会理解它们的价值。你会很难想
象,这样一片普通人看起来像是玩具的 40 行 cps.ss 代码,融入了我一个星期的日日
夜夜的心血,数以几十计的推翻重写。这段代码,曾经耗费了一些顶尖专家十多年的研
究。一个教授告诉我,光是想看懂他们的论文就需要不止一个月。而它却被我在一个星
期之内闷头写出来了。我是在说大话吗?代码就摆在那里,自己去看看不就知道了。当
我死后,如果有人想要知道什么是我上半生最重要的“杰作”,也就是这 40 行代码了
。它蕴含的美,超越我给任何公司写的成千上万行的代码。"
有没有人来说说这个东西,我想知道他有没有说大话。
附代码:
;; A simple CPS transformer which does proper tail-call and does not
;; duplicate contexts for if-expressions.
;; auth... 阅读全帖 |
|
w*******e 发帖数: 15912 | 3 据说99%的码工见了王垠的40行code之后五花大绑自惭形秽:
王垠40行代码解析
http://wineway.pw/project1/2017/04/24/1/
;; A simple CPS transformer which does proper tail-call and does not
;; duplicate contexts for if-expressions.
;; author: Yin Wang ([email protected]/* */)
(load "pmatch.scm")
(define cps
(lambda (exp)
(letrec
([trivial? (lambda (x) (memq x '(zero? add1 sub1)))]
[id (lambda (v) v)]
[ctx0 (lambda (v) `(k ,v))] ; tail context
[fv (let ([n -1])
(lambd... 阅读全帖 |
|
s*****r 发帖数: 43070 | 4 【 以下文字转载自 Military 讨论区 】
发信人: wsnonline (卫所南次郎-哥们儿要火啦!), 信区: Military
标 题: 王垠的[40 行代码]: 普通琐男码工们都跪安吧!
发信站: BBS 未名空间站 (Thu May 19 01:59:08 2016, 美东)
https://www.zhihu.com/question/20822815
"我有什么资格说话呢?如果你要了解我的本事,真的很简单:我最精要的代码都放在
GitHub 上了。但是除非接受过专门的训练,你绝对不会理解它们的价值。你会很难想
象,这样一片普通人看起来像是玩具的 40 行 cps.ss 代码,融入了我一个星期的日日
夜夜的心血,数以几十计的推翻重写。这段代码,曾经耗费了一些顶尖专家十多年的研
究。一个教授告诉我,光是想看懂他们的论文就需要不止一个月。而它却被我在一个星
期之内闷头写出来了。我是在说大话吗?代码就摆在那里,自己去看看不就知道了。当
我死后,如果有人想要知道什么是我上半生最重要的“杰作”,也就是这 40 行代码了
。它蕴含的美,超越我给任何公司写的成千上万行的代码。"
... 阅读全帖 |
|
a*****s 发帖数: 5562 | 5 【 以下文字转载自 Military 讨论区 】
发信人: wsnonline (卫所南次郎-哥们儿要火啦!), 信区: Military
标 题: 王垠的[40 行代码]: 普通琐男码工们都跪安吧!
发信站: BBS 未名空间站 (Thu May 19 01:59:08 2016, 美东)
https://www.zhihu.com/question/20822815
"我有什么资格说话呢?如果你要了解我的本事,真的很简单:我最精要的代码都放在
GitHub 上了。但是除非接受过专门的训练,你绝对不会理解它们的价值。你会很难想
象,这样一片普通人看起来像是玩具的 40 行 cps.ss 代码,融入了我一个星期的日日
夜夜的心血,数以几十计的推翻重写。这段代码,曾经耗费了一些顶尖专家十多年的研
究。一个教授告诉我,光是想看懂他们的论文就需要不止一个月。而它却被我在一个星
期之内闷头写出来了。我是在说大话吗?代码就摆在那里,自己去看看不就知道了。当
我死后,如果有人想要知道什么是我上半生最重要的“杰作”,也就是这 40 行代码了
。它蕴含的美,超越我给任何公司写的成千上万行的代码。"
... 阅读全帖 |
|
H********g 发帖数: 43926 | 6 【 以下文字转载自 Military 讨论区 】
发信人: wsnonline (卫所南次郎-哥们儿要火啦!), 信区: Military
标 题: 王垠的[40 行代码]: 普通琐男码工们都跪安吧!
发信站: BBS 未名空间站 (Thu May 19 01:59:08 2016, 美东)
https://www.zhihu.com/question/20822815
"我有什么资格说话呢?如果你要了解我的本事,真的很简单:我最精要的代码都放在
GitHub 上了。但是除非接受过专门的训练,你绝对不会理解它们的价值。你会很难想
象,这样一片普通人看起来像是玩具的 40 行 cps.ss 代码,融入了我一个星期的日日
夜夜的心血,数以几十计的推翻重写。这段代码,曾经耗费了一些顶尖专家十多年的研
究。一个教授告诉我,光是想看懂他们的论文就需要不止一个月。而它却被我在一个星
期之内闷头写出来了。我是在说大话吗?代码就摆在那里,自己去看看不就知道了。当
我死后,如果有人想要知道什么是我上半生最重要的“杰作”,也就是这 40 行代码了
。它蕴含的美,超越我给任何公司写的成千上万行的代码。"
... 阅读全帖 |
|
H********g 发帖数: 43926 | 7 【 以下文字转载自 Military 讨论区 】
发信人: wsnonline (卫所南次郎-哥们儿要火啦!), 信区: Military
标 题: Re: 连王垠都被P了,老中码农这行真是没得混 (转载)
发信站: BBS 未名空间站 (Thu May 11 00:34:42 2017, 美东)
据说99%的码工见了王垠的40行code之后五花大绑自惭形秽:
王垠40行代码解析
http://wineway.pw/project1/2017/04/24/1/
;; A simple CPS transformer which does proper tail-call and does not
;; duplicate contexts for if-expressions.
;; author: Yin Wang ([email protected]/* */)
(load "pmatch.scm")
(define cps
(lambda (exp)
(letrec
([trivial? (lambda (x) (memq x '(zer... 阅读全帖 |
|
g****d 发帖数: 238 | 8 【 以下文字转载自 Biology 讨论区 】
发信人: gifted (sentosa), 信区: Biology
标 题: call for reviewers (转载)
发信站: BBS 未名空间站 (Wed Apr 5 23:38:57 2017, 美东)
发信人: gifted (sentosa), 信区: EB23
标 题: call for reviewers
发信站: BBS 未名空间站 (Wed Apr 5 21:03:58 2017, 美东)
OAP 旗下 International Journal of Clinical Microbiology,无分非SCI哦,稿件情
况如下:
Title: Transcription regulators MarA, SoxS and Rob and CTX-M beta-lactamase
gene sequences as potential diagnostic biomarker in monitoring and
management of antibiotic treatment
Abstract:
Abs... 阅读全帖 |
|
g****d 发帖数: 238 | 9 【 以下文字转载自 EB23 讨论区 】
发信人: gifted (sentosa), 信区: EB23
标 题: call for reviewers
发信站: BBS 未名空间站 (Wed Apr 5 21:03:58 2017, 美东)
OAP 旗下 International Journal of Clinical Microbiology,无分非SCI哦,稿件情
况如下:
Title: Transcription regulators MarA, SoxS and Rob and CTX-M beta-lactamase
gene sequences as potential diagnostic biomarker in monitoring and
management of antibiotic treatment
Abstract:
Abstract
Extended Spectrum Beta Lactamases (ESBLs) are resistance enzymes that are
responsible for antibiotic resista... 阅读全帖 |
|
g****d 发帖数: 238 | 10 OAP 旗下 International Journal of Clinical Microbiology,无分非SCI哦,稿件情
况如下:
Title: Transcription regulators MarA, SoxS and Rob and CTX-M beta-lactamase
gene sequences as potential diagnostic biomarker in monitoring and
management of antibiotic treatment
Abstract:
Abstract
Extended Spectrum Beta Lactamases (ESBLs) are resistance enzymes that are
responsible for antibiotic resistance and are produced by the CTX-M beta-
lactamase gene in Gram-negative pathogens, such as antibiotic resistant
Escherichia ... 阅读全帖 |
|
g****d 发帖数: 238 | 11 【 以下文字转载自 EB23 讨论区 】
发信人: gifted (sentosa), 信区: EB23
标 题: call for reviewers
发信站: BBS 未名空间站 (Wed Apr 5 21:03:58 2017, 美东)
OAP 旗下 International Journal of Clinical Microbiology,无分非SCI哦,稿件情
况如下:
Title: Transcription regulators MarA, SoxS and Rob and CTX-M beta-lactamase
gene sequences as potential diagnostic biomarker in monitoring and
management of antibiotic treatment
Abstract:
Abstract
Extended Spectrum Beta Lactamases (ESBLs) are resistance enzymes that are
responsible for antibiotic resista... 阅读全帖 |
|
y*****l 发帖数: 5997 | 12 【 以下文字转载自 pennystock 俱乐部 】
发信人: yaokarl (大象), 信区: pennystock
标 题: [合集] Cloud Computing
发信站: BBS 未名空间站 (Sun Feb 27 16:18:07 2011, 美东)
☆─────────────────────────────────────☆
urqueen (熟悉的陌生人) 于 (Sat Sep 11 20:15:11 2010, 美东) 提到:
从1688的superdmv的帖子和别人回复总结出来的,不是建议现在就买这些股票,不过我终
于明白为什么hp和dell竞购par了,还有vmw,crm为什么这么牛了,建议大家讨论下里面感兴趣
的股票.
Cloud Computing是目前High-tech industry里面最热门的话题之一,多家大公司,象
Google,Microsoft,VM Ware在力推它,而且很多公司也在招人做Cloud Computing.
Gartner predicts that revenue worldwide for companies ... 阅读全帖 |
|
y*****l 发帖数: 5997 | 13 ☆─────────────────────────────────────☆
urqueen (熟悉的陌生人) 于 (Sat Sep 11 20:15:11 2010, 美东) 提到:
从1688的superdmv的帖子和别人回复总结出来的,不是建议现在就买这些股票,不过我终
于明白为什么hp和dell竞购par了,还有vmw,crm为什么这么牛了,建议大家讨论下里面感兴趣
的股票.
Cloud Computing是目前High-tech industry里面最热门的话题之一,多家大公司,象
Google,Microsoft,VM Ware在力推它,而且很多公司也在招人做Cloud Computing.
Gartner predicts that revenue worldwide for companies providing cloud
services will surpass $56.3 billion in 2009, a 21.3% increase from 2008
revenue of $46.4 billion and the market will r... 阅读全帖 |
|
y*****l 发帖数: 5997 | 14 ☆─────────────────────────────────────☆
urqueen (熟悉的陌生人) 于 (Sat Sep 11 20:15:11 2010, 美东) 提到:
从1688的superdmv的帖子和别人回复总结出来的,不是建议现在就买这些股票,不过我终
于明白为什么hp和dell竞购par了,还有vmw,crm为什么这么牛了,建议大家讨论下里面感兴趣
的股票.
Cloud Computing是目前High-tech industry里面最热门的话题之一,多家大公司,象
Google,Microsoft,VM Ware在力推它,而且很多公司也在招人做Cloud Computing.
Gartner predicts that revenue worldwide for companies providing cloud
services will surpass $56.3 billion in 2009, a 21.3% increase from 2008
revenue of $46.4 billion and the market will r... 阅读全帖 |
|
d*****g 发帖数: 1616 | 15 http://www.vertinfo.com/vertnew/vertnewsview.asp?id=33326
DMG作为5轴技术的领先者,为航空工业领域的工件加工提供了独一无二的高科技机床解
决方案。DMG 机床主要用于加工以下3组零部件加工:结构件、发动机零件以及飞机起
落架。
CTX gamma 2000 TC在车/铣中心完成高度复杂的5轴加工。复杂的部件、最高的精度、
高效的加工工程,是航空工业在生产叶片、起落架、扩散器、发动机零件或叶轮过程中
最主要的考量因素。借助CTX系列,可通过自由安装的车削/铣削主轴实现任何一种轮廓
或任意多边形的加工,由此,该系列机床成为了航空工业部件生产过程的最佳选择。
CTX gamma 2000 TC亮点包括:通过可自由安装的5轴联动装置进行复杂模具的加工;通
过同步角度的工件传递实现加工的高精度;在主轴和副主轴上的6面全套加工缩短了工件
的加工时间;凭借刀具的高储备量,缩短了装夹时间,提高了加工灵活性;通过完美的排
屑方式将干扰时间降至最低。 |
|
w***x 发帖数: 105 | 16 其实很简单点事,每个ctx一定要make current,和你当前的render surface绑定。
两个thread,可以并行用不同的ctx而不用加锁,一个ctx用在两个thread上,一定要
mutex保护序列化操作。 |
|
g********d 发帖数: 19244 | 17 ☆─────────────────────────────────────☆
lostrainbow (lost rainbow) 于 (Mon Mar 11 10:02:57 2013, 美东) 提到:
前些天在这里问过大家买车的砍价建议。
现在买车两周了,汇报一下。2013 ford fusion SE with reverse sensing system
only。人在PA,6%的税。OTD $22600。其中贷款8000,APR 0.49%。
有人问配置。上面已经说清楚了,就补充一下吧。msrp写的是24790。
发现还没补充完。我用了一个national rebate,1500。还有因为我是学生,500的
rebate。然后贷款是自己找的,才有这么低。另外,dealer是Faulkner Ciocca Ford
at Sounderton。在bbb上,他家是A+的评分。看着还可以。
买的不算很便宜,只能算一般吧。不过dealer服务什么都还不错。第二天去超市被人在
轮子上方车体磕了一个凹痕。dealer给免费修了。所以还算满意。
开了500迈,总的MPG是23。... 阅读全帖 |
|
c****r 发帖数: 969 | 18 ☆─────────────────────────────────────☆
sissi1024 (sissi) 于 (Wed Mar 7 15:23:19 2012, 美东) 提到:
求大家都祝福,谢谢大家
先把账上有的包子都发了。等绿了以后再买包子发
更新:
昨天才来求祝福,晚上把账上所有的包子都发了,今天上午就收到短信了,回家查了网站,
Card/ Document Production
On March 8, 2012, we ordered production of your new card. Please allow 30 days for your card to be mailed to you. If we need something from you we will contact you. If you move before you receive the card, call customer service at 1-800-375-5283.
太灵了,谢谢了
TSC
PD: 4/2008
RD: 1/4/2012
FP: 2/10/20... 阅读全帖 |
|
c******n 发帖数: 4965 | 19 I don't think so
if you check the following simple code
///////////////////////
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TTT {
private String p ;
public String getP() { return p;}
public void setP(String p) { this.p = p;}
public void fun() {
System.out.println("value" + p);
}
public static void main(String args[]) {
ApplicationContext ctx ... 阅读全帖 |
|
z****e 发帖数: 54598 | 20 sp高度依赖db,换个db就不能用了,不少db不支持sp
sp当然可以做一些简单的逻辑,要不然就不叫sp了
backend里面这种陷阱很多,一旦陷进去,以后再拔出来时候
就加倍还回去,当你高度依赖一个db的时候,比如oracle
那么oracle哪天突然觉得不爽了,license fee加倍,咋办?
至于并发带来的锁的冲突,这个就是为啥我们需要jta
jta封装了所有的底层逻辑,你只需要拿到context之后
选择ctx.begin,然后ctx.commit就好了,或者高级点@Transaction
剩下的底层逻辑压给框架比如hibernate去做,你就不需要折腾了
如果性能上有问题,那就直接干掉db
用nosql分担大部分persistence的东西
如果实在是db撑不住,那就看看newsql吧
db有75%的时间浪费在一些其实没啥必要的事情上
什么write ahead log之类的,不过newsql还不成熟 |
|
z****e 发帖数: 54598 | 21 http://vertx.io/blog/vert-x3-says-hello-to-npm-users/
13th July 2015 by pmlopes
In programming literature it has become the standard to create a hello world
program as the first example. In this
article I’ll be demonstrating how NPM users can quickly get started with
vert.x. You will see that it is not
that different and in fact it can be done using the tools you’re used to.
Note that although we are using NPM we are
not relying on node.js, all javascript code runs on the JVM.
Hello World Exampl... 阅读全帖 |
|
s*****w 发帖数: 1527 | 22 有没有这样的写法?
pseudo code这么写,请大家看看应该怎么改正。
const myRedirect = (routePath) => {
newUrl = routePath;
if (matches condition)
newUrl = do_some_modification(routePath);
return next(newUrl);
}
const myFunc = (routePath, myRedirect) => (newUrl, middleware) => {
return (ctx, newUrl, next) => {
return middleware(ctx, newUrl, next);
}
}; |
|
t********i 发帖数: 7856 | 23 我开过的手动车不少,不过好车没多少。
国内:桑塔纳(LX/GLS/GLi),捷达全系列(CI/CTX/CIX出租版/CIX都市春天),富康(1
.4RLC/1.6ALC/1.6AXC/爱丽舍),切诺基,一代赛欧,公爵Y30,E39 530i,A6(C5)2.8
,帕萨特GLi,派里奥,英格尔,金杯,昌河,松花江中意,依维科,某国产皮卡,解
放CA141,东风EQ140,东风六平柴。
美国:Jetta A5(速腾),Saturn SL2/SW2,Corolla,Matrix,Vibe GT,Dart Aero 1.
4T,500L,etc
其他记不清了。
桑塔纳的5挡变速器确实特别的清晰,但行程有点长,不如4挡的手感好。反倒是最老
的普桑LX的4挡行程短,连挡把都短,就是一个很磁实的铁棍子,从来不让你失望。可
惜LX都是化油器的,很早就淘汰了连市区都不让进。
最老的捷达CI/CIX/CTX老内饰出租版 和 美国这边的Jetta A5的5挡变速器我觉得是最
爽的(仅次于E39和A6 2.8)。入档清晰,行程短,反映快。Saturn SL2/SW2也很不错,
和老捷达手感很类似,但貌似容易坏... 阅读全帖 |
|
u*****n 发帖数: 778 | 24 【 以下文字转载自 JQCLUB 俱乐部 】
发信人: urqueen (熟悉的陌生人), 信区: JQCLUB
标 题: Cloud Computing
发信站: BBS 未名空间站 (Sat Sep 11 20:17:05 2010, 美东)
从1688的superdmv的帖子和别人回复总结出来的,不是建议现在就买这些股票,不过我终
于明白为什么hp和dell竞购par了,还有vmw,crm为什么这么牛了,建议大家讨论下里面感兴趣
的股票.
Cloud Computing是目前High-tech industry里面最热门的话题之一,多家大公司,象
Google,Microsoft,VM Ware在力推它,而且很多公司也在招人做Cloud Computing.
Gartner predicts that revenue worldwide for companies providing cloud
services will surpass $56.3 billion in 2009, a 21.3% increase from 2008
revenue of $46.4 bil... 阅读全帖 |
|
u*****n 发帖数: 778 | 25 从1688的superdmv的帖子和别人回复总结出来的,不是建议现在就买这些股票,不过我终
于明白为什么hp和dell竞购par了,还有vmw,crm为什么这么牛了,建议大家讨论下里面感兴趣
的股票.
Cloud Computing是目前High-tech industry里面最热门的话题之一,多家大公司,象
Google,Microsoft,VM Ware在力推它,而且很多公司也在招人做Cloud Computing.
Gartner predicts that revenue worldwide for companies providing cloud
services will surpass $56.3 billion in 2009, a 21.3% increase from 2008
revenue of $46.4 billion and the market will reach $150.1 billion by 2013.
Cloud Computing/SaaS最大的受害者就是传统的Enterprise软件公司ORCL, SAP,不过
最近Obama有个刺激方... 阅读全帖 |
|
t*******o 发帖数: 1464 | 26 发信人: urqueen (熟悉的陌生人), 信区: pennystock
标 题: Cloud Computing
发信站: BBS 未名空间站 (Sat Sep 11 20:15:11 2010, 美东)
从1688的superdmv的帖子和别人回复总结出来的,不是建议现在就买这些股票,不过我终
于明白为什么hp和dell竞购par了,还有vmw,crm为什么这么牛了,建议大家讨论下里面感
兴趣
的股票.
Cloud Computing是目前High-tech industry里面最热门的话题之一,多家大公司,象
Google,Microsoft,VM Ware在力推它,而且很多公司也在招人做Cloud Computing.
Gartner predicts that revenue worldwide for companies providing cloud
services will surpass $56.3 billion in 2009, a 21.3% increase from 2008
revenue of $46.4 billion and the marke... 阅读全帖 |
|
y*****l 发帖数: 5997 | 27 云计算
http://www.mitbbs.com/clubarticle_t/pennystock/31486791.html
发信人: urqueen (熟悉的陌生人), 信区: pennystock
标 题: Cloud Computing
发信站: BBS 未名空间站 (Sat Sep 11 20:15:11 2010, 美东)
从1688的superdmv的帖子和别人回复总结出来的,不是建议现在就买这些股票,不过我终
于明白为什么hp和dell竞购par了,还有vmw,crm为什么这么牛了,建议大家讨论下里面感
兴趣
的股票.
Cloud Computing是目前High-tech industry里面最热门的话题之一,多家大公司,象
Google,Microsoft,VM Ware在力推它,而且很多公司也在招人做Cloud Computing.
Gartner predicts that revenue worldwide for companies providing cloud
services will surpass $56.3 billion in 2009, ... 阅读全帖 |
|
M*****8 发帖数: 17722 | 28 2013年7月9日最新的1688个看跌的股票。
多数到顶。墙街已深入插管,吸血在即。
排列依次为,号码,股票符号,收市价。
#0001, A , 44.6000
#0002, AA , 7.9010
#0003, AAGIY , 17.1600
#0004, AAMRQ , 4.7300
#0005, AAN , 28.9700
#0006, AAON , 24.7400
#0007, AAP , 83.2000
#0008, AAUKY , 9.5300
#0009, ABAX , 50.2800
#0010, ABCP , 1.0000
#0011, ABT , 34.7400
#0012, ACAT , 51.5000
#0013, ACE , 92.3800
#0014, ACGL , 52.3700
#0015, ACH , ... 阅读全帖 |
|
M*****8 发帖数: 17722 | 29 2013年7月9日最新的1688个看跌的股票。
多数到顶。墙街已深入插管,吸血在即。
排列依次为,号码,股票符号,收市价。
#0001, A , 44.6000
#0002, AA , 7.9010
#0003, AAGIY , 17.1600
#0004, AAMRQ , 4.7300
#0005, AAN , 28.9700
#0006, AAON , 24.7400
#0007, AAP , 83.2000
#0008, AAUKY , 9.5300
#0009, ABAX , 50.2800
#0010, ABCP , 1.0000
#0011, ABT , 34.7400
#0012, ACAT , 51.5000
#0013, ACE , 92.3800
#0014, ACGL , 52.3700
#0015, ACH , ... 阅读全帖 |
|
|
S*********g 发帖数: 24893 | 31 【 以下文字转载自 Stock 讨论区 】
发信人: StephenKing (金博士), 信区: Stock
标 题: 市面上流通1358种电子货币,包括ByteCoin
发信站: BBS 未名空间站 (Fri Dec 15 00:59:47 2017, 美东)
# Name Symbol Market Cap Price Circulating Supply Volume (
24h) % 1h % 24h % 7d
1
Bitcoin BTC $290,617,804,480 $17,358.40 16,742,200 $15,
825,500,000 -0.36% 5.62% 3.15%
2
Ethereum ETH $63,827,563,522 $662.47 96,348,146 $3,723,
910,000 -0.48% -10.50% 52.62%
3
Bitc... 阅读全帖 |
|
|
|
g*******1 发帖数: 2799 | 34 顶~~
有新泽西的马
贴LLumar CTX 40
有哪家比较好嘛 |
|
g*******1 发帖数: 2799 | 35
Suntek好么?
在别的地方专门贴的朋友
推荐一是3M Crystalline
第二个是llumar CTX 40 |
|
t*********r 发帖数: 2558 | 36 Suntek的Carbon系列是最好的之一,不会比llumar CTX差。 |
|
g*******1 发帖数: 2799 | 37 昨天在NJ这里有家店给的是
Llumar CTX $499 |
|
c******n 发帖数: 16666 | 38 本来决定llumar的ctx了 但是好像车内反光很强烈。。周末找个tint shop去瞅一眼实
物了只有 |
|
r*****j 发帖数: 7481 | 39 The cost to tint the rear half starts from $225-250 depending on brand and
grade of film you choose. Add $125-150 for the front 2 windows and vents.
The basic PPF kit is $750 and includes the front bumper, Partial hood and
fenders and back of mirrors
Unfortunately we are currently booking appointments in December or we can
put you on a waiting list if someone cancels
Tinting Laws
In case you are not aware, the driver and front passenger window are not
legal to tint in California. Our Llumar air ... 阅读全帖 |
|
发帖数: 1 | 40 嗯。贴的是LLumar CTX Ceramatrix
最后的价格也降了几百 |
|
w*****c 发帖数: 2130 | 41 可以去3m网站上查到authorized dealer。
最后贴LLumar CTX Ceramatrix多少钱? |
|
|
b***b 发帖数: 13249 | 43 Labs:
Urinalysis(June 20): calcium oxalate crystals ++ in the urine. No other
abnormality. CBC, stool test, liver function, renal function, electrolytes (
June 20, 2012) are all within normal limits.
Bone metabolic index: osteocalcin 26.04ng/ml
Pleural fluid analysis: Pleural albumin--2.9mg/dl. Total pleural protein: 4.
7mg/dl.Chloride 108 mmol/L. Glucose: 5.3mmol/L.
Rivalta test: positive +++. Color: sanguinous. lymphocyte: 87%. Total
nucleated cell count: 6560.0 (X10^6/L). Acid-fast bacilli w... 阅读全帖 |
|
l**s 发帖数: 20567 | 44 象印面包机
象印电饭锅
象印水瓶 2只
scanpan CTX Fry Pan
all clad copper 6Qt
kitchenaid mixer 6QT
le Creuset 数只
Cuisinart Elite Die-Cast Food Processor, 16-Cup
Cuisinart CBT-1000 PowerEdge Die-cast Blender
shun 刀十几个
de Buyer 炒锅
Breville Panini Press & Grill
Ruffoni Hammered Copper Sauce Pot
Chamba Soup Pot, 9 QT |
|
|
|
l**s 发帖数: 20567 | 47 锅是5层不锈钢的
不是不粘锅,ctx才是不粘锅 |
|
S*L 发帖数: 1746 | 48 耐人寻味。
PHM:-2%
DHI:-53%
XHB:-42%
CTX:-57%
NVR:-18%
LEN:-50%
MHO:-13%
RYL:-40%
KBH:-44%
HOV:-75%
http://builder-implode.com/ |
|
c***2 发帖数: 838 | 49 Anybody working there?
Can you please comment about this company?
1) Job security/stability?
2) Working culture? everyday task load, working extra hours? Interaction
with India team?
Thanks, |
|
r**l 发帖数: 31 | 50
Interaction
go read glassdoor.com, should give you different perspectives. i turned
down their offer, nothing bad though, company is doing very well, nice
environment, not much pressure, just not my type, maybe a little too
laid back. |
|