g*w 发帖数: 289 | 1 【 以下文字转载自 JobHunting 讨论区 】
发信人: muqqq (muqq), 信区: JobHunting
标 题: 2014H1B浮想联翩:高技术非法劳工市场怎么样?
发信站: BBS 未名空间站 (Sun Feb 9 22:16:13 2014, 美东)
据说今年H1B会有20万人申请,名额还是8万多。我就想,为什么H1B可以把拥有
advanced学历的人牢牢限制住?那1100万估计连本科学历都没有,但依然可以靠自己的
辛勤劳作在这里站住脚跟。。。
有时候真的很想豁出去了,凭什么比你晚来两三百年,找个工作都要排队抽签看脸色。
凭什么起早贪黑辛勤工作的我随时可能被你贴上一个“非法移民”的标签,而你却可以
继续合法的好吃懒做不劳而获?
没有读过美国宪法,但凭感觉我相信制定宪法的美国先先们如果看到今年的美国,他们
也许会加上一条“这片土地上的任何有都有追逐自己的梦想的自由,只要他不侵犯别人
追逐梦想的权利”
我就想问一下,如果真的被他们贴上了非法移民的标签,advanced STEM degree加上2
年big data工作经验,湾区Startup会在意我是非法的吗... 阅读全帖 |
|
a*****p 发帖数: 1285 | 2 public class MouseComponent extends JComponent {
public MouseComponent() {
shapes = new ArrayList();
lines = new ArrayList();
bounds = new ArrayList();
current = null;
startpoint = null;
endpoint = null;
isSelected = false;
eraserSelected = false;
cursorPointer = false;
isLine = false;
clear = false;
filled = false;
shapeIndex =... 阅读全帖 |
|
b****u 发帖数: 1130 | 3 我用python 而不是JAVA,但是这两个语言也差不多:
类似于multithread,由主线程控制子线程,主线程可以打开并运行多个子线程,控制子
线程。
那么在主程序中,运行到某语句,该语句是一个子程序,子程序是打开一个terminal,
并运行iperf -su (就是服务器端听)。然后该程序不会在这里hang住,而是接着执行
下一条语句,这条语句又是一个子程序,子程序打开一个terminal,并运行iperf -c (
就是客户端连接等等)。程序也不会在这里hang住,而是接着执行下一条语句。
大家明白我的意思了吗?如果用multithread实现很容易,但decouple不好,我不会采用
那么如果使用.batch文件,每个terminal的执行放在一个.py文件,然后
a.py &
b.py &
可能也能实现,但我不希望用这种方式。
我希望使用process,就是上述方法来实现,求帮忙 |
|
t******a 发帖数: 1200 | 4 原创,客户端GUI是用 Python 的 tkinter 用两个小时时间写出来的,比较
简陋,但优点是跨平台,可以在一切安装了 Python 的 OS, 比如 Windows XP/
Vista/7, Linux, Mac OS X, BSD 上运行.
从如下连接下载程序到本地后直接运行即可。 短期内会推出基于 Browser/AJAX,
可在 iPhone, Android 上运行的版本.
http://cwritepad.appspot.com/public/cwritepad.py
服务器端基于 Google Application Engine. 想了解如何调用识别服务,请查看
cwritepad.py 的源代码。
更新:
不需要下载任何东西,直接在浏览器里书写的 AJAX 版本
http://cwritepad.appspot.com/public/cwritepad.html
谢谢.
补充说明 -
1. 看回帖似乎很多用户不知道如何运行下载下来的 cwritepad.py 现简要说明如下
Windows 用户请通过如下链接下载并安装 Python, 然后双击 cwritep |
|
s****h 发帖数: 921 | 5 有一个multi_sc_test.py文件,被多次调用。
偶尔会出现问题:
File "D:\ERCOT\sc\Noise\multi_sc_test.py", line 7, in multi_sc_test
os.environ['PATH'] += ';C:\\Program Files\\PTI\\PSSE31\\PSSBIN'
File "C:\Python25\lib\os.py", line 432, in __setitem__
putenv(key, item)
OSError: [Errno 0] Error
这个是什么错误? |
|
I*******e 发帖数: 1879 | 6 ☆─────────────────────────────────────☆
ludovic (荷叶粉蒸肉) 于 (Fri Mar 13 13:59:18 2009) 提到:
我的程序需要动态的加载一些库。
需求是这样的,程序会扫描一些目录,如果发现存在某个特定的 .py文件,就要加载这
个.py中的一个库,然后运行代码。然后,需要卸载这个库,再继续搜索下一个目录。
具体大概是这么个形式:
for dir in dirList:
if os.path.isfile(dir + "/lib.py"):
# Load the lib
#Run some code to generate output
# unload the lib(as all these libs have the same name)
请问这里的动态加载卸载怎么解决?
加载部分,import XXX中的XXX似乎不能含有路径(路径只能从PYTHONPAT |
|
c**y 发帖数: 172 | 7 Anyone can explain why the second output is 0, rather than 1.
========================================
#include
#include
#include
using namespace std;
int main() {
const int x = 0;
int const *py = &x;
int *px = const_cast(&x);
cout << *px << endl; // output 0
*px = 1;
cout << x << endl; // output 0, I don't understand
cout << *px << endl; // output 1
cout << *py << endl; ... 阅读全帖 |
|
f*******8 发帖数: 3612 | 8 这是一个将RFC 文件转换成 kindle格式的程序,
来自:
https://github.com/pingwin/RFC-2-Kindle
我是windows上的python 2.71, 运行完全仿照该网站的要求
结果出来是找不到font MONOSPACE, 不知道MONOspace是不是个字体库或别的什么。
running output:
D:\>rfctxt2kindlehtml.py -i rfc791.txt -o rfc791.html && ./ki
ndlegen rfc791.html
Unable to find font: /usr/share/cups/fonts/Monospace
Convert IETF RFC TXT file to HTML for kindlegen
-h --help This message
-v verbosity
-i --input input file
-o --output output file
-f --font font file to use for monospace ... 阅读全帖 |
|
S*******s 发帖数: 13043 | 9 I got an error if I want to run test.py:
@singleton
NameError: name 'singleton' is not defined
if I combine the two files, it would be fine.
what is right way to import decorator?
#in module Singleton.py
def singleton(theClass):
""" decorator for a class to make a singleton out of it """
classInstances = {}
def getInstance(*args, **kwargs):
""" creating or just return the one and only class instance.
The singleton depends on the parameters used in __init__ """... 阅读全帖 |
|
F****3 发帖数: 1504 | 10 报错是这样的:
File "GeoIPcity.py", line 10, in
print >> g, gi.cityby_name(x)
File "build/bdist.linux-i686/egg/pygeoip/__init__.py", line 551, in org_by
_name
File "build/bdist.linux-i686/egg/pygeoip/__init__.py", line 412, in _
gethostbyname
socket.gaierror: [Errno -5] No address associated with hostname
这个是不是ValueError啊?其他的我不知道了。。。请问还有可能是什么种类的
exception我可以一个一个套。用的是geoip的包。
太谢谢了! |
|
f********s 发帖数: 526 | 11 我装了一下装不上, ./configure没问题, 但是接下来用make的时候, 系统提示这个错
误, 大牛给看看, 咋办啊? 多谢啦~
.....
copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/
Tools/scripts/2to3 -> build/scripts-3.4
copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/
Tools/scripts/pyvenv -> build/scripts-3.4
changing mode of build/scripts-3.4/pydoc3 from 664 to 775
changing mode of build/scripts-3.4/idle3 from 664 to 775
changing mode of build/scripts-3.4/2to3 from 664 to 775
changing mode of build... 阅读全帖 |
|
w*s 发帖数: 7227 | 12 This is what i suspect, python os.system( ) doesn't come back sometimes.
i have loop.py, it's very simple
for x in range(0, 10000):
rc = os.system("my_other_script.py")
time.sleep(10)
os.system("linux_cmd_to_turn_off_my_other_script")
Coming back from weekend, i don't see outputs from my_other_script.
When i manually run "linux_cmd_to_turn_off_my_other_script",
my_other_script seems alive again.
so i was thinking what happens if this line never come back ?
rc = os.system("my_othe... 阅读全帖 |
|
|
|
|
|
|
|
|
|
|
m***r 发帖数: 359 | 22 Python日报 2015-02-11
@好东西传送门 出品, 过刊见
http://py.memect.com
订阅:给 [email protected]
/* */ 发封空信, 标题: 订阅Python日报
更好看的HTML版
http://py.memect.com/archive/2015-02-11/short.html
1) 【《Raspberry Pi开发实战》】 by @成华区学无涯书社
关键词:书籍, 硬件
每日新书:《Raspberry Pi开发实战》在本书中,你将会看到许多与树莓派相关内容的
示例,包括如何配置和使用树莓派;如何使用Python编程语言;如何用树莓派连接传感
器、显示器和电机等设备。本书还包括一章介绍如何让树莓派与Arduino开发板一起工
作的内容。包含大量的接口板和软件实例的介绍。
2) 【免费公开课视频ython运维自动化】 by @51CTO官方微博
关键词:运维, 课程
【高级运维和Python运维自动化分享课程】Python:主题《自动化运维之路》(1.5小
时);Linux运维主题:《什么是真正的运维自动化?—高级架构师... 阅读全帖 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
m***r 发帖数: 359 | 36 Python日报 2015-03-02
@好东西传送门 出品, 过刊见
http://py.memect.com
订阅:给 [email protected]
/* */ 发封空信, 标题: 订阅Python日报
更好看的HTML版
http://py.memect.com/archive/2015-03-02/short.html
1) 【解读IPython3新特性】 by @python产品开发
关键词:Python3, 博客
IPython3的时代到来了, 作为150个贡献者中的一个, 我也很惊讶来的这么快, 我写了
篇blog对其中最重要的内容做了解释. [1] @好东西传送门 @ZoomQuiet @开发者头条 @
WEB开发者
[1] http://www.dongwm.com/archives/ipython3shi-dai-dao-lai/
2) 【Python下用Pandas读取和分析数据的一组实际例子】 by @爱可可-爱生活
关键词:工具, 库, 数据科学, 资源, IPython, 计算, 课程
[IPN]《Pandas in a Hurry》 [1... 阅读全帖 |
|
|
|
|
m***r 发帖数: 359 | 40 Python日报 2015-03-02
@好东西传送门 出品, 过刊见
http://py.memect.com
订阅:给 h*[email protected] 发封空信, 标题: 订阅Python日报
更好看的HTML版
http://py.memect.com/archive/2015-03-02/short.html
1) 【解读IPython3新特性】 by @python产品开发
关键词:Python3, 博客
IPython3的时代到来了, 作为150个贡献者中的一个, 我也很惊讶来的这么快, 我写了
篇blog对其中最重要的内容做了解释. [1] @好东西传送门 @ZoomQuiet @开发者头条 @
WEB开发者
[1] http://www.dongwm.com/archives/ipython3shi-dai-dao-lai/
2) 【Python下用Pandas读取和分析数据的一组实际例子】 by @爱可可-爱生活
关键词:工具, 库, 数据科学, 资源, IPython, 计算, 课程
[IPN]《Pandas in a Hurry》 [1] 2015 San Dieg... 阅读全帖 |
|
|
|
|
|
|
|
|