Re: [Pharo-users] Dr. Geo on gravity

2016-02-11 Thread Nicolai Hess
2016-02-11 9:14 GMT+01:00 Hilaire : > A nice article about a gravity simulation designed with Dr. Geo. Written > by a college teacher. > > > http://blog.drgeo.eu/post/2016/Drawing-the-Parabolic-Trajectory-of-an-Object-under-Gravity > > Hilaire > Thanks Hilaire, this looks great. > > -- > Dr. Ge

Re: [Pharo-users] How to generate "Content-Type: application/octet-stream" with Zinc client

2016-02-11 Thread chicoary
Sven, with the code you suggested add: aFilePath ^ZnClient new url: prefix , '/add?stream-channels=true'; addPart: ((ZnMimePart fieldName: 'file' fileNamed: aFilePath) headers contentType: ZnMimeType default); post. and invoking ipfs add:

Re: [Pharo-users] GSOC 2016

2016-02-11 Thread stepharo
Good initiative. I will clean some of them too. Stef Le 11/2/16 15:20, Damien Cassou a écrit : Serge Stinckwich writes: I reuse the list of the last year : https://github.com/pharo-project/pharo-project-proposals/blob/master/Topics.st I've just removed everything git-related because it was o

Re: [Pharo-users] GSOC 2016

2016-02-11 Thread Damien Cassou
Serge Stinckwich writes: > I reuse the list of the last year : > https://github.com/pharo-project/pharo-project-proposals/blob/master/Topics.st I've just removed everything git-related because it was old. I hope someone else will write a new one because support of existing DVCS is very important

[Pharo-users] GSOC 2016

2016-02-11 Thread Serge Stinckwich
Dear pharoers, this year Pharo consortium (and community) is going to take part in the Google Summer of Code event[1] as a standalone organization. This is an opportunity to promote Pharo, get some job done and have students paid. Currently we are at the most important stage as we are preparing t

[Pharo-users] Dr. Geo on gravity

2016-02-11 Thread Hilaire
A nice article about a gravity simulation designed with Dr. Geo. Written by a college teacher. http://blog.drgeo.eu/post/2016/Drawing-the-Parabolic-Trajectory-of-an-Object-under-Gravity Hilaire -- Dr. Geo http://drgeo.eu