http://letsbuildkaec.challengepost.com/submissions/23789-cloud-shoppie
http://letsbuildkaec.challengepost.com/submissions/23789-cloud-shoppie
Stephan Eggermont announced Story Board. Story Board is a multi user, drag and drop, agile planning tool. Each user can create projects and invite other users to participate. Architecture This application is build with Deltawerken and Seaside 3.1. Please use the configuration to load this application. Loading Gofer new url: 'http://ss3.gemstone.com/ss/StoryBoard'; package: 'ConfigurationOfStoryBoard'; load. (Smalltalk at: #ConfigurationOfStoryBoard) project bleedingEdge load Change the admin password in a workspace (SBUser userWithId: 'Admin') password: '<your new password>' Video Getting started: https://vimeo.com/49195501 Links http://ss3.gemstone.com/ss/Deltawerken.html http://www.seaside.st
Damien Cassou announced today
Hi, I'm happy to announce a brand new packaging of the Pharo VM. The packaging works with all officially supported Ubuntu releases, both 32 and 64bits (see this list of Ubuntu support dates: http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29#Releases). I pushed these new packages to a different PPA so I can test without impacting current users : https://launchpad.net/~pharo/+archive/unstable/+packages If you are using an old version of Ubuntu (e.g., Precise 12.04 or even Lucid 10.04), you should try with this new PPA. Please report problems by email to me directly. An advantage of this new packaging is that it should become much easier to create Ubuntu packages for your own Pharo projects. I will talk about that later as I try these new packaging mechanism on the Launcher, Pillar and Phratch projects.
How to generate java doc like documentation for Pharo. A nice post posted Yesterday by Yuriy Tymchuk
http://sleepycoders.blogspot.fr/2014/05/auto-documenting-your-pharo-projects.html
Ronie Salgado started working in making some basic bindings for OpenCL using
NativeBoost. Currently he can run basics OpenCL OpenCL kernels. I tried to generate quickly some procedural images which was a success.
He is going to be showing some more cool stuffs when mixing OpenCL+OpenGL+SDL2.
Currently uploading my work into
http://smalltalkhub.com/#!/~ronsaldo/OpenCL. No configuration or stable release yet.
Sean De Nigris wrote a tiny utility to work with Gmail contacts. It is very basic and just maps an export file in the Outlook format to GmailContact objects. It doesn't support the Google CSV format - the field order and names are different, and the file is UTF16-encoded. Enjoy! Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'SeansPlayground'; package: 'GmailContact'; load. #GmailContact asClass importAllFromOutlookExport: ‘/path/to/contacts.csv' asFileReference.
Have you ever wanted to get the feel of live programming in Pharo? You know the feel that no book can describe! Watch this excellent screencast made by Laurent Laffont
Esteban Lorenzano released a really really nice look for Pharo 30 🙂
Here is his announce
“1. You need this because otherwise Gofer merge becomes dumb :P”MCRepositoryGroup defaultaddRepository: (MCSmalltalkhubRepositoryowner: ‘estebanlm’project: ‘Pharo3DarkTheme’).“2. Now we can actually MERGE the project”Gofer itsmalltalkhubUser: ‘estebanlm’ project: ‘Pharo3DarkTheme’;package: ‘Pharo3DarkTheme’;merge.“3. And then install it”Pharo3DarkTheme installFullTheme.