由买买提看人间百态

topics

全部话题 - 话题: boggle
1 2 3 4 5 6 下页 末页 (共6页)
s*****h
发帖数: 170
1
来自主题: EnglishChat版 - boggle
boggle
verb
widely used with the word "mind":
the tough work makes my mind boggle. -- the tough word gives me a
headache.
mind-boggling = headache-giving
the other usage is the same to "hesitate"
he boggled at the idea of swimming in winter.
i liked this word because the meaning seems to be useful.and i think it can
be used both verbally and in writing.
w***y
发帖数: 6251
2
来自主题: JobHunting版 - 问一个boggle题的扩展
上周去面试,被问到boggle - 就是给一个dictionary, 从4X4的boggle里面找所有可
能的words. 幸好只是让我说算法,没有要求code//汗
我大概说了说思路,面试官表示认可。 然后就继续问:
假定现在这个boggle是N*N, 非常大的; 要求longest valid word (其实原题目说是
一个function F跟word length相关,让max F, 也就是找最长的word了)。
我也没太想明白怎么做, 我就大概说,可能需要用dynamic programming, 然后跟面试
的人讨论了一下substructure可能是什么样。后来因为下一个面试的人来了,我们也就
没有继续纠缠这个。
不过我想知道这个题到底该怎么做。
g**1
发帖数: 10330
3
http://www.businessinsider.com/marissa-mayer-is-paying-people-m
Marissa Mayer is paying people mind-boggling salaries to stay at Yahoo
NICHOLAS CARLSON
The company has hired a lot of its mobile engineers through the acquisition
of failed startups. When these people join, they get $1 million over three
years. We hear that other employees sometimes get the acqui-hire package if
they threaten to leave. One million dollars over three years is not an
astronomical figure for engineering talent in the ... 阅读全帖
f*****s
发帖数: 219
4
来自主题: Programming版 - 问一道狗家Boggle变形难题 (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: focusws (focusws), 信区: JobHunting
标 题: 问一道狗家Boggle变形难题
发信站: BBS 未名空间站 (Mon Jan 18 15:36:45 2016, 美东)
看到一道狗家的Boggle变形题目,甚是不得其法,请版上各位大神讨论一下
类似leetcode word search II,但更难
题目是问给定一个board(2D char matrix)和一个dictionary(array of strings/words
),让计算最多能有多少个valid单词(dictionary里的词)出现在这个Board上面?
限制条件是 找出一个valid词后,这个词所占的几个board位置不能再用了,比如找到
一个词"google", 那么g, o, o, g, l, e这几个char所在的board的位置不能继续用
这道题除了Brute force还有更好的解法吗...
w*******y
发帖数: 60932
5
For the word game "Boggle" lover, The iPhone app is now Free (Down from $0.
99).
Link:
http://appshopper.com/games/boggle
Enjoy!
g*******s
发帖数: 2963
6
来自主题: JobHunting版 - 砸在boggle的问题上了,求教!
今天电面让写找出boggle里能找出的最长合法word
这个用什么方法?
当时懵了,只想出一个建prefix tree,然后每个格子8方向暴利dfs的,这复杂度是8^n
么?
b****g
发帖数: 192
7
给一个字典, 和一个n*n 的正方形里面有字符, 让打印所有可能的单词组合, 就
是DFS往8个方向做递归的那题。
有人说用词典建trie 然后prune 和判断是不是合格输出。
这题该怎么做?
是不是在boggle里先广搜索,或者递归,把查出来的词输入到字典里,看是不是词?
字典要用trie来建立数据结构?
什么是prune?
谢谢!
g*******s
发帖数: 2963
8
一般的trie只有leaf才能代表一个合法word么?
比如“tea” 和 “tear”都是合法word,那我建立trie的时候因该怎样插入tea?
在boggle的时候,如何让程序在搜到tea以后继续dfs搜索可能出现的tear?
f*****s
发帖数: 219
9
来自主题: JobHunting版 - 问一道狗家Boggle变形难题
看到一道狗家的Boggle变形题目,甚是不得其法,请版上各位大神讨论一下
类似leetcode word search II,但更难
题目是问给定一个board(2D char matrix)和一个dictionary(array of strings/words
),让计算最多能有多少个valid单词(dictionary里的词)出现在这个Board上面?
限制条件是 找出一个valid词后,这个词所占的几个board位置不能再用了,比如找到
一个词"google", 那么g, o, o, g, l, e这几个char所在的board的位置不能继续用
这道题除了Brute force还有更好的解法吗...
v*****r
发帖数: 1119
10
来自主题: EnglishChat版 - boggle
is boggle a game?
S**I
发帖数: 15689
11
来自主题: JobHunting版 - [合集] 帮分析一道G的onsite题
☆─────────────────────────────────────☆
peking2 (myfacebook) 于 (Tue Jan 17 13:45:24 2012, 美东) 提到:
稍微扩展了一下。
Boggle game。从一个字符开始找邻居字符然后继续找,形成一个word。条件是,形成
了word之后要继续找,因为可能有更长的word。一旦用了一个字符以后,就不可以重复
使用了。
返回可以找到最多word情况的所有word。
更新一下:可以同时从不同的位置开始找,不一定只从一个字符开始。
☆─────────────────────────────────────☆
autumnworm (虫子,秋天的) 于 (Tue Jan 17 13:46:32 2012, 美东) 提到:
看起来好像是基本的背包问题吧。
☆─────────────────────────────────────☆
mark (花生,微爷远爷的爸爸) 于 (Tue Jan 17 14:08:07 2012, 美东) 提到:

☆───────────────────... 阅读全帖
g**********y
发帖数: 14569
12
来自主题: JobHunting版 - amazon面试题目讨论贴2
public class Boggle {
private final int N = 5;
private HashSet m_words;

public Boggle() {
m_words = new HashSet();
}

public static void main(String[] args) {
String[] str = new String[]{
"AEBOF", "TSUVW", "RFOEG", "RSOFI", "PQWRE"
};
new Boggle().run(str);
}

public void run(String[] str) {
char[][] cs = new char[N][N];
boolean[][] used = new boolean[N][N];
m_word... 阅读全帖
p***l
发帖数: 586
13
来自主题: JobHunting版 - goole 电面面经
大数incretment,没让写code,直接说的
然后是:Boggle
给一个字符matrix,找出里面所有属于某个dictionary的words(continous path in
the matrix)。
这个帖子里面有详细的说明:http://stackoverflow.com/questions/746082/how-to-find-list-of-possible-words-from-a-letter-matrix-boggle-solver
boggle code写的太土了,面试过后我才发现原来是允许8个方向,我写的只有四个方向。
应该挂了:(
k**********4
发帖数: 16092
14
来自主题: Military版 - The Dark Lining of the Prefontaine Mantra
Lessons from Hale Ross’ life at Yale
A personal essay by Hale's father
JACK ROSS 5:47 PM, MAY 05, 2018
CONTRIBUTING REPORTER
Editors’ Note: Please be advised, the following piece includes sensitive
material relating to depression and suicide.
Several months ago, I received a “save the date” flyer about the Yale
graduation events this May. I will not be in attendance. On Oct. 30, 2016,
my son Hale, class of 2018, ended his life.
Hale’s death was a tragedy on many levels — a profound loss not o... 阅读全帖

发帖数: 1
15
Stone Cold Word
Longboat Key, Florida4m ago
AG Barr investigating a missing Twinkie is a joke.
So I am reading all these comments laughing and calling out "conspiracy
theories". It's easy to "throw shade"..... getting "shade to stick" is
another story.
I know this. A high profile prisoner, who supposedly tried to kill
himself just two weeks ago, this guy could not get near a 6 inch piece of
thread. Now that's not a "conspiracy theory".
The "shade slingers" want us to believe that this ego ... 阅读全帖
l****z
发帖数: 29846
16
Gun control advocates refuse to properly assess human vulnerability.
by
Jack Dunphy
December 26, 2012 - 12:19 am
On the evening of December 14, when the horror of Sandy Hook Elementary
School was quite rightly the only subject on everyone’s minds and lips, I
was in my car listening to talk radio. I tuned to one station and then
another before choosing Dennis Miller’s program. I was eager to hear Mr.
Miller’s take on the day’s sorrows, but I was astonished to hear him and
his guest (I’ve forgotte... 阅读全帖
b*****b
发帖数: 181
17
来自主题: JobHunting版 - 问一道少见的微软面试题。
今天上午刚电面的。
有一个N*N的matrix. 里面全是letters。
从任一个cell出发,可以up, down, left, right.找出所有单词。
条件1. 用过的letter就不能再用了。
条件2. 假设已有一个dictionary 程序。
不明白的可以查boggle这个游戏。http://en.wikipedia.org/wiki/Boggle
他提示类似用图的traversal。 我没答上来。
d****j
发帖数: 293
18
来自主题: JobHunting版 - 也来一道矩阵题
貌似楼主说的就是这个Boggle game吧
http://en.wikipedia.org/wiki/Boggle
z*s
发帖数: 209
19
来自主题: JobHunting版 - Amazon 面试题
在网上申请的SDE职位。一共两轮电话面试,一轮onsite。
第一轮电话面试:
1、解释Hash Table,包括“可以用什么数据结构实现hash table”,“what is a
good hash function”,“什么是load factor”。
2、算法:删除一个给定数列中重复的元素。
3、merge两个有序数组。要求先给他解释算法,再写代码。他当时给了我十分钟的时间
,让我写好以后发到他邮箱里。
4、OOD:设计一个汽车出租(Car Rental Agency)的系统。他先问我如果要实现
vehicle search,需要哪些类;然后又问要实现rent a car,又需要哪些类;最后问如
果快到了交车截至时间,需要向用户发送提醒的邮件,应该怎么做。
第二轮电话面试:
1、Favorite project。
2、你最喜欢的排序算法,它是怎么工作的,有什么优点和缺点。我说的是选择排序,
他又问有什么排序算法比它的时间复杂度小,并且同样要描述一下它们是怎么工作的。
3、算法、写代码:
给了两个数组,要求找出他们之中相同的元素,并且将相同的元素存储在一个新的数组
里,再输出。如... 阅读全帖
y***m
发帖数: 7027
20
来自主题: JobHunting版 - Amazon 面试题
可以么?

在网上申请的SDE职位。一共两轮电话面试,一轮onsite。
第一轮电话面试:
1、解释Hash Table,包括“可以用什么数据结构实现hash table”,“what is a
good hash function”,“什么是load factor”。
2、算法:删除一个给定数列中重复的元素。
hashmap 记录,++, 删除 2的
3、merge两个有序数组。要求先给他解释算法,再写代码。他当时给了我十分钟的时间
,让我写好以后发到他邮箱里。
k=i+j
a[i],b[j],c[k]
int ii=jj=kk=0;
while(kk if(a[ii]>b[jj]){
c[kk]=b[jj];
jj++;
} else {
c[kk]=a[ii];
ii++;
}
kk++;
}
4、OOD:设计一个汽车出租(Car Rental A... 阅读全帖
i**********e
发帖数: 1145
21
来自主题: JobHunting版 - Google onsite归来
那个链接好像是找 crossword 解,跟 boggle 不一样。
boggle 是每个字都可以往 8 个方向转,而crossword不行。
n*******w
发帖数: 687
22
来自主题: JobHunting版 - F家面经
1. regex
test过了,要源码的话站内吧。
bool regex(char* str, char* pattern)
if(!str && !pattern) return true;
if(!str || !pattern) retrun false;
if(pattern+1 && *(pattern+1) == '-' && pattern+2) //handle a-z
return *str >= *pattern && *str <= *(pattern+2) && regex(str+1,
pattern+3);
if(pattern+1 && *(pattern+1) == '+')
if(*pattern == '.') //handle .+
bool tmp = false;
char* iter = pattern;
while(iter) //iterater over all possible repeated t... 阅读全帖
g*****g
发帖数: 34805
23
来自主题: JobHunting版 - N家面经
公司最近一年不太好,想换个工作。正好N家的recruiter来骚扰,
就答应发简历过去。N很快,过了两天就找了个组来电面。
我啥都没准备,感觉很糟糕。问了个放水的atoi,结果
网上写,出了一堆的bug,我后来放进eclipse,自己都觉得
脸红。光compiler error就有5,6处。
本以为肯定挂了,谁知recruiter说反应还不错,但是那个position
filled了,给我换个组。于是换个组重新电面,这次不敢怠慢,
一个周末学习了一下cc150,看了一点精华区,至少还有10道题
不会做,也就那样了,来不及。
电面主要探讨了一下java concurrency和NoSQL,我吹嘘了一下
high scalability,high availablity的一些经验。问了个boggle
的算法,和高用户数得分的排序如何设计。前者整得我又是一头汗,
虽然我知道用trie,一些优化的搜索算法不是很熟悉,对方也没为难
我。高在线用户这些我就比较熟悉,回答得还好。
onsite面了5个人,2个engineer,1个recruiter,2个engineer manager。
前面两个要... 阅读全帖
i*b
发帖数: 43
24
来自主题: JobHunting版 - Amazon vs Yahoo! offer 求比较
好吧,懒得另开贴了。
Y面的比较夸张,第一面试官临时有事,耽误了15分钟临时抽了个其他人。面到第四
个之后,他告诉我后面没有人了。我说email里写的是5个啊,他就说那你等一等没人
就闪了。我关起门来等了15分钟还没人,于是拎包要走,开门后看到门口站一老头.
我hi了一下,他问我你是不是XX(小弟的first name)。恍然大悟刚最后一个人走之后
不该关门。当时觉得悲剧了,他一个技术问题没问,瞎聊了一会儿。20分钟之后问我
有木有问题要问他的,我随便问了一个。然后就把我送出去了。
以下是记得住的onsite题目(三个onsite放一起写了, 自己猜哪个是哪个吧,总觉得分
享题目对不起公司,但对的起同胞就好了。)
给了一个序列(据说有规律),和一个叠带表达式,然后可以用来计算自然低数e。算
法给了,让实现code。讨论了big num和精度问题。
计算有理数循环节,比如2/3=0.(6)
打印电话号码产生的所有string,recursive 和iterative都要
二纬grid上有数,输出从左上都右下的最佳路线(和最大)。
不同机器上的array求中值
以上三题面完之后才知道有个东... 阅读全帖
s********u
发帖数: 1109
25
还只是胡思乱想,也不太严谨。欢迎指正。(只讨论目前算法面试题一般涵盖的范围)
前言:
我知道大家都会说当满足最优子结构、subproblem overlap的时候可以用dp。但其实这
个条件个人感觉不太实用。
1.比如不overlap的时候也可以用dp,只是效率不提高,还增加了space cost而已。(
所以这个原则应该是“适合用dp”,而不是“可以用dp”
另外且不说最优子结构,overlap有时候也较难判断,比如boggle game这个,路径一定
是有重复的,但是
subproblem却未必,因为前驱的访问节点会影响后驱节点的"胜利条件"。
2.另外,就算是有overlap,从实用的角度来说,dp(bottom-up)未必方便实现。比如
用DFS来判定二叉树中是否有某个节点(cc150的4.7),bool cover( root, p )本身是
单纯的DFS访问,subproblem不存在overlap;但对整个问题而言,cover不停的调用,
对整个问题而言subproblem存在overlap。同样的还有4.1.因为这两个题目都在DFS中使
用了DFS,递归函数中调用了递归... 阅读全帖
s******d
发帖数: 424
26
来自主题: JobHunting版 - A家onsite, OO答的真郁闷
两道OO题, boggle game,餐馆预订系统
餐馆问题时间比较充分,答的还马马虎虎,大致思路讲了,虽然不是最优方案
boggle只有十几分钟,搞清楚题目花了不少时间, 没怎么弄清楚需求。只能求运气了
b*****n
发帖数: 618
27
前段时间骑驴找马终于告一段落,感觉本版的技术贴和面经贴帮助非常之大,也非常感
谢共享资源的各路大牛。希望提供一些信息和个人感受给还在找工的童鞋,有帮助最好
,但是毕竟本人资历尚浅,如果有不对的地方也请轻喷。
背景:
ms毕业不到两年
主要申请公司:
offer:facebook,google,uber,palantir,sumo logic,walmartlab,yahoo,
amazon,apple
reject:dropbox
主要几个包裹:
U: 145k base + 25k股 RSU
F: 150k base + 40k signon + 10%bonus + 260k美元 RSU
W: 165k base + 50k signon + 20%bonus + 35k美元 RSU每年(
这个略复杂,相当于每年35k美元RSU的refresh,但是每次refresh分四年给)
再上各个公司的面经和感受:
Yahoo:
最早面的公司,面的是Flurry Team,Yah... 阅读全帖
m******3
发帖数: 346
28
uber的
4. boggle game,given a boggle board and a dictionary,find all words on the
board,
follow up,如果dictionay 不变但是board不停的变怎么优化
follow up,如果board不变但是dictionary不停的变怎么优化
5. given a matrix only containing 1 or 0,find how many rectangles are 4个角
都是1
6. how to design a system to automatically detect hotspot on geo graph, a
hotspot is an area such that 打车的request远多于available driver的数量
7. how to design a system to detect if dispatch algorithm has some bug,
dispatch主要是收集所有打车request和available driver的信息然后... 阅读全帖
f*******r
发帖数: 976
29
恭喜,都是好包袱!

关键字: 面经
发信站: BBS 未名空间站 (Sat Jun 13 17:27:31 2015, 美东)
前段时间骑驴找马终于告一段落,感觉本版的技术贴和面经贴帮助非常之大,也非常感
谢共享资源的各路大牛。希望提供一些信息和个人感受给还在找工的童鞋,有帮助最好
,但是毕竟本人资历尚浅,如果有不对的地方也请轻喷。
背景:
ms毕业不到两年
主要申请公司:
offer:facebook,google,uber,palantir,sumo logic,walmartlab,yahoo,
amazon,apple
reject:dropbox
主要几个包裹:
U: 145k base + 25k股 RSU
F: 150k base + 40k signon + 10%bonus + 260k美元 RSU
W: 165k base + 50k signon + 20%bonus + 35k美元 RSU每年(
这个略复杂,相当于每年35k美元RSU的refres... 阅读全帖
P*********t
发帖数: 4451
30
来自主题: Football版 - 大曼压力很大啊
It's just mind boggling.
Look at those Giants super bowls.
And This Year how well PM has done and look at the Geant again.
mind boggling.
Not sure how TB thinks about this whole unbelievable drama.
w*******y
发帖数: 60932
31
Command & Conquer Red Alert ($0.99)
Tiger Woods PGA Tour ($0.99)
Boggle for iPad ($0.99)
SUDOKU ($0.99)
Boggle ($0.99)
Yahtzee Adventures ($0.99)
Lemonade Tycoon ($0.99)
Star Trek ($0.99)
Skate It ($0.99)
Spore Creatures ($0.99)
Spore Origins ($0.99)
Madden NFL 11 ($4.99)
Reckless Racing - Link:
http://itunes.apple.com/app/reckless-racing/id386234787?mt=8
Description
** NEW LOW PRICE! 2/3 OFF! ** THE BEST DOWN N DIRTY RACER YOU EVER SAW! Made
to maximize the Retina Display, the state-of-the-art ... 阅读全帖
w*******y
发帖数: 60932
32
Those of us who love our iPhones, iPod Touches, and iPads love to find good
apps for them.
And those of us who love good Deals want to get them for good prices--
ideally, free.
I've found numerous sites listing various free apps for these Apple tech
toys, but so far the best site is this one:
bestappsales.com:
http://bestappsales.com
Unlike other sites, this one doesn't waste time with the maybe dozens or
hundreds of free but low-rated or very-limited-appeal applications, but
seems to be focused... 阅读全帖
w*******y
发帖数: 60932
33
来自主题: _DealGroup版 - 【$】Dozens of iPhone & iPad Games on SALE
Disney
.99
iPhone
Alice In Wonderland
Disney Fairies Fly
Phineas and Ferb Arcade
Split/Second
TRON: Legacy
Toy Story Mania
Universal
The Incredible Machine
iPad
JellyCar 2 on iPad
Phineas and Ferb Arcade
Split/Second
Disney Fairies Fly
TellTale
.99
iPhone
Monkey Island Tales 1
Puzzle Agent
Puzzle Agent 2
HECTOR: Ep1- We Negotiate with Terrorists
HECTOR: Ep2- Senseless Acts of Justice
HECTOR: Ep3- Beyond Reasonable Doom
2.99
iPad
Sam & Max Episode 1: The Penal Zone for iPad
Puzzle Agent HD
Puzzle... 阅读全帖
w*******y
发帖数: 60932
34
New games added since yesterday.
Disney
.99
iPhone
Alice In Wonderland
Disney Fairies Fly
Phineas and Ferb Arcade
Split/Second
TRON: Legacy
Toy Story Mania
Universal
The Incredible Machine
iPad
JellyCar 2 on iPad
Phineas and Ferb Arcade
Split/Second
Disney Fairies Fly
TellTale
.99
iPhone
Monkey Island Tales 1
Puzzle Agent
Puzzle Agent 2
HECTOR: Ep1- We Negotiate with Terrorists
HECTOR: Ep2- Senseless Acts of Justice
HECTOR: Ep3- Beyond Reasonable Doom
2.99
iPad
Sam & Max Episode 1: The Penal Zon... 阅读全帖
w*******y
发帖数: 60932
35
Some of these prices are yet to hit the U.S. App Store, but they are already
appearing in the U.K., so it shouldn't be too long before they rollout out
in other territories.
By reducing these titles to just $0.99, EA is hoping that some of them will
reach the top of the App Store's chart before it freezes for Christmas. Then
when thousands of people open new devices on Christmas Day and visit the
App Store, it's EA's titles they see first.
Here's the complete list of titles on sale for just $0.9... 阅读全帖
w*******y
发帖数: 60932
36
Game list:
iPad:
Battlefield: Bad Company
Battleship
Boggle
Bop It!
Command & Conquer: Red Alert
Dead Space
FIFA 11
Madden NFL 12
Mirror's Edge
Monopoly/Monopoly Here & Now
NBA Jam
Need for Speed Hot Pursuit
Pictureka!
RISK
SimCity Deluxe
Tetris
The Game of Life
Transformers: Dark of the Moon HD
Trivial Pursuit Master Edition
Ultimate Mortal Kombat
Yahtzee
iPhone:
Battlefield: Bad Company
Battleship
B... 阅读全帖
h******n
发帖数: 28
37
原文是用挪威语写的,我用google translator翻译的
楼上那篇是用来解释这篇的
在这篇中,我最喜欢最后一段话
> From: @ rolf melheim
> Subject: Hello
Can you pass on to interested parties? Regards Rolf
Article newspapers to Bergen from Jan Erik Willgohs:
Should we congratulate each other with this year's Nobel Peace Prize? No, I
do not believe it!
I see few, if any, potential positive impacts of this year's awards. The
effects will also be the reversal of many ongoing good processes and
setbacks for those looking for relaxation of and in the C... 阅读全帖
h*h
发帖数: 27852
38
来自主题: ChinaNews版 - 这是利比亚的新的革命?
这是利比亚的新的革命?
由Dirk Vandewalle,特向美国有线新闻网
(CNN)的 - 任何持续的反对,在利比亚的开放思想博格尔斯异议,即使是卡扎菲上校
的严密控制的国家最老资格的观察家的想法。
自从他1969年来到了不流血政变,更换了亲西方桑西君主政权,利比亚领导人统治一个
铁腕的手,几乎没有留下任何机会,反对合并。
出乎我们通常所说的,在西方,卡扎菲的方式,能够巩固这一高度集权体制到位不仅依
靠感知纯洁,蛮力 - 虽然这始终是最终决定因素 - 但也另外两个因素。
一个是一个分而治之复杂的系统,平衡的家庭,部落和对对方国家的省份。二是通过伪
装自己在反西方,尤其是反美地幔,至少最初,在灾难性的,其中包括后殖民时期的残
暴和一个完全腐败感知为君主制,在财政和国家遗产思想上他的同胞许多共鸣。
保护卡扎菲的利比亚这样的组合 - 一个国家,在他的理论是由公民直接运行 - 针对不
稳定和证明直到上周无懈可击。
四十年来,经受住了与西方的制度,其中包括在1986年4月,是美国单方面的经济制裁
和多边外交和经济制裁,孤立了深刻的国家,一个与邻国乍得的一系列灾难性战争的美
国轰炸的黎波里和班... 阅读全帖
c***r
发帖数: 4631
39
不知道有没有人想过,英语里有多少词汇是关于精灵鬼怪的。
1895年,一个叫Michael Aislabie Denham 人出版的一本叫The Denham Tracts的书里
有这么一段:
What a happiness this must have been seventy or eighty years ago and upwards
, to those chosen few who had the good luck to be born on the eve of this
festival of all festivals; when the whole earth was so overrun with ghosts,
boggles, bloody-bones, spirits, demons, ignis fatui, brownies, bugbears,
black dogs, specters, shellycoats, scarecrows, witches, wizards, barguests,
Robin-Goodfellows, hags, nig... 阅读全帖
c***r
发帖数: 4631
40
不知道有没有人想过,英语里有多少词汇是关于精灵鬼怪的。
1895年,一个叫Michael Aislabie Denham 人出版的一本叫The Denham Tracts的书里
有这么一段:
What a happiness this must have been seventy or eighty years ago and upwards
, to those chosen few who had the good luck to be born on the eve of this
festival of all festivals; when the whole earth was so overrun with ghosts,
boggles, bloody-bones, spirits, demons, ignis fatui, brownies, bugbears,
black dogs, specters, shellycoats, scarecrows, witches, wizards, barguests,
Robin-Goodfellows, hags, nig... 阅读全帖
f***n
发帖数: 167
41
来自主题: Military版 - 印度总统(女)刚结束访问中国
世博会印度馆的演员:
'The Chinese people wait for hours to get a glimpse of our dances,' said
Maitreyee Pahari. 'I have travelled a lot in India and abroad for my dance
presentations. But the response of the crowd here has been mind-boggling,'
h******n
发帖数: 28
42
原文是用挪威语写的,我用google translator将它翻译成英语
楼上那篇是用来解释这篇的
在这篇中,我最喜欢最后一段话
> From: @ rolf melheim
> Subject: Hello
Can you pass on to interested parties? Regards Rolf
Article newspapers to Bergen from Jan Erik Willgohs:
Should we congratulate each other with this year's Nobel Peace Prize? No, I
do not believe it!
I see few, if any, potential positive impacts of this year's awards. The
effects will also be the reversal of many ongoing good processes and
setbacks for those looking for relaxation of and in t... 阅读全帖
x****u
发帖数: 12955
43
来自主题: Military版 - 美国的刑警也挺无能的
At least in US, there's the defense lawyer and jury to help eliminate the
mind boggling F*k ups.
k*****n
发帖数: 209
44
猥琐男发来贺电
(CNN) -- The man accused of killing seven people execution-style at a small
religious college in Oakland, California, "does not appear to be remorseful
at all," the city's police chief said Tuesday.
Former student One Goh, 43, told authorities that he was upset about being
expelled from Oikos University this year, Police Chief Howard Jordan said.
He was angry with some administrators and students and said he had been "
picked on" and "wasn't treated fairly," Jordan said.
Investigators be... 阅读全帖
b********n
发帖数: 38600
45
kus Toothnail 1 day ago
I’m sorry, but this was possibly the worst Olympic Opening Ceremonies for
the past 50 years. Perhaps the Brits loved it, but the rest of the world was
bored to tears. It was also cringe-worthy at times, such as when the men
from the Industrial Revolution and 19th century clothes started break-
dancing or all the digging and then the kids in their pajamas…just terrible
. The way so much of the presentation was pre-taped too was mind-boggling.
Really, you couldn’t pull it o... 阅读全帖
D**S
发帖数: 24887
46
It is simply too difficult to predict before that scenario has not happened
after all. There are too many unknowns in the future of China. It is mind-
boggling to even start wondering about them now.
b********n
发帖数: 38600
47
16 People On Things They Couldn’t Believe About America Until They Moved
Here
http://thoughtcatalog.com/michael-koh/2013/11/16-people-on-thin
1. Rakib Islam
I am originally from Bangladesh and here are a few things that I find hard
to explain to peeps back home.
•Fruits and vegetables are way more expensive than meat and poultry.
•That, generally speaking, the poor is more obese than the rich.
•A lot of couples adopt children, sometimes in spite of having their
own, and treat t... 阅读全帖
c*********l
发帖数: 3438
48
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: continental (飞), 信区: SanFrancisco
标 题: 加税势在必行:美国top1%收入已经超过上世纪处寡头垄断时期 (转载)
发信站: BBS 未名空间站 (Sat Dec 28 12:47:15 2013, 美东)
发信人: mdrosophila (ranger), 信区: USANews
标 题: 美国top1%已经超过上世纪处寡头垄断时期
发信站: BBS 未名空间站 (Fri Dec 27 22:44:40 2013, 美东)
见附件,现在他们的收入已经超过垄断时期。
那个时候没有福利,没有medicare,social security。
所以有没有福利都会导致富人超级富裕。
搞不懂还有这么多人说现在富人不够富有,应该给他们减税的说法,是什么逻辑?
难道现在他们在吃亏?很不理解这儿的人替他们打抱不平。
我理解这些右派的观点,这些富豪做出了比以前寡头摩根,洛克菲勒更大的贡献,应该
拿到跟多的钱。it is minding boggling to me.
S*****s
发帖数: 7520
49
Will China shake the world again?
COMMENTS (455)
China's exceptional growth has been fuelled by massive debt and government s
ubsidies as Robert Peston reports from Wuhan
More from Robert
Who loses from punishing Russia?
Is Standard Life alone?
Standard Life could quit Scotland
Co-op to report worst results in history
Unless you are an aficionado of the great moments of Chinese Communist histo
ry, you probably won't have heard of Wuhan (it is the site of Chairman Mao's
legendary swim across the ... 阅读全帖
W***n
发帖数: 11530
50
来自主题: Military版 - China Is Very, Very, Very, Very Big
Economics
China Is Very, Very, Very, Very Big
26 Oct 30, 2014 12:48 PM EDT
By Noah Smith
Larry Summers and Lant Pritchett have written a paper predicting a Chinese
growth slowdown. In 2013, Barry Eichengreen, Donghyun Park, and Kwanho Shin
wrote a paper with much the same message, which accurately predicted the
recent Chinese slowdown from about 10 percent annual growth to about7.5
percent. In fact, the most basic model of economic growth, the Solow Model,
predicts that a country's growth slows ... 阅读全帖
1 2 3 4 5 6 下页 末页 (共6页)