由买买提看人间百态

topics

全部话题 - 话题: rewriting
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
j********a
发帖数: 451
1
来自主题: JobHunting版 - 从来没有如此的绝望
多投,多发 isn't the key in my experience. Bragging and always offering what
the employer exactly need is more important based on job hunting
experience in the last 3 weeks. I would suggest LZ to rewrite resume to a
more generic programmer background, lock a position and then look for a
image processing afterwards.
b******y
发帖数: 126
2
来自主题: JobHunting版 - Google电面被拒,郁闷中
这次google电面的问题跟版上面经风格很不一样,基本上都是Java语言的问题,感觉问
题并不难,自己觉得回答得也不错,但还是悲剧了。整个面试过程进行比较慢,但大部
分时间都是我在等他,每个问题他都想extend一下,但每次他都要想一会儿再问。
面经
1, equal and hashcode method in java, what happens if hashcode and equal
method are not consistent. How the equal method behaves in Object class? If
I want to rewrite the Object class, I want to implement equals method to use
reflection and compare all the fields in the class, is this a good idea?
Why?
2, If in my class, my hashcode method return same value for two unequa
j****i
发帖数: 305
3
Yes, based on the English you typed.
g********e
发帖数: 1638
4
what is your major?
If not CS, it is very normal.
I have sent over several hundred, very few replies.
keep on sending, it is a job market winter right now.
A***J
发帖数: 478
5

呵呵,人家TYPO嘛。。
b*****e
发帖数: 474
6
来自主题: JobHunting版 - 请教一题算法小问题
Hmmm, very interesting little problem indeed. Here is an evil approach:
A little thought will convince you that you can scan the array in O(n) time
and know exactly the target index (t_i) for each array element a_i. The
question is, how to store that information (a_i, t_i), i.e. two numbers, in
the array a[] (that hold one number in each element)?
Well, we can use the value M = max(|a_i|)+1 (- the max value is again the by
-product of a previous linear scan), and, rewrite
the array value a[i] to... 阅读全帖
w****e
发帖数: 1322
7
来自主题: JobHunting版 - 除了没消息,就是拒信
Basic format of resume:
1.Name, contact info
2. Qualifications: read job descriptions carefully and put your
qualifications according to job requirements one by one;
3.Education
4. Experience: rewrite your experience according to job description. Your
skills should be in your experiences.
Pretend your were the HM,read your resume, and see if you want that guy.
P***A
发帖数: 483
8
来自主题: JobHunting版 - 生物硕士欲哭无诉
一个月投了10多份简历 - it is not enough. If you send over 10 resumes a day,
you might get to somewhere. If still not hearing anything back, rewrite
your resume.
P***A
发帖数: 483
9
来自主题: JobHunting版 - 生物硕士欲哭无诉
一个月投了10多份简历 - it is not enough. If you send over 10 resumes a day,
you might get to somewhere. If still not hearing anything back, rewrite
your resume.
J***2
发帖数: 135
10
来自主题: JobHunting版 - What is shorten URL?
那如何实现呢?用url rewrite么?
z******e
发帖数: 82
11
来自主题: JobHunting版 - 找不到工作的原因是什么?
rewrite you resume, upload it to those popular website, you will be
surprised.
r***e
发帖数: 29
12
来自主题: JobHunting版 - BBC 编程风格面试题,求指教
我的答案(C++):
#pragma once
#ifndef _ROMON_HEADER_
#define _ROMON_HEADER_
#include
#include
using namespace std;
const string ROMON_DIGIT[] = {"","I","II","III","IV","V","VI","VII","VIII","
IV"};
//ROMON 0-9
const int ROMON_SCALE[] = {10, 50, 100, 500, 1000};
const char ROMON_SCALE_REP[] = {'X', 'L', 'C', 'D', 'M'};
//ROMON scale
const int ROMON_MAX = 3999;
const int ROMON_MIN = 1;
// rewrite the interface
class RomanNumeralGenerator
{
public:
virtual string generator(int n... 阅读全帖
p*****2
发帖数: 21240
13
来自主题: JobHunting版 - google onsite悲剧,求解

rewrite
嗯。确实并不是多写几个字母的问题。当然代码量也减少很多,这个也很重要。
u***8
发帖数: 1581
14
来自主题: JobHunting版 - SOS! Apache rewrite.
very simple.
when browser set to English
https://ip/urltodocument ---->https://ip/EN_urltodocument
when brower set to Chinese
https://ip/urltodocument ---->https://ip/CN_urltodocument
etc....
Can 2 ye or big niu help me out? I am crazy...!
j******f
发帖数: 825
c******n
发帖数: 16666
u***8
发帖数: 1581
17
来自主题: JobHunting版 - SOS! Apache rewrite.
resolved
d****n
发帖数: 1241
n******r
发帖数: 869
19
来自主题: JobHunting版 - 程序员技术练级攻略
贡献好文:
http://coolshell.cn/articles/4990.html
月光博客6月12日发表了《写给新手程序员的一封信》,翻译自《An open letter to
those who want to start programming》,我的朋友(他在本站的id是Mailper)告诉
我,他希望在酷壳上看到一篇更具操作性的文章。因为他也是喜欢编程和技术的家伙,
于是,我让他把他的一些学习Python和Web编程的一些点滴总结一下。于是他给我发来
了一些他的心得和经历,我在把他的心得做了不多的增改,并根据我的经历增加了“进
阶”一节。这是一篇由新手和我这个老家伙根据我们的经历完成的文章。
我的这个朋友把这篇文章取名叫Build Your Programming Technical Skills,我实在
不知道用中文怎么翻译,但我在写的过程中,我觉得这很像一个打网游做任务升级的一
个过程,所以取名叫“技术练级攻略”,题目有点大,呵呵,这个标题纯粹是为了好玩
。这里仅仅是在分享Mailper和我个人的学习经历。(注:省去了我作为一个初学者曾
经学习过的一些技术(今天明显... 阅读全帖
m**********4
发帖数: 774
20
来自主题: JobHunting版 - Leetcode 新题max points on a line
You should be able to use doubles. Need to rewrite equals and hashcode
though. At least it is OK to pass OJ.
d********w
发帖数: 363
21
来自主题: JobHunting版 - Hadoop Spark 学习小结[2014版]
基于很多朋友希望更新这个学习资料,我就尽力按我的积累补充,are you ready, 享
受技术饕餮大餐
# Hadoop
Hadoop社区依然发展迅速,2014年推出了2.3,2.4, [2.5]http://hadoop.apache.org/releases.html 的社区版本,比如增强
Resource Manager HA, YARN Rest API, ACL on HDFS, 改进 HDFS 的 Web UI...
[Hadoop Roadmap]http://wiki.apache.org/hadoop/Roadmap
根据我的观察,主要更新在Yarn,HDFS,而Mapreduce几乎停滞了,还有一些feature
属于安全,稳定可靠性一方面是比较稳定了,但也可以说是瓶颈了。
[Apache Hadoop Project Members]http://hadoop.apache.org/who.html
这个是Hadoop project member and committee, 里面好多来自Hortonworks,也有不少
国人上榜。
# Spar... 阅读全帖
l**s
发帖数: 421
22
来自主题: JobHunting版 - Spotify很理直气壮的用Java...
目前的trend不都是用python rewrite java么?
g*****g
发帖数: 34805
23
不清楚要问啥,但数据库设计这里常见的优化就几种。client端批量处理以减少
connection cost。server端batch rewrite和根据不同需求可以考虑锁的粒度(row或
者table)
R*******G
发帖数: 21
24
我也不清楚他要啥
锁粒度说了 他说不行必须锁表
batch rewrite 说了,他说这个不考虑
还是多谢回复
t**r
发帖数: 3428
25
问题太多了。呵呵。
一句话评语:shit code. fire the author and rewrite it
c******n
发帖数: 4965
26
来自主题: JobHunting版 - Data bricks怎样?
他现在牛逼哄哄, 主要是还没有出来竞争的对手, 有很多号称in-memory execution
framework, 但都是niche application use case, 比如giraph, tez ,presto, 没有
直接替代hadoop MR 这种basic building block 的。
再过个1,2年,有对手了, 大家用得多了,对它的源码看明白,就知道它有多少是
hype, 剩下的部分,也会有人rewrite from scratch

何?
o**********e
发帖数: 18403
27
现在不一样。 很多烂CODE已经
发酵,造成很多安全问题。 所以
大家得多学电脑安全。
可以用来SELL:
1. REWRITE
2. NEW FRAMEWORK
3. NEW PLATFORM
烙印就是这样卖的,
可是他们的信誉已经搞臭。
老中需要和老美联合TAKE BACK。
IT求职:刷题不如听我二计
http://www.mitbbs.com/article_t1/JobHunting/32675607_0_1.html
f******o
发帖数: 1505
28
工作这么多年,觉得没有逻辑思维, 脑子绕不清楚代码的人最喜欢 rewrite
w********b
发帖数: 89
29
来自主题: JobHunting版 - 店面一天后, 没回音
牛肉姐帖子里面不带脏字不骂人我都不习惯了,我替你rewrite一下帖子吧:
“TMD发了傻逼recruiter的信, MLGB的也不回。 是不是就TM没戏了”
p****1
发帖数: 275
30
来自主题: JobHunting版 - C#, recruiter发过来的面试题
有兴趣做不? 我琢磨着, 出题的人是在寻找最优解 :)
Given the table [tSWIFT_History_Trades] , the C# structure TradeNAK and the
C# method UpdateTradeACKNAKDB as defined below:
CREATE TABLE [tSWIFT_History_Trades](
[Id] [bigint] IDENTITY(1,1) NOT NULL,
[BatchId] [varchar](25) NOT NULL,
[TradeId] [varchar](25) NOT NULL,
[Account] [varchar](25) NULL,
[TranType] [varchar](50) NULL,
[TradeDate] [int] NULL,
[SettleDate] [int] NULL,
[Exch] [varchar... 阅读全帖
p****1
发帖数: 275
31
Question:
Given the table [tSWIFT_History_Trades] , the C# structure TradeNAK and the
C# method UpdateTradeACKNAKDB as defined below:
CREATE TABLE [tSWIFT_History_Trades](
[Id] [bigint] IDENTITY(1,1) NOT NULL,
[BatchId] [varchar](25) NOT NULL,
[TradeId] [varchar](25) NOT NULL,
[Account] [varchar](25) NULL,
[TranType] [varchar](50) NULL,
[TradeDate] [int] NULL,
[SettleDate] [int] NULL,
[Exch] [varchar](50) NULL,
[D... 阅读全帖
I********e
发帖数: 6130
32
来自主题: JobHunting版 - 微软感受 (转)
写在微软的感受不说你在哪个组毫无意义。微软里六点走人的组太多了(包括一些
compiler的组,呆到几点跟效率高低眉什么关系)。
刚来两个月改别人留下的bugs没什么奇怪啊。改bug是一个让你理解code如何work的很
不错的方法。如果你一下就看出你所在的组的产品奇差无比,可以说服别人让你
rewrite,如果有足够的说服力,可以啊。
i**********6
发帖数: 211
33
在一个很政治化的机构,组里的人除了关系户就是资格很老的senior,基本不干活,互
相斗争很厉害。
manager是个外行的黑女,有脏活大都推给我。上半年因为等身份延期就忍了,各种赶
工checkin了一万多行代码。现在拿到了延期,不太想干活了,一直在骑驴找马,手上
的project拖了两三周,senior催活的时候也顶了几句(没有出格的话,只是理争),
面试的时候请假可能也被
manager看出了走人迹象。这两天manager有开人的迹象,这时候是不是率先辞职或者请
病假比较好?
ps.这个组里的人一直都不太reasonable,所以不敢高估manager的下限。几个例子,组
里代码完全没有unit test,有的老组员低级bug不断,nullpointer一周发生好几次,
也没有事情;Lead是个大妈,基本不干活,窝在cubicle里闲话,内容基本就是其他人都
是stupid; 现在手上的活是rewrite一个module,复杂business logic,据说上一个人
(20年经验senior)写了两个月,现在manager让我两周做完
s*****m
发帖数: 8094
34
这个a3把最早的搜索算法完全重写了一把,相当长的时间狗狗的搜索算法都是以他的工
作为基础的。
他是最早的几大fellow之一,写code是小菜一碟。这样子说你能听得懂嘛?
https://en.wikipedia.org/wiki/Amit_Singhal
“”“
In 2000, he was recruited by friend Krishna Bharat to join Google.[12]
Singhal ran Google's core search quality department where he and his team
were responsible for the Google search algorithms. According to New York
Times, Singhal was the "master" of Google's ranking algorithm — the
formulas that decide which Web pages best answer each user's question.[13]
As a r... 阅读全帖
s*****m
发帖数: 8094
35
这个a3把最早的搜索算法完全重写了一把,相当长的时间狗狗的搜索算法都是以他的工
作为基础的。
他是最早的几大fellow之一,写code是小菜一碟。这样子说你能听得懂嘛?
https://en.wikipedia.org/wiki/Amit_Singhal
“”“
In 2000, he was recruited by friend Krishna Bharat to join Google.[12]
Singhal ran Google's core search quality department where he and his team
were responsible for the Google search algorithms. According to New York
Times, Singhal was the "master" of Google's ranking algorithm — the
formulas that decide which Web pages best answer each user's question.[13]
As a r... 阅读全帖
m********u
发帖数: 3942
36
来自主题: JobHunting版 - Applied Scientist for NLP 加州
地点 Santa Clara
有兴趣的同学或者想了解更多职位信息的可以站内或者发邮件联系 [email protected]
gmail.com
Responsibilities:
Include but not limited the following three main directions:
• Apply Deep Learning or traditional NLP algorithms such as RNN/DNN/
CRF to improve Entity Recognition and Sequence Labeling;
• Apply machine learning algorithms to improve query understanding
such as query suggestion/ query rewriting
• Work with engineering team to implement those algorithms into search
runtime system
Qua... 阅读全帖
f*****y
发帖数: 42
37
来自主题: JobMarket版 - Senior Java Architect / Developer
We are looking for a Senior Java Architect who is responsible for building
the technology used to build the core framework for our various web
initiatives. Ideal candidates will have more than seven years of
professional software development experience designing database-driven, web-
based systems in a Linux environment.
Office location: Santa Monica, CA
Responsibilities:
• Working with the development team to design robust and scalable
APIs that contribute to the core platform of the ... 阅读全帖
f*****y
发帖数: 42
38
来自主题: JobMarket版 - Senior Java Architect / Developer
We are looking for a Senior Java Architect who is responsible for building
the technology used to build the core framework for our various web
initiatives. Ideal candidates will have more than seven years of
professional software development experience designing database-driven, web-
based systems in a Linux environment.
Office location: Santa Monica, CA
Responsibilities:
• Working with the development team to design robust and scalable
APIs that contribute to the core platform of the ... 阅读全帖
t****h
发帖数: 36
39
Location: Clearwater, Florida, United States (Tampa Bay Area)
Duties and Responsibilities
Designing, developing, testing and documenting software components
Working in a team environment
Maintain and rewrite legacy code
Develop realistic estimates for proposed projects
Identify and implement process improvements
Knowledge, Skills, and Abilities
Proficient knowledge in C++ and Object Oriented Design
Strong knowledge in computation geometry.
Experience in CAD/CAM and manufactu... 阅读全帖
n*******y
发帖数: 3337
40
I just finished URL Rewriting for SEO. Both old links and new links shall be
working fine. If any problem, let me know. thanks.
v********e
发帖数: 1985
41
来自主题: Living版 - 变态HOA不让在后院里养鸡
The Montgomery Co. Planning Board is in the process of rewriting the entire
zoning code. Single-family residential neighborhoods
could see major increases in densities and changes in housing patterns. The
so called “smart growth” is proposed to allow
“Tandem Housing” (2 smaller detached houses one in front of the other on a
single residential lot). Also, accessory structures
(eg., accessory apartments) would be allowed to be built without requesting
a variance. Adequate off-street parking
woul... 阅读全帖
j*******n
发帖数: 579
42
来自主题: Living版 - 买房,签了合同,怎么退出?
extend closing date and find another bank. need rewrite new date on contract
and both buyer and seller need initial that changing.
l**x
发帖数: 296
43
You may find it in some Canadian and Mexican online drug stores.
I just checked one website:
http://www.edrugsearch.com/web.php?q=Iressa&page=%2Fdirectory-rewrite.php&pageurl=%2Fpharmacy-directory%2F&butSearch.x=178&butSearch.y=29
This drug is so expensive, 73 dollars per pill, 30 pills cost more than two
thousand dollars.
b******9
发帖数: 792
44
来自主题: Money版 - Delta 也要贬值?
Delta Plots Major Rewrite of Frequent-Flier Rules
Passengers to Earn Miles Based on Prices of Tickets Purchased
http://online.wsj.com/news/articles/SB1000142405270230483470457
Delta Air Lines Inc., DAL +2.43% taking a page out of loyalty programs
offered by smaller U.S. carriers, said it would revamp its SkyMiles frequent
-flier plan starting Jan. 1 of next year so that passengers will earn miles
based on the prices of tickets purchased, not the distances flown.
Delta, the nation's No. 3 airlin... 阅读全帖
c*****a
发帖数: 342
45
Flyertalk转载:
Today, 8:24 pm #6072
Marathon Man
TalkBoard Member
Join Date: Nov 2002
Location: BOS, MHT
Programs: AA ltg, DL, UA, US, AS, SPG Gold, HH Diamond, Marriott
Posts: 9,139
If today's CVS rumor is trye, this song rewrite would be fitting for any
MSer willing to act fast:
Let VR Go
There's no going for green, black and white at the CVS tonight
Not a footprint to be seen
A kingdom of VRs and prepaids
And it looks like I cant use a CC
The bloggers are howling like this swirling storm ... 阅读全帖
l****7
发帖数: 975
46
有人读过么?
http://www.guardian.co.uk/lifeandstyle/2011/jan/14/six-months-b
To the outrage of breastfeeding campaigners and probably the utter confusion
of most women with small babies, scientists today advocate rewriting the
rulebook to drop the current guidance that says mothers should breastfeed
exclusively for the first six months of their child's life.
It was 2001 when the World Health Organisation announced that exclusive
breastfeeding for six months was best for babies. In 2003 the then Labour... 阅读全帖
B******1
发帖数: 9094
47
来自主题: Parenting版 - 情商难教啊
I have bragged about this multiple times but those posts was not "saved" or
archived on this board. Therefore I have to rewrite the whole thing again and enjoyed
every second of the process. I love James!
n****y
发帖数: 6260
48
来自主题: Parenting版 - 某些华人独善其身也就罢了
WIKI关于80-20 initiative:
This article appears to be written like an advertisement. Please help
improve it by rewriting promotional content from a neutral point of view and
removing any inappropriate external links. (June 2012)
t*******r
发帖数: 22634
49
来自主题: Parenting版 - 说COMMON CORE 是为了少刷题的
高中数学慢班要求理解有理数指数的证明,还有有理数和无理数加法乘法的问题:
http://www.corestandards.org/Math/Content/HSN/RN/
Extend the properties of exponents to rational exponents.
CCSS.MATH.CONTENT.HSN.RN.A.1
Explain how the definition of the meaning of rational exponents follows from
extending the properties of integer exponents to those values, allowing for
a notation for radicals in terms of rational exponents. For example, we
define 5^(1/3) to be the cube root of 5 because we want (5 ^ (1/3)) ^3 = 5 ^
((
1/3)*3) to hold, so (... 阅读全帖
t******l
发帖数: 10908
50
根据现代研究,我们的大脑不断地重写/改变过去的记忆(这里指 explicit memory)
,链接如下:
http://www.npr.org/sections/health-shots/2014/02/04/271527934/our-brains-rewrite-our-memories-putting-present-in-the-past
根据以上相对客观的研究结果,加上一些间接测量,“新潮认知理论” 认为大脑在执
行方面(相对于学习而言)的因果模型,是 Implicit Memory 先行,然后 Explicit
Memory 跟进。
也就是说,人类是 “直觉先行,逻辑跟进” 的执行因果模型。
而之所以我们的主观经验(包括过去的心理学家)认为是逻辑驱动我们执行,是因为我
们的大脑改变了记忆(这里指 explicit memory)里的前后顺序。而这个前后改动只需
改动 100 毫秒的量级,就足以改变我们主观经验里的因果关系。
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)