[Pharo-users] Log4s for Pharo

2013-06-12 Thread Donald
Instantiations has open sourced its Log4s logging framework under the MIT license. It runs on Pharo 2. http://ss3.gemstone.com/ss/Log4s.html/Wiki -- Donald [|] A bad day in [] is better than a good day in {}

Re: [Pharo-users] #stable not defined

2013-06-12 Thread Thomas Worthington
On Wed, 12 Jun 2013 07:03:46 +0100, Stéphane Ducasse wrote: Thomas Worthington-2 wrote I'm still trying to get to the point where I can produce a working application and be familiar with how things work in a proper, modern OO system. I'm employed during the day as a PHP-programmer and

Re: [Pharo-users] Zinc: Posting aString

2013-06-12 Thread Sean P. DeNigris
Sven Van Caekenberghe-2 wrote > client > contents: ' > > .. > > '; > contentType: ZnMimeType applicationXml; Thanks! That did the trick :) - Cheers, Sean -- View this message in context: http://forum.world.st/Zinc-Posting-aString-tp4693047p4693050.htm

Re: [Pharo-users] Zinc: Posting aString

2013-06-12 Thread Sven Van Caekenberghe
Ha, my favourite User(™), On 12 Jun 2013, at 18:08, "Sean P. DeNigris" wrote: > In the Jenkins REST API, you create a new job by posting a config.xml to > http://server_url/createItem?name=NewJobName > > Using an existing template file was easy enough: > ZnClient new > url: restUrl; >

[Pharo-users] Zinc: Posting aString

2013-06-12 Thread Sean P. DeNigris
In the Jenkins REST API, you create a new job by posting a config.xml to http://server_url/createItem?name=NewJobName Using an existing template file was easy enough: ZnClient new url: restUrl; queryAt: 'name' put: aString; uploadEntityFrom: '/path/to/config.xml'; c

Re: [Pharo-users] auto-format on save/display in pharo 2?

2013-06-12 Thread Sven Van Caekenberghe
On 12 Jun 2013, at 16:52, Paul DeBruicker wrote: > On linux the format shortcut is alt+shift+u > > so probably cmd+shift+u on mac. Yes it is ! And I didn't know that, thanks ! Sven

Re: [Pharo-users] auto-format on save/display in pharo 2?

2013-06-12 Thread Paul DeBruicker
On linux the format shortcut is alt+shift+u so probably cmd+shift+u on mac. On 06/12/2013 05:21 AM, Mariano Martinez Peck wrote: > hheheh sorry, I forgot to be clearer ;) > I was asking a shortcut for that, besides the menu entry :) > Thanks sven! > > > On Wed, Jun 12, 2013 at 9:18 AM, Sven

Re: [Pharo-users] minimal headless pharo2 for CentOS

2013-06-12 Thread LogiqueWerks
re: headless Kernel-Gofer-2.0 thanks folks ! > top -a reports a huge Virt jump, but the actual resources consumed by KernelGofer are much less than the python 2.6.6 that I have running a minimal Flask web server on this 32-bit CentOS 6.2 i686 VPS - so that is REALLY promising ! CPU cycles look

Re: [Pharo-users] auto-format on save/display in pharo 2?

2013-06-12 Thread Benjamin
Write a Nautilus plugin :P Ben On Jun 12, 2013, at 2:10 PM, Mariano Martinez Peck wrote: > And what about the simple "format" which used to be with ctrl+r ? Is it > somehow available in Nautilus in Pharo 2.0? > > > On Wed, Jun 12, 2013 at 4:31 AM, Guillermo Polito > wrote: > I'd love to h

Re: [Pharo-users] minimal headless pharo2 for CentOS

2013-06-12 Thread Robert Shiplett
Oh, disk size is NOT the issue ! ;-) On 12 June 2013 08:12, LogiqueWerks wrote: > If it is not under 50Mb with min packages + my classes, then I think no > one in the minimalist camp is going to look at my efforts ( this is my > "emit Curl markup" as alternative-to-HTML project for learning Ja

Re: [Pharo-users] auto-format on save/display in pharo 2?

2013-06-12 Thread Mariano Martinez Peck
And what about the simple "format" which used to be with ctrl+r ? Is it somehow available in Nautilus in Pharo 2.0? On Wed, Jun 12, 2013 at 4:31 AM, Guillermo Polito wrote: > I'd love to have a setting enabling that! <3 > > > On Tue, Jun 11, 2013 at 11:39 PM, Stéphane Ducasse < > stephane.duca.

Re: [Pharo-users] minimal headless pharo2 for CentOS

2013-06-12 Thread Norbert Hartl
Am 12.06.2013 um 13:12 schrieb LogiqueWerks : > If it is not under 50Mb with min packages + my classes, then I think no one > in the minimalist camp is going to look at my efforts ( this is my "emit Curl > markup" as alternative-to-HTML project for learning Japanese kanji via > personalized mn

Re: [Pharo-users] Topic search - Learn programming with Smalltalk

2013-06-12 Thread Stéphane Ducasse
Yes this book is interesting. Now this is several time I contacted steven wessels to know if he is interested about a port to pharo and about the license but he never replied to me (while I tried to help him finding for jobs in the past). So I cannot interact with people not even replying to mail

Re: [Pharo-users] minimal headless pharo2 for CentOS

2013-06-12 Thread LogiqueWerks
If it is not under 50Mb with min packages + my classes, then I think no one in the minimalist camp is going to look at my efforts ( this is my "emit Curl markup" as alternative-to-HTML project for learning Japanese kanji via personalized mnemonics. ) The first image would be to parse Yaml and emit

Re: [Pharo-users] Topic search - Learn programming with Smalltalk

2013-06-12 Thread Bernat Romagosa
I remember learning a lot and having a lot of fun with the Laser Game tutorial . I'm not sure it'll still work in newer Pharo/Squeak images though... In Squeak, maybe. In Pharo, I seriously doubt it :) 2013/6/12 basilmir > Are there any good books or

[Pharo-users] Topic search - Learn programming with Smalltalk

2013-06-12 Thread basilmir
Are there any good books or resources focused on *mainly* Learning Programming. (with Smalltalk would be a great bonus) I'm not looking for yet another class, syntax, other language compare etc... Just one of those books that's filled with real exercises and medium sized programs that you get to a

Re: [Pharo-users] SVN client and latex parser, are any there?

2013-06-12 Thread Camillo Bruni
On 2013-06-12, at 09:52, Guillermo Polito wrote: > The problem is myself! I forgot stuff, I forgot to commit figures, to > double-check if references and labels are consistent, if figures are > referenced somewhere... > > So either I have to be very very disciplined, or I automate it :). I fol

Re: [Pharo-users] SVN client and latex parser, are any there?

2013-06-12 Thread Guillermo Polito
The problem is myself! I forgot stuff, I forgot to commit figures, to double-check if references and labels are consistent, if figures are referenced somewhere... So either I have to be very very disciplined, or I automate it :). On Wed, Jun 12, 2013 at 9:43 AM, Camillo Bruni wrote: > I use git

Re: [Pharo-users] SVN client and latex parser, are any there?

2013-06-12 Thread Camillo Bruni
I use git over svn, so I sleep properly at night at least :P what's the real problem you're dealing with? On 2013-06-12, at 09:38, Guillermo Polito wrote: > Buon giorno! > > I got pissed off when committing latex and figures and stuff into svn by > command line... > > So, for playing the week

[Pharo-users] SVN client and latex parser, are any there?

2013-06-12 Thread Guillermo Polito
Buon giorno! I got pissed off when committing latex and figures and stuff into svn by command line... So, for playing the weekend, does somebody know if there is any package implementing an svn client (maybe using osprocess, i do not care ;) and a latex parser? Tx! Guille

Re: [Pharo-users] auto-format on save/display in pharo 2?

2013-06-12 Thread Guillermo Polito
I'd love to have a setting enabling that! <3 On Tue, Jun 11, 2013 at 11:39 PM, Stéphane Ducasse < stephane.duca...@inria.fr> wrote: > not that I know but I would really like to experiment with such feature. > > On Jun 11, 2013, at 7:05 PM, Paul DeBruicker wrote: > > > > > > > Is there a way to