由买买提看人间百态

topics

全部话题 - 话题: parse
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
h******b
发帖数: 6055
1
来自主题: Programming版 - Parse 要关了
脸书还打算做paas吗。
还有一年时间,parse里面的东西就是mongodb, 上面的app如果一年以后还有价值的话
,移植到mean stack很容易。
s********k
发帖数: 6180
2
来自主题: Programming版 - Parse 要关了
AWS刚起来的时候估计也烧钱吧,不过我觉得parse的方向不是很对,应该只提供
backend的
s********k
发帖数: 6180
3
来自主题: Programming版 - Parse 要关了
parse其实独立出来做个公司还是有搞头的,不过难
f*******t
发帖数: 7549
4
来自主题: Programming版 - Parse 要关了
这个人有什么事迹?看上去像是在Google打了几年工然后回国山寨了一个parse
f*******t
发帖数: 7549
5
来自主题: Programming版 - Parse 要关了
知乎上搜了一下,都是他和手下发的软文,恶心。
已经看到有公司在抢客户了,比如 https://rapidapi.com/parse/
m*****u
发帖数: 1342
6
来自主题: Programming版 - Parse 要关了
FB wants to use the resources at Parse to work on something else.
ET
发帖数: 10701
7
来自主题: Programming版 - Parse 要关了
data migration to mongolab stuck. Parse server github 有人提了这个问题。目前
在解决中。
ET
发帖数: 10701
8
来自主题: Programming版 - Parse 要关了
很好的一堆开发者。放parse这不赚钱的busines里的确是浪费了。
l**********n
发帖数: 8443
9
来自主题: Programming版 - parsing file in node: js or python ?
同学,你要parse啥文件?
n*****t
发帖数: 22014
10
来自主题: Programming版 - parsing file in node: js or python ?
憋了半天实在忍不住出来说几句:
楼主显然对 js 很不熟,既然这样啥玩意乘手就整啥玩意,弄一堆歪七歪八的 js 还不
如出门找蟒蛇帮忙,说不定效率更高。其实楼主这情况,干脆 python 离线 parse 算
了,算完扔 DB 里。
说到 node 的并行处理,如果是需要计算资源的可以考虑开 cluster。比如我现在计算
一堆 jpg 的 phash,一堆 worker 领了任务自己算球去,需要注意的是别俩傻老爷们
跟一个小妞较劲。换一个场景,jpg 取 exif 存到 db 去,这玩都卡在 io,开再多
process 也没用。
c******n
发帖数: 16666
11
我知道几个之前用parse的都去firebase了
但是他家价格实在是有点吃不消
我准备啥时候也试一下他家那个pay as you go plan 看看最后账单好看不
c******n
发帖数: 16666
12
parse server 有人用过没
f*******t
发帖数: 7549
13
parse的收费是做慈善,就算功能上有一样的,想找个差不多便宜的基本不可能了
h******b
发帖数: 6055
14
主要是documentation, 感觉很多migration noise, 其实parse server在github上九千
星,非常活跃,很有潜力。
所以可能还是firebase vs loopback二选一。
d*******r
发帖数: 3299
15
这种简单后端有这么难搞么?
要不我们后端码工自己搞一个parse这种平台,卖 restful service 给你们用...
h******b
发帖数: 6055
16
documentation/sample可以直接用现有parse的?
ET
发帖数: 10701
17
with minor tweak. yes

documentation/sample可以直接用现有parse的?
ET
发帖数: 10701
18
客户端你用啥?native ios androd?
还是web?
https://parse.com/tutorials
它加的auentication是做得最好的。没有之一。
w********m
发帖数: 1137
19
dashboard的开发慢于parse server
现在用它做express middleware没有SSL好像还不行
要用UI的话,MongoDB还有其他更好的实现方式
class和object的ACL只要写入MongoDB就可以了
c********k
发帖数: 74
20
我的组之前用Parse,现在在我的建议下准备转去azure mobile services. 如果你是一
直用C#/.NET做开发的,转去azure其实会挺快上手的。
W***o
发帖数: 6519
21
来自主题: Programming版 - 打算上马parse server一个hobby项目了
用parse server example + MONGO LAB + nginx reverse proxy 来做https,测试了一
下,感觉配合
iOS SDK/ JavaScript SDK 很顺手,比自己搭backend还要糙快猛。但是目前不知道以
后会有什么瓶颈,大牛给点建议?
h******b
发帖数: 6055
22
来自主题: Programming版 - meteor和parse server是什么关系?
meteor是一条龙,前后通吃,无论是读是写都是一个object。 前台随便选,angular/
react都可以。他自动给你存后台。
parse server是纯后端,适合移动开发。
建议做一个meteor的todo tutorial。
r******g
发帖数: 43
23
来自主题: Unix版 - [转载] Perl text parsing

should be @test bah.
use file pipe and parse one line each time. something like to get
a line. You don't need to store all the lines in one list variable.
b*******f
发帖数: 2
24
请问那有xml的parse source(bsd 或 linux)可以download,多多多谢
了!!
只要支持xlm 1.0 就行,最好是可重用的类.
再谢谢了.
w******r
发帖数: 55
25
来自主题: XML版 - [转载] XML parsing problem
what do you mean by "doesn't work"? no output at all? or
some error message?
first to make sure you have some important methods for DOM
parser to parse,
like switch(node.getNodeType){case ....; case ....}
all the handlers are not free lunch -- you gotta make them
yourself.
s****o
发帖数: 18
26
来自主题: XML版 - How to parse DTD structure?
I'm a beginner to work with JAXP. Now I need to parse the
DTD
part in a XML file and get its structure, i.e. I want to
know every element's name and type but I don't care its
value. What package and class I can use to do that? Is it
possible to do it with DOM parser?
Thanks a lot for your help!
s****o
发帖数: 18
27
来自主题: XML版 - How to parse DTD structure?
I'm a beginner to work with JAXP. Now I need to parse the
DTD
part in a XML file and get its structure, i.e. I want to
know every element's name and type but I don't care its
value. What package and class I can use to do that? Is it
possible to do it with DOM parser?
Thanks a lot for your help!
S******r
发帖数: 98
28
来自主题: XML版 - parse pgml
Does any one have experience of parsing .pgml file? Am using ZipInputStream
to read the
.pgml entry of an .zargo file. It throws expection saying 'cannot resolve
relative pgml.dtd"
does it mean that pgml.dtd is not in the zargo file? If so, how can I add it?
Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Bear
T***y
发帖数: 458
29
请教parse XML to MySQL,直接用LOAD XML还是XML->Python->MySQL?
thanks!
A*****s
发帖数: 13748
30
一个表格的数据,只能在界面下看,不给导出到excel
能不能从screenshot里parse数值出来?
谢谢!
S*****y
发帖数: 567
31
sure, if u r using c#, try sendkey
then copy the screenshot, then paste to a file and parse.
the paring is bit dirty, but is ok.
c***z
发帖数: 6348
32
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
This is something I am working on and would like to hear if you have any
clue.
Say we have millions of product names, such as "Xbox 360", "Playstation 4",
etc.
We want to extract (tokenize) meaningful information from billions of URLs (
click history), and want to distinguish the 360 in "Xbox 360" (useful) and
the 360 in session ids (garbage).
For example, given
www.amazon.com/nike/running-shoes%09mens/buy?q=abc&x=123&ref=hello%09there
The first 09 is size (keep) and the second 09 is garbage (dr... 阅读全帖
b**L
发帖数: 646
33
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
running-shoes%09mens 不是size9, %dd 是ascii码
所以用regex 应该很容易parse 这些url
c***z
发帖数: 6348
34
来自主题: DataSciences版 - [Data Science Project Case] Parsing URLS
Ah, I just realized that I know too little for URL parse, I will ask the
engineers so that I can ask the question more intelligently.

ref
u*****o
发帖数: 1224
35
来自主题: JobHunting版 - 求讨论一道SYSTEM DESIGN题,CC10.1
我把GAYLE的答案也大概写写,抛砖引玉~~
1) TXT-format
disad: parsing very hard; new data may totally break client's parsing system
2) SQL database
disad: additional server maintenance; client query may be very inefficient
which increase the cost the server has to bear..
data not easy to view, may additional layer to view the data
3) HTML
disad:
parsing entire file is needed
我不太明白PARSING是个什么概念,如果是PREPROCESSING的话,TXT也不难吧,让
CLIENT用PERL, PYTHON来PARSE...还有为什么HTML就得PARSE整个FILE,TXT也需要吧。。
总之这个题是从PARSING, VIEWING, IMPLEM... 阅读全帖
d***a
发帖数: 13752
36
我花了点时间仔细读了下王垠在Google做的东西(他写的真是太啰嗦了)。大致上说,
他做的是把python程序的parse tree简化成AST,然后再在AST上做检索。
基于parse tree或AST的检索,相对于基于正规表达式的检索,优势在于可以用语义信
息。这样不会说用户想找一个函数名,给用户返回一个变量名这样的情况。
用AST而不用原始的parse tree,大致有两个原因:第一AST比parse tree更简化,做好
了可以大大提高检索速度。第二,因为AST的结构简单,后面的分析代码可以做得简化。
这个项目用的都是成熟的技术。Parse tree已经产生好,parse tree到AST的转换也有
现成的算法以及代码可以借鉴。王垠的创新点,应该是在具体AST的设计上。AST的设计
要根据检索的需要来调整,才能达到最好的效果。
在他之前,Google那个小组可能是直接在parse tree上做检索(猜测)。
这个项目,一个合格的做编译器的研究生应该可以在几个月内做出来。
王垠在技术上面应该还可以。不过,他做的这个东西,中规中矩,完全看不出是不是大
牛(大牛也可以做简单的东西)。... 阅读全帖
f******e
发帖数: 206
37
http://www.crunchbase.com/company/parse
https://maps.google.com/maps?q=115+Sansome+Street+San+Francisco,+CA,+94104&
ie=UTF-8&hq=&hnear=0x808580620f6b3de1:0xd0572d0a7df07a3b,115+Sansome+St,+San
+Francisco,+CA+94104&gl=us&ei=pekwUZqWGcK5igKfhYDgCg&ved=0CDMQ8gEwAA
Apply to Parse!
There are two ways to apply to Parse. You can either email j**[email protected] or
you can use the API below. The latter will get your application a lot more
attention.
Please make sure to tell us who you are, what position you'... 阅读全帖
l**n
发帖数: 7272
38
来自主题: Apple版 - Unix的缺陷(ZT)
虽然这里的码工比较少,但是能appreciate coding和programming的朋友也可以看看。
我觉得挺有意思的。
http://blog.sina.com.cn/s/blog_5d90e82f01014k5j.html
我想通过这篇文章解释一下我对 Unix 哲学本质的理解。我虽然指出 Unix 的一个设计
问题,但目的并不是打击人们对 Unix 的兴趣。虽然 Unix 在基础概念上有一个挺严重
的问题,但是经过多年的发展之后,这个问题恐怕已经被各种别的因素所弥补(比如大
量的人力)。但是如果开始正视这个问题,我们也许就可以缓慢的改善系统的结构,从
而使得它用起来更加高效,方便和安全,那又未尝不可。同时也希望这里对 Unix 命令
本质的阐述能帮助人迅速的掌握 Unix,灵活的应用它的潜力,避免它的缺点。
通常所说的“Unix哲学”包括以下三条原则[Mcllroy]:
一个程序只做一件事情,并且把它做好。
程序之间能够协同工作。
程序处理文本流,因为它是一个通用的接口。
这三条原则当中,前两条其实早于 Unix 就已经存在,它们描述的其实是程序设计最... 阅读全帖
z****e
发帖数: 54598
39
所谓的mapreduce的话,其实无非是多线程+切割+不同物理机器上查找的一个实现
找到后把结果反馈最后归并的一个过程,如果对多线程和垮物理机器有点经验的话
其实大同小异,难点主要是这两个,但是都算不上什么特别难的
多线程是编程基础,这个多线程比绝大多数多线程都简单
甚至没有什么并发的冲突,应该不用加任何锁在map的时候,reduce的话应该也不用
垮物理机的调用稍微有些深入,但是网络学得好的话
问题不大,用不了rmi或者corba可以用socket来写,socket学过网络的应该也都会
毕竟这个查找不要求百分百精准,而且对时间的要求也偏低
不象游戏那样要求那么高,这是第一个
第二个是nosql的存储,这个其实可以看成是一个简化的db
也就是不存在有sql和transaction的db系统,只有很少的几个index
所有查询必须通过这个index来做,所以灵活度比不上sql
但是简化的东西没有理由比脚本更难才对,所以学过db的话
这个其实也不是很难,理论上不会比db的sql难,毕竟是简化的东西
如果是搜多引擎的话,定义两个index就差不多了,一个是网站的域名
另外一个是日期,日期排序... 阅读全帖
w***g
发帖数: 5958
40
来自主题: Programming版 - Scala有一点不好
抱着哲学探讨的态度做下面的回复,不是要拆FP community的台,而是试图指出FP目前
存在的问题。
你说I/O compose like monads我觉得还不够接近本质。Monad的一个牛B的应用是它可
以很干净地描述parsing,或者说是处理text composition。你说的I/O composition确
切地指的应该是imperative langauage里的I/O source code composition (Haskell里
的IO就是IO monad,没啥like不like的)。而source code composition只是text
composition的一个特例,所以自然而然也就可以用monad表述了。在haskell里写I/O
monad的过程本质上是一个人肉parse一段假想的imperative code并转换成用monad表出
的中间数据结构(haskell程序)的过程。Monad能用来做I/O不是因为monad能描述I/O本
身,而是下面三点的自然推论:
1. monad能parse text。
2. imperative lang... 阅读全帖
z****e
发帖数: 54598
41
来自主题: Programming版 - 如何快速处理大量网上xml文件?
而且这里如果强行把下载和parse做成两个threads的话
反而有可能更慢,因为下载的速度肯定远慢过parse的速度
前面解释了网络io要比硬盘io以及内存io要慢上至少一个数量级
所以下载完成之前,很容易造成有parse的threads无事可做
然后不停滴check共享的部分里面是否还有新的xml文件
这就浪费了cpu不是?所以这里异步自找麻烦了
干脆就同步,就让它blocked后面的代码
因为下载完成之后显然才可以开始parse
下载都没完成,parse个p
而且同步写起来还简单,不用callback
对于这么简单的需求,我个人认为直接上Thread搞定
三行代码就行了,不用自找麻烦,效率应该反而最高
楼主有兴趣可以对比我最开始说的那三个
Thread t1 = new Thread();
这种方式,然后把下载和parse全部塞进去
应该会超过古德霸那部分代码,试试看,反正都很容易写
f*****h
发帖数: 228
42
给你贴了吧,大家想用都可以
#!/usr/bin/perl -w
#############################################
#Author: Jiang Li
#email: r**********[email protected]
#Creat Time: Tue 23 Oct 2012 01:37:54 PM CDT
#Vanderbilt Center for Quantitative Sciences
#############################################
use strict;
use warnings;
=pod
=head1 SYNOPSIS
Given a genbank format file (.gb), parse its feature parts (mRNA feature to
get exon regions) to get information like transcript id, gene name, etc.,
and store the result in gtf format
=he... 阅读全帖
z****n
发帖数: 26
43
请教大师: 我在RT-N16上按照步骤装完了ASTERISK,但不工作,查了LOG中message发现很
多WARNING不知哪里错了,请指教.Thanks.
[Apr 2 06:50:01] WARNING[3042] xmldoc.c: Couldn't find manager DataGet in
XML documentation
[Apr 2 06:50:01] WARNING[3042] xmldoc.c: Couldn't find manager DataGet in
XML documentation
[Apr 2 06:50:01] WARNING[3042] config.c: parse error: No category context
for line 1 of /opt/etc/asterisk/modules.conf
[Apr 2 06:50:01] WARNING[3042] loader.c: No 'modules.conf' found, no
modules will be loaded.
[Apr 2 06:50:01] WA... 阅读全帖

发帖数: 1
44
上周面试linkedin的前端,杯具了。反馈说是desgin和coding没做好。我百思不得其解
,想问问大家我的回答到底出了什么问题。
design是倒数第二轮,一个刚刚入职不到一年的小女生主试。
题目是设计一个registration real time map for linkedin. 每当有人注册linked,地
图上就会有一个点闪一下。
我首先问她的第一个问题是期望的效果是什么样的,多久刷屏一下,resolution到多少
,闪的点是不是越大代表注册人数越多。她说1秒钟刷屏一次,resolution到post code
,点的大小代表什么你自己说了算。我就说因为很可能同一地区有可能一秒钟内有多人
注册,所以我就用点的大写代表人数。然后我就开始设计api,我说我期待api返回一个
数组,数组里每个元素是一个json object,包含latitude,longitude和人数,我每个1
秒钟call一次这个api。然后她就说这不行,服务器只返回country code和post code,
并且不能够1秒钟call一次,服务器受不了,最多30秒call一次。于是我就改了一下,... 阅读全帖
b*******t
发帖数: 33714
45
“Scarborough fair"是电影《毕业生》的主题曲,歌曲的内容讲了一个在战争中死去
的幽灵,一边擦拭着自己的武器,一边恋恋不舍地拦住路过的商人,请求他们捎去自己
对远方恋人的爱和思念,捎去他永远再也不能实现的诺言。 Scarborough 是英国东海
岸偏北的一座海滨城市。 里面出现了一些香草的名字:欧芹(Parsley)、鼠尾草(
sage)、迷迭香(rosemary)和百里香(thyme)都是当地(Scarborough Fair)著名
的香草,并且有着各自不同的象征意义,这四种植物与死亡有着某种联系, 放到歌词
里,是起到一种点题的抒情作用。
译者(佚名)
问尔所之,是否如适are you going to scarborough fair?
蕙兰芫荽,郁郁香芷parsely sage rosemary and thyme.
彼方淑女,凭君寄辞remember me to one who lives there.
伊人曾在,与我相知she once was a true love of ... 阅读全帖
c********g
发帖数: 1173
46
来自主题: Apple版 - ChineseWeb 偷偷用Proxy?
嗯,说的不错。其实绝大多数人恐怕都不在乎这些。不过让用户明明白白的还是很重要
的。
至于server端parsing的问题,我想你能不能把parsing的template/confirguration
file放到server上,然后再app上用这个template parse。这样的话一旦网站有变化,
你再server端update configuration file就行了。app发现有更新的config file,就
download下来, 然后再用这个config file来parse。我想你八成用regex或xpath来parse
,config file应该不难搞。
p**o
发帖数: 3409
47
来自主题: Programming版 - 简易计算器优先计算级别怎么算?

Alternatively, you can build your own parse tree from ground up. E.g. (
assuming fully parenthesized),
class BinTree (object):
def __init__ (self, root=None, left=None, right=None):
self.root = root
self.left = left
self.right = right
def insert_left (self, obj=None):
self.left = BinTree(obj, left=self.left)
return self.left
def insert_right (self, obj=None):
self.right = BinTree(obj, right=self.right)
return self.right
def tok... 阅读全帖
s******u
发帖数: 501
48
来自主题: Programming版 - 请教一个parser的问题
parsing有用了几十年的现成算法了,像从下到上的LR parsing或者从上到下的LL
parsing,所以算法那块就不用自己去研究了
接下来parsing的library也基本上到处都是,C的bison+yacc,c++的boost spirit,
java的antler,各个常用语言基本都有自己的parsing library
在其次,你这个题目已经有现成的EBNF给你了,用那些library无非就是把这个EBNF照
样写上去,或者改写成某个Domain spcific language,生成代码,自己再处理一下生
成的syntax tree就完事了
z*******n
发帖数: 1034
49
来自主题: MobileDevelopment版 - Facebook is all-in with mobile, CEO Zuckerberg says
Facebook chief executive Mark Zuckerberg made it very clear to the masses
assembled at the F8 developer conference in San Francisco Wednesday: The
company is fully mobile.
“We’re a mobile company now,” Zuckerberg, wearing his trademark T-shirt
and jeans, said to a polite round of applause.
There was also a seismic shift in the way Facebook does things.
The company’s previous motto of “Move fast and break things” has now
morphed into “Move fast with stable infra.”
“It is,” Zuckerberg said, “how w... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)