Meta browser
by Alexandre Bergel
Hi!
What is the meaning of a pink box?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
8 years, 7 months
roassal multilayered view
by Peter Uhnák
Hi,
this is probably a bit tall order, so consider it more like a food for
thought, however how hard do you think it would be to add layers to roassal?
Examples of layers could be
1 - background (grid),
2 - the visualized figures,
3 - selection highlights
4 - handles (moving handles, resize handles)
There are certain benefits like clearing all handles by simply replacing a
layer with clear one, potential performance improvements and more. It would
definitely require more thought but it might be interesting to consider in
the coming years.
Cheers,
Peter
8 years, 7 months
Dump FAMIX meta-model to text file
by Damien Cassou
Hi,
to ease search in the FAMIX meta-model for a non Pharo developer, I
would like to export it to a text file. Is that already possible?
Thanks
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
8 years, 7 months
Roasal: Putting a white background instead of a transparent one in word clouds
by Offray Vladimir Luna Cárdenas
Hi,
I have finally finished the first part of my visualization project of
political discourses on Twitter. You can see the details here:
http://mutabit.com/offray/static/blog/output/posts/visualizing-politician...
(As you can see Pharo was not used to extract the data, just to scrap
it, structure it and visualize it).
The politicians tag cloud look nice if the background is white, because
the png background is transparent, but if you share it on Twitter, the
black background makes the tag cloud invisible. I could use image
editing programs to change the background from transparent to white, but
I would like to know if there is a way to make that change inside
Pharo/Roasal.
Thanks for all your support in making this ideas possible.
Cheers,
Offray
8 years, 7 months
apiwave - Discover and track APIs
by Andre Hora
Hello guys,
I would like to present you apiwave <http://apiwave.com>, a tool to
discover and track APIs.
While it is easy to know how “popular” is a project in number of
contributors or fans, it’s quite hard to know how many clients are actually
using it.
To cover that, we performed an analysis on the most used APIs in top 500
GitHub java projects. On apiwave <http://apiwave.com/> you can dig into
this data, and explore how more than 250K frameworks/packages/APIs are
actually being used over time. You can read a bit more in this post
<https://apiwave.wordpress.com/2015/04/10/most-used-apis-in-top-500-github...>
.
Even if the tool is not directly related with Moose, I think it could be
interesting for some developers here :)
Feel free to provide feedback.
best regards,
--
Andre Hora
8 years, 7 months
Wrong version loaded using Metacello
by Jan Kurš
Hi All,
In ConfigurationOfPetitParser, there is a stable version 1.10 for Pharo 3.0
which says to load version PetitIndent.JanKurs.1.
version110: spec
<version: '1.10' imports: #('1.6-baseline' )>
spec for: #'common' do: [
..
package: 'PetitIndent' with: 'PetitIndent-JanKurs.1';
..
Yet, if I load the stable version from Pharo 3.0:
Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser';
configurationOf: #PetitParser; load.
(ConfigurationOfPetitParser project version: '1.10') load.
I got PetitIndent.JanKurs.11 loaded, which is very unfortunate, since other
packages are kept old.
Does anyone knows why is this?
Cheers,
Jan
8 years, 7 months