I thought this was pretty cool, She hasn't replied with the registration link yet but when she does I'll post it. Cal Note: forwarded message attached. ...
Heres the registration link and info for the talk at Google. Cal Note: forwarded message attached. __________________________________________________ Do You...
... Wed 22 Feb...the same day as a Drexel award thing I am obliged to attend, and, incidentally, a very cool sounding nano talk at Penn. *Sigh*. Have fun, let...
I think the timing is pretty good, as I believe we can make it back to philly on septa/new jersey transit as long as we leave new york by 10:24. I'll be taking...
Philly PUG, I hope this isn't too egregious a violation of your group, but your sister PUG down in North Cackalacky thought you might want to know about this....
Hey all I was just reading up on writing text editor widgets (as that's the next step in dtk [1]), and came across the buffer() function and buffer objects in...
... http://www.cgl.ucsf.edu/home/sparky/Python-Docs-2.3.3/api/bufferObjects.html . Basically, the buffer interface was used to pass raw bytes back and forth in...
... Ok, gotcha... not what I thought it might be. ... Well -- I want something that's a string-like object, not a file-like object, but which does smart things...
... Why not just use a python list? Lists are super quick and support inserting at an arbitrary place s = list('this is the string you want to modify') ... ...
As I alluded in the buffer() thread, I've been working for... probably close to two years now on a high level "GUI" for the terminal which I call dtk...despite...
... ['a', 'x', 'y', 'z', 'b', 'c'] that shifts the 'bc' portion of the string over three times -- if list is implemented as an array (I think it is -- right?)...
... I happen to have an emacs clone written in python that I'm using and working on. I found splitting files on newlines and then storing lists of strings to...
Erik Osheim
erik@...
Feb 19, 2006 12:58 am
107
... I'm not even that convinced that it's possible to gain the memory efficiency buffer-gapped strings give in a pure-Python module... if you have a list, l =...
... The thing to remember is that if you have a 5,000 entry list of the string "abracadabra" and you check memory allocation, python has only allocated the...
Erik Osheim
erik@...
Feb 20, 2006 4:40 am
109
... I'm _really_ curious about this python emacs clone. Have you released it yet? I think it would be absolutely fabulous to replace lisp macros with python...
... Well, I am a little reluctant to "release" it just yet since the interfaces are not stable and it doesn't have a lot of the "meta" editor features that you...
Erik Osheim
erik@...
Feb 20, 2006 7:19 am
111
So I'm working on a student facebook program here at Swat, and I want to use a single search field on the page, but still allow people to search within...
I think we should have another meeting soon, So this leaves us with the need for a speaker. If anyone would like to give a talk please let me know. I like...
... John and Kai will have the talk, they've been preparing so I think we're good. We just have to set a date... -Cos -- GPG key fingerprint = DE9F 4664 E666...
Cosmin Nicolaescu
cos@...
Mar 3, 2006 4:36 pm
114
... Be sure to publicize this one on the PhillyOnRails list so that we can show up in force. :) (I'm sure we can contribute a Rails speaker too if you want to...
For what it is worth, the place I work (The Benefit Bank, near Broad St. and Bainbridge) has recently said they want to sponsor various open-source groups who...
Erik Osheim
erik@...
Mar 3, 2006 4:58 pm
116
I love the idea of a joint meeting I think April would give enough time to get both sides prepared. Cal ... __________________________________________________ ...
If it's after April 3 and not a Tuesday, I can again offer (subject to room availability) Hill Seminar Room at Drexel. On the other hand, I'm very happy to let...
I've also put in a request for information on reserving space at a new building at Temple (http://techcenter.temple.edu/). Besides being a very nice building,...
... Hash: SHA1 If there's any interest, I could speak a bit about an MVC framework that I'm using and contributing to called CakePHP, which is heavily based on...