由买买提看人间百态

topics

全部话题 - 话题: gnu
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l*******b
发帖数: 2586
1
来自主题: JobHunting版 - Yelp电面面经
man 了一下gnu的ps自带排序 ps aux --sort=%cpu就好了,哈哈
这种任务用到了查查manual就搞出来了,平时谁用呀。。。不明白
l*******b
发帖数: 2586
2
来自主题: JobHunting版 - Yelp电面面经
man 了一下gnu的ps自带排序 ps aux --sort=%cpu就好了,哈哈
这种任务用到了查查manual就搞出来了,平时谁用呀。。。不明白
D***n
发帖数: 6804
3
来自主题: JobHunting版 - 强烈呼吁各大公司停止白板
首先你需要了解的是 VI/VIM 是一个文字编辑器,不是IDE(集成开发环境)。找函数
reference的事情和Compilier有关,和文字编辑器有什么关系?不过如果你确实需要这
个功能,可以用CScope, GNU Global什么的,再在VIM里面绑定就好了。
VIM相对Emacs更受人称赞的地方就是小巧,小巧的一大原因是没有IPC之类的功能。所
以目前官方的VIM,很难像Emacs那样和GDB交互。
但要说到编辑功能,一般IDE的Editor可干不过VIM/Emacs,这是肯定的。
l****k
发帖数: 33
4
来自主题: JobHunting版 - Amazon onsite coding project的问题
大家好,我1月底投了个amazon的intern,结果直接让我full time onsite了。说是
coding project。在版上考古了一会,但是还是有几个问题想问问大家。
1)java是用什么IDE啊?我看有人用C++的说没有IDE,只有java,python有ide。那写c
++的gnu make总有吧,自己写makefile编译么?
2) 这种coding project考察标准是啥啊?注释?变量命名?是不是类都是给好的,只
要自己写接口和方法啊?
我半路出家学的的cs,今年暑假毕业,看到一些公司已经hiring freeze了,如ms,所
以希望可以拿到这个offer。也祝大家找工作顺利。
d***n
发帖数: 832
5
来自主题: JobHunting版 - leetcode is down?
define('DB_NAME', 'leetcode');
define('DB_USER', 'wktang');
define('DB_PASSWORD', 'tang2000');
define('DB_HOST', 'mysql.leetcode.com');
leet? my dick :) ... Linux tambotie 3.2.15-grsec-grsec-2.9-rc1 #3 SMP Fri
May 4 09:38:37 PDT 2012 x86_64 GNU/Linux
Fatal error: Call to undefined function wp() in /home/wpleetcode/leetcode.
com/public/wp-blog-header.php on line 14
r*******e
发帖数: 7583
x*****0
发帖数: 452
7
来自主题: JobHunting版 - unique binary tree 2 (leetcode)
下面是这道题的链接:
http://leetcode.com/onlinejudge#question_95
下面是我的代码:
class Solution {
private:
vector helper(int start, int end) {
if (start > end) {
return vector(1, NULL);
}

vector result;

for (int i = start; i <= end; ++i) {
vector left = helper(start, i-1);
vector right = helper(i+1, end);

for (int m = 0; m < left.size(); ++m) ... 阅读全帖
G*****7
发帖数: 1759
8
来自主题: JobHunting版 - Twitter电面经
it's a trap! you just lost minutes for the next problem and points for cli.
you should just tell him to "tac theFileToBeReversed".
here is how it's done.
http://git.savannah.gnu.org/cgit/coreutils.git/tree/src/tac.c

vector
r**********g
发帖数: 22734
9
四大的取向不同啊,
传闻中Stanford搞start up,Berkely做黑客、GNU,MIT的做教授,CMU批量生产打工仔
f********a
发帖数: 1109
10
自己运行结果都没问题。leetcode编译都出错
/usr/gcc_4_7/lib/gcc/i686-pc-linux-gnu/4.7.2/../../../../include/c++/4.7.2/
bits/stl_vector.h:1137:4: error: invalid conversion from 'int' to 'std::
vector::value_type {aka TreeNode*}' [-fpermissive]
[发表自未名空间手机版 - m.mitbbs.com]
l**********r
发帖数: 4612
11
来自主题: JobHunting版 - Java必然败在oracle身上 (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: walkrandom (无敌大胖猫), 信区: Programming
标 题: Java必然败在oracle身上
发信站: BBS 未名空间站 (Fri Jul 26 11:55:58 2013, 美东)
oracle这个大evil,从来不创新。买了sun就是稀罕java和mysql这两个法宝,可以到处
敲钱。
mysql当年多火爆。现在基本没人敢用mysql了,开源社区谈mysql色变。大家搞开发首
选postgresql。mysql基本上已经死了。
java上面,oracle到处碰瓷,碰巧抓到了google的android用java,然后就狠咬一口。
google没有办法,只有自宫android,改用chrome os了。
话说java虽然是GNU license,但一开始里面被sun下了很多专利陷阱。小公司用用无妨
,大公司用迟早被oracle的律师找上门。所以java和mysql一样,迟早被oracle弄死。
r*********n
发帖数: 4553
12
来自主题: JobHunting版 - 给用C++面试的同胞提个醒
the last time I checked, GCC does not support regex in C++ 11,
http://gcc.gnu.org/gcc-4.8/cxx0x_status.html

05-
g**y
发帖数: 46
13
想找Boston 地区的C++ software engineer 的工作, 希望能得到同胞的内推。 10月
可赴新工作,现在是OPT, OPT可用到2015/01。以下是我的相关背景。
14岁开始编程,考过程序员,弄过五年信息学竞赛,也拿到过一些无关紧要的奖项。后
来学了数学(数值分析与计算),一学就是10年,也有计算机的学位。最近四年,一直
在用C++写程序, 捣鼓过几个也许能称得上大规模和广泛使用的C/C++科学计算软件包
源码,fix过一些bugs, 添加过一些features。 上过蛮多的课, 应用数学和计算机主
要分支的入门导论课程我想我都上过了,但没有哪个行当敢称专家。C/C++数值计算程
序是本行,上学时也当过graduate assistant 写过两年的OpenGL的程序, 不过三年没
碰OpenGL了,细节忘得差不多了,但概念和总体架构也还清晰。其他的软件技术如GPU
CUDA/MPI/OpenMP/TBB 也都用过,了解programming model, 写过几个临时应用。 自我
感觉是能较快地掌握新技术和新知识,也很享受学习新技术新知识并用来解决实际问题
的... 阅读全帖
w*******s
发帖数: 138
c*********l
发帖数: 3438
15
【 以下文字转载自 Military 讨论区 】
发信人: ntkrnl (ntkrnl), 信区: Military
标 题: 用马克思的观点解释码工收入高的原因
发信站: BBS 未名空间站 (Mon Jan 6 03:26:09 2014, 美东)
老马说剥削的存在主要是由于生产资料私有制
在别的行业这个生产资料可能是试管、收割机、车床、镰刀锤子等等
往往生产工具要想复制出一个来,需要同样的成本,同样的劳动力完全再造出一个
而对大多数人来说这个是负担不起的
码工就不同了,所谓的生产资料主要包括如下几方面:
1.服务器,单位的机器
虽然有些高性能服务器很值钱,但是一般绝大多数机器的成本相比他们的产出完全微不
足道,现在还有各种云服务器,很便宜的价格就能从amazon那里租到一大批服务器;
2.写程序的工具
收费的比如visual studio jetbrains
虽然号称收费,实际上这种生产工具只要被写出,客户拿到以后copy出另一份来让第二
个人、第三个人、无数个人用的话,几乎没有成本,尤其是在天朝那种根本没有版权的
国家,码工的生产资料成本几乎为0
免费的如vim ema... 阅读全帖
U***A
发帖数: 849
16
来自主题: JobHunting版 - 帮朋友贴一个工作招聘
一个中型的VoIP公司,主要做IP电话的。
职位要求。
感兴趣的请发至m**********[email protected] (应该是支持H1B和绿卡的)
The core responsibilities of this position include:
• Architect and implement unique platform solutions to both our
Cloud and Premise product offerings.
• Architect and implement platform solutions based on various
virtualization platforms like VMware, KVM, Hyper-V, etc.
• Work on board bring-up software, device drivers, Linux file
system and networking software.
• Work closely with hardw... 阅读全帖
s**x
发帖数: 7506
17
来自主题: JobHunting版 - 求教一个, Leetcode 题.
I believe leetcode provide a simple solution which may overflow, but
actually it is correct.
You can simply use unsigned int. I would think even an int would work as
well.
bool isPalindrome(int num) {
if(num < 0) return false;
unsigned int oldNum = num;
unsigned int rev = 0;
while (num != 0) {
rev = rev * 10 + num % 10;
num /= 10;
}
return rev == oldNum);
}
The following is from gnu comments.
13.2.1 Basics of Integer Overflow
In languages like C, unsigned integer overflow ... 阅读全帖
D**********9
发帖数: 195
18
来自主题: JobHunting版 - junior position
Working as a key team member under limited direction, provides technical
expertise by independently and collaboratively determining and developing
solutions to a wide range of complex software engineering challenges.
Understands company goals and practices and applies them when resolving a
variety of problems. Uses judgment, creativity and sound technical knowledge
to obtain and recommend solutions.
PRINCIPAL DUTIES AND RESPONSIBILITIES
• Author Functional and Design Specifications ... 阅读全帖
s******c
发帖数: 1920
19
来自主题: JobHunting版 - 正经码农有用Windows的吗?
unix血统,运行gnu系以及各种Linux工具无压力
terminal给力。
w********s
发帖数: 1570
i****n
发帖数: 42
21
来自主题: JobHunting版 - 用轮子 Vs 造轮子
看到有关使用exisitig wheel和自己造wheel的讨论,有些不解。如果公司在开发过程中
部分使用Open source的software,即所谓的exisitig wheel,会不会引起版权方面的
隐患?仿佛记得GNU General Public License的有关条款,如果自行开发的软件中用到
了Open source的东西,哪怕很少,该软件也不能商业化,而公司要生存就必须产品商
业化,而商业化就貌似必须自己从头到尾造轮子。既然如此,为什么还会有“用轮子
Vs 造轮子”的争论呢? 各位大牛能否解释一下其中的奥秘?谢谢!
f**********t
发帖数: 1001
22
来自主题: JobHunting版 - gdb打印stl的问题
http://wiki.codeblocks.org/index.php?title=Pretty_Printers
类似的方案试了好久,不成功
(gdb) info pretty-printer
global pretty-printers:
builtin
mpx_bound128
libstdc++-v6
__gnu_cxx::_Slist_iterator
__gnu_cxx::__7::_Slist_iterator
__gnu_cxx::__7::__normal_iterator
这个builtin不能被消除disable pretty-printer builtin
gdb -version
GNU gdb (GDB) 7.8.1
https://github.com/gdbinit/Gdbinit/blob/master/gdbinit 也不好用。"program
exited with code 126"
系统: mac os x yosemite
谢谢
U**T
发帖数: 5
23
要熟悉Linux的结构的话,可以考虑自己跟着LFS(Linux from scratch)做一遍,就是
从头编译一遍从内核到常用软件的源代码,有详细教程。应用层的编程,推荐Richard
Stevens的APUE(Advanced Programming in the Uinix Environment),你说的
process, thread, interprocess communication,file system的各种API都有详细的介
绍和离子。Linux上很多软件是GNU的。
w**a
发帖数: 487
24
来自主题: JobHunting版 - 看到一个招工要求,吓尿了。。。
Requirements
- Experience working in cloud environments such as Amazon
- Must have strong communication skills and be project oriented with
ability to work with minimal day-to-day direction
- Must be highly motivated and willing to work in a team environment
and a strong in-depth knowledge of the JAVA programming language
- 64+ years of software development experience
- Strong understanding of GNU/Linux
- Understanding of current technologies includ... 阅读全帖
j********3
发帖数: 27
25
来自主题: JobHunting版 - SDE Opening-- Distributed (Startup in MTV)
Hey guys,
My company is looking for C/C++ developers. It's a big data start up and the
company is located in MTV. Company sponsors H1B/Green card.
Here's the job description:
As a Member of Technical Staff, Core Distributed Systems, you will design
and implement cutting-edge distributed, scale-out data infrastructure
software systems, which is a pillar for the growing cloud infrastructure.
Especially, you will bring Unix systems and server tech kung-fu to the team.
You will be part of a developm... 阅读全帖
a**w
发帖数: 267
26
Keywords: San Diego, CA; Wi-Fi MAC/Protocols/PCIe; Green Card Holder.
Please feel free to drop me a line here in mitbbs.
Responsibilities:
We are seeking an enthusiastic embedded firmware engineer to be a key team
member in the design, implementation, and verification of SoCs for next
generation wireless communications.
Work closely with system, ASIC, RF teams in developing system and
interface specifications, architecture, and test plans
Understand standard specifications, define test p... 阅读全帖
r**********g
发帖数: 22734
27
来自主题: JobHunting版 - 新公司用 Mac Pro 做平台
一样的cygwin. bash, gvim, gnu 全套。搞得你mac就能用真的bash一样,还不是要
homebrew
c*******f
发帖数: 927
28
来自主题: JobHunting版 - 问一道面试题
一个组全都是阿三。答得都不好,应该是挂了。看他们好像没有什么兴趣,没有电面就
给了on site,估计是给绿卡打广告
1. c
char* p = "hello";
char* q = "hello";
问是否p和q的值一样。
一样 而且“hello”的值不能被修改
2. C 和C++怎样在main函数之前print东西。
C可以用__attribute__( GNU C?), C++ 可以用class的onstructor,在main以前定
义一个global的class。
3. 编程题,输入一个整数x,输出y,要求y恰好比x大,并且数字只由3和5组成。
例如:in out
5 33
325 333
3556 5333
大家觉得题目算难么 还是我实在太菜了。。3有什么好的思路吗?
N****s
发帖数: 267
29
像这个?
管理-领导团队 (必须有技术负责人或管理经验)
+移动应用程序
+全球定位系统+远程信息处理
+手机网络 - 无线技术,包括3G / LTE蜂窝,WiFi,蓝牙LE
+嵌入式系统+固件+引导程序
+物联网
+云后端
+网络安全+加密
+连车技术
+贡献商业或开源项目
and more
Lead Embedded Software Engineer
Full-time - San Francisco
As Getaround’s Lead Firmware Engineer, you’ll be driving the development
of the Getaround Connect – an in-car device designed to securely control
and access your car using a smartphone. If you have always wanted to drive
the Internet of Things and Connected Car, then you'll love this job.
You’... 阅读全帖
r**********g
发帖数: 22734
30
mac 跑gnu tool 极其别扭,还不如windows 10。
g****e
发帖数: 141
31
公司不错,这些年一直高增长。现在embedded 和 server team 都在招c++ engineer。
经验不限。
plz send resume to g****[email protected]
thanks
Technical Requirements :
•C/C++ programming experience
•Software design skills with analytical problem solving abilities
•Linux, POSIX, RTOS, device driver experience
•GNU development and debugging tools
•Microprocessor architecture
•TCP/IP, Sockets Programming
•networking protocols
g****e
发帖数: 141
32
来自主题: JobMarket版 - C++ entry level engineer
公司不错,这些年一直高增长。现在招c++ engineer
plz send resume to [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
thanks
Technical Requirements :
C/C++ programming experience
匠漀昀琀眀愀爀攀 design ski... 阅读全帖
f********t
发帖数: 22
33
if interested, please send email to [email protected]/* */ for internal reference
We are urgently looking for a position to fill on performance testing area
– aiming to helping out video/audio/mobility related areas.
Minimum Qualifications
• 5 years C++ and Scripting language (Python, Javascript)
• Strong knowledge in multimedia protocols: SIP/RTP/RTCP, tcp,
udp, websocket
• Good experience in building test automation framework
• Working exp... 阅读全帖
a*********w
发帖数: 169
34
互联网公司招聘大数据工程师 - 工作地点杭州和湾区
互联网公司新组建的大数据团队招聘数据和人工智能方向的岗位。
公司网址:www.PingPongX.com
公司性质:互联网支付,金融科技,电商服务,大数据
公司情况:2015年创立,C轮 venture backed by Fidelity等多家顶级的风险投资机构
,目前200人的团队,公司员工分布在杭州,深圳,旧金山,卢森堡,香港和东京
岗位名称:数据分析师,数据工程师,数据科学家各若干人
工作地点:杭州和旧金山,最好是杭州
联系方式:站内投条并简单介绍个人情况,或者联系email [email protected]
公司简介:
An innovative payment service provider for cross-border eCommerce sellers.
Our mission is to empower our customers to sell anywhere in the world. We
are committed to bring best-of-class services to ou... 阅读全帖
x****k
发帖数: 2932
35
来自主题: Parenting版 - 我呸!我捐个P
我捐钱基本保持一个原则,不给consumer捐,比如普通穷人或者年纪轻轻的失业者,只
捐给producer或者work,比如GNU,wikipedian之类努力工作给别人提供免费服务的。
当然,重大灾难受害者是例外。
S**********s
发帖数: 766
36
【 以下文字转载自 Faculty 讨论区 】
发信人: SteveFrancis (Steve Francis), 信区: Faculty
标 题: 一个NEU教授20年前写的在香港做faculty(CS)
关键字: 香港 faculty 教授
发信站: BBS 未名空间站 (Wed Jan 2 15:40:12 2013, 美东)
搜文献的时候不知道怎么找到这篇短文。
不知道这20年过去,又是新升格4所大学,薪水又升又降,又回归中国,此文是否还有
指导意义呢?
Being a computer scientist in Hong Kong
I spent two years in Hong Kong, 1992-1993, as a professor at The University
of Hong Kong (my official title was ``Lecturer,'' which is British for ``
Assistant Professor''). I've written these notes to paint a picture of wh... 阅读全帖
I*****y
发帖数: 602
37
推荐GNU的GPart。
在 tomnjerry (tom jerry) 的大作中提到: 】
h******n
发帖数: 2795
38
为了延缓使用16:9的显示屏,我就备份了两台Thinkpad本本:T410和T410s各一台。
现在升级主力工作笔记本,也放弃Thinkpad W520,投奔15“ Macbook PRO 并选择雾面
屏(后者可能在Win7散热问题比较严重,但我打算在Mac OS X下安装GNU GCC,将部分
工作安排在Mac OS X下),这是迫不得已的选择。
g********g
发帖数: 2172
39
来自主题: StartUp版 - question about open source software
Depend on the type of open source. For GNU, you can just use it. For GPL,
your product need to be open source as well. Product like mysql have both
open source and commercial license. Read the license of the product of your
interest, you will know.
l*******r
发帖数: 3799
40
GNU?
t**********g
发帖数: 3388
41
【 以下文字转载自 PDA 讨论区 】
发信人: dsb (大手笔), 信区: PDA
标 题: apple这个公司真是傻逼
发信站: BBS 未名空间站 (Fri Jan 13 12:13:05 2012, 美东)
有次受人之托,我去apple店买手机,他妈的开门前一个小时到,开门时还不让进,还
要发票,发票时还要你当场决定要黑的还是白的,16GB还是32GB,这些票都是不同颜色
的票。发票发了一半就打发后面排队的人回家,我说这么冷的天,人都排了1个小时了
,你至少也发张rain check.
真不知道这种公司几million几million的手机是怎么卖出来的,要么几million的数字
是假的,要么丫的像美国领事馆一样,有意让你们在大街上排队。反正当时我就把我的
票给了别人走了。
他妈的这种公司一点没有基本的商业道德。今天这种刁毛玩意又在中国上演了,下次再
这样干脆把丫的店砸了算了,现在回想起来,想想当年IBM的PC-XT,想想GNU的3个
freedom,当年夹不死被人赶走也不是没道理的。
g**8
发帖数: 4951
42
发信人: go88 (旧友重来), 信区: SanFrancisco
标 题: Re: 中国学生为什么不申请Intern (转载)
发信站: BBS 未名空间站 (Sun Jun 8 22:10:28 2014, 美东)
抱歉我不知道。我完全只是因为今天的帖子“exchange” 才去稍作研究做出了以上的
观察和分析,对亚马逊的其他我并不知道,或许你可以直接问楼上那个老大,呵呵。

==============
不过,既然说到这里,我多说两句。。。就在我今天以上的针对亚马逊的分析中,我注
意到其他一些新闻,类似的分析推理,更进一步加强了我如上的一些看法和观点,只是
出于篇幅和为了强化关于阿三的讨论主题,我就没有给出。不过既然说到,我就一并给
出吧。。。
关于ubuntu和amazon的合作关系,以及,ubuntu和中国官方的合作关系。
先看一个这里有人在抱怨:
内容一:
---------
http://askubuntu.com/questions/361181/aamazonaws-malware-in-my-
Today I found (using wireshark) m... 阅读全帖
h********8
发帖数: 7355
43
【 以下文字转载自 LosAngeles 讨论区 】
发信人: bisontime (Bison), 信区: LosAngeles
标 题: Intern or fulltime Opportunity -- EE or CS
发信站: BBS 未名空间站 (Wed Apr 27 14:12:21 2011, 美东)
This is an entry level position in southern california.
1. Hands on experience with Perl or TCL or Ruby
2. Experience with Linux – Commands, shell etc
3. Experience with GNU make
4. Some JAVA knowledge will be a plus
Candidates need to have working permit: CPT, OPT, or green card.
Company website is: http://embedded-wave.com... 阅读全帖
a**w
发帖数: 267
44
【 以下文字转载自 JobHunting 讨论区 】
发信人: attw (attw), 信区: JobHunting
标 题: Huawei is Recruiting Embedded Firmware Engineer in San Die
发信站: BBS 未名空间站 (Mon May 18 01:12:43 2015, 美东)
Keywords: San Diego, CA; Wi-Fi MAC/Protocols/PCIe; Green Card Holder.
Please feel free to drop me a line here in mitbbs.
Responsibilities:
We are seeking an enthusiastic embedded firmware engineer to be a key team
member in the design, implementation, and verification of SoCs for next
generation wireless communications.
Wor... 阅读全帖
S**********s
发帖数: 766
45
【 以下文字转载自 Faculty 讨论区 】
发信人: SteveFrancis (Steve Francis), 信区: Faculty
标 题: 一个NEU教授20年前写的Being a computer scientist in Hong Kong
关键字: 香港 faculty 教授
发信站: BBS 未名空间站 (Wed Jan 2 15:40:12 2013, 美东)
搜文献的时候不知道怎么找到这篇短文。
不知道这20年过去,又是新升格4所大学,薪水又升又降,又回归中国,此文是否还有
指导意义呢?
Being a computer scientist in Hong Kong
I spent two years in Hong Kong, 1992-1993, as a professor at The University
of Hong Kong (my official title was ``Lecturer,'' which is British for ``
Assistant Professor''). I've written these notes ... 阅读全帖
g**y
发帖数: 46
46
想找Boston 地区的C++ software engineer 的工作, 在Job Hunting 版发过一贴,也
有朋友帮忙提交了简历,但还没收到回复, 在这里再发一贴,希望能得到boston 同胞
的帮助。10月可赴新工作,现在是OPT, OPT可用到2015/01。以下是我的相关背景。
14岁开始编程,考过程序员,弄过五年信息学竞赛,也拿到过一些无关紧要的奖项。后
来学了数学(数值分析与计算),一学就是10年,也有计算机的学位。最近四年,一直
在用C++写程序, 捣鼓过几个也许能称得上大规模和广泛使用的C/C++科学计算软件包
源码,fix过一些bugs, 添加过一些features。 上过蛮多的课, 应用数学和计算机主
要分支的入门导论课程我想我都上过了,但没有哪个行当敢称专家。C/C++数值计算程
序是本行,上学时也当过graduate assistant 写过两年的OpenGL的程序, 不过三年没
碰OpenGL了,细节忘得差不多了,但概念和总体架构也还清晰。其他的软件技术如GPU
CUDA/MPI/OpenMP/TBB 也都用过,了解programming model... 阅读全帖
p********r
发帖数: 1432
47
来自主题: Colorado版 - 三国杀完全标准版下载
正值国庆,为丰富广大人民业余生活,响应群众号召,特放出山寨版三国杀下载.本版为完
全版,包括4张扩展牌,军争篇,神武将和杨修.
本品适用于GNU GENERAL PUBLIC LICENSE,仅供学习研究,不可用于商业用途.不得盗版
,仿冒必究.
下载请到
http://cid-d13715874eaf91c3.office.live.com/self.aspx/.Public/sgs/sgs.zip
b*******e
发帖数: 88
48
来自主题: LosAngeles版 - Intern or fulltime Opportunity -- EE or CS
This is an entry level position in southern california.
1. Hands on experience with Perl or TCL or Ruby
2. Experience with Linux – Commands, shell etc
3. Experience with GNU make
4. Some JAVA knowledge will be a plus
Candidates need to have working permit: CPT, OPT, or green card.
Company website is: http://embedded-wave.com/
If interested, please email your resume to: s******[email protected]
w***t
发帖数: 8175
49
来自主题: NewJersey版 - Senior Software Engineer- NJ job (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: wneat (鲁牛), 信区: JobHunting
标 题: Senior Software Engineer- NJ job
发信站: BBS 未名空间站 (Mon Apr 25 17:53:03 2011, 美东)
General Statement of Duties:
Responsible for architecting and implementing complete software products or
solutions in C/C++ on Windows and Linux platforms.
Essential Functions (includes but is not necessarily limited to):
• Develop architecture and implementation solutions to project
functional and attribute specifications.
• Responsibl... 阅读全帖
X***y
发帖数: 3947
50
来自主题: NewJersey版 - 最近发明一词儿,立此存照
“我比喜洋洋还灰太狼”
【解释】看似苹果对橘子,其实是指兼具两者优点,而且特尊重ld。堪与胡主席批示的
“特别能吃苦、特别能战斗、特别能攻关、特别能奉献”的载人航天精神同辉。
【用法】我在家是5好男银,我比喜洋洋还灰太狼。
【License】GNU
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)