Search the web
Sign In
New User? Sign Up
squeak
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 101317 - 101346 of 143014   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
101317
... Thanks very much Dave. I figured most of it. The bit that got me was the IOHandle that setNonBlocking wanted was a fileID. I am actually reading audio...
Cowdery, Bob [UK]
Bob.Cowdery@...
Send Email
Jan 1, 2006
10:01 am
101318
I am reading a sequence of bytes from a pipe. The data is actually 32 bit float values. Is there an easy and efficient way to convert the byte array to a float...
Cowdery, Bob [UK]
Bob.Cowdery@...
Send Email
Jan 1, 2006
12:03 pm
101319
... it is MC's behavior: after loading, MC goes over the added method definitions and evaluates those that are defined on the class side and have selector...
Adrian Lienhard
adi@...
Send Email
Jan 1, 2006
1:33 pm
101320
Dear Squeakers, A happy 2006! May the Gods of Smalltalk finally prevail over the dark-roasted side this year ;-). Recall that I proposed, just before xmas, to...
Cees De Groot
cdegroot@...
Send Email
Jan 1, 2006
2:32 pm
101321
Hi Cees, Let's hope a bright 2006 for Squeak and Smalltalk in general! Your idea sounds good and logical. The problem I see is finding someone to lead the...
Juan Vuletich
jmvsqueak@...
Send Email
Jan 1, 2006
3:26 pm
101322
... This may sound like a dumb statement from a management 101 book, but "leading a team" does not equal "doing all the team's work". If you are the only one...
Cees De Groot
cdegroot@...
Send Email
Jan 1, 2006
3:45 pm
101323
... [...] ... Me too, regarding your proposal and best wishes for 2006. /sge -- How wonderful it is that nobody need wait a single moment before starting to...
Steven Elkins
sgelkins@...
Send Email
Jan 1, 2006
4:09 pm
101324
http://kilana.unibe.ch:8888/Graph/Collections-Graphs-sam.19.mcz appears to be a 3.7 release. It depends on two other packages - one for iterators, one for...
Peter Crowther
Peter@...
Send Email
Jan 1, 2006
4:56 pm
101325
... Do this: WorldState addDeferredUIMessage: ["display your intermediate results"] It's perfectly OK to run background processes as you describe. All you need...
David T. Lewis
lewis@...
Send Email
Jan 1, 2006
6:59 pm
101326
... I have been working on it, on and off. It's not as far along as I'd like it to be. I've been able to: set up the plugin to make it and test it (the hardest...
Brad Fuller
brad@...
Send Email
Jan 1, 2006
7:30 pm
101327
... FYI, the "IOHandle" nomenclature comes from the IOHandle package (on Squeak Map). This factors out the low level IO from the file stream and socket...
David T. Lewis
lewis@...
Send Email
Jan 1, 2006
8:15 pm
101328
... Hash: SHA1 ... Hi Bob, If I had the testing file you have, I would try to do this: Float fromIEEE32Bit: (Integer byte1: stream next byte2: stream next ...
Matej Košík
kosik@...
Send Email
Jan 1, 2006
9:38 pm
101329
Convert these bytes into a 32 bit integer first (e.g., with endian conversion if necessary) and then use Float fromIEEE32Bit: value. And that is of course...
Andreas Raab
andreas.raab@...
Send Email
Jan 1, 2006
9:51 pm
101330
An important bug fix is now ready to be published into squeak. The morphic team has looked at it and the hitch is that not all of the fix fits into morphic. ...
Peace Jerome
peace_the_dreamer@...
Send Email
Jan 1, 2006
11:16 pm
101331
Hi Cees - I think there are some areas where this can work but you have to be careful to group the right things together. Like, for example, Morphic and MVC...
Andreas Raab
andreas.raab@...
Send Email
Jan 1, 2006
11:47 pm
101332
Hi All A while back I requested that someone produce a version of the image with a comprehensive changefile: ...
Peace Jerome
peace_the_dreamer@...
Send Email
Jan 1, 2006
11:48 pm
101333
Can anyone comment on how much work would be involved in 1) Adding a new 32bit field to the object header 2) Adding a new immediate type like integer,...
Joerg Beekmann
joerg@...
Send Email
Jan 2, 2006
7:32 am
101334
... Hash: SHA1 ... Hi Jerome If I opened the "Monticello Browser". There is a "ST80" package (btw. it brings CustomMenu to the image). Beside each of the...
Matej Košík
kosik@...
Send Email
Jan 2, 2006
8:43 am
101335
Hi people! ... And being the Network team leader I would not object to such a merge. :) The areas do intersect quite a bit and are on the same conceptual level...
goran@...
Send Email
Jan 2, 2006
8:58 am
101336
... Good question. I think this might be a nice task for something like SqueakMap. Or maybe we could setup <packageInfo>@squeak.org forwarding to the...
Cees De Groot
cdegroot@...
Send Email
Jan 2, 2006
10:04 am
101337
... Well, the idea is to move towards a model where all patches/bugreports etcetera in Mantis land with anyone team, the teams modify the code, and the...
Cees De Groot
cdegroot@...
Send Email
Jan 2, 2006
11:01 am
101338
... like ... finding ... plugin ... BTW. ... Thanks for the update Brad. Real work often gets in the way unfortunately. I have a huge work schedule this year...
Cowdery, Bob [UK]
Bob.Cowdery@...
Send Email
Jan 2, 2006
11:07 am
101339
... Nasty. I tried it back in the 2.2 days, and failed. My biggest problem was getting the garbage collector stable. ... Also nasty - there aren't any more...
Peter Crowther
Peter@...
Send Email
Jan 2, 2006
11:40 am
101340
... Lukas did an improved version of the testrunner: http://lists.squeakfoundation.org/pipermail/squeak-dev/2005-October/ 096558.html I will merge this in the...
Marcus Denker
denker@...
Send Email
Jan 2, 2006
3:13 pm
101341
... I do have the passwd for the update stream.. but the question is how to manage that. If we make a 3.8.1, it would make a lot of sense to at least get all...
Marcus Denker
denker@...
Send Email
Jan 2, 2006
3:19 pm
101342
... Hash: SHA1 Hi, I know select/case statements is not desired in the squeak community and I understand why (it's often a wrong modelisation). But I put an...
Damien Cassou
damien.cassou@...
Send Email
Jan 2, 2006
3:20 pm
101343
Hi I'm looking for an easy wayto run a set of unit tests. The SUnit Test Runner does not allow me to do this. I can only filter by class name which is not...
Martin Kuball
martinkuball@...
Send Email
Jan 2, 2006
3:27 pm
101344
Hi! ... Let me repeat myself a bit: For every Steward team there should be an SM package with a PI field filled in, like the Network team has: ...
goran@...
Send Email
Jan 2, 2006
3:43 pm
101345
... Thanks Peter, I am not aware of compact classes so I'll have a look. -- Joerg Beekmann DeepCove Labs 4th floor 595 Howe Street Vancouver, BC, V6C 2T5 ...
Joerg Beekmann
joerg@...
Send Email
Jan 2, 2006
5:56 pm
101346
... Hans-Martin I read the post and this looks encouraging. One think I noticed the comment " SmallCharacters and other funny and useful things are left as an...
Joerg Beekmann
joerg@...
Send Email
Jan 2, 2006
6:03 pm
Messages 101317 - 101346 of 143014   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help