[Pharo-users] Dr. Geo on gravity
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
[Pharo-users] GSOC 2016
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 the organization application, and hoping that we will be accepted and granted decent amount of project slots. Everyone can help with application by submitting ideas for student projects. I reuse the list of the last year : https://github.com/pharo-project/pharo-project-proposals/blob/master/Topics.st It is in STON format, and result is being generated at: http://gsoc.pharo.org/ Please add (or update) your ideas following the format of existing projects and open a pull request with them (you will need a github account). Preferably submit ideas with possible mentors, but if none are available at the moment ideas without mentors are also welcome. The template to submit projects is : PharoTopic new title: 'The name of your project; contact: 'email address'; supervisors: 'Supervisors names'; keywords: 'keywords separated by spaces; context: 'a description of the context of the project'; goal: 'description of the goal'; level: 'Beginner or Intermediate or Advanced'; yourself. We will need a lot of projects/idea before February 19th 2016, the deadline for applying to GSOC 2016. Do not hesitate to ask me questions. If you don't know how to edit the list, please send your project description following the template to me. [1] https://summerofcode.withgoogle.com/ Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
Re: [Pharo-users] GSOC 2016
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. I've also updated my projects. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
Re: [Pharo-users] GSOC 2016
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 old. I hope someone else will write a new one because support of existing DVCS is very important. I've also updated my projects.
Re: [Pharo-users] How to generate "Content-Type: application/octet-stream" with Zinc client
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: 'file.txt' I get HTTP/1.1 User-Agent: Zinc HTTP Components 1.0 Content-Length: 176 Host: 127.0.0.1:5001 Content-Type: multipart/form-data;boundary=Boundary-Zn-BCJQCIUT Accept: */* --Boundary-Zn-BCJQCIUT Content-Disposition: form-data;name="file";filename="file.txt" Content-Length: 16 Content-Type: application/octet-stream --Boundary-Zn-BCJQCIUT-- Very good! Thanks a lot. - http://chico...@gmail.com -- View this message in context: http://forum.world.st/How-to-generate-Content-Type-application-octet-stream-with-Zinc-client-tp4876671p4877174.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Re: [Pharo-users] Dr. Geo on gravity
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. Geo > http://drgeo.eu > > >