Re: [Pharo-users] [ANN] CPPBridge: One Ring to rule them ALL

2016-11-09 Thread Denis Kudriashov
Hi. It would be nice to see simple code (not in video) how to create memory and read/write data to it. As I understand you create bindings to OS shared memory functions. What else CPPBridge provides? Why not separate bindings to another project? because it could be useful without any C++ relation.

Re: [Pharo-users] [ANN] CPPBridge: One Ring to rule them ALL

2016-11-09 Thread Dimitris Chloupis
"Hi. It would be nice to see simple code (not in video) how to create memory and read/write data to it." If you get the Project it comes with an example how to use in the class side of the CPPBridge Class and its in methods retrieveSharedValueStep1 and retrieveSharedValueStep2, first one open the

Re: [Pharo-users] [ANN] CPPBridge: One Ring to rule them ALL

2016-11-09 Thread Denis Kudriashov
2016-11-09 11:41 GMT+01:00 Dimitris Chloupis : > "Hi. > > It would be nice to see simple code (not in video) how to create memory > and read/write data to it." > > If you get the Project it comes with an example how to use in the class > side of the CPPBridge Class and its in methods retrieveShare

Re: [Pharo-users] [ANN] CPPBridge: One Ring to rule them ALL

2016-11-09 Thread Dimitris Chloupis
I would not call you lazy, its normal to want to see documentation before installing something and at least an example. Actually thats a good idea, I will add a few more comments in the example and use it on repo's front page. On Wed, Nov 9, 2016 at 12:56 PM Denis Kudriashov wrote: > > 2016-11-0

Re: [Pharo-users] may I please be added to the Mercap/HighchartsSt repo

2016-11-09 Thread Mariano Martinez Peck
That's great to hear. Let me know if the latest commits do work for you (they should work for 5.0.2). Cheers, On Tue, Nov 8, 2016 at 7:43 PM, Richard Pillar via Pharo-users < pharo-users@lists.pharo.org> wrote: > > > -- Forwarded message -- > From: Richard Pillar > To: Any quest

Re: [Pharo-users] [ANN] CPPBridge: One Ring to rule them ALL

2016-11-09 Thread Dimitris Chloupis
Ok documentation has improved a lot , it should be more obvious now https://kilon.github.io/CPPBridge/ Any comment , critic more than welcomed :) On Wed, Nov 9, 2016 at 1:10 PM Dimitris Chloupis wrote: > I would not call you lazy, its normal to want to see documentation before > installing som

[Pharo-users] connecting to remote pharo 5 image on server.

2016-11-09 Thread itay yahalom
Hi all, is there any RFB or VNC to use with pharo 5? i want to connect to my pharo 5 environment remotly, the image sit on a linux server that is hosted on digital-ocean . all of this is so i can control and see if something go bad with the image (and debug it) or that i can use pharo to check the

[Pharo-users] Ideas for a binary format for an image acting as an extension of the Pharo image

2016-11-09 Thread Dimitris Chloupis
So now that CPPBridge at least basic are sort out I have to figure out a binary file format The idea here is to implement an image format which will be part of the memory of the Pharo process but will live outside the memory of the Pharo VM. Lets call this CPPMemory will be stored to an image file

Re: [Pharo-users] Ideas for a binary format for an image acting as an extension of the Pharo image

2016-11-09 Thread Johan Fabry
How about using the binary format of the VM itself? It’s a tested format that gives you instant compatibility with Pharo. I guess the VM people have documentation for it and could give you some pointers. -- Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see http

Re: [Pharo-users] Ideas for a binary format for an image acting as an extension of the Pharo image

2016-11-09 Thread Dimitris Chloupis
Nice idea I will forward to VM mailing list On Thu, 10 Nov 2016 at 00:29, Johan Fabry wrote: > > How about using the binary format of the VM itself? It’s a tested format > that gives you instant compatibility with Pharo. I guess the VM people have > documentation for it and could give you some p

Re: [Pharo-users] Converting an Array of Characters to a String

2016-11-09 Thread Igor Stasenko
On 9 November 2016 at 07:49, Dimitris Chloupis wrote: > Not in C but there std::string in C++ similar to our String object. > > Strictly speaking , std::string is again not part of C++ per se, it comes from library that implements such class. > C char indeed is more a byte array than a string.

Re: [Pharo-users] [ANN] CPPBridge: One Ring to rule them ALL

2016-11-09 Thread Igor Stasenko
On 9 November 2016 at 08:41, Dimitris Chloupis wrote: > I am the only potential customer of CPPBridge because > > a) I am the only C++ coder AFAIK > b) Using DLLs (dynamically linked shared libraries) is still by far the > best solution because using the UFFI you can do everything from Pharo. > C

Re: [Pharo-users] about balkanisation

2016-11-09 Thread Dale Henrichs
On 11/8/16 7:09 AM, Thierry Goubier wrote: Hi Dale, 2016-11-08 2:03 GMT+01:00 Dale Henrichs >: [ snip ... ] yes I think this is the area where a Metallo Project Browser comes into play. The technology for committing the dirty packages i

Re: [Pharo-users] about balkanisation

2016-11-09 Thread Dale Henrichs
On 11/8/16 11:04 PM, Igor Stasenko wrote: On 7 November 2016 at 14:28, stepharo > wrote: [ ... ] And this one I don't understand. A smooth, git / iceberg oriented transition over Monticello/Metacello is perfectly doable... As Dale explained. A nic

Re: [Pharo-users] MOOC TOC cleanup

2016-11-09 Thread Siemen Baader
Hi Stef, I have cloned the repository and linked the slides directly from the TOC. I also have styled it with Bootstrap labels and glyphicons, and added anchors to every item to make them easily linkable, eg for discussions on the mailing list / slack. The HTML files for the exercises refer to th

Re: [Pharo-users] MOOC TOC cleanup

2016-11-09 Thread Sven Van Caekenberghe
Wow, this is beautiful, well done ! > On 10 Nov 2016, at 07:21, Siemen Baader wrote: > > Hi Stef, > > I have cloned the repository and linked the slides directly from the TOC. I > also have styled it with Bootstrap labels and glyphicons, and added anchors > to every item to make them easily l

Re: [Pharo-users] MOOC TOC cleanup

2016-11-09 Thread Siemen Baader
On 10/11/2016, at 07.32, "Sven Van Caekenberghe-2 [via Smalltalk]" wrote: > Wow, this is beautiful, well done ! Thanks, I'm glad you like it. I like your zinc docs ;) Siemen > > > On 10 Nov 2016, at 07:21, Siemen Baader <[hidden email]> wrote: > > > > Hi Stef, > > > > I have cloned the r