So it looks like a useful service :)
> Websense categorizes "association.pharo.org" as "sex".
>
>
> On Fri, Jan 31, 2014 at 10:56 AM, Pharo4Stef wrote:
> Another week of improvements
>
> http://association.pharo.org/web/weekly/Commits-Jan-3
>
> stef
>
Hi,
My slides for Fosdem are online (Pharo3, Pharo4 later)
http://www.slideshare.net/MarcusDenker/pharo3-at-fosdem
http://marcusdenker.de/talks/14Fosdem/2014-FOSDEM-Pharo3.pdf
Am 31.01.2014 um 20:21 schrieb blake :
> Websense categorizes "association.pharo.org" as "sex".
>
That should help attract new people :)
Norbert
>
> On Fri, Jan 31, 2014 at 10:56 AM, Pharo4Stef wrote:
> Another week of improvements
>
> http://association.pharo.org/web/weekly/Commits-J
Pharo4: Plans and Dreams
http://www.slideshare.net/MarcusDenker/2013-fosdempharo4
http://marcusdenker.de/talks/14Fosdem/2013-FOSDEM-Pharo4.pdf
Kilon
I can probably help you as it was in a Smalltalk application that I
developed in the early 1990s, ObjectiveFM, for my doctoral dissertation
and later was a commercial product. The method is below and it is for a
cubic Bezier spline. I am considering add a GIS package to Pharo and
would
It would seem that the infrastructure for Unicode is in place, but there
seems no apparent way to load Unicode fonts. The code example for
loading TrueType does not work. Can some one point me to documentation
on how to load Unicode?
Thanks.
Bob williams
Bob,
If you enable TrueType in the System Settings and then select Arial Unicode MS
as font you get a very wide set. This works for me on Mac OS X. I guess you
could try to find, install and load any font with a large Unicode coverage.
What we lack today is a mechanism for transparently and aut
Ben,
On 30 Jan 2014, at 14:33, b...@openinworld.com wrote:
> I'd like to know what a "bare Zinc delegator" is.
He refers to Zinc-REST, an optional micro framework on top of Zinc HTTP
Components. This is loadable as group 'REST' from
ConfigurationOfZincHTTPComponents.
You create subclasses und