Re: [Pharo-users] C struct in 32 bits vs 64 bits VM

2018-04-19 Thread Serge Stinckwich
hod that return always a 32 bits int. Would be better to have be more explicit: platformIntAt: platformLongAt: int32At: int64At: and same for unsigned versions. -- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machi

Re: [Pharo-users] C struct in 32 bits vs 64 bits VM

2018-04-19 Thread Serge Stinckwich
On Thu, Apr 19, 2018 at 9:13 AM, Serge Stinckwich < serge.stinckw...@gmail.com> wrote: > I try to understand differences between 32 bits and 64 bits FFI support > for C structures. > > I build a class called MyStruct subclass of FFIExternalStructure. > and define a layout fo

[Pharo-users] C struct in 32 bits vs 64 bits VM

2018-04-19 Thread Serge Stinckwich
e same method is generated ... I'm a bit puzzled because, if sizeof(int) = sizeof(long) in a 32 bits VM, they have different for 64 bits VM (sizeof(int) = 4 and sizeof(long) = 8). Someone to explain me or this is a bug ? ​Thank you.​ -- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Prog

[Pharo-users] Some random musings

2018-04-16 Thread Serge Stinckwich
the situation ?​ Any interest to introduce a method to produce random float numbers in an interval in Pharo ? ​Thank you​ -- Serge Stinckwich UMI UMMISCO 209 (SU/IRD/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

Re: [Pharo-users] I can't install Dataframe on Pharo 6.1

2018-03-08 Thread Serge Stinckwich
aFrame > (Metacello new > baseline: 'DataFrame'; > repository: 'github://PolyMathOrg/DataFrame'; > load.) > on pharo 6.1 on windows system > What am I missing? > hayatou > > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > >

Re: [Pharo-users] Bitwise operations in ByteArray (slicing, etc.)

2018-03-05 Thread Serge Stinckwich
Some Schemes have copied Lisp. Eiffel _had_ bit strings, > more or less, but dropped them. > > Smalltalk/X has a BitArray class; see > http://live.exept.de/ClassDoc/classDocOf:,BitArray > for documentation. > > ​Great documentation ! We need something like that for Pharo classe

Re: [Pharo-users] [Pharo-dev] Looking for names for the booklet collection

2018-03-04 Thread serge . stinckwich
Envoyé de mon iPhone > Le 4 mars 2018 à 13:21, Stephane Ducasse a écrit : > > Hi > > I would like to make a distinction between booklet on Pharo > technologies (Smacc, Voyage, Scraping ...) and the booklets more > oriented towards teaching something with pharo

Re: [Pharo-users] Fwd: Bioinformatics Contest 2018

2018-01-24 Thread Serge Stinckwich
sts so be can use this channel with all code contests ? ​Regards,​ -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

[Pharo-users] Fwd: Bioinformatics Contest 2018

2018-01-24 Thread Serge Stinckwich
lt;http://rosalind.info?announcement=6f39a473df15170dfb871133115ba4b319df7732> To stop receiving similar future emails from Rosalind, please click here <http://rosalind.info/announcements/unsubscribe/b0b2cc4fe92546d789c35193e24ba2f243edf68f/>. Please do not reply directly to this email. -- Serge Stinckwich

Re: [Pharo-users] Aare questions

2018-01-21 Thread Serge Stinckwich
scussions some months ago about resu​rrecting ​micro-workflow framework. Nobody try to do it ?​ -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

Re: [Pharo-users] Aare questions

2018-01-21 Thread Serge Stinckwich
ological modeling, it make sense to have such worflows, but I think this is possible to compete with tools like Galaxy.​ ​Regards,​ -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

Re: [Pharo-users] [Pharo-dev] [ANN] Updating Consultants Listing

2018-01-18 Thread Serge Stinckwich
> #pharoExperienceSince : 2008, > #areasOfExpertise : 'what are your areas of expertise. E.g. business > apllications, user interface, legacy, ...', > #smalltalkExperienceSince : 2002 > } > > (or open a pull request at: https://github.com/pharo- > project/pharo-proje

Re: [Pharo-users] Google Summer of Code 2018 with Pharo Consortium

2018-01-17 Thread Serge Stinckwich
adding-a-proposal > > Looking forward to an appreciable representation from the Pharo community. > > Best regards > Jigyasa Grover > Pharo Consortium Org Admin, Google Summer of Code 2017 [hidden email] > > > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltal

Re: [Pharo-users] [ANN] PharoLauncher v1.1 released!

2018-01-17 Thread Serge Stinckwich
Pharo 2 image > #47 Cannot run pharo 50 pre-Spur images > > You can get platform bundles from files.pharo.org: > http://files.pharo.org/pharo-launcher/1.1/ > > Regards, > Christophe. > -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

Re: [Pharo-users] Set Rounding mode for IEEE floating point operations

2018-01-16 Thread Serge Stinckwich
ZeroWhile: [... more code here ...] >> > > If not, is it possible to add this behavior, e.g., via a custom primitive? > > ​This might interesting to have something like that for PolyMath, but I'm a little worried of subtle consequences that might appear in UI if you use points for examp

Re: [Pharo-users] Pharo Lecture at Tunis next week

2018-01-15 Thread Serge Stinckwich
S at tunis. > 3 full days of Pharo and advanced design. > > Stef > > -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
On Wed, Jan 10, 2018 at 2:35 PM, Thierry Goubier <thierry.goub...@gmail.com> wrote: > > > 2018-01-10 14:26 GMT+01:00 Serge Stinckwich <serge.stinckw...@gmail.com>: > >> >> >> On Wed, Jan 10, 2018 at 2:23 PM, Julien <julien.delplan...@inria.fr> &

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
Python and Smalltalk for example? > > ​Float are the same basically,​ but ​I don't want to ensure something. I just want to a quick code transformation :-) Like : np.square(x) <=> x squared np.sum(x,1) <=> x sum et donc : np.sum(np.square(x), 1) <=> (x squared) sum -- S

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
is project. :-) > > ​yes this is exactly the opposite :-(​ ​I guess I need a Python parser and after that I can do AST transformation ... Or using regex I can do basic stuff ...​ -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only inciden

Re: [Pharo-users] [ANN] Python3Generator and MatplotLibBridge

2018-01-10 Thread Serge Stinckwich
t; Bâtiment B 40, avenue Halley 59650 > <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq=gmail=g> > Villeneuve > <https://maps.google.com/?q=40,+avenue+Halley+59650%C2%A0Villeneuve%C2%A0d'Ascq=gmail=g> > d'Ascq > <https://maps.google.com/?

Re: [Pharo-users] A playground for Markdown?

2017-12-31 Thread Serge Stinckwich
l (the project was from 2009), but you may want to have a > look. Here's one link: http://scg.unibe.ch/research/helvetia > > ​We made a new version of Helvetia running on Pharo 5.0: https://github.com/UMMISCO/Helvetia ​Not currently updated to Pharo 6.1 or 7.0 -- Serge Stinckwich UMI U

Re: [Pharo-users] Behold Pharo: The Modern Smalltalk

2017-12-09 Thread serge . stinckwich
Envoyé de mon iPhone > Le 9 déc. 2017 à 11:05, Prof. Andrew P. Black a écrit : > > >> On 9 Dec 2017, at 07:44 , Dimitris Chloupis wrote: >> >> Making shortcuts in Pharo is no big deal, if 10% of people asking for Emacs >> or vim shortcuts bothered

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Serge Stinckwich
d > > 100 17.7M 100 17.7M0 0 5167k 0 0:00:03 0:00:03 --:--:-- > 5168k > > % Total% Received % Xferd Average Speed TimeTime Time > Current > > Dload Upload Total SpentLeft > Speed > > 100 17.7M 100 17.7M0 0 5952k 0 0:00:03 0:00:03 --:--:-- > 5953k > > > > ;-) > > > > Sven > > -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

Re: [Pharo-users] Business process (declaration and orchestration), ontology/taxonomy,

2017-11-23 Thread Serge Stinckwich
nd of simulations (including multi-agent ones). There is more details on the website here: http://a4bp.com/ I would be very interested to work again on this. ​Regards,​ -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only inc

Re: [Pharo-users] New Pharo article at The Cohort

2017-11-16 Thread Serge Stinckwich
;> >> >> >> -- >> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html >> > -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute." http://www.doesnotunderstand.org/

[Pharo-users] Fwd: [Pharo-dev] Let's prepare for Google Code-In 2017 with Pharo Consortium

2017-10-14 Thread Serge Stinckwich
each: https://developers.google.com/open-source/gci/resources/ downloads/Google-Code-in-2016-slides.pdf <https://developers.google.com/open-source/gci/resources/ downloads/Google-Code-in-2016-slides.pdf> -- Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html --

Re: [Pharo-users] "Building-With versus Building-on"

2017-10-14 Thread Serge Stinckwich
odel from the OSS > Smalltalk. The problem is not simply a matter of how much engineers > enjoy their work, but it can be a life or death matter, as it was in > the case of the Toyota microcode. > > > ​ Yes I'm also interested by this. Never heard this before :-) -- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC/UY1) "Programs must be written for people to read, and only incidentally for machines to execute."http://www.doesnotunderstand.org/

Re: [Pharo-users] [Pharo-dev] TechTalk on Artificial Intelligence & Neural Networks

2017-10-11 Thread Serge Stinckwich
RMoD crew for their help in organizing it. > > Cheers, > Alexandre > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > -- Serge Stinckwich UMI UMMISCO 209 (IRD

Re: [Pharo-users] FYI about Pharo MOOC

2017-10-10 Thread Serge Stinckwich
gt; b07f6445f23 > > To which I responded: > https://medium.com/@richardeng/the-videos-are- > like-lecturers-in-university-49a68c23cf01 > > Some food for thought. > > > > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > > -- Serge Stin

Re: [Pharo-users] (no subject)

2017-09-14 Thread Serge Stinckwich
Pharo_0.2.13.dmg This is really nice to be able to download the VM depending on the VM. I have only two issues: - some icons do no show up when PharoLauncher is launch. They only appear when on mouse hover. - for some of my images, I have an error: Instances of UndefinedObject are not indexable.

Re: [Pharo-users] DataFrame inspector issues

2017-09-12 Thread Serge Stinckwich
ymath mailing-list: https://groups.google.com/forum/#!forum/scismalltalk ​See you there !​ -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] [Pharo-dev] The mooc is looking for forum moderators

2017-09-01 Thread Serge Stinckwich
. > > https://www.fun-mooc.fr/courses/course-v1:inria+41010+session02/about > > Please let me know if you are interested helping. > > Stef > > -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] The Spec UI Framework. first translation to korean finish.

2017-08-27 Thread Serge Stinckwich
Hi Peter, this is really a nice work ! You should consider converting your document to Pillar and host it on SquareBrackets org git repository, because it will be easier for others to contribute. Thank you for your support to the Pharo community Le 26 août 2017 à 22:52 +0200, peter yoo

Re: [Pharo-users] [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-25 Thread Serge Stinckwich
binTray account :) > > https://bintray.com/squarebracketassociates/wip/download_file?file_path= > voyage-wip.pdf > > > I'm writing a doc of the process so that other people can do it for > their private projects. > > > Stef > > -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] [Pharo-dev] TechTalk Dates for the rest of 2017

2017-08-24 Thread Serge Stinckwich
not? I am sure Alex will have some code in there.. " programming, from > scratch, a small artificial intelligence” > if done with Pharo would be a very nice thing todo for the tech talk. > > ​I thought that Pharo tech talk was only for core Pharo technologies. ​But Alex proposal is r

Re: [Pharo-users] [Pharo-dev] TechTalk Dates for the rest of 2017

2017-08-21 Thread serge . stinckwich
I'm not sure Pharo tech talk is the good place but would love to see such a presentation. Maybe you can do a Google or Twitch live video about that ? Envoyé de mon iPhone > Le 21 août 2017 à 18:38, Alexandre Bergel a écrit : > > Hi! > > I am currently giving a

Re: [Pharo-users] Critical issues for Dr. Geo on P6

2017-07-28 Thread serge . stinckwich
tion. > > Hilaire > >> Le 28/07/2017 à 11:00, Serge Stinckwich a écrit : >> We have done this with Stephane in the early days of Pharo at open-source >> forums in France and I remember that you come in the community after we meet >> you in one of these fo

[Pharo-users] Shameful advertisement

2017-07-28 Thread Serge Stinckwich
://twitter.com/pharojs ​- Stéphane Ducasse: https://twitter.com/stephaneducasse - Tudor Girba : https://twitter.com/girba ​- ObjectProfile : https://twitter.com/ObjectProfile ​and many others !​ ​Regards,​ -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk

Re: [Pharo-users] Critical issues for Dr. Geo on P6

2017-07-28 Thread Serge Stinckwich
ity after we meet you in one of these forums :-) So DrGeo2 exists because of this kind of advertisement. Regards, -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Cloning code from GitHub using Iceberg

2017-07-23 Thread serge . stinckwich
Maybe you can ask Jigyasa in cc. Envoyé de mon iPhone > Le 23 juil. 2017 à 22:22, Hernán Morales Durand a > écrit : > > Hi guys, > > I am trying to import code - in Pharo 6 - from a GitHub repository: > https://github.com/jigyasa-grover/CORMAS-Pharo. The repository

Re: [Pharo-users] Version code Iceberg

2017-07-10 Thread serge . stinckwich
Like all git projects with 2 branches: one master and one dev. Envoyé de mon iPhone > Le 10 juil. 2017 à 18:28, Benoit Verhaeghe a > écrit : > > Hi, > > Do you know how to create project with a stable version and a development > version with Iceberg ( git ). > >

Re: [Pharo-users] Prolog in Pharo

2017-06-17 Thread Serge Stinckwich
gt; like to enable the same in Pharo. > > If anyone is interested to know more, feel free to get in touch. > > Cheers, > Evan > > > > > > -- > View this message in context: > http://forum.world.st/Prolog-in-Pharo-tp4951719p4951737.html > Sent from the

Re: [Pharo-users] Prolog in Pharo

2017-06-17 Thread Serge Stinckwich
te some scenarios, but I will definitively have a look to your work later. Do you plan to move your code to github ? Regards, -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

[Pharo-users] Prolog in Pharo

2017-06-17 Thread Serge Stinckwich
Dear all, I'm looking for a simple Prolog engine available in Pharo compatible with SWI-Prolog and with list support. Anything like that available ? Regards, -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-05 Thread serge . stinckwich
Kommiter available in default image allows you do cherry pick quite easily. Envoyé de mon iPhone > Le 5 juin 2017 à 07:14, Ben Coman a écrit : > > > >> On Mon, Jun 5, 2017 at 10:12 AM, Andreas Sunardi wrote: >> I have a half done changes in my

Re: [Pharo-users] New booklet :) on Bloc this time

2017-05-28 Thread Serge Stinckwich
Chis, S. Ducasse, and A. Syrel > > -- > www.tudorgirba.com > www.feenk.com > > "Things happen when they happen, > not when you talk about them happening." > > -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] SquareBracket Associate github org ownership

2017-05-23 Thread Serge Stinckwich
read-only and add people on specific repos? > > On 22 May 2017 at 20:23, Stephane Ducasse <stepharo.s...@gmail.com> wrote: >> >> Yes I changed because we should clean from time to time. >> >> On Mon, May 22, 2017 at 9:55 AM, Serge Stinckwich >> <serge.stinck

Re: [Pharo-users] SquareBracket Associate github org ownership

2017-05-22 Thread Serge Stinckwich
Thank you Damien. Works now ! On Mon, May 22, 2017 at 9:41 AM, Damien Pollet <damien.pollet+ph...@gmail.com> wrote: > Should be fixed; there are no per-repo permissions but the default for all > members changed somehow. > > On 22 May 2017 at 05:35, Serge Stinckwich <serge

[Pharo-users] SquareBracket Associate github org ownership

2017-05-21 Thread Serge Stinckwich
Dear all, who is in charge of SquareBracket Associate github org ? I can't commit anymore on : https://github.com/SquareBracketAssociates/NumericalMethods Maybe I was owner before and no more now. Can someone can change my ownership ? Thank you. Regards, -- Serge Stinckwich UCN & UMI UMM

Re: [Pharo-users] Fwd: Re: 11/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-16 Thread serge . stinckwich
I was asking Philippe but hope to see you also at ESUG ! Envoyé de mon iPhone > Le 16 mai 2017 à 19:02, Oleksandr Zaytsev a écrit : > > I would love to, but to go to Lille from my country I would need a visa. > Which is not that easy to acquire. > So maybe I will come

Re: [Pharo-users] Fwd: Re: 11/05/17 - Tabular Data Structures for Data Analysis - Oleksandr Zaytsev

2017-05-16 Thread serge . stinckwich
Envoyé de mon iPhone > Le 11 mai 2017 à 11:43, "p...@highoctane.be" a écrit : > > -- Message transféré -- > De : "p...@highoctane.be" > Date : 11 mai 2017 10:54 > Objet : Re: 11/05/17 - Tabular Data Structures for Data Analysis -

Re: [Pharo-users] Petri nets and workflow patterns

2017-05-11 Thread Serge Stinckwich
Pharo I guess you talk about this: http://micro-workflow.com/phdthesis/ -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Petri nets and workflow patterns

2017-05-11 Thread Serge Stinckwich
On Wed, May 10, 2017 at 6:13 PM, Norbert Hartl <norb...@hartl.name> wrote: > >> Am 10.05.2017 um 17:46 schrieb Serge Stinckwich <serge.stinckw...@gmail.com>: >> >> On Wed, May 10, 2017 at 5:36 PM, Norbert Hartl <norb...@hartl.name> wrote: >>> Are the

Re: [Pharo-users] Petri nets and workflow patterns

2017-05-10 Thread Serge Stinckwich
also: https://github.com/SergeStinckwich/PNTalk Long time ago I was able to do process mining from logs and generate Petri Nets: https://www.youtube.com/watch?v=wdf80t32v-0 Regards, -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Pharo for Raspberry Pi

2017-05-09 Thread Serge Stinckwich
s and we plan to produce a tutorial. > So you can beta test it. This looks great ! I find the repo here: http://smalltalkhub.com/#!/~Pharo/IoT I guess this is the correct repository ? Regards, -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Pharo Sprint in Lviv

2017-05-07 Thread serge . stinckwich
This is great Oleks ! Please continue to push your support for Pharo. Envoyé de mon iPhone > Le 7 mai 2017 à 21:30, Oleksandr Zaytsev a écrit : > > Hello! > > Today in Lviv (Ukraine) we had our first local Pharo Sprint. There were three > participants - students of

Re: [Pharo-users] PMMatrix vs Matrix

2017-04-24 Thread Serge Stinckwich
difference between this >> class and the native Matrix class. >> >> >> >> -- >> View this message in context: >> http://forum.world.st/PMMatrix-vs-Matrix-tp4943819.html >> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. &

Re: [Pharo-users] Machine Learning in Pharo

2017-04-13 Thread Serge Stinckwich
gt; > Is there any library out there for that purpose ? > > Thanks ! > > > > > -- > View this message in context: > http://forum.world.st/Machine-Learning-in-Pharo-tp4941934.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > -- Serge

[Pharo-users] Today is GSOC deadline

2017-04-03 Thread Serge Stinckwich
Dear all, just a reminder for all mentors: the deadline for submitting your GSOC proposal is today at 6pm CEST. You have to submit the final pdf paper before that time. Thank you. Regards, -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk

Re: [Pharo-users] GSoC Proposals as result of the 8th local Data Week

2017-04-02 Thread Serge Stinckwich
need to add them on the Google Summer of Code website: https://summerofcode.withgoogle.com/ -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Smalltalk on Stack Overflow Developers Survey 2017

2017-03-25 Thread serge . stinckwich
Nice ! But do you have a way to automatize this process ? ;-) Envoyé de mon iPhone > Le 25 mars 2017 à 18:21, Stephan Eggermont a écrit : > >> On 25/03/17 16:26, Ben Coman wrote: >> >> Now what might be an good marketing hack would be a live video showing... >> * downloading

[Pharo-users] Fwd: GSoC 2017: Tips on Reviewing Student Proposals

2017-03-23 Thread Serge Stinckwich
iewing Student Proposals To: sergestinckw...@gmail.com [image: Google Summer of Code] Hi Serge Stinckwich, Thank you for registering to be a GSoC 2017 mentor or organization administrator! We have many new mentors and organizations this year so we wanted to go through some important details to he

Re: [Pharo-users] Neural Networks in Pharo

2017-03-21 Thread Serge Stinckwich
thub.com/PolyMathOrg/PolyMath I just release v0.85 of PolyMath. Regards, -- Serge Stinckwich UCN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Neural Networks in Pharo

2017-03-21 Thread Serge Stinckwich
> > Here is the repository: http://smalltalkhub.com/#!/~Oleks/NeuralNetwork. > It's not much, but I'm working on it. You should talk to Gullermo Polito. He is working on neural networks in Pharo. Are you implementing Deep Learning algorithms ? Regards, -- Serge Stinckwich UCN & UMI UMMISCO 20

Re: [Pharo-users] small user experience behavior

2017-03-14 Thread Serge Stinckwich
In some > IDEs, it's simply a matter of selecting another class. If such a method > exists, it is displayed. > > Not so in Pharo: clicking on a class always displays its definition. > > Is there a way to get this behavior? > > Greetings > Raffaello > > -- Serge

Re: [Pharo-users] Google Summer of Code 2017: Call for mentors for Pharo Consortium

2017-03-05 Thread Serge Stinckwich
Dear all, we have 10 mentors + 4 admin at the moment. We are looking for me ! Please join the #gsoc-planning Slack channel. Thank you. On Wed, Mar 1, 2017 at 1:45 PM, Serge Stinckwich <serge.stinckw...@gmail.com> wrote: > Heartiest Congratulations ! > > Pharo Consortium ha

[Pharo-users] Fwd: Welcome to GSoC 2017!

2017-03-01 Thread Serge Stinckwich
C 2017! To: sergestinckw...@gmail.com [image: Google Summer of Code] Hi Serge Stinckwich, This year marks our biggest program ever! We have 201 open source organizations participating in GSoC 2017 and we expect to accept more students than ever before as well. And welcome to 37 organizations partici

[Pharo-users] Google Summer of Code 2017: Call for students for Pharo Consortium

2017-03-01 Thread Serge Stinckwich
ard to great talent joining our organisation this summer. Warm Regards Pharo Organisation Admins (Alexandre Bergel, Jigyasa Grover, Serge Stinckwich & Yuriy Tymchuk)

[Pharo-users] Google Summer of Code 2017: Call for mentors for Pharo Consortium

2017-03-01 Thread Serge Stinckwich
lexandre Bergel, Jigyasa Grover, Serge Stinckwich & Yuriy Tymchuk)

Re: [Pharo-users] Fwd: GSoC 2017: Pharo Consortium has been accepted as a mentor organization!

2017-02-27 Thread serge . stinckwich
g summer! > > Cheers, > > Offray > > > >> On 27/02/17 12:07, Serge Stinckwich wrote: >> Great news ! >> >> Thank you Jigyasa, Uko, Peter and Alex for your great work this year ! >> >> >> -- Forwarded message -- >>

Re: [Pharo-users] Fwd: GSoC 2017: Pharo Consortium has been accepted as a mentor organization!

2017-02-27 Thread Serge Stinckwich
help a lot last year :-) -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

[Pharo-users] Fwd: GSoC 2017: Pharo Consortium has been accepted as a mentor organization!

2017-02-27 Thread Serge Stinckwich
<https://summerofcode.withgoogle.com/dashboard/profile/> and request deletion of your program profile. For any questions, please contact gsoc-supp...@google.com. Replies to this message go to an unmonitored mailbox. © 2017 Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA

Re: [Pharo-users] Request for help: Please upload test results of your foss projects

2017-02-26 Thread serge . stinckwich
Thank you Holger. I will test this ew version. Yes the failure only appears on mac and it's unrelated. I dunno why. Regards Envoyé de mon iPhone > Le 27 févr. 2017 à 03:30, Holger Freyther <hol...@freyther.de> a écrit : > > >> On 26 Feb 2017, at 23:37, Serge Stin

Re: [Pharo-users] Request for help: Please upload test results of your foss projects

2017-02-26 Thread Serge Stinckwich
(specify project name, branch and them markdown for your README.md) > -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Unable to find the compiler

2017-02-11 Thread serge . stinckwich
You should replace also NameOfsubclass with MyCounter. Envoyé de mon iPhone > Le 11 févr. 2017 à 00:32, Cyril Ferlicot D. a > écrit : > >> On 10/02/2017 23:58, Mark Neagu wrote: >> Hi, >> >> I'm starting my first exrcise in Pharo Mooc. I just wrote the definition of

[Pharo-users] GSOC Pharo application done

2017-02-10 Thread Serge Stinckwich
important projects for the Pharo community (i.e that will have some impact for the community) with the support of the appropriate mentors. I would like to have maximum 2-3 projects for each mentors. Thank you. Cheers, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up b

Re: [Pharo-users] Final rush for submitting GSOC proposal - Need your help

2017-02-10 Thread Serge Stinckwich
On Thu, Feb 9, 2017 at 5:28 PM, Stephan Eggermont <step...@stack.nl> wrote: > On 09/02/17 17:05, Serge Stinckwich wrote: >> >> but all the projects are coming from RMOD team, but having all the >> projects proposal coming from the same place might be perceived >> n

Re: [Pharo-users] Final rush for submitting GSOC proposal - Need your help

2017-02-10 Thread Serge Stinckwich
e can have something more live after that. and maybe use Grafoscopio as an interface ;-) Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] [Pharo-dev] Slack, fragmentation and design information

2017-02-10 Thread Serge Stinckwich
ate communication is worst organised than mails, > but well… we need to try) and move all the community on discord ? Or use an open-source slack like : https://about.mattermost.com/ and host our own chat server. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] Final rush for submitting GSOC proposal - Need your help

2017-02-09 Thread serge . stinckwich
d > code quality where needed. Is possible to create a project in this "reverse" > way (from a candidate looking for a supervisor)? If yes, any supervisor would > be interested? Any other suggested route to get Grafoscopio in the Summer of > code? > > Thanks, >

Re: [Pharo-users] Final rush for submitting GSOC proposal - Need your help

2017-02-09 Thread Serge Stinckwich
Yes, thank you Stephan. I just add them ;-) I think we can change the list of projects until tomorrow. Regards, On Thu, Feb 9, 2017 at 5:28 PM, Stephan Eggermont <step...@stack.nl> wrote: > On 09/02/17 17:05, Serge Stinckwich wrote: >> >> but all the projects are

[Pharo-users] Final rush for submitting GSOC proposal - Need your help

2017-02-09 Thread Serge Stinckwich
coming from the same place might be perceived negatively from Google. Can we add more projects from previous gsoc form other people also ? We have only one hour to polish the list. Thank you for your help. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-04 Thread serge . stinckwich
I guess we can find better qualified people about UI quality than me ;-) Doru or Johan are examples. Envoyé de mon iPhone > Le 4 févr. 2017 à 21:07, Cyril Ferlicot D. a écrit > : > >> Le 04/02/2017 à 20:46, Hilaire a écrit : >> Will Serge, Dimitris willing to join in

Re: [Pharo-users] WCAG color contrast rules - was: Re: These beautiful tooltips

2017-02-03 Thread Serge Stinckwich
n UI quality team, the first step is to propose a process on how to assess the quality of a release. Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] These beautiful tooltips

2017-01-30 Thread Serge Stinckwich
gt; > With my little resource, I am just itching the surface, I wonder how it > is deep underneath. This is FOSS, you can always provide bug reports, enhancement commits and propositions to ensure process quality. -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] I'd really love to use Pharo this way

2017-01-26 Thread Serge Stinckwich
possible to linked in someways to git ? I was thinking that maybe that I will submit a gsoc proposal to have some support in Jupyter notebooks for Pharo. Apparently this not that difficult to built a basic support and after that we can built some elaborate on top of it. What do you about that ? Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] [Pharo-dev] Pharo by Example 50 released!

2017-01-23 Thread Serge Stinckwich
s Nicolai your steady commits pushed me! > > Stef > -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] [Moose-dev] Re: Design Challenge: metrics missing value...

2017-01-10 Thread Serge Stinckwich
aBlock on: self] >>>>>> >>>>>> >>>>>> >>>>>> collect: aBlock >>>>>> "Evaluate aBlock with each of the receiver's elements as the >>>>>> argument. >>>>>> Collect the resulting values into a collection like the >>>>>> receiver. Answer >>>>>> the new collection." >>>>>> >>>>>> | newCollection | >>>>>> newCollection := self species new. >>>>>> self >>>>>> do: [ :each | each toCollect: aBlock on: newCollection >>>>>> ]. >>>>>> ^ newCollection >>>>>> >>>>>> >>>>>> and >>>>>> >>>>>> DiscardingValue >> toCollect: aBlock on: aCollection >>>>>> "discard computation" >>>>>> ^ self >>>>>> >>>>>> >>>>>> Object >> toCollect: aBlock on: aCollection >>>>>> >>>>>> ^ aCollection add: (aBlock value: self) >>>>>> >>>>>> >>>>>> So I imagine that you see the design and I wanted to get your point of >>>>>> view. >>>>>> >>>>>> -- >>>>>> Using Opera a kind of bad mail client but far better than thunderbird >>>>>> ___ >>>>>> Moose-dev mailing list >>>>>> moose-...@list.inf.unibe.ch >>>>>> https://www.list.inf.unibe.ch/listinfo/moose-dev >>>>> >>>>> >>>>> -- >>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >>>>> Alexandre Bergel http://www.bergel.eu >>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>>>> >>>>> >>>>> >>>>> ___ >>>>> Moose-dev mailing list >>>>> moose-...@list.inf.unibe.ch >>>>> https://www.list.inf.unibe.ch/listinfo/moose-dev >>>> >>>> >>>> -- >>>> www.tudorgirba.com >>>> www.feenk.com >>>> >>>> "If you interrupt the barber while he is cutting your hair, >>>> you will end up with a messy haircut." >>>> >>>> >>> >>> >>> -- >>> Using Opera's mail client: http://www.opera.com/mail/ >> >> >> -- >> www.tudorgirba.com >> www.feenk.com >> >> “The smaller and more pervasive the hardware becomes, the more physical >> the software gets." >> > > > -- > Using Opera's mail client: http://www.opera.com/mail/ > ___ > Moose-dev mailing list > moose-...@list.inf.unibe.ch > https://www.list.inf.unibe.ch/listinfo/moose-dev -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] [Pharo-dev] Call of projects of open-dev lectures

2017-01-04 Thread Serge Stinckwich
Roassal > - Moose ? > - Pillar ? but nobody beside me and I do not have the time > - DRGeoII > - Telescope > - Artefact > - Scale > - Ecstatic > > So if you have a project and you want to participate. > We would like to have > - web page? > - mailing-list &

Re: [Pharo-users] Slashdot Submission

2017-01-03 Thread serge . stinckwich
This one ? http://shop.oreilly.com/product/mobile/9780596529321.do Envoyé de mon iPhone > Le 3 janv. 2017 à 20:36, Alexandre Bergel a écrit : > > Ah yes!!! That one! > > Okay! By the way, soon I will design a new lecture, and part of this > collective intelligence

Re: [Pharo-users] A Suggested Promotion

2017-01-01 Thread serge . stinckwich
Sonic Pi is really a nice project. I participate to the French translation of the documentation. Connecting Sonic Pi and Pharo would be nice ;-) Regards Envoyé de mon iPhone > Le 1 janv. 2017 à 19:34, Offray Vladimir Luna Cárdenas > a écrit : > > Hi, > The rasberry pi

Re: [Pharo-users] [Moose-dev] Design Challenge: metrics missing value...

2016-12-20 Thread Serge Stinckwich
^ aCollection add: (aBlock value: self) > > > So I imagine that you see the design and I wanted to get your point of view. > > -- > Using Opera a kind of bad mail client but far better than thunderbird > ___ > Moose-dev mailing list > moose-...@list.inf.unibe.ch > https://www.list.inf.unibe.ch/listinfo/moose-dev -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] A little prototype kernel in 9 methods :)

2016-12-11 Thread serge . stinckwich
Great works ! I will add some contents for Actalk chapter. BTW I update a little bit the PolyMath book. There was some sections missing. Envoyé de mon iPhone > Le 11 déc. 2016 à 20:33, stepharong a écrit : > > Hi guys > > I'm thinking to package some of my language

[Pharo-users] PolyMath 0.66

2016-12-08 Thread Serge Stinckwich
Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

Re: [Pharo-users] BioSmalltalk win ...almost

2016-12-01 Thread Serge Stinckwich
the link. It would be nice to do as real benchmark between the different platforms on real examples. A paper for IWST 2017 ? ;-) Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/

[Pharo-users] BioSmalltalk win ...almost

2016-11-30 Thread Serge Stinckwich
made a dramatic mistake ... They think that Pharo was the name of BioSmalltalk ... and then they compare with Google Trends, Pharo against BioPerl, BioPython, ... Anyways the statement that BioSmalltalk is the faster is maybe true :-) Hernan did you know this paper ? Regards, -- Serge Stinckwich

Re: [Pharo-users] Graph library in Pharo

2016-11-12 Thread serge . stinckwich
Nice ! Do you commit the code somewhere ? Envoyé de mon iPhone > Le 11 nov. 2016 à 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

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

2016-10-28 Thread serge . stinckwich
Thank you for pushing this new version of Pharo by Example ! Would be nice to put Pharo 5.0 edition in the cover maybe ? Envoyé de mon iPhone > Le 28 oct. 2016 à 15:47, stepharo a écrit : > > we need a fresnel lens and such books are some :) > >

Re: [Pharo-users] Glamorous Toolkit as IDE for another language?

2016-10-22 Thread serge . stinckwich
Hi Luke, definitively a good idea. We are trying to do the same with Kendrick scripts in order to be able to run it from CLI and also in the image. We don't use Glamour at the moment but more the moldable tools like Playground+inspector. Envoyé de mon iPhone > Le 22 oct. 2016 à 11:47, Luke

Re: [Pharo-users] PhyloclassTalk Demo Video

2016-09-29 Thread Serge Stinckwich
On Thu, Sep 29, 2016 at 6:38 PM, Hernán Morales Durand <hernan.mora...@gmail.com> wrote: > > > 2016-09-29 5:22 GMT-03:00 Serge Stinckwich <serge.stinckw...@gmail.com>: >> >> On Thu, Sep 29, 2016 at 10:02 AM, Hernán Morales Durand >> <hernan.mora...@gmail

<    1   2   3   4   >