由买买提看人间百态

topics

全部话题 - 话题: find
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c****g
发帖数: 85
1
Question: Find the k-th Smallest Element in the Union of Two Sorted Arrays
Given two sorted arrays A, B of size m and n respectively. Find the k-th
smallest element in the union of A and B. You can assume that there are no
duplicate elements.
http://www.leetcode.com/2011/01/find-k-th-smallest-element-in-u
如果A组划k/2,B组划k/2来比较。为方便解释,这里先假设k为偶数,并且m,n>k/2.
如果不满足这些条件,在计算index的时候,会考虑这些情况。
if A[k/2 - 1] == B[k/2 -1] done.
if A[k/2 - 1] > B[k/2 -1]
那么在A[k/2 + 1 - k] 和 B[0 k/2 - 1] 里取k/2 smallest number。
... 阅读全帖
w****x
发帖数: 2483
2
来自主题: JobHunting版 - find, insert, delete, getRandom in O(1)
/*
Given a collection of integer, design a class that supports:
add(data) - insert an element
delete(data) - delete an element
getRandom(data) - return a random element
*/
class Solution
{
public:
void add(int x)
{
if (m_mp.find(x) != m_mp.end())
return;
m_vec.push_back(x);
m_mp[x] = m_vec.size()-1;
}
void del(int x)
{
if (m_mp.find(x) == m_mp.end())
return;
int index = m_mp[x];
m_mp.erase(m_mp.find(x));
... 阅读全帖
w****x
发帖数: 2483
3
来自主题: JobHunting版 - find, insert, delete, getRandom in O(1)
/*
Given a collection of integer, design a class that supports:
add(data) - insert an element
delete(data) - delete an element
getRandom(data) - return a random element
*/
class Solution
{
public:
void add(int x)
{
if (m_mp.find(x) != m_mp.end())
return;
m_vec.push_back(x);
m_mp[x] = m_vec.size()-1;
}
void del(int x)
{
if (m_mp.find(x) == m_mp.end())
return;
int index = m_mp[x];
m_mp.erase(m_mp.find(x));
... 阅读全帖
i********s
发帖数: 22
4
不知道理解得是否正确,
如果存在多个值等于val,则返回in-order遍历最先找到的这个节点
struct TreeNode {
int val;
TreeNode* left;
TreeNode* right;
};
bool find(TreeNode* root, TreeNode*& ret, int val) {
if (root == NULL) {
return false;
}
if (root->left != NULL && find(root->left, ret, val)) {
return true;
}
if (root->val == val) {
ret = root;
return true;
}
if (root->right != NULL && find(root->right, ret, val)) {
return... 阅读全帖
t****m
发帖数: 140
5
来自主题: JobHunting版 - 大牛们看看这题:Find Peak Element II
http://www.lintcode.com/en/problem/find-peak-element-ii/
There is an integer matrix which has the following features:
The numbers in adjacent positions are different.
The matrix has n rows and m columns.
For all i < m, A[0][i] < A[1][i] && A[n - 2][i] > A[n - 1][i].
For all j < n, A[j][0] < A[j][1] && A[j][m - 2] > A[j][m - 1].
We define a position P is a peek if A[j][i] > A[j+1][i] && A[j][i] > A[j-1][
i] && A[j][i] > A[j][i+1] && A[j][i] > A[j][i-1].
Find a peak element in this matrix. Return ... 阅读全帖
U********f
发帖数: 2482
6
Finding Out Who Holds the Institutional Sponsorship
It all comes down to the quality of institutional sponsorship. With a little
extra research, investors can find out which institutions own the stock.
For spotting companies with good fundamentals, you can determine if the
stock is owned by funds with good track records.
One way to see if a stock has some institutional support is by checking its
trading activity for block trades. A block trade, which is a single trade of
a large number of shares... 阅读全帖
t****o
发帖数: 521
7
来自主题: Immigration版 - Another way to find your citations
Today I find a web, the Microsoft academic research. you also can try to
find your paper and citations. I hope it can be an supplement for finding
citation besides google scholar.
For example:
http://65.54.113.26/Author/21436056
p***y
发帖数: 18037
8
来自主题: Taiwan版 - Finding Chinese - Gene Yu (zz)
撇开他的身份,这篇是有真感情的,写得真好。
When I was a child, I hated going to Chinese school on the weekends. Why did
I have to study these chicken scratches and learn how to say the same
things I already knew how to say in English in a different way? Rote
memorization of the characters was hard, boring, and … did I already say it
was boring? Well, in case I didn’t, let me say it again – learning
Chinese was boring. So, when I hit my seventh year of watching my friends
spend their Friday nights relaxing after a ha... 阅读全帖
G***Y
发帖数: 9698
9
来自主题: NewYork版 - 搶匪即刪軟體 Find My iPhone無效
搶匪即刪軟體 Find My iPhone無效
2012-04-01
本報記者李子瑩紐約報道:搭乘地鐵用手機極易成為罪案目標,周四晚間乘搭1號線返
家的中國留學生劉小姐便因為乘車時專注看微博,而遭年輕非裔歹徒暴力搶走iPhone。
搶匪更似乎經驗十足,竟立即刪除Find My iPhone軟體,令警方無法追。備受驚嚇的劉
小姐昨(31日)仍心有余悸,以親身經歷呼籲市民提高警惕。
來自鄭州的劉小姐目前就讀紐約某高校,29日星期四晚間獨自乘搭1號線返家,依
靠車門而坐的劉小姐不自覺地拿出iPhone來看微博。豈料,就在列車準備離開125街時
,一個年約16、7歲的非裔青年突然衝進車廂,一把搶過劉小姐手上的蘋果手機,並在
列車關門的瞬間,迅速逃跑。
備受驚嚇的劉小姐連忙報警,警方立案後告知劉小姐可以嘗試利用Find My iPhone
來追丟失的手機。可是,劉小姐對著螢幕許久都沒有等到系統傳來信號。
所謂道高一尺,魔高一丈,翌日,劉小姐突然收到了系統自動發來的郵件,稱她註
冊的iPhone手機已經被人從名單上移除,因此無法繼續搜索。劉小姐形容自己的心情是
難受至極,希望能夠透過自己的切身經... 阅读全帖
m****a
发帖数: 189
10
来自主题: PHILADELPHIA版 - find people around me
if you are single( it doe snot matter you are female or male.),
and is like me, often have no one to hang out with around,
my zip code is 19126 (Northeast Philly).
please drop me a email...
I really find this is a problem.I cannot even find a person to eat with me..
It is all L.C.'s fault.. I am missing her...
now I am heading out to find food...
thanks.
o**********e
发帖数: 18403
11
来自主题: SanFrancisco版 - The Rush to Find China’s Moles (转载)
【 以下文字转载自 Military 讨论区 】
发信人: beijingren (to thine own self be true), 信区: Military
标 题: The Rush to Find China’s Moles
发信站: BBS 未名空间站 (Tue Sep 15 10:13:31 2015, 美东)
http://www.nytimes.com/2015/09/15/opinion/the-rush-to-find-chin
Feeling besieged by China’s spies, who have had success in stealing
government and corporate trade secrets, the United States has ramped up its
efforts to find moles. In at least two recent cases, however, F.B.I. agents
and federal prosecutors appear to have acted with ... 阅读全帖
f*******e
发帖数: 3433
12
【 以下文字转载自 Parenting 讨论区 】
发信人: flyingpie (pie), 信区: Parenting
标 题: CDC releases preliminary findings on Palo Alto suicide clusters
发信站: BBS 未名空间站 (Wed Aug 16 21:53:31 2017, 美东)
In light of the recent suicides of several Palo Alto teens, the Center for
Disease Control and Prevention (CDC) began an epidemiological study in
February 2016 that investigated previous youth suicide clusters. Last week,
the CDC released preliminary findings of their study, which revealed that
mental health problems, re... 阅读全帖
k**********4
发帖数: 16092
13
来自主题: WaterWorld版 - How to find God
Some people including me always believed in numbers and logic and reasoning.
But if you think about it,
"What truly is logic?"
"Who decides reason?"
You can go through all the physical, the metaphysical, the spiritual -- and
still find no ready answers.
It is only thru faith and love that any logic or reasons can be found.
That is how you find all the reasons.
That is how you find God.
p********7
发帖数: 110
14
1. Stop Looking. Have you ever spent hours looking for something you've
lost only to find it once you
stopped looking? It's the same with soulmates. Once you stop trying so
hard to find "the one" you're far more
likely to find him or her.
2. Stop Trying to Please People. This is especially true for many women,
who often try so hard to make
someone else happy that they lose themselves in the process. You want
someone to love you for who YOU
are, don't you? Not for becoming someone else.
3.
y****y
发帖数: 187
15
来自主题: Memory版 - you will never find another love
http://www.esnips.com//r/td/doc/220e8e9b-8183-48a6-9709-1afefbd1977d/Buble_Michael___You_ll_Never_Find_Another_Love_Like_Mine.mp3
You'll never find, as long as you live
Someone who loves you tender like I do
You'll never find, no matter where you search
Someone who cares about you the way I do
Whoa, I'm not braggin' on myself, baby
But I'm the one who loves you
And there's no one else! No one else!
You'll never find, it'll take the end of all time
Someone to understand you like I do
You'll never
f****e
发帖数: 78
16
【 以下文字转载自 NewYork 讨论区 】
发信人: fanqie (番茄), 信区: NewYork
标 题: The hardest thing of all is to find a black cat in a dark r (转载)
发信站: BBS 未名空间站 (Wed Sep 29 13:04:19 2010, 美东)
发信人: fanqie (番茄), 信区: Military
标 题: The hardest thing of all is to find a black cat in a dark room, especially if there is no cat."
发信站: BBS 未名空间站 (Wed Sep 29 13:00:25 2010, 美东)
The hardest thing of all is to find a black cat in a dark room, especially
if there is no cat."
— Confucius
what's the original of this quote in Chine
c**p
发帖数: 42
17
Can you find you friends' iphone with "find my iphone"?
N*******3
发帖数: 2589
18
find my iPhone 是为了手机丢了之后定位。
find friends 是为了狗仔一下别人。
a***h
发帖数: 29
19
where can i find a db example of a on-line bid web site?
想找个拍卖网站的数据库范例,where can i find it?想找个拍卖网
站的数据库范例,where can i find it?
a***h
发帖数: 29
20
where can i find a db example of a on-line bid web site?
想找个拍卖网站的数据库范例,where can i find it?想找个拍卖网
站的数据库范例,where can i find it?
h***u
发帖数: 136
21
ibm站点上的范例很多
【 在 awash (kill) 的大作中提到: 】
: where can i find a db example of a on-line bid web site?
: 想找个拍卖网站的数据库范例,where can i find it?想找个拍卖

: 站的数据库范例,where can i find it?
r***e
发帖数: 2000
22
来自主题: Linux版 - Can't find cdrom under Fedora
The system works okay. The file browser can find the CD.
However, brasero can't find the CD. Also /dev/cdrom or /dev/dvd
can't find the CD. Was the name changed?
l******9
发帖数: 579
23
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: find a file in linux but got permission denied as admiin
发信站: BBS 未名空间站 (Sat Nov 15 22:43:21 2014, 美东)
I need to find a file (tar.gz) in linux.
I logged in as admin and ran:
find / type f -iname "myfile.tar.gz"
But, I got permission denied in all folders.
Any help would be appreciated.
s********z
发帖数: 5411
24
来自主题: Programming版 - Find and delete folder in C++
Hi,
I am trying to write a simple C++ routine to find and delete the folder and all the files and subdirectory under the folder.
I have attached the folder structure. I need to delete from the oldest
folder until the disk has certain free space. For example, under data folder, I need start from "20090207" folder. I can either use the folder create time or folder name to find the oldest folder.
Please help me with this. How find of functions should I use and how
implement them.
Thanks a lot!!
g**e
发帖数: 6127
25
来自主题: Programming版 - find start point of loop from linked list
贴一个google到的,看上去应该是o(n)
Let x = the head of the list
Let y = some point on the loop (e.g. the place we detected the loop)
findloophead(x,y){
pointers t, a=x, b=next(y), c=y
while (1) {
t=midpoint (a,c)
if find (b,t,c) // t is in loop
then c=t
else a=next(t) // t is out of loop. move a to t
t= midpoint (b,c)
if find (a,t,c)
then c=t
else b=next(t)
if (a==b) return a;
if (a==c) or (b==c) return c;
}}
midpoint (e,f):
returns the pointer to the middle ... 阅读全帖
y***a
发帖数: 840
26
来自主题: Programming版 - 问个find的问题 (转载)
【 以下文字转载自 Linux 讨论区 】
发信人: yeeha (带茎番茄), 信区: Linux
标 题: 问个find的问题
发信站: BBS 未名空间站 (Fri Dec 13 03:11:07 2013, 美东)
/tmp/zp/F/ > ls -R
.:
xxxx yyy1 yyyy0
./xxxx:
11 22
./xxxx/11:
./xxxx/22:
222
./xxxx/22/222:
./xxxx/33:
./xxxx/44:
./yyy1:
f0
./yyyy0:
f3
我想把F目录里所有文件列出来, 其中xxxx中有11, 22, 33, 44 这四个目录。 我只
想要22中的。 用FIND命令搞不定:
》 find /tmp/zp/F/ -path "/tmp/zp/F/xxxx*" ! -path "/tmp/zp/F/xxxx/22*" -
prune -o -name "*" -print
/tmp/zp/F/
/tmp/zp/F/yyy1
/tmp/zp/F/yyy1/f0
/tmp/zp/F/yyyy0
/tmp/zp/F/yyyy0... 阅读全帖
l******9
发帖数: 579
27
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: find a file in linux but got permission denied as admiin
发信站: BBS 未名空间站 (Sat Nov 15 22:43:21 2014, 美东)
I need to find a file (tar.gz) in linux.
I logged in as admin and ran:
find / type f -iname "myfile.tar.gz"
But, I got permission denied in all folders.
Any help would be appreciated.
D*********t
发帖数: 370
28
来自主题: Biology版 - How to find a postdoc lab
First of all, there is no “one-size-fits-all” solution in finding a
postdoc lab. Which lab you can join depends mostly on who you are. There
are “high flyers” – Ph.D.s with first-author CNS papers and strong
support from a bull advisor. They should find their postdoc labs very
easily and would not come to mitbbs for advice. On the other hand, for
someone who graduated from a low-ranking university or one outside of the U.
S. and without a first-author paper, the chance of finding a postdoc
p
s****e
发帖数: 2934
29
【 以下文字转载自 MedicalCareer 讨论区 】
发信人: singye (笨), 信区: MedicalCareer
标 题: How to find a mel practice lawyer?
发信站: BBS 未名空间站 (Wed Jan 16 15:59:06 2008)
My friend needs to find a mel practice lawyer, anybody knows how to find one
? Thanks!
w********h
发帖数: 12367
30
来自主题: Macromolecules版 - How to Find a Post Doc?
http://www.nanoonline.net/career/phdstudent/How_to_Find_a_Post_Doc.htm
How to Find a Post Doc—Perspectives shared by Doug Engel and Linda Hicke
By Jennifer Chapin (Northwestern Univ.)

☼ Important Facets of Finding a Post Doc
LOOK EARLY—begin searching one year ahead of your expected
graduation date
Post Doc positions in top labs could be filled 1.5-2 years
in advance.
GOAL—find the best lab that fits your interests.
MOST IMPORTA
f****e
发帖数: 78
31
【 以下文字转载自 Reader 讨论区 】
发信人: fanqie (番茄), 信区: Reader
标 题: The hardest thing of all is to find a black cat in a dark r (转载)
发信站: BBS 未名空间站 (Wed Sep 29 13:10:21 2010, 美东)
发信人: fanqie (番茄), 信区: NewYork
标 题: The hardest thing of all is to find a black cat in a dark r (转载)
发信站: BBS 未名空间站 (Wed Sep 29 13:04:19 2010, 美东)
发信人: fanqie (番茄), 信区: Military
标 题: The hardest thing of all is to find a black cat in a dark room, especially if there is no cat."
发信站: BBS 未名空间站 (Wed Sep 29 13:00:25 2010, 美东)
The h
x****u
发帖数: 865
32
http://www.csmonitor.com/Science/2012/0622/Did-scientists-find-
Anticipation is rising over the expected announcement soon of more evidence
for the existence of the long-sought Higgs boson particle.
In Pictures: The Large Hadron Collider
Related stories
Are you scientifically literate? Take our quiz
CERN scientists excruciatingly close to discovering Higgs boson
Will 2012 be the year scientists find the 'God Particle'? (+video)
Ads by Google
American Express® Cards
See Our Most Popular Card... 阅读全帖
s********e
发帖数: 323
33
来自主题: Statistics版 - rrdw: About finding intern for next summer
I started my Statistics master this summer at a not very good school. Before
that, I got my master in
Chemistry in US (from the same school) and worked in China for two years. (
one year in chemical industry,
about 10 months in consulting, both are very good American companies). My
question is: If it's possible to
find an intern job next summer? If yes, when shall I start finding interns?
Do you guys have any suggestions
about the websites where I can find an intern or what kind of interns will
o******6
发帖数: 538
34
☆─────────────────────────────────────☆
bigwing2 (titi) 于 (Thu May 15 23:29:00 2008) 提到:
4 treatment: 1(control),2,3,4
5 timepoint: baseline, Month 1,2,3,4(repeated measure)
Already substract baseline value from the value of Month 1,2,3,4.and can
find mean change from basline for control and each treatment at each follow-
up month.
Now, want to find the difference of mean change from baseline between
treatment and control at Month 1, 2,3,4 respectively
i.e. want to find:
what's the differe
z*******n
发帖数: 1034
35
June 2, 2014 11:38 AM
Dean Takahashi
SAN FRANCISCO — With 1.2 million active apps in the App Store, finding the
right app has become a chore.
Tim Cook, the chief executive of Apple, said at the company’s Worldwide
Developer Conference that Apple is adding new features to the App Store that
make it easier to find things.
One new feature is “explore,” which you can tap on the screen. It takes
you to apps that are similar to what you already like.
Apple is also adding “related searches,” which sugg... 阅读全帖
w*******y
发帖数: 60932
36
Rubbermaid 24-Piece Food Storage Easy Find Lids, Blue Morphio or Red $8 free
ship to store Walmart
The Rubbermaid 24-Piece Set containers have lids that snap to the bottom of
the containers and to each other, so you'll never lose another lid. They
lock in freshness and are easy to open and close.
Lids snap to base bottom and to each other
Bases and lids nest inside each other
Easy to keep organized
Square shape makes organization easy
Clear base for easy viewing of contents
Microwave, freezer an... 阅读全帖
w*******y
发帖数: 60932
37
Free shipping Site to Store or 97 cent shipping to home.
Easily store your leftovers with the Rubbermaid 40-Piece Food Storage Value
Pack Set with Easy-Find Lids. This set features five different sizes of
containers for storing a lot of food or just a little. The lids snap to each
other and to the bottom of the container for easy storage.
Rubbermaid 40-Piece Food Storage Value Pack Set with Easy-Find Lids:
Polypropylene storage containers
Lids snap to the base bottom and to each other
Lid fits m... 阅读全帖
a****o
发帖数: 1786
38
来自主题: _Harvard_Medical_School版 - How to find a postdoc lab (转载)
【 以下文字转载自 Biology 讨论区 】
发信人: DrBiologist (Publish or perish), 信区: Biology
标 题: How to find a postdoc lab
发信站: BBS 未名空间站 (Mon Feb 2 15:23:51 2009)
First of all, there is no “one-size-fits-all” solution in finding a
postdoc lab. Which lab you can join depends mostly on who you are. There
are “high flyers” – Ph.D.s with first-author CNS papers and strong
support from a bull advisor. They should find their postdoc labs very
easily and would not come to mitbbs for advice. On the other hand, for
p*********w
发帖数: 23432
39
ipad被盗通过Find my iphone找到俩女贼zz
被盗事件经过:ipad 3G
本人在义乌国际商贸城一区市场经商,2011年4月5日清明节,据说今天是黄道吉日,看
起来真的好吉利。
下午13:15左右,我在玩刚买的x-plane for ipad,这时进来兩女的,一个顺眼的,一
个丑的,我把ipad放在了桌子上。她们站在门口看样品,看起来是想拿货的,就在那里
谈。
过了一会那丑点的走过店内桌子边上坐下了,这时我背对她站在门口与顺眼的在交谈,
我也没有起疑,太疏忽了。过了一会那丑的偷到ipad后,兩人放下样品就匆忙离开,我
把样品挂回去后,坐回桌子边才发现ipad没了。
赶紧出去找这兩人,转了一圈她们早已经没影了(逼我买ipad2吗)。这时想到设置过
find my iphone定位,虽然没报太大希望,试试总没错了。室内是没多大希望,室外因
为3G版有GPS+agps辅助,还是比较准的。
回到店里,上mac,打开me.com进行定位,本人在A点(见附图),过一会定出来ipad在B
位置。先锁定,设个密码。然后拿着iphone3G去B点,到那没发现兩人,拿出iphone定
,移动... 阅读全帖
f******o
发帖数: 2469
40
China Earthquake: Find Out How To Donate Wisely
China Earthquake: Find Out How To Donate Wisely
China Earthquake Rating
ADRA
Direct Relief International
Lutheran World Relief
Mercy Corps
United Methodist Committee on Relief
The May 12, 2008 earthquake in China caused billions of dollars in damage,
killed thousands, and left many people homeless and hungry. As heart-
wrenching photos of the devastating damage caused by the 7.9 magnitude
earthquake blanket the news, we at C
g******4
发帖数: 6339
41
【 以下文字转载自 Dreamer 讨论区 】
发信人: Dreamer (不要问我从哪里来), 信区: Dreamer
标 题: Can we find out the truth about Dr. Yao's case ?
关键字: 姚庆伟,KANKAKEE COUNTY,天津大学
发信站: BBS 未名空间站 (Mon Apr 4 22:07:07 2011, 美东)
If you google "姚庆伟", you will find out that all posts on the whole
internet repeat those info. The core info about his case is at THE KANKAKEE
COUNTY LAW LIBRARY.
Unbelievable, in this century, legal public records in that county are not
on the internet yet. People have to drive there, search for info on pa... 阅读全帖
d*******r
发帖数: 3875
42
Chinese Students Pushed to Find Jesus at U.S. Christian Schools
2011-12-20 21:00:01.0 GMT
By Daniel Golden
Dec. 21 (Bloomberg) -- Haiying Wu’s family in Shandong
Province wasn’t religious. After a born-again Texan teaching
English in China advised her that Christian schools in the U.S.
are safe and academically strong, she enrolled at Ben Lippen
High School in Columbia, South Carolina.
Ben Lippen required her to attend church and chapel, take
Bible class, and join a Bible study group. ... 阅读全帖
r********8
发帖数: 3314
43
【 以下文字转载自 LosAngeles 讨论区 】
发信人: realman888 (realman), 信区: LosAngeles
标 题: 450,000 Yahoo passwords just got hacked; find out if you might be affected
发信站: BBS 未名空间站 (Thu Jul 12 14:53:49 2012, 美东)
450,000 Yahoo passwords just got hacked; find out if you might be affected
http://news.yahoo.com/450-000-yahoo-passwords-just-got-hacked-m
z********n
发帖数: 1729
44
Physicists said that, based on a review of new data, they are confident that
they have discovered a Higgs boson, a long-sought particle crucial to
explaining the universe.
Physicists say they are now confident they have discovered a long-sought
subatomic particle known as a Higgs boson. Gautum Naik reports.
.Earlier
Physicists Mine Cosmic Answers Deep Underground (7/29/2012)
Discovery May Help Tell Universe's Secrets (7/4/2012)
The Numbers Guy: How to Be Sure You've Found a Higgs Boson (7/6/2012... 阅读全帖
m********y
发帖数: 21909
45
【 以下文字转载自 Mathematics 讨论区 】
发信人: monkeylady (Monkeyqueen), 信区: Mathematics
标 题: What stopped you from finding work after your Ph.D?
发信站: BBS 未名空间站 (Mon Sep 30 15:39:23 2013, 美东)
During that period it was difficult to find a job in academics. That was a
job market problem. Also, my advisor did not write me letters of
recommendation. So I went to my friend’s house in Kentucky. He was running
some Subway restaurants. I was an assistant in his business for several
years.
b********n
发帖数: 38600
46
来自主题: Military版 - The Rush to Find China’s Moles
http://www.nytimes.com/2015/09/15/opinion/the-rush-to-find-chin
Feeling besieged by China’s spies, who have had success in stealing
government and corporate trade secrets, the United States has ramped up its
efforts to find moles. In at least two recent cases, however, F.B.I. agents
and federal prosecutors appear to have acted with reckless haste.
On Friday, prosecutors dropped wire fraud charges filed in May against Xi
Xiaoxing, the chairman of Temple University’s physics department. He was
acc... 阅读全帖
w*p
发帖数: 16484
47
Suspensions and expulsions at American preschools are doled out
disproportionately to black students, boys, and especially black boys – a
phenomenon that could be due, in part, to implicit racial biases on the part
of their teachers, according to a Yale University study released this week.
Researchers used eye-tracking technology to observe preschool teachers look
for "challenging behaviors" in a series of videos portraying four children
in typical classroom settings. While none of the children ... 阅读全帖

发帖数: 1
48
http://www.bbc.com/news/world-asia-china-40239693
China pollution: Survey finds 70% of firms break regulations
11 June 2017
From the section China
GETTY IMAGES
Image caption
Air pollution is a major problem in Chinese cities
An inspection of companies based around Beijing found more than 70% were
violating air pollution regulations, Chinese state media says.
Firms pumped out more emissions than allowed, operated without licences or
had insufficient pollution control equipment, Xinhua news agency... 阅读全帖
c****x
发帖数: 6601
49
Stephan Vansonderen
http://www.quora.com/Why-is-it-easy-to-find-Westerners-obsessed-with-Japan-and-Korea-but-not-China
Do you want a real answer or a psyop? The real reason why westerners are "
obsesed" with Japan, and SOUTH Korea is because Japan, and south Korea are
obediant to the west. Western oligarks want to hold south Korea, and Japan
up to a pedestal, because they want to set them as an example. Kind of like
the model minority. You play by the rules, and we’ll give you recognition.
Certa... 阅读全帖
m******8
发帖数: 2153
50
This is one of the findings from last week’s interim release of results
from the Workplace Survey – possibly the largest of its kind – designed to
investigate the work experiences of those who identify as bisexual,
pansexual, many-gender-loving or fluid desire.
That is: it is not just that bisexuality is a genuine, distinct sexual
orientation – as opposed to a phase that individuals pass through – but
being bisexual leads individuals to face a number of challenges and
pressures that are very dif... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)