|
w***g 发帖数: 5958 | 2 我觉得goodbug不会接招的。你自己动手也划不来。
你们两个人是什么样的hourly rate,犯得着为这事还真写起代码来了?
我倒觉得可以这样,你们两个人各自拉版上一批人做,你们两个人只要负责
指导,或者提供一些已有的code snippet啥的就行。
你们要亲自上阵也行。
参与的必须是本版的ID。
大家平时工作也都忙,还要上bbs发帖,要说三两天做出来也不现实。
要不我们就约个时间,比如明年这时候一绝高下。
goodbug团队用多少机器我觉得不能随便,限制100台以内吧。
老魏的既然是单机系统,测试的时候自然得排除硬件故障的情况。
至少保证软件不出错。机器配置我们再定,但双方得用同样的机器。
如果要测硬件容错性,能说好规则也可以。不过那就是机群对机群了。
如果在相同的benchmark测试下,老魏的团队能做到goodbug团队的10倍
吞吐量,(先定好延时范围,超时的交易也必须正确,但是不算在吞吐量内),
就算老魏赢,否则就算goodbug赢。
这样到时候本版囊括世上最牛的两个出票系统,也是美事一桩。
大家看怎么样?我先报个名加入老魏团队。如果两边都有人愿意出力,
我们就仔细研究... 阅读全帖 |
|
x***u 发帖数: 297 | 3 花了点儿时间找了找图片。看到这哥们的照片:Anthony Hervey,就是写了 “Why I
Wave the Confederate Flag, Written by a Black Man.”的。
去年7月车祸挂了,看到有地方称他为 black liberal
又简单查了一下Southern Heritage到底是什么?(小声讲,我认为南方种植园主的庄
园,就是”飘“里面那种,还有Slavery是S.H.的一部分),发现不同的人解释不一样。
Google(by no mean to be authority) 把这个作为 Featured Snippet:
No one individual or group/organization controls the contours and definition
of Southern Heritage.
。。。。
All of us are free to interpret it as we wish, based on our interests and
respective goals.
这样就好理解为什么S.H./S. P... 阅读全帖 |
|
c*********e 发帖数: 16335 | 4 网上抄的一个例子:
The belowcode snippet is not thread-safe
bool initialized;
if (!initialized) {
initialize();
initialized = true;
}
Hence in such situation, we fix it usingAtomic Boolean
AtomicBoolean initialized= new AtomicBoolean(false);
if (initialized.compareAndSet(false, true)) {
initialize();
} |
|
发帖数: 1 | 5 oh 忘了说了 vscode真的好用,我装了eslint,vim,react redux snippet和
autoimport的插件,非常非常好用,而且速度很快,eslint还能save and autofix。以
前用webstorm,又不免费,又慢, eslint每次还要选择fix in the current file。
不得不说软软还是很牛的,软软大部分之后只是装死,因为他的cash cow实在太牛,所
以其他领域软软也无所谓,但是软软要是认真想做还一个项目,那这个项目肯定秒杀所
有人,microsoft, the return of the king |
|
发帖数: 1 | 6 oh 忘了说了 vscode真的好用,我装了eslint,vim,react redux snippet和
autoimport的插件,非常非常好用,而且速度很快,eslint还能save and autofix。以
前用webstorm,又不免费,又慢, eslint每次还要选择fix in the current file。
不得不说软软还是很牛的,软软大部分之后只是装死,因为他的cash cow实在太牛,所
以其他领域软软也无所谓,但是软软要是认真想做还一个项目,那这个项目肯定秒杀所
有人,microsoft, the return of the king |
|
g****t 发帖数: 31659 | 7 MS据说8千人还是一万人在做ai
: oh 忘了说了 vscode真的好用,我装了eslint,vim,react redux snippet和
: autoimport的插件,非常非常好用,而且速度很快,eslint还能save and
autofix。以
: 前用webstorm,又不免费,又慢, eslint每次还要选择fix in the current
file。
: 不得不说软软还是很牛的,软软大部分之后只是装死,因为他的cash cow实在太
牛,所
: 以其他领域软软也无所谓,但是软软要是认真想做还一个项目,那这个项目肯定
秒杀所
: 有人,microsoft, the return of the king
|
|
w*********a 发帖数: 16 | 8 在一家大公司工作,现在要写UI组件,但是考虑到版权,不能用third-party的东西,
诸如bootstrap
公司有许多部门和HTML网页,这些是公司自己的产品,所以我想可以抓取这些网页的组
件,然后逆向写出CSS
现在我通过browser inspector, 或者查看style sheet, 已经能搞出组件的style了,
但是效率比较低。
请问有没有更快速的方法?网上看到有个chrome插件叫Snappy Snippet,试了一下,不
是很好用
另外,这种情况下,一般是如何快速写UI组件的? |
|
wy 发帖数: 14511 | 9 google calendar我设置一个event, say, at 10:00am,
不论我用什么--google calendar add-on for forefox, gnome-calendar,
或者igoogle自己的snippet,得到的时间总是9:00am,
time-zone是对的,大家知道是什么原因么 |
|
a*****a 发帖数: 438 | 10 【 以下文字转载自 Database 讨论区 】
【 原文由 amnesia 所发表 】
Is there a way to display data from an Access database on
the client PC in a bound table using the RDS Data Control
object? I'd like to have the database and HTML page on
the same computer and display fields in a table in Internet
Explorer. I don't want to have to load the PWS on every
system I want to run this on either.
A sample page or code snippets would be much appreciated.
Thanks in advance. |
|
w*********s 发帖数: 2136 | 11 Jeffry John Aufderheide
vactruth.com
05/25/2010
http://vactruth.com/2010/05/25/vaccines-rockefeller-social-control/
PART I.
History books proclaim with absolute certainty that the pinnacle of public
health is defined by the polio vaccine program. Disease finally conquered by
science. The polio effort was a benchmark for the public to mentally accept
the concept “shots prevent disease.” However, hidden to most Americans
was an elaborate Public Relations scheme being carefully applied by
Rockefell... 阅读全帖 |
|
l*****7 发帖数: 8463 | 12 主导,控制和利益的对决:
韩春雨的阿狗,
不管结局如何,
都已牵涉到了各方,各路大小神仙们的利益,
决不是什么小事
References:
1
CRISPR/Cas9 - Academics fight over patent rights to an important technology
Stephanie Wroe
Two groups of academic researchers are battling in various jurisdictions
around the world to secure patent rights to a revolutionary gene-editing
technology. For the reasons discussed below, it is possible that there could
be a different winner in different jurisdictions. One group is lead by
Professor Doudna (University of California)... 阅读全帖 |
|
n*********r 发帖数: 262 | 13 Subject: interesting snippets from Andy Xie on IMF Conference
I participated in the panels on commodity and China-India and in some
obligatory dinner parties. On Friday night, the Singapore PM invited the
speakers at the meetings that Singapore government organized. Trichet,
Larry Summers, Paul Volker, Chuck Price, the finance ministers of ASEAN
countries were there. No government official from China was there. I guess
I was there to make it look like China was represented. The dinner was
tu |
|
L******w 发帖数: 41 | 14 G — General Audiences. All Ages Admitted. A A G-rated motion picture
contains nothing in theme, language, nudity, sex, violence or other matters
that, in the view of the Rating Board, would offend parents whose younger
children view the motion picture. The G rating is not a "certificate of
approval," nor does it signify a "children’s" motion picture. Some snippets
of language may go beyond polite conversation but they are common everyday
expressions. No stronger words are present in G-rated moti... 阅读全帖 |
|
w*********s 发帖数: 2136 | 15 Jeffry John Aufderheide
vactruth.com
05/25/2010
http://vactruth.com/2010/05/25/vaccines-rockefeller-social-control/
PART I.
History books proclaim with absolute certainty that the pinnacle of public
health is defined by the polio vaccine program. Disease finally conquered by
science. The polio effort was a benchmark for the public to mentally accept
the concept “shots prevent disease.” However, hidden to most Americans
was an elaborate Public Relations scheme being carefully applied by
Rockefell... 阅读全帖 |
|
q********e 发帖数: 161 | 16 发信人: quicktrade (long), 信区: Programming
标 题: Looking for code example to get stock data
发信站: BBS 未名空间站 (Wed May 7 16:55:15 2008)
Hi friends,
I am looking for code example to get market data into my application? Anyone
know any free/cheap webservice/api available? Or if you have any code
snippets to grap the data directly from web?
Many Thanks !
quick |
|
S******y 发帖数: 1123 | 17 I have 100,000 + text files. The total size of those files are about 30 GBs.
I would like to pre-index those files regarding a bunch of keywords to
search.
For example, I type "cat" + "dog", the python pgm would return snippets of
text from those files (Just like Google search).
Is there a smart algorithm to do that?
Thanks. |
|
S******y 发帖数: 1123 | 18 I have 100,000 + text files. The total size of those files are about 30 GBs.
I would like to pre-index those files regarding a bunch of keywords to
search.
For example, I type "cat" + "dog", the python pgm would return snippets of
text from those files (Just like Google search), sorted by the distances
between two words.
Is there a smart algorithm to do that?
I am thinking -
for 'cat', search all files, and record which file and which location the
word appear.
for 'dog', search all files, and re |
|
Z*******n 发帖数: 694 | 19 Three people suggested survival model.
I am willing to learn and try.
I used the cox proportional hazard model long long time ago, and now I
forgot how to use it.
Some old R code is below (NOT for this problem at hand, but for some
exercise problem). Am I in the right track? Any tips/hint/R code snippets?
library(survival)
?coxph
coxph.m <- coxph(Surv(lifetime,notcensored1) ~ x1+x2, data=mydata)
summary(coxph.m)
plot(survfit(coxph.m),xlab='time',ylab='1-CDF')
predict(coxph.m, newdata=ldkfakdfj... 阅读全帖 |
|
s*r 发帖数: 2757 | 20 i think binary variable has its own use.
if put in this situation, i would make some plot to visualize the data. run
some simple regression analyses by month. etc.
snippets? |
|
m****s 发帖数: 18160 | 21 ☆─────────────────────────────────────☆
whiteclouds (/ 参考消息 /) 于 (Tue Mar 22 18:47:29 2011, 美东) 提到:
投诉人: Whiteclouds
投诉对象:我爱宝宝版主mitbbx及版副catdoudou
投诉标题:投诉我爱宝宝版主mitbbx及版副catdoudou大搞新闻网禁误导广大家长
投诉目标:罢免
投诉理由:
1. 事关每个人身心健康。你们凭什么封禁医药界的负面消息和非主流消息?
2. 关于疫苗利弊的讨论早已进入主流媒体了。你凭什么不让大家看到?
3. 药品(包括疫苗)近年屡有recall. 你凭什么禁止有关信息来误导家里有小宝宝的父母去盲目迷信药品质量?
4. 美加庸医遍地都是,医疗事故屡见不鲜。你凭什么制造版面气氛让家长对处方和诊断不过脑子的去盲信?
5. 凡事要听多方面意见,有点科学精神,你们动辄删贴封人缺乏领导版面的基本素质
6. 为人父母要首先自己要学会尊重不同意见,不然以后怎么教育好孩子?
7. 综上所述,建议罢免!
发信人: whiteclouds (/ 参考消息... 阅读全帖 |
|
z*******n 发帖数: 1034 | 22 Posted by Liam Spradlin in Android OS, Exclusives, Google, News
A couple of months ago, we posted one of our early Google Search/Now rumors,
and it was something of a long range rumor compared to others. While things
like parking reminders, proper timer management, and bill pay reminders
have already seen their public release, the ability to set contact-based
reminders ("remind me when I'm with this person"), hasn't come forward yet.
But it will likely appear very soon with a new feature in Andr... 阅读全帖 |
|
z*******n 发帖数: 1034 | 23 http://gamerboom.com/archives/84371
每日观察:关注亚马逊Fire智能手机等消息(6.19)
发布时间:2014-06-19 11:10:09 Tags:Fire智能手机,Josef Fares,Windows Phone,
儿童用户盈利
1)Juniper Research最新报告预测,2014年手机游戏总收益预计达209亿美元,到2016
年则将增长38%,突破289亿美元,但手机和平板电脑游戏收益仍然不足以全面超越专用
游戏设备上的游戏收益。
今年初的一份报告显示,手机和网络游戏收益在2017年将达600亿美元,而整个游戏行
业收益则将超越1000亿美元。
tablet-gaming(from intomobile)
2)据gamasutra报道,亚马逊日前宣布推出自产智能手机Fire,该设备采用亚马逊基于
Android的Fire操作系统,并直接与亚马逊应用商店绑定。
亚马逊创始人及首席执行官Jeff Bezos透露,该设备将于6月25日在AT&T独家发售,采
用了4.7英寸的LCD屏幕,运行2.2Ghz的CPU,2GB的RAM,如果用户购买2... 阅读全帖 |
|
z*******n 发帖数: 1034 | 24 February 9, 2015 2:00 PM
Azeem Azhar, Brandwatch
Twitter has signed a deal with Google to allow the tech giant to index the
firehose of all tweets. Google had previously been able to index tweets
until 2011 when it launched Google+, the struggling social network, which
was then a putative competitor to Twitter. In 2011 Twitter didn’t really
have as clear a view of its strengths and challenges, and Google believed it
could build a great social network. Time has moved on. And this deal
appears to ... 阅读全帖 |
|
C******g 发帖数: 2930 | 25 It appears that the ANIMUS has been fired up once again. A teaser site(http://assassinscreed.uk.ubi.com/assassins-creed-2/teaser/) has appeared for Assassin's Creed 2, along with a host of clues about the future of the franchise. While the teaser leaves a lot to the imagination, it does feature Leonardo da Vinci's famous Vitruvian Man quite prominently, lending credence to the rumor that the sequel is set in the Renaissance era.
Beyond snippets of 15th century artwork, the teaser site doesn't re |
|
w*******y 发帖数: 60932 | 26 Mobile Mouse Pro (Remote / Trackpad)
Application Description
Download the FreeAppADay Store App and wish for more top rated paid apps
like Mobile Mouse Pro to be FREE for a day! Mobile Mouse instantly
transforms your iPhone or iPod touch into an in air, wireless remote for
your computer! Sit back and use this remote to surf the web, browse your
photo library or control your music player from the comfort of your couch.
Mobile Mouse uses the built in accelerometer to translate your hand motions
in... 阅读全帖 |
|
w*******y 发帖数: 60932 | 27 Amazon has the following business eBooks available FREE today:
Ultimate Leadership: Winning Execution Strategies for Your Situation:
http://www.amazon.com/gp/product/B00142AP9E
Go Beyond Generic Leadership: Become an Outstanding Leader in Your Unique
Environment
To succeed, leaders must understand and apply the core principles of
leadership--but that's not enough. You need to shape your approach for any
unique situation. Too many leaders don't know how to do that--and that's why
they fail. Ultim... 阅读全帖 |
|
m*****g 发帖数: 54 | 28 here is the code snippet
cmd = "xxxxxxx"
args = shlex.split(cmd)
p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.
STDOUT)
for line in p.stdout.readlines():
print("{0}".format(line.decode("utf-8")[0:len(line)-1])) |
|