由买买提看人间百态

topics

全部话题 - 话题: snippets
1 2 3 4 5 下页 末页 (共5页)
i*****o
发帖数: 1714
1
来自主题: Programming版 - iphone/ipad javascript snippet editor
前不久看到有人用javascript写了个linux kernel,后来又看到javascript竟然排到四
大名言之首。回头赶紧写了个snippet editor,大家可以在闲来无事的时候玩玩
javascript。它类似safari的那个tool,不过是在iphone/ipad上的。有想要promo
code的同学站内信我。下面是介绍:
With SnippetEditor, you can edit html code and see the results right away.
It's designed to be an offline tool where no internet connection is required
. However you can also go online and see any sites's source code. While you
are at it, you can modify its source code and see the changes right away!
Included are quick referen... 阅读全帖
c***g
发帖数: 472
2
来自主题: JobHunting版 - smallest snippet 问题
给一个article, 含word n, 给一个word list, 长m
求包含着个word list最短的snippet
请问最好的方法是什么?
我看到好些解答,有的是O(n), 有的是O(nm), 有的是O(nlgm)
请问如果不考虑空间,怎么办
l*******g
发帖数: 4894
3
来自主题: JobHunting版 - smallest snippet 问题
这不就是前面的那个abc字符串string snippet的变形吗?
m*******e
发帖数: 1598
4
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... 阅读全帖
d**********o
发帖数: 1321
5
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
附: sample snippet
也贴一个snippet示范一下吧,偶从来就不是一个夸夸其谈的人,也省得别人嫌自己吹
牛,而且仅仅也只是snippet而已,至于么?(看来偶与某前辈大神较上劲了,对不住了
,这里,哈哈~~)
在yasnippet/snippets/cc-mode中有inc和inc.1两种,当“inc”时按TAB,会有两种选
择:
一种是#include <|>,
另一种是#include "|" (其中“|”为光标所在位置)。
我不喜欢这种选择,便单一命名,把inc.1换为为ind,内容如下:
# -*- mode: snippet -*-
# name: #include <...>
# key: ind
# --
#include <$1>
d**********o
发帖数: 1321
6
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
附: sample snippet
也贴一个snippet示范一下吧,偶从来就不是一个夸夸其谈的人,也省得别人嫌自己吹
牛,而且仅仅也只是snippet而已,至于么?(看来偶与某前辈大神较上劲了,对不住了
,这里,哈哈~~)
在yasnippet/snippets/cc-mode中有inc和inc.1两种,当“inc”时按TAB,会有两种选
择:
一种是#include <|>,
另一种是#include "|" (其中“|”为光标所在位置)。
我不喜欢这种选择,便单一命名,把inc.1换为为ind,内容如下:
# -*- mode: snippet -*-
# name: #include <...>
# key: ind
# --
#include <$1>
l****z
发帖数: 29846
7
David Corn Caught Lying About Romney 47% Clip, Lapdog Media Set To Ignore
His Lie
Professor William Jacobson at Legal insurrection noticed that the “full and
complete” secretly recorded video of Mitt Romney speaking to supporters at
a private fundraiser is not quite what it seems. It turns out there’s at
least one noticeable gap in the video. But David Corn and Mother Jones
assured readers everything was posted:
He claimed his comments where merely a “snippet” and not the “full
response.” Th... 阅读全帖
t******u
发帖数: 228
8
来自主题: Georgia版 - 明天有去看U2演唱会的吗?
顺便附上上周北卡现场的歌单。
10/03/2009 Carter-Finley Stadium - Raleigh, North Carolina, USA
Breathe, Get On Your Boots, Mysterious Ways, Beautiful Day / C Moon (snippet
), No Line On The Horizon, Magnificent, Elevation, In A Little While, New
Year's Day, I Still Haven't Found What I'm Looking For / Stand By Me (
snippet), Stuck In A Moment You Can't Get Out Of, The Unforgettable Fire,
Mofo (snippet) / , City Of Blinding Lights, Vertigo, I'll Go Crazy If I Don'
t Go Crazy Tonight / Thank You (Falettin Me Be M
c******n
发帖数: 4965
9
yes, in unix of course.
one example: to measure time taken by one snippet,
normally I do
start_time = System.nanoTime();
//code snippet
end_time = Sys....
time+= end - start
now I do
__TIME_THIS( (
// code snippet
))
a lot of things like that can be simplified
s*******u
发帖数: 1055
10
上个礼拜五我跟我的老印manager argue 了最近他要大面积修改我的project,不难,
但是费事,近400个jsp,上面每一个element的innerHTML都要改成Java Snippet,算下
来近3000个,要求手改,不能写scripts,我并没有反对手改,因为所有 gulp 能用的
有关Dom 的plugin都是针对HTML的,JSP用不了,我自己写的plugin,明确声明只能用
于一部分JSP,那些tag夹着snippet纠结在一起的实在无能为力,也不值得,之前我的
scripts因为不成熟,出过一些bug,注意是之前,和这次没关系。我只是对他说能不能
下次在做这么重大改动时提前跟我商量一下,我是project owner,他这次一面说时间
紧,一面直接给我发个email让我照着就完了,他那back end才几行code,根本被考虑
我的工作量。而我只是说我以后能不能商量下,而不是现在。我连续加班两天搞定了,
并且在daily meeting 上当着全组和QA的面跟他confirm 是annually. 结果我昨天晚上
刚check in,他今天一早跟我说他把我的... 阅读全帖

发帖数: 1
11
【 以下文字转载自 JobHunting 讨论区 】
发信人: AmABB2015 (), 信区: JobHunting
标 题: 老印 manager 给我穿小鞋,已报告HR, 但是没什么用,求助
发信站: BBS 未名空间站 (Tue Sep 19 18:58:15 2017, 美东)
10/30/17 update:
刚才在我个人邮箱发现一封邮件,HR发过来的termination letter,说是因为
我不签那个offer。
然而那个offer是18年1月才生效,上面还注明我原来的offer会在今年年底12月31号终
结,从来也没说立刻终止啊。上周五我解释了我不签的原因以后,HR的回复说不签会被
视为constructive resign, will lead to termination accordingly。根本没提立即
termination。再说也不能因为不签明年的offer就立马终止今年的employment啊,
contractor都没有这样的。我算见识了什么叫low了。
--------------------------------------------... 阅读全帖
l****z
发帖数: 29846
12
来自主题: USANews版 - Anderson Cooper Does His Job
CNN’s Anderson Cooper took DNC Chairwoman, Debbie Wasserman Schultz, to
task on Democrat fundraising appeals that falsely attempt to tie Mitt Romney
’s stance on abortion to comments made by Missouri’s Todd Akin.
I nearly fell off my chair watching Anderson Cooper actually doing his job;
watch the whole 7-ish minutes:
The email Anderson Cooper is talking about can be found here. I had a
similar one in my inbox from Sandra Fluke. You can read what I received (as
well as the Truth Team email) in t... 阅读全帖
t******r
发帖数: 8600
13
2007: Seth Rich works on Ben Nelson campaign for Senate as assistant field
coordinator https://www.linkedin.com/in/sethrich1
2004-2007: Jane Fleming is Executive Director for Young Democrats of America
http://docs.house.gov/meetings/IF/IF17/20130919/101321/HHRG-113-IF17-Bio-KleebJ-20130919.pdf
2006: Scott Kleeb is running for Nebraska's 3rd Congr. Seat, beaten by
Republicans due to GWBush visit in the district and robo-calls https://en.
wikipedia.org/wiki/Scott_Kleeb
2007: Scott Kleeb marries Ja... 阅读全帖
c***g
发帖数: 472
14
来自主题: JobHunting版 - 请教一道题目
Given a word (assume every char is unique in this word) and a string, find
the length of the shortest snippet/substring that contains all characters of
the word. For example: with word "abc" and the string "a brilliant cat is
eating a big cake", the shortest snippet is"big ca", which has length 6.
我能想到的是,用两个index,keep 一个window,然后滑动,每当找到一个substring
满足后,后面的index就滑到下一个可能的字母那里去。
请问谁有更好的方法么?
T*******e
发帖数: 4928
15
1。写程序一定要用IDE 像visual studio, eclipse, code blocks 之类
作成projects 存起来. 也方便查询。
2。比如打开 code::blocks的一个workspace. 我存了几十个projects在里面。
可以ctrl+shift+F 全workspace查询关键词。又比如,我有一个 project叫
BinarySearchTree, 里面存的是我所有做过的关于Binary Search Tree的code
snippets.当然,你也可以每道题都直接在projects里存成cpp or h files.我是在
projects里只存code snippets(这样空间小一些,不用记录过多的int main () or
headers)。 然后再把每道题的不同解法都存成单独的cpp or h files另存在projects
之外。
3。Periodically back up all your important files with external hard drive/
usb or online reposito... 阅读全帖
a***n
发帖数: 623
16
来自主题: JobHunting版 - linkedin电面题
这题还有扩展,如果你连扩展都没做到,那确实要好好做功课。
扩展是,求一个最小区间,囊括了一个set of words。
这个问题在实际中也有很直接的应用:
比如用户丢了一个query里面有N个term,搜索引擎返回了一堆snippets,如果展现最简
洁的snippets且包括了所有term?
倒排索引应该能想到。
扩展问题解法就是贪心,不需要DP。
a***n
发帖数: 623
17
来自主题: JobHunting版 - linkedin电面题
这题还有扩展,如果你连扩展都没做到,那确实要好好做功课。
扩展是,求一个最小区间,囊括了一个set of words。
这个问题在实际中也有很直接的应用:
比如用户丢了一个query里面有N个term,搜索引擎返回了一堆snippets,如果展现最简
洁的snippets且包括了所有term?
倒排索引应该能想到。
扩展问题解法就是贪心,不需要DP。

发帖数: 1
18
来自主题: JobHunting版 - 被面试的人无理抱怨怎么办
周五电面了一8年的java+android的consult。开始了一个简单的call by value的问题
,就是一点code snippet,打印结果。上来就抱怨有main method没有class。我没意见
,就说你改吧。他加了一个public class。不出意外,他的答案是错的。我就问他你做
完了没,他说你的code有问题,我说好,那你改吧。他说要new 一个temp object,因
为是要cast type。我问你为什么要cast type, code snippet只有一个class。他说这
是java safe operation。我有问他这里有cast type的问题吗?他说你不懂type
casting, 没资格面试,就挂了电话。
白天recuiter转了他的反馈,他居然说我不懂java,他是senior developer不是
teacher,还加了粗鲁的脏话。我开始时一笑了之。晚上看了他的信,有点憋,有点担
心是否会在公司造成误会。他给了完全错误的答案,还无理抱怨,一点都不
professional。
我电面,onsite面了无数。这还是第一次。这个会在公司... 阅读全帖
A*******5
发帖数: 690
19
update:简直欺人太甚,我要找律师了。HR 居然不管不顾地站在老印一边,给我发邮
件不许我work onsite,还给我规定不合理的任务,我以前就拒绝过Angular2,因为它
在我们支持的IE11上根本不work,连老印manager都承认过。欺人太甚!
我找到了7月份的Jira记录,我在下面明确写了IE11不work,HR的那封邮件是
Retaliation的直接证据,
以前我还可怜HR,不想让她受牵连,好心没好报,这次跟老印一锅端吧
----------------------------------------------------------------------------
-----
Update: 周一我要去纽约的EEOC, 当面file charge,目前看来律师费是不用了,如果
我自己搞不定,再请律师也行。
感谢提供这方面信息的热心朋友。我自己在网上research,综合律师咨询的信息。搞懂
了这个流程。给需要的朋友做参考,以后有遇到这种破事的朋友,可以找我。
第一, EEOC 是 U S Equal Employments opportunities co... 阅读全帖
A*******5
发帖数: 690
20
是的,我也非常反对,这下再也摆脱不了JSP和snippet 了。

:这老印也是混饭吃的吧?都什么年代还用java snippet in jsp?
A*******5
发帖数: 690
21
10/30/17 update:
刚才在我个人邮箱发现一封邮件,HR发过来的termination letter,说是因为
我不签那个offer。
然而那个offer是18年1月才生效,上面还注明我原来的offer会在今年年底12月31号终
结,从来也没说立刻终止啊。上周五我解释了我不签的原因以后,HR的回复说不签会被
视为constructive resign, will lead to termination accordingly。根本没提立即
termination。再说也不能因为不签明年的offer就立马终止今年的employment啊,
contractor都没有这样的。我算见识了什么叫low了。
----------------------------------------------------------------------------
---
10/06/17 Update:刚才看见烙印在我关闭了的以前Angular2的project底下疯狂留言
几乎语无伦次地胡说八道,给了不相干的链接说Angular2支持某个platform,跟我有毛
关系啊。
又说Ang... 阅读全帖
A*******5
发帖数: 690
22
是的,我也非常反对,这下再也摆脱不了JSP和snippet 了。

:这老印也是混饭吃的吧?都什么年代还用java snippet in jsp?
r******e
发帖数: 396
23
来自主题: Georgia版 - 明天有去看U2演唱会的吗?
I'm going....
Hope it's not raining in the evening....

snippet
Don'
snippet
g**w
发帖数: 5490
24
来自主题: Georgia版 - 明天有去看U2演唱会的吗?
ah YNWA。。。

snippet
Don'
snippet
d**********o
发帖数: 1321
25
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
我与Emacs的不解情缘(10)
其实以上我已经基本上把自己用到过的比较好的package都列了一遍了,terminal里复
制粘贴可以不用鼠标很开心,org-mode还是偶滴大爱啊~~
记得二三月份学会用这个东西,我对推荐自己这个模式的小伙伴承认感慨过,不敢相信
自己居然曾经有一个周末是用来去干那事儿啦,早知道我就等到我学会了org-mode再去
做,怎么也得提高效率四五位吧!对小伙伴承认这句话是在几个月前;现在如果让我重
新再来说一遍这样的话,我大概会感慨说,不敢相信自己居然曾经有一个周末是用来去
干那事儿啦,早知道我就直接去学python Beautiful Soup等等爬网方法、直接爬网去
摘自己想要的果子了~~ ^_*
我从来不曾认为自己是什么emacs大牛小牛甚至是在行,这也是为什么之前群里有人说
过溢的话我不去理会的原因;但这也是一个学习的过程。到现在我的emacs只装了一遍
,没有花时间和精力去整理,还有着多多少少的bug,或者某些自己想要的feature出不
来;我现在只仅仅停留在把别人试过的packages自己能平平安安地装上用上,写写自己
的macro,snipp... 阅读全帖
d**********o
发帖数: 1321
26
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
我与Emacs的不解情缘(11)
可就算是emacs有常常会有bug,但爱emacs的心从来不曾变过滴啊~~ 而且就像老师评说
latex,用emacs也是一件很容易上瘾的事情,春天找工作时,想用emacs作类似于excel
表格来记录找工作纪录,跑去搜一下就找到一个ses-mode用起来还挺不错的;想用
emacs收发邮件,跑去搜一下就搜到成堆成堆的配置~~ 看来大家对它的瘾都是相通的,
基本我能想到的大家都早就想到并且给出了行之有效的解决办法了~~ 可惜春天时功课
紧张,收发邮件的配置没弄出来,但想征服它的心从来从来没减过,再过一两个月,新
一季找工作来临前,我一定把它给整出来滴~~!! 同样受启发于emmet-mode的C-j调用
出的诸多snippets,我其实应该把自己写过的几百个针对不同mode的macro改为
snippets存放在自己定义的类似于emmet-mode的模块中,方便使用,但这也只是自己目
前触角打开、思维的一个方向而已。
亲爱的小伙伴们,受限于自己的知识水平,我与emacs的情缘就只能写到这里了,和这
里的任何人一样,在专业领域里,我也从来没有想过去倚赖谁... 阅读全帖
d**********o
发帖数: 1321
27
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
我与Emacs的不解情缘(10)
其实以上我已经基本上把自己用到过的比较好的package都列了一遍了,terminal里复
制粘贴可以不用鼠标很开心,org-mode还是偶滴大爱啊~~
记得二三月份学会用这个东西,我对推荐自己这个模式的小伙伴承认感慨过,不敢相信
自己居然曾经有一个周末是用来去干那事儿啦,早知道我就等到我学会了org-mode再去
做,怎么也得提高效率四五位吧!对小伙伴承认这句话是在几个月前;现在如果让我重
新再来说一遍这样的话,我大概会感慨说,不敢相信自己居然曾经有一个周末是用来去
干那事儿啦,早知道我就直接去学python Beautiful Soup等等爬网方法、直接爬网去
摘自己想要的果子了~~ ^_*
我从来不曾认为自己是什么emacs大牛小牛甚至是在行,这也是为什么之前群里有人说
过溢的话我不去理会的原因;但这也是一个学习的过程。到现在我的emacs只装了一遍
,没有花时间和精力去整理,还有着多多少少的bug,或者某些自己想要的feature出不
来;我现在只仅仅停留在把别人试过的packages自己能平平安安地装上用上,写写自己
的macro,snipp... 阅读全帖
d**********o
发帖数: 1321
28
来自主题: WebRadio版 - 潜水员冒泡兼征版友意见
我与Emacs的不解情缘(11)
可就算是emacs有常常会有bug,但爱emacs的心从来不曾变过滴啊~~ 而且就像老师评说
latex,用emacs也是一件很容易上瘾的事情,春天找工作时,想用emacs作类似于excel
表格来记录找工作纪录,跑去搜一下就找到一个ses-mode用起来还挺不错的;想用
emacs收发邮件,跑去搜一下就搜到成堆成堆的配置~~ 看来大家对它的瘾都是相通的,
基本我能想到的大家都早就想到并且给出了行之有效的解决办法了~~ 可惜春天时功课
紧张,收发邮件的配置没弄出来,但想征服它的心从来从来没减过,再过一两个月,新
一季找工作来临前,我一定把它给整出来滴~~!! 同样受启发于emmet-mode的C-j调用
出的诸多snippets,我其实应该把自己写过的几百个针对不同mode的macro改为
snippets存放在自己定义的类似于emmet-mode的模块中,方便使用,但这也只是自己目
前触角打开、思维的一个方向而已。
亲爱的小伙伴们,受限于自己的知识水平,我与emacs的情缘就只能写到这里了,和这
里的任何人一样,在专业领域里,我也从来没有想过去倚赖谁... 阅读全帖

发帖数: 1
29
来自主题: Joke版 - CRISPR的高超技巧 (转载)
CRISPR, /ˈkrɪspər/, is a family of DNA sequences in bacteria
that contains snippets of DNA from viruses that have attacked the bacterium.
These snippets are used by the bacterium to detect and destroy DNA from
further attacks by similar viruses. These sequences play a key role in a
bacterial defence system,[2] and form the basis of a genome editing
technology known as CRISPR/Cas9 that allows permanent modification of genes
within organisms.[3]
The CRISPR/Cas system is a prokaryoti... 阅读全帖
n*******g
发帖数: 168
30
What I wanna do is to change the LookAndFeel of the window alternatively once
the button is clicked. Then how can I get the window id (marked with ??????
in the following code snippet)? the following snippet is the event handler of
the ActionListener interface.
Thanks for help !! :)
************************************************************************
public void actionPerformed(ActionEvent e) {
String LookAndFeel = null;

numClicks++;
label.setText(labelP
g*****g
发帖数: 34805
31
来自主题: Programming版 - 葵花宝典之四大神功
See this conclusion in the article.It sounds these tools are for quick and
dirty prototypes at best. If these techniques have been there for 10s of
years and they never got mainstream. It says enough how practical they are.
[snippet]
In other words, these tools work well for basic prototypes. They're quick
and relatively stable. If things go well, they may prove to be ready to add
bits and pieces of real responsibility to the programs. When that happens,
the projects will slow down and the featu... 阅读全帖
w**k
发帖数: 1455
32
You are just assuming that what is online is all that he teaches in class.
I doubt that you watched all of his videos online.
But you seem to have no difficulty in concluding he never encourages his
students to think or analyze, just based upon a few snippets of his lectures?


historical
class
c**i
发帖数: 6973
33
(1) Josh Horn, Reel China: Land of Cinematic Opportunity; Chinese students
flock to U.S. film schools to develop their creative voices. Los Angeles
Times, Oct 2, 2011
http://www.latimes.com/entertainment/news
/la-ca-china-film-students-20111002,0,6660643.story
("When one film student at USC traveled back to her homeland to make a short
film about her family's emigration from China over freedom of expression
concerns, Communist authorities seized her equipment, shut the production
down and asked ... 阅读全帖
x****b
发帖数: 584
34
google的做法简直是光天化日下搞间谍信息搜集。这下被欧洲发现了。
Google Says It Collected Private Data by Mistake
In Amsterdam, a Google Street View camera takes images. The cars also
gathered some private data sent over Wi-Fi networks.
By BRAD STONE
Published: May 14, 2010
SAN FRANCISCO — Google said on Friday that for more than three years it had
inadvertently collected snippets of private information that people send
over unencrypted wireless networks.
w*********s
发帖数: 2136
35
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... 阅读全帖
S*********n
发帖数: 4050
36
borikenIibre
As capitalism gains ground in China, so too does the immorality that
capitalism breeds.
11 minutes ago | Like (5) | Report abuse
heinanren
What you fail to understand is capitalism is alive and well in China. Many
people in China work for their own livelihood (their own free enterprise).
4 minutes ago | Like | Report abuse
borikenIibre
Hey pollux, capitalism is not a style of government but rather a style of
economic order. Go educate yourself before sticking your foot in your mout... 阅读全帖
o**********e
发帖数: 18403
37
Big hands to everyone for wonderful solidarity this past week. I want to
express my deep gratitude to the local volunteer organizers and local
elected officials who supported us.
But we are far from done. Disney still need to publicly and resoundingly
reject the racist bias and subtle manipulation that precipitated a little
kid's shocking genocidal suggestion. Disney also need to publicly and
openly take responsibility for creating an environment in which this clip
was allowed to be distr... 阅读全帖
g******o
发帖数: 4042
38
The engines' onboard monitoring system is provided by their manufacturer,
Rolls-Royce PLC, and it periodically sends bursts of data about engine
health, operations and aircraft movements to facilities on the ground.
Rolls-Royce couldn't immediately be reached for comment.
As part of its maintenance agreements, Malaysia Airlines transmits its
engine data live to Rolls-Royce for analysis. The system compiles data from
inside the 777's two Trent 800 engines and transmits snapshots of
performance, a... 阅读全帖
r****s
发帖数: 1025
39
我靠,还真没见过这么自信的骗子。
三哥贸易数字不算软件贸易?你吃屎长大的?
https://books.google.com/books?id=M0OOAgAAQBAJ&pg=PA65&lpg=PA65&dq=india+
trade+deficit+software&source=bl&q=india%20trade%20deficit%20software&f=
false#v=snippet&q=india%20trade%20deficit%20software&f=false

59
D**d
发帖数: 1186
40
Jens Berger from the German political blog Nachdenkseiten has an
opinion on the "Panama Papers" that indeed gives food for thought
("Nachdenkseiten" means "Food for Thought Pages). Here's a quick
translation:
Panama Papers â not the Scoop but the Flop of the CenturyÂ
This morning, I rhetorically asked what would happen with the data sets
from Panama that the global media are currently hyping. Replies from
some competent readers of this blog confirm what I had feare... 阅读全帖
n*l
发帖数: 1126
41
来自主题: Military版 - 月光你奔书没用
书谁都可以买
奔个作业,考卷,code snippet之类的比较有说服力
W*****B
发帖数: 4796
42
现在好多这种做视频的人叫YouTuber的,很多人每周甚至每天发视频,比如时事评论,
生活感想,专业知识,还有的人凭长得好看点每天胡言乱语搞怪之类也有很多点击。请
问这些人YouTube都给他们钱吗?这个钱是怎么给的?看视频本身质量时长还是点击次
数。有的人每次几万,几十万甚至上百万的点击。这个钱怎么给的?
看下面这个6岁小孩靠review玩具赚了1000万美元
When most people think back on the child celebrities of their time, they&#
160;may think of child movie actors, the well-trained stars of showbiz.
For some, these were stars such as Mary-Kate and Ashley Olsen, or 
;Macaulay Culkin of “Home Alone” fame. For others, they were Judy Garland&
#160;or Shirle... 阅读全帖
t********i
发帖数: 7856
43
UCSD 亚裔(姓Lu,基本可以肯定是华裔)学生 Gregory Lu 张贴了 150 张印有 Kate
Steinle 头像和“SHE HAD DREAMS TOO”的poster。UCSD民主党左逼称其为种族主义宣
传(racist propaganda),UCSD Office for the Prevention of Harassment &
Discrimination 对 Lu 同学启动调查。
After student hangs Kate Steinle posters, university’s bias response office
launches probe
JENNIFER KABBANY - FIX EDITOR •DECEMBER 20, 2017
A student at the University of California San Diego has been contacted to
report to its Office for the Prevention of Harassment & Discrimination aft... 阅读全帖
m***a
发帖数: 13878
44
来自主题: Military版 - “invited”
https://chinachange.org/2018/02/22/chinese-national-security-summons-a-
former-twitter-employee-and-wants-help-from-him/
A Chinese Twitter user named Eddie Xie @eddiex used to work as a programmer,
“[using] data mining techniques to solve real life problems, at Twitter.”
Now he lives in China, running his own business. On the morning of February
22, he sent out a series of tweets alerting his Twitter followers that he
is being summoned by Chinese national security agents (his “NSA” refers to
the... 阅读全帖
W*****B
发帖数: 4796
45
印第安老头出来化解矛盾,还把鼓几乎敲到人家学生脸上
Kentucky student seen in viral confrontation with Native American speaks out
The Kentucky high school student seen in a viral video standing-face-to-face
with a Native American protester at a Washington rally spoke out for the
first time Sunday evening, claiming in a statement that he and his
classmates were taunted by a group of African-American protesters and saying
that he and his family had received death threats.
Nick Sandmann, a junior at Covington Catholic High S... 阅读全帖

发帖数: 1
46
来自主题: Military版 - 这里懂美国政治的不多
Search Results
Featured snippet from the web
Libertarians seek to maximize political freedom and autonomy, emphasizing
freedom of choice, voluntary association and individual judgement.
Libertarians share a skepticism of authority and state power, but they
diverge on the scope of their opposition to existing economic and political
systems.
B******e
发帖数: 16928
47
来自主题: Military版 - WSJ雄文:生物的世纪
A Spur to the Biotech Century Ahead
The effort to defeat the coronavirus will focus the attention of a new
generation of scientific pioneers
The coronavirus plague will hasten our transition to the third great
innovation revolution of modern times. These revolutions arose from the
discovery, beginning just over a century ago, of the three fundamental
kernels of our existence: the atom, the bit and the gene.
The first half of the 20th century, beginning with Albert Einstein’s 1905
papers on relat... 阅读全帖
l****z
发帖数: 29846
48
来自主题: USANews版 - News not fit for America's consumption
by Rick aka Mr. Brutally Honest
Frank Weathers is covering the news barely covered by The News:
I can’t remember the last time I actually watched the evening news. Too
many ads from pharmaceutical companies and not enough real news as I recall
. But tonight, what with the news that 40+ Catholic organizations sued the
government by simultaneously filing a dozen lawsuits across the country, I
decided to take a look, and realized pretty quickly that I’m never going to
get back that half hour of... 阅读全帖
l****z
发帖数: 29846
49
来自主题: USANews版 - Thoughts on Romney's 47% Statement
by Aaron Goldstein
Like Mitt Romney, I would like to see the entire question and answer not
just the snippet of video of a fundraiser in Boca Raton, Florida in which he
said:
There are 47 percent of the people who will vote for the president no
matter what. All right, there are 47 percent who are with him, who are
dependent upon government, who believe that they are victims, who believe
the government has a responsibility to take care for them, who believe that
they are entitled to health ca... 阅读全帖
l****z
发帖数: 29846
50
来自主题: USANews版 - CNN是撒谎老手了
In its pro-Palestinian coverage of the escalated violence in the Middle East
, CNN used faked video footage showing Palestinian "victims" of Israel's
rockets being dragged off the streets.
On November 15, Anderson Cooper hosted a report by CNN correspondent Sara
Sidner. During the wind up to her report Cooper played a few video snippets
of "victims" being dragged off the streets of the Palestinian held areas.
But one of those "victims" wasn't a victim at all but was instead a man
merely acting i... 阅读全帖
1 2 3 4 5 下页 末页 (共5页)