由买买提看人间百态

topics

全部话题 - 话题: context
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
y******n
发帖数: 47
1
来自主题: JobHunting版 - 面经+一点个人体会
周五面完最后一个onsite, 累的惨兮兮的, 好容易爬回家. 不管结果如何, 这段时间找
工作算是告一段落了.
下面把这段时间面试中被问到的题目整理一下, 供大家参考. 我也就不说具体是那些公
司了, 都是很典型的面试题, 到哪里都有可能会被问到.
* implement memcpy? How to improve? how to determine if a system is
32bit or 64bit?
* how is static keyword used in Java?
* a list of intervals, no overlapping and sorted, write a function to
insert an interval into the list and still keep the list sorted and no
overlapping.
* given a function on sorted dictionary to retrieve word by index,
string getWord(int i), how to i... 阅读全帖
d****n
发帖数: 12461
2
☆─────────────────────────────────────☆
xiaoxiaoren (可爱小宝宝) 于 (Sat Aug 18 20:23:47 2012, 美东) 提到:
本子一用就是6年,vendor还赚什么钱啊?
现在别的不要比,只要把你们dell啦,hp啦,beat掉,就行了。
现在比来弄我强的本子还真是不多,
国内的神州也许算一个,便宜,配置高,service好,据说免费扫灰+免费加油。
当然了,商务精英需要每隔3个月去保养,也就是joke了。
☆─────────────────────────────────────☆
baal (白日梦) 于 (Sat Aug 18 21:11:44 2012, 美东) 提到:
我看现在的T系列不如latitude

☆─────────────────────────────────────☆
vMars (vMars) 于 (Sat Aug 18 21:28:00 2012, 美东) 提到:
dell,hp也分三六九等,高端的型号一点不差,就是被低端的毁了名声而已
具体到型号的话,W... 阅读全帖
r*****l
发帖数: 2859
3
来自主题: Java版 - jetty疑问
By default就是这样了。建议你用ServletContextHandler map到不同的context root上面。我最近在用embedded jetty写RESTful,所以正好也遇到这个
问题。
public class OneServletContext
{
public static void main(String[] args) throws Exception
{
Server server = new Server(8080);
ServletContextHandler context = new ServletContextHandler(
ServletContextHandler.SESSIONS);
context.setContextPath("/");
server.setHandler(context);
context.addServlet(new ServletHolder(new HelloServlet()),"/*");
... 阅读全帖
t********r
发帖数: 4908
4
☆─────────────────────────────────────☆
izze (凉拌豆渣) 于 (Fri Apr 23 00:33:51 2010, 美东) 提到:
原来是一把关于教育文章的合集,用第1篇文章的标题做了书名。
作者的意思,“好的教育”这个还真没法定义,在解释了为嘛难定义,“批判”了几种
可能的定义方式之后,作者说,干脆我们还是来说说,什么是理想的好学校吧,或许这
样的好学校可以给孩子们提供“好的教育”。
作者对好学校的定义如下:the best sort of schooling is organized around
problems, projects and questions---- as opposed to facts, skills and
disciplines. Knowledge is acquired, of course, but in a context and for a
purpose.The emphasis is not only on depth rather than breadth, but also on
... 阅读全帖
y*******2
发帖数: 1582
5
http://www.chemistry-blog.com/2011/05/23/racist-story-developin
The website of Clifford Kubiak from UCSD had a page in poor taste taken down
recently. The website listed the lab rules to follow while working in the
Kubiak group. Most of the rules are written in a tongue-in-cheek fashion
covering basic safety awareness. However, Lab Rule #3 stands out. The image
of the offending website is shown below, and implies that the word of
Chinese colleagues should not be trusted.
A statement today by Sur... 阅读全帖
f********4
发帖数: 2883
6
美国印度裔向FCC投诉某电台种族歧视的律师信
2005年,美国印度人向FCC投诉Philadelphia radio station,说他们种族歧视,嘲弄印
度人。比起ABC来这实在算不了什么。
http://intellibriefs.blogspot.ca/2005/01/complaint-to-fcc-again
The following is a complaint filed today before the FCC by Attorney Rahul
Manchanda, of Manchanda Law Offices, P.C. in New York on the
"Indecent, Racist, and Profane Radio Transmissions from Philadelphia radio
station, WUSL-FM (Power 99), owned by Clear Channel Communications".
Attorney Manchanda has taken this action at no cost to the ... 阅读全帖
m*******e
发帖数: 1598
7
BY TINA AMIRTHA8 MINUTE READ
This story contains interviews with Christian Kästner, assistant
professor at Carnegie Mellon University; Amy Hirotaka, state policy and
advocacy manager at Code.org; and Janet Siegmund, researcher at the
University of Passau.
In order to expose more students to computer science, 17 states have passed
legislation to create basic math and science requirements in the curriculum,
rather than count them as electives. But lawmakers in Texas have made
computer program... 阅读全帖
l*****8
发帖数: 16949
8
来自主题: WaterWorld版 - 素数的数学递归定义的问题
从定义上说,Formal Language就是字符串的集合。程序设计语言就是一种formal
language.比如Java语言就包含了所有可以合法编译运行的Java程序(一个程序可以看
成一个字符串)。
regular expression不是formal language,是定义formal language的一种办法。它生
成的语言叫做正规(还是叫正则?英文叫regular language)语言。Regular
languages还可以用DFA(Deterministic finite automata), 或者NFA(non-
deterministic finite automata)生成。还有一种叫做linear grammar也能生成这类语
言。
另一类语言叫做context-free language(CFL). 这类语言可以由context-free grammar
生成,也能由non-deterministic pushdown automata生成。CFL有一个子类叫做DCFL(
deterministic context-free language),这类语言... 阅读全帖
s********b
发帖数: 3
9
来自主题: TrustInJesus版 - 再来提问一个信奉的问题

回应:
一、注意“长老”不是“老年人”可能是年轻人或中年人。请长老抹油祷告是很正常的
,任何相信圣经的教会都会有人相信并实践的。
二、我不清楚怎样解释‘“圣经”“新约”明确要求女人在教会要“闭口不言”’。
我不知道这个教导是不是绝对的,或“明确”。
例如,哥林多前书十一章,
4 凡男人祷告或是讲道(讲道或作说预言下同),若蒙着头,就羞辱自己的头。 5 凡
女人祷告或是讲道,若不蒙着头,就羞辱自己的头。因为这就如同剃了头发一样。 6
女人若不蒙着头,就该剪了头发。女人若以剪发剃发为羞愧,就该蒙着头。
这些经文意为,女人可以讲道(先知预言)只有蒙头(要不就剪头发)就可以了。与哥
林多前书十四章34-35节的教导有异。我没时间具体查原文希腊文怎么写的。
在网上找到一篇有关文章。(比较长)
http://www.ntrf.org/articles/article_detail.php?PRKey=16
Correctly Interpreting 1 Corinthians 14:33b-35 (Part 1&Part 2)
by Steve Atkerson
If you ever wis... 阅读全帖
E*****m
发帖数: 25615
10
来自主题: TrustInJesus版 - 異端是什麼意思呢?
字源:
http://en.wikipedia.org/wiki/Heresy#Etymology
The term heresy is from Greek αἵρεσις originally meant "
choice" or "thing chosen",[5] but it came to mean the "party or school of a
man's choice"[6] and also referred to that process whereby a young person
would examine various philosophies to determine how to live. The word "
heresy" is usually used within a Christian, Jewish, or Islamic context, and
implies slightly different meanings in each. The founder or leader of a
heretical mo... 阅读全帖
T*****n
发帖数: 2456
11
来自主题: TrustInJesus版 - 伯多祿的磐石地位
第一篇 一个基要派出身的,圣公会司铎转到天主教的神父写的
http://www.catholic.com/magazine/articles/peter%E2%80%99s-autho
Peter’s Authority More Solid Than a Rock
By: Fr. Dwight Longenecker
When I was in the Bible doctrine class at Bob Jones University, one of the
verses we had to memorize was Matthew 16:18: "I tell you that you are Peter,
and on this rock I will build my church and the gates of hell will not
prevail against it."
A Catholic student might memorize this verse to prove his beliefs about the
papacy. We learned ... 阅读全帖
n********n
发帖数: 8336
12
来自主题: TrustInJesus版 - The entire Bible is written for us, but.....
The entire Bible is written for us, but not every verse is addressed to us
or written about us.
By Justin Johnson
It would be self-defeating to deire a greater understanding of the Bible by
cutting portions out. God forbid we eliminate or ignore one word, syllable,
or punctuation from the complete sacred text of God’s perfect Word!
The entire Bible is written for us, but not every verse is addressed to us
or written about us.
Rightly dividing the word of truth does not insinuate cutting off Scri... 阅读全帖
t********5
发帖数: 274
13
来自主题: DotNet版 - 求救一个小问题
用ashx做的一个小聊天窗口,问题一,我到处也找不到send的这个button,也不知道怎么做能让
消息send到上边的窗口里去,很迷惑,忘有高手指点
问题二,下边是部分代码,我弄不明白set_chat_message是在哪里设置的,context.Request("set_chat_message")取出来是个什么东西。
user_id和property_id是这里传过去的,可是我不知道set_chat_message是如何设置,从何得来
Public Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest
PropertyID = Context.Request("property_id")
UserID = Context.Request("user_id")
... 阅读全帖
z****e
发帖数: 54598
14
来自主题: Programming版 - dart写web ui实在是太爽了
干活要紧
因为有个项目得把tweets plot在google map上
不得不碰ui,所以这个时候dart就非常管用了
当然vert.x也很好用啊,我用vert.x做个server
然后ui发送request给vert.x,vert.x收到以后,发送一个request到couchdb
或者cassandra这种,然后把结果收集到,处理一下,反馈给ui
很爽的说,dart+vert.x是绝配,很容易搞
vert.x+spark+cassandra这些也是绝配,很容易搞
这是用dart如何call google map api以及如何调用google map的一些函数
我需要用call google map的api来获取经度纬度
供参考
void showMap(double latitude, double longitude){
JsObject center = new JsObject(context['google']['maps']['LatLng'], [
latitude, longitude]);//-37.8136,144.9631
JsObject mapO... 阅读全帖
z****n
发帖数: 26
15
请教大师: 我在RT-N16上按照步骤装完了ASTERISK,但不工作,查了LOG中message发现很
多WARNING不知哪里错了,请指教.Thanks.
[Apr 2 06:50:01] WARNING[3042] xmldoc.c: Couldn't find manager DataGet in
XML documentation
[Apr 2 06:50:01] WARNING[3042] xmldoc.c: Couldn't find manager DataGet in
XML documentation
[Apr 2 06:50:01] WARNING[3042] config.c: parse error: No category context
for line 1 of /opt/etc/asterisk/modules.conf
[Apr 2 06:50:01] WARNING[3042] loader.c: No 'modules.conf' found, no
modules will be loaded.
[Apr 2 06:50:01] WA... 阅读全帖
k****t
发帖数: 2288
16
来自主题: _voip版 - asterisk 1.8的incoming call的问题
装了1.8,也用了google talk,但是也用了sipgate来接sipgate的电话或者是用来打800
电话。但是现在我从sipgate的另外一个号码call这个650XXXXX2的电话得到如下的log
,给人的感觉就是进了outbound的了,好奇怪;看了一下externsion。conf,应该是
come in phone call会自动dial default的呀?
其他的都很正常:从1001往外打电话,接gtalk来的电话,但是没有办法接从sipgate过
来的电话。
== Using SIP RTP CoS mark 5
-- Executing [650XXXXXX2@outbound:1] Set("SIP/SipGate-0000001d", "
CALLERID(dnid)=1650XXXXXX2") in new stack
-- Executing [650XXXXXX2@outbound:2] Goto("SIP/SipGate-0000001d", "
1650XXXXXX2,1") in new stack
-- Goto (o... 阅读全帖
c***c
发帖数: 21374
17
来自主题: Military版 - 硬说李嘉诚玩藏头诗
当下这个广告缺乏足够的上下文context。但是之前说的时候有明确的context。因此除
非你能从缺乏的context中找出那些缺失的context,否则你得按照他之前说的时候的
context去理解。
a*****1
发帖数: 3817
18
来自主题: USANews版 - trump懵逼了,trump轮集体被打脸
自己去看美国宪法
United States Constitution
From Wikipedia, the free encyclopedia
Jump to: navigation, search
United States Constitution
Constitution of the United States, page 1.jpg
Page one of the original copy of the Constitution
Created
September 17, 1787
Ratified
June 21, 1788
Date effective
March 4, 1789; 227 years ago
Location
National Archives,
Washington, D.C.
Author(s)
Philadelphia Convention
Signatories
39 of the 55 delegates
Purpose
To replace the Articles of Confederation (177... 阅读全帖
a*****1
发帖数: 3817
19
来自主题: USANews版 - trump懵逼了,trump轮集体被打脸
自己去看美国宪法
United States Constitution
From Wikipedia, the free encyclopedia
Jump to: navigation, search
United States Constitution
Constitution of the United States, page 1.jpg
Page one of the original copy of the Constitution
Created
September 17, 1787
Ratified
June 21, 1788
Date effective
March 4, 1789; 227 years ago
Location
National Archives,
Washington, D.C.
Author(s)
Philadelphia Convention
Signatories
39 of the 55 delegates
Purpose
To replace the Articles of Confederation (177... 阅读全帖
t******l
发帖数: 10908
20
我怀疑水本七十六老兄搞应考辅导虽然让人拿了 A,但不排除哥们教的可能更倾向于
“context-appropriate delayed echolalia”(上下文合适的人肉延迟复读机),
而不是真正意义上的 “mathematical deduction”(中学版数理推理)。
在语言学里,“context-appropriate delayed echolalia” (上下文合适的人肉延迟
复读机)vs 正常人说话,其最大的区别,我觉得是正常人说话会 “乱中取胜”,也就是
即兴根据需要而重组词法句法结构语调等等。虽然也依赖于过去的 schema,但并不是
人肉延迟复读机的做派。
而以上我觉得也可以应用到中小学的 mathematical deduction。。。所以只有能
正常 “乱中取胜” 的,才是真正意义上的 mathematical deduction。否则的话,
本质上跟 “context-appropriate delayed echolalia” (上下文合适的人肉延迟
复读机)没有区别。
所以我觉得试金石可能是去试试用同样的办法教 AIME。。。也就是说,用你的短平快
... 阅读全帖
t******l
发帖数: 10908
21
来自主题: Parenting版 - Why synthetic phonics doesn't work?
As World Book Day approaches, academic Andrew Davis argues that the
synthetic phonics check isn't an appropriate way to teach or assess reading
among primary students.
Recognising words through sound alone can be confusing for pupils when they
have more multiple meanings. Photograph: Murdo Macleod.
http://www.theguardian.com/teacher-network/teacher-blog/2014/mar/04/reading-lessons-phonics-world-book-day
Andrew Davis
Tuesday 4 March 2014 02.00 EST
Current government policy concerning reading favo... 阅读全帖
M****z
发帖数: 1058
22
来自主题: StartUp版 - 吐槽下
仅针对非电商互联网部分,电商是另一个不太一样的门类。
这里的分歧很多源自各自context(context可以有比较反复的说明,我比较懒,大家看
着理解吧,和程序里的context类似)的不同。
个人对说服别人没啥兴趣也没那个动力,主要就是图个通过文字整理下想法,外加碰碰
运气看有没有机会遇到同好。
看上去是高谈阔论,不着边际,不接地气。实际只是抛砖引玉罢了。如上所述,
context不类似的两个个体,如何有效沟通?所以前面也可以理解为是在通过这些很多
人认为虚的东西做一下context的match。
有自己的解决方案,埋头做就是,何必拿出来晒?论坛上急功近利式的沟通真的可以找
到伙伴?单纯的利无法建立互信,一切还是要从观念观点入手。
至于国内和国外市场的区别,很多看着中国特色的东西,拨开迷雾,才可以比对。美国
市场作为先行指标的意义是显而易见的。
l******t
发帖数: 490
23
来自主题: TrustInJesus版 - 基和穆的神应该是同一个吧?
解答:Allah為什麼有時候用複數代詞“我們”
The Quran, Allah and Plurality Issues (Sam Shamoun)
The Quran, much like the Holy Bible, uses plural pronouns for God even more
so than what we find in God’s true Word. Here are several examples:
This is part of the tidings of the things unseen, which We reveal unto thee
(O Apostle!) by inspiration: Thou wast not with them when they cast lots
with arrows, as to which of them should be charged with the care of Mary:
Nor wast thou with them when they disputed (the point). S... 阅读全帖
g**l
发帖数: 85
24
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
确实没有其他地方用8080,
我再terminal在jetty的目录中用命令java -jar start.jar 启动jetty就能正常打开页面
但是在eclipse种的jetty用started启动(其实在eclipse中装jetty server的时候也问
过jetty server的目录) 跟terminal中一个目录,只不过又在eclipse中设置了一下,
就出现打开页面时的 404错误
Error 404 - Not Found.
No context on this server matched or handled this request.
Contexts known to this server are:
好像jetty的服务还是起来了
就是context路径或者目录没东西,
但是我不知道怎么配置修改
请教是什么原因
谢谢
T*******x
发帖数: 8565
25
谢谢。
我在maven local repository (.m2)里找到了spring-context所在的目录,
里面主要有两个文件,一个是spring-context.jar,另一个是spring-context.pom。
jar里面没有dependency信息,这些信息是在pom文件里。
也就是说,maven central repository网站,
对每一个jar文件都整理了一个pom文件,其中存贮它的dependency。
所以maven解决类库conflict最终是靠central repository网站维护。
对吧?
maven我一直没搞明白,觉得很confuse。
比如这个spring-context类库,我如果不用eclipse工具看的话,
根本不知道它depend on spring-beans类库。
在这种情况下我会把两个都写在我的pom.xml里。
比如这样(请注意这两个版本不一样):

spring-context
3.1.1
阅读全帖
z****e
发帖数: 54598
26
来自主题: Programming版 - bing的search为啥这么烂
搜索引擎经常会卷入context以达到更精确的目的
就比如你搜索apache,如果apache在software这个context中
第一个匹配的当然应该是apache.org
但是如果你放在military这个context中
找到的应该是黑鹰红云那些印第安部落,可能wikipedia第一个term就是这个
而如果没有context的时候,搜索引擎会去你的cookie里面找找
看看有没有context,所以如果你经常看一些色情小电影的话
再搜索色情小电影关键字,就会很match
z****e
发帖数: 54598
27
来自主题: Programming版 - coroutine comes to Java - Project Loom
尝试着回答一下这个问题
1)做不到比os native的更好,但是问题在于,有些操作系统根本就没有cooperative
sheduling,比如linux,如果有的话,直接做一层包装就好了,但是没有的话,就只能
让语言来做了
2)不靠机器码,但是靠字节码,基本上就差不多了,光靠当前java的api,是不够的,
需要加多一个context参数,参考kotlin的coroutine实现,或者是通过java agent_织
入_一些context代码,这就是quasar的实现,这也是loom名称的由来
3)强在哪里呢
嗯,这个说来话长,说说我的理解
wdong有一篇回帖,解释了os层面cooperative scheduling和preemptive scheduling的
区别,有空自己去找,但是我觉得他说得复杂了,当然也因为后来用户层面框架的发展
,比如actor model有关系,看看我能不能解释清楚,这一块涉及的东西太多,os&jvm
和vert.x/actor model乃至开发者自身,都有需要配合的部分,任何一个部分不能掉链
子,所以解释起来不容易
先说os&jvm层面,这个是... 阅读全帖
x******g
发帖数: 289
28
1.

Title: A polymer tandem solar cell with 10.6% power conversion efficiency
Author(s): You, Jingbi; Dou, Letian; Yoshimura, Ken; et al.
Source: NATURE COMMUNICATIONS Volume: 4 Article Number: 1446 DOI: 10.
1038/ncomms2411 Published: FEB 2013
Times Cited: 133 (from Web of Science)
Context Sensitive Links
[ View the abstractView abstract ]
2.

Title: Efficient genome editing in zebrafish using a CRISPR-Cas system
Author(s): Hwang, Woong Y.; Fu, Yanfang; Reyon, Deepak; et al.
Sourc... 阅读全帖
M*P
发帖数: 6456
29
来自主题: Biology版 - 关于RNA intron, Exon的2个困惑
http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjour
Over 30 years ago Kozak suggested that a specific context (i.e. the
nucleotides before and after a codon) surrounding the initiating ATG codon
is required for its recognition by the pre-initiation complex; asserting
that this context should appear only in the vicinity of the initiating (
START) ATG codon of the ORF [10]. Nevertheless, several deviations from the
aforementioned scanning model have been reported based on small scale
e... 阅读全帖
j**h
发帖数: 126
30
来自主题: Biology版 - 谢灿张生家磁蛋白
nature.com
Sitemap
Register
Login
Nature
International weekly journal of science
Show searchMenu
Archive
Volume 544
Issue 7648
News
Article
NATURE | NEWS
Sharing
Compass protein attracts heap of criticism
Debate grows over a molecule implicated in animal navigation.
David Cyranoski
04 April 2017
Article tools
PDF
Rights & Permissions
George Grall/NGC
The red-spotted newt and many other animals can somehow sense Earth’s
magnetic field.
For decades, scientists have wondered how animals c... 阅读全帖
a9
发帖数: 21638
31
首先,注意两个
1是context=
2是[email protected]/from-Gizmo5里这个from-Gizmo5
在extensions.conf里,电话来的时候,先找[context]这段,注意context要替换成1里
的context=后面的内容
然后就开始找exten=from-Gizmo5这样的段。
这里又有几点
(1)这里一般用数字,比较好匹配。比如用你gizmo5的号码
(2)需要前面加一个下划线。
(3)找到后从序号1开始。
举个例子。你的context是fromgizmo,register斜线后面是17471234567,就应该这么写
[fromgizmo]
exten => _17471234567,1,NoOp(incoming call from ${CALLERID(num)})
exten => _17471234567,n,Dial(SIP/102)
这样,来电话后,第一步,是显示一个信息,第二步,就拨通102分机。
这就是最简单的一个exten,asterisk有很多功能,你可以加进去。

Call from '
e******o
发帖数: 1160
32
来自主题: _voip版 - 关于asterisk注册nonoh的问题
用的dockstar,装的archlinux,安装的asterisk 1.8,很是奇怪,打中国电话老是出错
。。。。。
dockstar*CLI> sip show peers
Name/username Host Dyn Force
rport ACL Port Status
1001/1001 192.168.1.138 D N
A 5060 OK (215 ms)
1002 (Unspecified) D N
0 Unmonitored
SipGate/xxx 204.155.28.10 N
5060 OK (24 ms)
nonoh/bbb... 阅读全帖
g********n
发帖数: 2314
33
原来是'Performance profiling' could help to catch cheater 现在是 '
Performance profiling' could help to dispel doubts.
Why great Olympic feats raise suspicions
'Performance profiling' could help to dispel doubts.
Ewen Callaway
01 August 2012 Corrected: 03 August 2012
Chinese swimmer Ye Shiwen broke the world record for the women's 400-metre
individual medley event at the Olympic Games on 28 July.
L. NEAL /AFP / GETTY IMAGES
Article tools
print
email
rights & permissions
share/bookmark
At the Olympics,... 阅读全帖
a*****c
发帖数: 3525
34
【 以下文字转载自 Military 讨论区 】
发信人: agostic (π-packing), 信区: Military
标 题: (中英文)原子弹下无冤魂:B29飞行员查尔斯•斯韦尼将军1995国会演讲
发信站: BBS 未名空间站 (Wed Aug 15 20:13:42 2012, 美东)
只有记忆才能带来真正的原谅,而遗忘就可能冒重复历史的危险。
One can only forgive by remembering. And to forget, is to risk repeating
history.
学英文是为了更好地了解历史。文章很长,有兴趣学英语同时了解历史的同学,希望耐
心地看完(也可以拷贝下来仔细研读)。不仅仅是学英语,更重要的是学如何写作,如
何摆事实,讲道理,反驳质疑。可以学的东西(中英文)原子弹下无冤魂:B29飞行员查
尔斯•斯韦尼将军1995国会演讲很多,就看你是否能够用心去领悟。这是一篇难
得的informative/historical/linguastic article. Enjoy and welcome to ... 阅读全帖
a*****c
发帖数: 3525
35
【 以下文字转载自 Military 讨论区 】
发信人: agostic (π-packing), 信区: Military
标 题: (中英文)原子弹下无冤魂:B29飞行员查尔斯•斯韦尼将军1995国会演讲
发信站: BBS 未名空间站 (Wed Aug 15 20:13:42 2012, 美东)
只有记忆才能带来真正的原谅,而遗忘就可能冒重复历史的危险。
One can only forgive by remembering. And to forget, is to risk repeating
history.
学英文是为了更好地了解历史。文章很长,有兴趣学英语同时了解历史的同学,希望耐
心地看完(也可以拷贝下来仔细研读)。不仅仅是学英语,更重要的是学如何写作,如
何摆事实,讲道理,反驳质疑。可以学的东西(中英文)原子弹下无冤魂:B29飞行员查
尔斯•斯韦尼将军1995国会演讲很多,就看你是否能够用心去领悟。这是一篇难
得的informative/historical/linguastic article. Enjoy and welcome to ... 阅读全帖
a*****c
发帖数: 3525
36
只有记忆才能带来真正的原谅,而遗忘就可能冒重复历史的危险。
One can only forgive by remembering. And to forget, is to risk repeating
history.
学英文是为了更好地了解历史。文章很长,有兴趣学英语同时了解历史的同学,希望耐
心地看完(也可以拷贝下来仔细研读)。不仅仅是学英语,更重要的是学如何写作,如
何摆事实,讲道理,反驳质疑。可以学的东西(中英文)原子弹下无冤魂:B29飞行员查
尔斯•斯韦尼将军1995国会演讲很多,就看你是否能够用心去领悟。这是一篇难
得的informative/historical/linguastic article. Enjoy and welcome to comment.
(中英文)原子弹下无冤魂:B29飞行员查尔斯•斯韦尼将军1995国会演讲
英文版来源:
http://www.archive.org/stream/smithsonianinsti00unit/smithsonia
Fulltext of Charles W. Sweeney's Hea... 阅读全帖
K**********n
发帖数: 1197
37

跟这帮自称理科的文科生物wsn实在纠缠不清楚。给丫们上点洋大人自己的说法吧,而
且都是学术圈的,已有reference一堆,其中一份是著名的兰德公司的报告。
另外,美国和澳洲已立法限制使用脑波扫描仪,拿脑波扫描仪扫本国公民已是联邦法的
重罪。不过这个比较难的是你无法证实谁接收了你的脑信号。所以立了法跟没立一个样。
Remote Mind Control Technology

Reprinted from SECRET AND SUPPRESSED: BANNED IDEAS AND HIDDEN
HISTORY, edited by Jim Keith, $12.95, available from
1-800-680-INET.
There had been an ongoing controversy over health effects of electromagnetic
fields (EMF) for years (e.g., extremely low frequency radiation and the
Navy's Project Sea... 阅读全帖
R****a
发帖数: 6858
38
来自主题: Military版 - 大棋局与9/11
大棋局与9/11
来源: ognc 于 2013-02-22 16:08:44[档案] [博客] [旧帖] [转至博客] [给我悄悄
话] 本文已被阅读:63次
字体:调大/调小/重置 | 加入书签| 打印| 所有跟帖 | 加跟贴| 查看当前最热讨论主题
The Moral Decoding of 9-11
By Prof. John McMurtry
(Journal of 9/11 Studies) - I was sceptical of the 9-11 event from the first
time I saw it on television. It was on every major network within minutes.
All the guilty parties were declared before any evidence was shown. The
first questions of any criminal investigation were erased. Who had the most
compelling motives for... 阅读全帖
l******r
发帖数: 18699
39
来自主题: Military版 - 习总的伟大设想:世界岛
那就是铁路系统的极大发展,终于使人类征服了广袤的内陆(或者说使人类获得了这种
能力)。相应的,海洋民族之前所具有的不对等的机动力优势,也重新被平衡了。
在铁路系统广泛发展之前,内陆就是一个黑洞。任何强权企图穿越大陆进行力量投射,
都会被无声的吞没。沈括《梦溪笔谈》中对于部队给养携带和行军里程极限的计算,就
是一个很好的说明。对于任何依靠畜力的军队而言,这种情况在其后的几百年中并没有
什么改变。要维持在陆上进行上千公里力量投射的能力,无非是两条路,一条是军事屯
驻(汉唐经营西域),一条是因粮于敌(欧洲三十年战争)。但是这些方法的局限性都
很大。
相对而言,几千公里的海路和几千公里的陆路,其跨越的难易程度真是天上地下。罗马
帝国之所以能够建立和维持,地中海作为交通内湖的作用,是决定性的。而元明清三代
能够维持粮食不能自足的北京作为首都,漕运/海运也是决定性的因素。
英国人也是靠了海洋民族的优势,才能在欧陆各个边角上不断插手,又避免了穷兵黩武
,劳民伤财。比较一下拿破仑对俄国的陆上远征和克里米亚战争中英国人的跨海远征,
其耗费和成果是不成比例的。
但是铁路的出现,颠覆了海洋民族的这种优势。铁... 阅读全帖
s******r
发帖数: 5309
40
给红脖疮轮大块喂红肉博眼球,搞得黄皮疮互殴险些出人命。LOL
Analysis | Trump’s transparent, frivolous ploy on birthright citizenship
By Aaron Blake
7-8 minutes
The Fix Analysis
Analysis Interpretation of the news based on evidence, including data, as
well as anticipating how events might unfold based on past events
Aaron Blake
Senior political reporter, writing for The Fix
October 30 at 10:13 AM
President Trump gave away the game last week. Confronted with one of the
largest mass-assassination attempts in U.S. history, Trum... 阅读全帖
l****z
发帖数: 29846
41
来自主题: USANews版 - Kyle Derangement Syndrome
The Navy SEAL’s lickspittle critics sink to new lows with their bad faith,
vitriol, and outright deception.
By Ian Tuttle
With the release of Clint Eastwood’s Chris Kyle biopic American Sniper,
based on the life of America’s deadliest marksman, the Left has been eager
to take potshots at the late Navy officer and Iraq veteran. By deceptively
quoting Kyle’s 2012 autobiography (also entitled “American Sniper”), they
have gained traction for questionable interpretations and outright lies.
Here are ... 阅读全帖
h*****y
发帖数: 350
42
来自主题: USANews版 - 关于spirit cooking,我有话说。
那看看这个吧。那个行为艺术家的原话。读者自行判断是art 还是occult.
https://www.reddit.com/r/IAmA/comments/1jctbp/i_am_performance_artist_marina
_abramovic_ask_me/cbdebyl/
During a Q&A on Reddit Marina Abramovic was asked: “What place do you see
the occult having within contemporary art; can magick be made (not simply
appropriated/ performed)?” Marina Abramovic responded saying:
“Everything depends on which context you are doing what you are doing. If
you are doing the occult magic in the context of art or in a gallery, the... 阅读全帖
h*****y
发帖数: 350
43
来自主题: USANews版 - 关于spirit cooking,我有话说。
那看看这个吧。那个行为艺术家的原话。读者自行判断是art 还是occult.
https://www.reddit.com/r/IAmA/comments/1jctbp/i_am_performance_artist_marina
_abramovic_ask_me/cbdebyl/
During a Q&A on Reddit Marina Abramovic was asked: “What place do you see
the occult having within contemporary art; can magick be made (not simply
appropriated/ performed)?” Marina Abramovic responded saying:
“Everything depends on which context you are doing what you are doing. If
you are doing the occult magic in the context of art or in a gallery, the... 阅读全帖
h*****y
发帖数: 350
44
it depends.
https://www.reddit.com/r/IAmA/comments/1jctbp/i_am_performance_artist_marina
_abramovic_ask_me/cbdebyl/
Marina!,
What place do you see the occult having within contemporary art; can magick
be made (not simply appropriated/ performed)?
Thanks, K
Everything depends on which context you are doing what you are doing. If you
are doing the occult magic in the context of art or in a gallery, then it
is the art. If you are doing it in different context, in spiritual circles
or private house ... 阅读全帖
d**e
发帖数: 6098
45
来自主题: JobHunting版 - [合集] EE转CS- 感觉郁闷
☆─────────────────────────────────────☆
marius (youyou) 于 (Fri May 25 17:57:14 2012, 美东) 提到:
amfgl的中的两个onsite 在即, 一直觉得自己不笨,算法很来势,可今天看了网上的题库,都
快哭出来了。没几个会的, 更别提在5分钟内做出来了。感觉自己的脑子,已近被
wired成 EE了, 什么变换,去燥,自适应。。。什么问题都能很有得心应手, 但一碰
到permutation, sort, heap, tree, 一点思路都没有,绝对一个低智商的学生。
数学, 信号处理多学了没用, 最重要的就是那门离散数学只当了选修, 编译原理没
有深入。
啊, 很郁闷。。
☆─────────────────────────────────────☆
lclclclc (home) 于 (Fri May 25 18:13:58 2012, 美东) 提到:
amfgl like smart elementary school level candidates, you are over q... 阅读全帖
X*K
发帖数: 87
46
来自主题: JobHunting版 - 想学学Hadoop,从wordcount开始
我不懂瞎猜的
public static class Map extends Mapper >
就是说这个mapper把input pair
LongWritable, Text (行id,行文本)
map到output pair
Text, IntWritable(词,数字1)
而map function
public void map(LongWritable key, Text value, Context context) throws
IOException, InterruptedException
的前两个参数就是input pari,Context应该就是hadoop句柄,然后
context.write(word, one);
就是输出output pair.
reducer应该也类似
X*K
发帖数: 87
47
来自主题: JobHunting版 - 想学学Hadoop,从wordcount开始
我不懂瞎猜的
public static class Map extends Mapper >
就是说这个mapper把input pair
LongWritable, Text (行id,行文本)
map到output pair
Text, IntWritable(词,数字1)
而map function
public void map(LongWritable key, Text value, Context context) throws
IOException, InterruptedException
的前两个参数就是input pari,Context应该就是hadoop句柄,然后
context.write(word, one);
就是输出output pair.
reducer应该也类似
S********p
发帖数: 35
48
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: proceed (波丝), 信区: SanFrancisco
标 题: Re: 大家看看阿三在onsite的时候怎么黑我的
发信站: BBS 未名空间站 (Mon Sep 30 00:14:31 2013, 美东)
你的第一个问题其实答的不够专业,如果我在1年前去答也会大概这么答,但是1年后的
今天,已经被微软的内核搞得焦头烂额的我,如果看到你这个回答,出于都是同胞,我
会再换一种方式问你(烙印肯定不会了):告诉我context switch的过程。
其实invalid/flush cache是很快的,而且都有专门的coprocessor去做,跑os的核发个
指令就可以忙其他的了,TLB的处理也非常快速,MMU会取代主核取干事情。
真正花费时间的事我觉得是决定去做context switch的过程 和决定哪个thread去接盘
cpu 的过程。
决定去做context switch的过程 :
这部分必定伴随着异常,异常意味着要从用户模式先切换到系统模式,然后处理可能到
来的时钟中断(用来判断quantum is ov... 阅读全帖
G**T
发帖数: 2610
49
来自主题: Parenting版 - 版上好安静

context。 context。 Everything should,ideally, be interpreted in context。
想整人的妙招,就是集中火力on to something, out of context. 中国历来政治运动
的法宝。 谢谢你再次提醒大家该法宝的杀伤力。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)