Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Hernán Morales Durand
Cool project! Let me know how do you go. Cheers, Hernán 2014-10-15 2:02 GMT-03:00 Evan Donahue : > Certainly, thanks for the curiosity. > > I am processing natural language statistics over the entire wiki corpus, > not querying for specific entries. The information and entries aren't > important

Re: [Pharo-users] [Bulk] Trouble opening large files

2014-10-14 Thread Yanni Chiu
On Oct 15, 2014, at 1:02 AM, Evan Donahue wrote: > > I am processing natural language statistics over the entire wiki corpus, not > querying for specific entries. The information and entries aren't important > so much as the raw quantity of words. A simple stream through a file on disk > is

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Evan Donahue
Certainly, thanks for the curiosity. I am processing natural language statistics over the entire wiki corpus, not querying for specific entries. The information and entries aren't important so much as the raw quantity of words. A simple stream through a file on disk is all I need. Thanks, Evan O

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Hernán Morales Durand
2014-10-13 21:27 GMT-03:00 Evan Donahue : > Hello, I've run into some odd behavior and wanted to check whether I might > be missing something: > > I have downloaded a copy of the english wikipedia as an xml file and am > hoping to (sax) parse it. However, I can't even seem to get pharo to > recogn

Re: [Pharo-users] Copy/past doesn't work sometimes in Chrome semifixed

2014-10-14 Thread Peter Uhnák
I think I found a solution. But first the problem, which preferably would be fixed in the Pharo VM but I have no idea how to contribute there or if this is actually correct/wrong: After a lot of debugging and trying to figure out why paste from Google Chrome(ium) isn't working in Linux I found out

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Nicolai Hess
Easiest way: download the generated source from http://files.pharo.org/vm/src/vm-unix-sources/blessed/ 2014-10-14 22:35 GMT+02:00 Evan Donahue : > 64 bits! That makes sense. I don't generally work with large files either. > I have been getting my vm from get.pharo.org, so I will need to get the >

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Evan Donahue
64 bits! That makes sense. I don't generally work with large files either. I have been getting my vm from get.pharo.org, so I will need to get the source to build the vm in the first place. A quick survey over the last few hours has revealed a multitude of vms, projects, platforms, repositories, an

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Evan Donahue
The OS is Arch Linux. I can read the file with less. The problem, insofar as I can trace it, seems to stem from this line in UnixStore: Primitives lookupDirectory: encodedPath filename: encodedBasename When I have my 57G file there this line returns nil. If I move the 57G file and create a smal

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-14 Thread DiegoSanchez
Image --- C:\Pharo3.0\ide-feedback.image Pharo3.0 *Latest update: #30858* Unnamed On 14 October 2014 12:05, Ben Coman [via Smalltalk] < ml-node+s1294792n4784535...@n4.nabble.com> wrote: > DiegoSanchez wrote: > > I'm using Pharo 3.0 image > > (http://files.pharo.org/image/30/Pharo-Image-3.0-

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-14 Thread Ben Coman
DiegoSanchez wrote: I'm using Pharo 3.0 image (http://files.pharo.org/image/30/Pharo-Image-3.0-latest.zip) That link changes from day to day. Can you report... World Menu > System > System Reporter > Image > Latest update. -ben On 14 October 2014 03:25, stepharo [via Smalltalk] <[hidden ema

Re: [Pharo-users] ZipFileMember>>contentStream has leading characters

2014-10-14 Thread DiegoSanchez
I'm using Pharo 3.0 image ( http://files.pharo.org/image/30/Pharo-Image-3.0-latest.zip) On 14 October 2014 03:25, stepharo [via Smalltalk] < ml-node+s1294792n4784442...@n4.nabble.com> wrote: > > On 13/10/14 01:31, DiegoSanchez wrote: > > Hi everybody! This is my first post > > Welcome :) > In wh

Re: [Pharo-users] Trouble opening large files

2014-10-14 Thread Nicolai Hess
2014-10-14 6:38 GMT+02:00 Evan Donahue : > Hi, thanks for the reply. > > The response is the same: "MessageNotUnderstood: > False>>humanReadableSIByteSize." > > This happens both to print-it as well as to do-it-and-go. Running the > command on the neighboring "wiki.torrent" torrent file yields the

Re: [Pharo-users] "Tabular" announcement: support of Excel/Calc spreadsheets formats

2014-10-14 Thread Ben Coman
Юрий Мироненко wrote: Couple years after failing of the last, GSoC-powered effort to implement Excel/Calc support, I come to the point when I need it desperately. Therefore I started Tabular (ss3.gemstone.com/ss/Tabular.html ) package. It's now very ea

Re: [Pharo-users] "Tabular" announcement: support of Excel/Calc spreadsheets formats

2014-10-14 Thread p...@highoctane.be
Loaded fine in my 3.0 and got the XLSX sample in $HOME. Great to have something like this! Phil On Tue, Oct 14, 2014 at 10:39 AM, Юрий Мироненко wrote: > Couple years after failing of the last, GSoC-powered effort to implement > Excel/Calc support, I come to the point when I need it despera

[Pharo-users] "Tabular" announcement: support of Excel/Calc spreadsheets formats

2014-10-14 Thread Юрий Мироненко
Couple years after failing of the last, GSoC-powered effort to implement Excel/Calc support, I come to the point when I need it desperately. Therefore I started Tabular (ss3.gemstone.com/ss/Tabular.html) package. It's now very early stages, and exporting code is quite dirty - but it works as proof