Re: [Pharo-users] MOOC TOC cleanup

2016-11-11 Thread stepharo
Hi Siemen Hi Stef, I have cloned the repository and linked the slides directly from the TOC. I also have styled it with Bootstrap labels and glyphicons, and added anchors to every item to make them easily linkable, eg for discussions on the mailing list / slack. Super cool :) Tx. I have a

Re: [Pharo-users] MOOC TOC cleanup

2016-11-11 Thread stepharo
Hi siemen Please pay attention that I have to check the following: MoocLab which produces the mooc has a private production repository for the videos and I do not understand but the videos there are much larger there than on the http://rmod-pharo-mooc.lille.inria.fr/

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
Thanks I will have a look. Le 11/11/16 à 16:03, Hernán Morales Durand a écrit : I know these ones but didn't tried yet: http://smalltalkhub.com/#!/~CipT/MelcGraph http://smalltalkhub.com/#!/~CipT/Yed-Rendering

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-11 Thread Jupiter Jones
+1 from me, and would love to help where I can. It would be nice to see Pillar return to being a cross platform project as well. One of the beautiful things about Seaside/Magritte/Pier was it’s compatibility across many dialects of Smalltalk. The “develop in Pharo and deploy in GemStone” was a

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
this is nice :) Le 11/11/16 à 17:26, Werner Kassens a écrit : Hi Stephane, i probably dont understand that question correctly. anyway a long time ago Pierre Chanson and me talked privately a bit about how to make density-plots like in the attachment werner On 11/11/2016 01:14 PM, stepharo

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-11 Thread Sabine Manaa
Hi Denis, perhaps this is the same topic (I am not sure): http://forum.world.st/Artefact-and-WideString-td4857147.html#a4857325 Regards Sabine 2016-11-11 19:25 GMT+01:00 Denis Kudriashov [via Smalltalk] < ml-node+s1294792n4922747...@n4.nabble.com>: > Hi. > > I need to generate PDF with russian

Re: [Pharo-users] Progress Bar with unknown state or showing animated gifs

2016-11-11 Thread Dimitris Chloupis
You can take a look at how I do seconds indicator in my ChronosManager tool, its just a simple ImageMorph stepping through png images with transparency. On Fri, Nov 11, 2016 at 8:13 PM Peter Uhnák wrote: > Hi, > > is there a way to have a progress bar with unknown state? >

[Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-11 Thread Denis Kudriashov
Hi. I need to generate PDF with russian letters but when I try it resulting pdf is empty. I use example: oneLineTest: aStream PDFDocument new add: (PDFPage new add: (PDFTextElement new text: 'Hello Привет'; from: 10mm@10mm)); exportTo: aStream. I attach produced pdf. Best regards, Denis

[Pharo-users] Progress Bar with unknown state or showing animated gifs

2016-11-11 Thread Peter Uhnák
Hi, is there a way to have a progress bar with unknown state? e.g. https://i.stack.imgur.com/gz9GK.gif ProgressBarMorph / Job / SystemProgressMorph seem to be based around progress only. Alternatively, is it possible to (easily) display animated gifs? Thanks, Peter

Re: [Pharo-users] QCMagritte question- does it have undo?

2016-11-11 Thread Paul DeBruicker
Thanks Norbert. I'm not sure of the feasibility/value but I think it would be nice to be able to undo back to a clean slate and redo all the way to a fully fleshed out system. Or at least some sane way in a multi-user environment. I wonder how etherpad.org has their undo structured. I'll go

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread Werner Kassens
Hi Stephane, i probably dont understand that question correctly. anyway a long time ago Pierre Chanson and me talked privately a bit about how to make density-plots like in the attachment werner On 11/11/2016 01:14 PM, stepharo wrote: Hi I'm looking for a graph library based on a matrix. I

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread Henrik Nergaard
isIsogram | i | i := 0. self asLowercase do: [ :char | | val | val := (char asInteger - 96). (val between: 1 and: 26) ifFalse: [ ^ false ].

Re: [Pharo-users] MOOC TOC cleanup

2016-11-11 Thread Offray Vladimir Luna Cárdenas
Hi Siemen, Yes I was referring to the idea of including them in the player or linked the st files just like you do with the companions pdf and the videos. Really good work in progress. Thanks, Offray On 11/11/16 02:47, Siemen Baader wrote: Hi Offray, I'm not sure if this answers your

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread Damien Pollet
On 11 November 2016 at 12:02, stepharo wrote: > String>>#isIsogram >> | letters | >> letters := Dictionary new. >> self do: [ :x | letters at: x ifAbsent: [] ifPresent: [ ^false ]. >> > Yes I did that one too and I was surprised because it was as slow as the >

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread Hernán Morales Durand
I know these ones but didn't tried yet: http://smalltalkhub.com/#!/~CipT/MelcGraph http://smalltalkhub.com/#!/~CipT/Yed-Rendering https://github.com/losnikitos/SmalltalkDijkstra/blob/master/Dijkstra.st Hernán 2016-11-11 9:14 GMT-03:00 stepharo : > Hi > > I'm looking for a

Re: [Pharo-users] Graph library in Pharo

2016-11-11 Thread Alexandre Bergel
hi Stef, Something like what Jannik was working on? I am also interested. Alexandre > On Nov 11, 2016, at 9:14 AM, stepharo wrote: > > Hi > > I'm looking for a graph library based on a matrix. > > I remember that I saw one but long time ago. > Else if you know a pointer

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Thierry Goubier
Le 11/11/2016 à 12:16, Hilaire a écrit : I sorted out the problem by copying then renaming the class and categorising the copy. I would suggest then rebuilding your image from scratch now. I know I would be worried by a possible incorrect state of RPackageOrganizer. Regards, Thierry

Re: [Pharo-users] Pier3 with latest Pillar?

2016-11-11 Thread stepharo
Hi peter I do not know but I would love that it would work. I should find some time to do a new pass on pillar. On my first todo: - fix use of DNU instead of plain magritte methods. - extract object out of the command line. - document, document and document. Stef Le

[Pharo-users] Graph library in Pharo

2016-11-11 Thread stepharo
Hi I'm looking for a graph library based on a matrix. I remember that I saw one but long time ago. Else if you know a pointer that explains how to implement it, I would like to ask this to potential topics. Stef

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Hilaire
I sorted out the problem by copying then renaming the class and categorising the copy. Thanks Hilaire Le 11/11/2016 à 11:48, Hilaire a écrit : >> What about converting the mcz to filetree, and reworking (updating by >> > hand the package structure)? > May be, there are several way, but it is

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread stepharo
[ [ [ [ GramChecker new isIsogramBag: 'ALTRUISME'] bench '99,720 per second' ] ] ] [ [ [ [ GramChecker new isIsogram2Dict: 'ALTRUISME'] bench '137,937 per second' ]]] [ [ [ [ GramChecker new isIsogramSet: 'ALTRUISME'] bench '390,887 per second' ]]] [ [ [ [ GramChecker new

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread stepharo
Cool I will add it to my collection of solutions and I guess that this one is the fastest but I should check first :) Le 11/11/16 à 00:23, Henrik Nergaard a écrit : String>>isIsogram 1 to: self size -1 do: [ :ix | (self findString: (self at:

Re: [Pharo-users] Little challenges for a friday evening

2016-11-11 Thread stepharo
Le 11/11/16 à 01:09, Ben Coman a écrit : First I've heard of an isogram. Wikipedia [1] is ambiguous. Are you considering only single occurrence of letters, or also equal occurrence of letters. I like Sven's answer best, but just as an exercise I thought of an alternative. String>>#isIsogram

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Hilaire
Hi Thierry, Le 11/11/2016 à 11:23, Thierry Goubier a écrit : > Can you track down in your package versions where it stopped being > categorized properly? Is Nautilus unable to browse uncategorised class? I track the problem to March 2016, a few weeks after switching to Pharo4 (at least this

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Thierry Goubier
Le 11/11/2016 à 10:51, Hilaire a écrit : Hi Henrik, It was categorized since years, and now I can see it disappeared from the Monticello save, since maybe one year, glup! This is scarring as reloading code in fresh image will lead to missing code. Can you track down in your package versions

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Hilaire
Hi Henrik, It was categorized since years, and now I can see it disappeared from the Monticello save, since maybe one year, glup! This is scarring as reloading code in fresh image will lead to missing code. Forcing recategorisation leads to another error, see log. Thanks Hilaire Le 11/11/2016

Re: [Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Henrik Nergaard
Looks like the class was created without a package? Try something like: CGPhone category: 'PackageName' Best regards, Henrik -Original Message- From: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] On Behalf Of Hilaire Sent: Friday, November 11, 2016 10:15 AM To:

[Pharo-users] Class disappear from Nautilus, in Pharo 4

2016-11-11 Thread Hilaire
Hi, I have a class which has disappear from Nautilus & al tools. The object is still there as I can create instance of it: CGPhone new But browsing lead to a Nautilus error, and the class does not appear as well from Nautilus browser. Included change log. Thanks Hilaire -- Dr. Geo

Re: [Pharo-users] [ALERT] Pharo by Example version 5 is about to be released

2016-11-11 Thread Nicolai Hess
2016-10-27 13:32 GMT+02:00 Dimitris Chloupis : > In case someone missed it I will be doing a release for version 5 (pharo > version = pbe version) this weekend , since we had Pharo 7 initiated few > days ago. > > Essentially that means that the repo will be tagged for

Re: [Pharo-users] QCMagritte question- does it have undo?

2016-11-11 Thread Norbert Hartl
> Am 11.11.2016 um 06:03 schrieb PAUL DEBRUICKER : > > I've never used magritte or QC magritte and was wondering whether with the > momento it qas also possible to get multi step undo cheaply if it didn't > already exist. > I don't know if it exists. But you just need to