Re: [Vala] Parallel programming in Vala?

2014-05-27 Thread Al Thomas
From: Costas Smaragdakis kesma...@gmail.com Sent: Tuesday, 27 May 2014, 13:50 Subject: Re: [Vala] Parallel programming in Vala? I would like to share the processes on multiple computers through typical network. If you want a distributed computing environment

Re: [Vala] A brand new build system

2014-05-19 Thread Al Thomas
From: Robert Ancell robert.anc...@gmail.com To: Steven Oliver oliver.ste...@gmail.com Cc: vala-list@gnome.org vala-list@gnome.org Sent: Friday, 16 May 2014, 22:43 Subject: Re: [Vala] A brand new build system (I'm the author of Bake). Bake has detailed

Re: [Vala] Memory safety

2014-05-15 Thread Al Thomas
think your question raises some interesting questions about how Vala programmers should handle strings securely to avoid buffer and integer overflows for a robust application. It would be nice to gather some ideas on this. Maybe for starters http://www.and.org/vstr/security Regards, Al Thomas

[Vala] Recommended way for combined C with Vala/Genie project?

2014-04-28 Thread Al Thomas
binaries in Python, node.js, PHP, etc. So it is probably better for documentation to introduce the more general process. Thanks for any thoughts. Al Thomas 1 - http://blog.m8t.in/2009/09/build-project-with-vala.html 2 - http://blog.m8t.in/2009/12/messing-up-with-vala-again.html 3 - https

[Vala] [Genie] Re: Vala on Android

2014-03-17 Thread Al Thomas
Great stuff Gontzal! Does this mean Vala/Genie programs can be compiled for non-rooted Android devices? I have created a new Genie wiki page: https://wiki.gnome.org/Projects/Genie/TutorialsBlogsExamples and included links to some of your projects and tutorials. I have also included a link to

Re: [Vala] How to convert a string to float ?

2013-09-24 Thread Al Thomas
From: r...@no-log.org r...@no-log.org To: vala-list@gnome.org Sent: Tuesday, 24 September 2013, 13:36 Subject: [Vala] How to convert a string to float ? To convert a string to int : int.parse ok, easy... Try double.parse() For more see

[Vala] Fw: Extra documentation for vapis on Valadoc

2013-09-24 Thread Al Thomas
From: Steven Oliver oliver.ste...@gmail.com To: vala-list vala-list@gnome.org Sent: Tuesday, 24 September 2013, 19:15 Subject: [Vala] Extra documentation for vapis on Valadoc My question is how did the extra documentation get there? I looked in the Glib-2.0 vapi but there's nothing extra

Re: [Vala] Worried about the state of Genie

2013-09-01 Thread Al Thomas
On Thursday, 29 August 2013, 9:53 Tal Liron wrote I like your two suggestions, Al, and hope you will open them as enhancements so at least we can track them. But this discussion on specifics is pointless if no work will be done on Genie! I've logged my two suggested enhancements. Next year

[Vala] [Genie] Print enhancements and handling of null

2013-09-01 Thread Al Thomas
This is using two Genie bugs as examples to try and find out how the Genie community handle triage, documentation and enhancements. The two more bugs are print statement with no arguments does not compile ( https://bugzilla.gnome.org/show_bug.cgi?id=688016 ) and Print statement does not print

Re: [Vala] [Genie] Using async methods in Genie

2013-04-28 Thread Al Thomas
Alex Stefan Kaye wrote on Saturday, 27 April 2013: Is it possible to use Vala's async methods in Genie? If so, could someone give an example of the syntax to use? I have not used them myself, but have made a few bookmarks when I was researching Genie:

Re: [Vala] [Genie] Dict/List as properties

2013-04-19 Thread Al Thomas
On Sun, 14 Apr 2013 20:50:07 +0001, Alex Stefan Kaye noxdeleo googlemail com wrote: I'm wondering if/how I can use dicts and lists in class properties, for example: prop private channel_map:dict of string,list of Gst.ChannelPosition I remember having a similar problem in the one Genie

<    1   2   3