[Gambas-user] Gambas-user Digest, Vol 78, Issue 21

Christian DaGeek247 Stephens imageek247 at ...626...
Sat Nov 10 17:27:43 CET 2012


Thanks Rob Kudla, That is exactly what i was trying to do. I did not think
to use the terminal to do this instead, i was hoping for an internal md5sum
command. Either way works though so thanks again.

On Sat, Nov 10, 2012 at 2:08 AM,
<gambas-user-request at lists.sourceforge.net>wrote:

> Send Gambas-user mailing list submissions to
>         gambas-user at lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.sourceforge.net/lists/listinfo/gambas-user
> or, via email, send a message with subject or body 'help' to
>         gambas-user-request at lists.sourceforge.net
>
> You can reach the person managing the list at
>         gambas-user-owner at lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gambas-user digest..."
>
>
> Today's Topics:
>
>    1. Re: Help comments are now exported (Sebastian Kulesz)
>    2. Re: Using MD5Sum On File (Rob Kudla)
>    3. svn 5313 Unable to compile gambas3 (wally)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 10 Nov 2012 01:25:39 -0300
> From: Sebastian Kulesz <sebikul at ...626...>
> Subject: Re: [Gambas-user] Help comments are now exported
> To: willy at ...2734...,  mailing list for gambas users
>         <gambas-user at lists.sourceforge.net>
> Message-ID:
>         <
> CAAkQKUYBxGO16CofUTjRC9_55w_2MVy2_4ov8gbdmWCu-P2Qnw at ...627...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Fri, Nov 9, 2012 at 9:43 PM, Willy Raets <willy at ...2734...
> >wrote:
>
> > On Sat, 2012-11-10 at 01:26 +0100, Beno?t Minisini wrote:
> > > Hi,
> > >
> > > Since revision #5311, help comments are now exported by the compiler
> > > into the information files of libraries and components (*.info files).
> > >
> > > Consequently, if you define some help in your libraries, you will see
> > > them in the IDE!
> > >
> > )))) YES ((((
> >
> > > Help comments must begin with two quotes and a space (`'' `), and must
> > > be located:
> > >
> > > - On the same line of the declaration of the documented symbol.
> > >
> > > - Or on several lines just before the declaration of the documented
> > symbol.
> > >
> > > A class can have its own help comments. The class help comments must
> > > begin with three quotes and a space (`''' `), and must be the first
> help
> > > comments of the class source file.
> > >
> > > Note: The syntax used in help comments is a Gambas markup language
> > > mainly inspired from the Markdown markup language. [1]
> > >
> > > Enjoy it!
> > >
> > > [1] http://en.wikipedia.org/wiki/Markdown
> > >
> >
> > Thank you Beno?t, you've made my day :-)
> >
> > Willy
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_d2d_nov
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
> Hi! I'm seeing numerous compilation errors when compiling the IDE and the
> examples. They happen both locally and on the daily builds PPA. Must be the
> changes made to the compiler, because those files where not touched in a
> while.
>
> Here is the Quantal log:
>
> https://launchpadlibrarian.net/122535045/buildlog_ubuntu-quantal-i386.gambas3_3.3.90-0%2Bsvn4183-build23~quantal1_FAILEDTOBUILD.txt.gz
>
> And Precise:
>
> https://launchpadlibrarian.net/122537015/buildlog_ubuntu-precise-i386.gambas3_3.3.90-0%2Bsvn4183-build15~precise1_FAILEDTOBUILD.txt.gz
>
> The errors seem to be incorrect, not sure why.
>
> Anything i can do to help, please let me know!
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 09 Nov 2012 23:26:00 -0500
> From: Rob Kudla <sourceforge-raindog2 at ...94...>
> Subject: Re: [Gambas-user] Using MD5Sum On File
> To: mailing list for gambas users <gambas-user at lists.sourceforge.net>
> Message-ID: <509DD758.407 at ...94...>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 11/09/2012 10:34 PM, Christian DaGeek247 Stephens wrote:
> > command button. What I want to do is get the md5sum of the file chosen
> > shown in the label when the user clicks the button. I can
> > use properties_md5.caption = Crypt.MD5(fchoose.Name) to get a random
> hash,
> > but i want to get the hash of the actual file, and not some random
> password
> > or something. How would I do this in gambas?
>
> If you want your users to be able to compare the hash with the output of
> md5sum, why not just use md5sum to be sure? It's part of coreutils and
> should always be installed.
>
> EXEC [ "md5sum", fchoose.Name ] TO properties_md5.caption
>
> (or put it into a temporary variable so you can remove the filename, which
> should be everything after the first 32 characters.)
>
> Rob
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 10 Nov 2012 09:07:33 +0100
> From: wally <wally at ...2037...>
> Subject: [Gambas-user] svn 5313 Unable to compile gambas3
> To: Gambas-user at lists.sourceforge.net
> Message-ID: <2021363.vbmMDjiJmo at ...3040...>
> Content-Type: text/plain; charset="us-ascii"
>
> SVN 5313 "Unable to compile gambas3"
> on OpenSuse 12.2
>
> see logs attached
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: buildlogs5313.tar.gz
> Type: application/x-compressed-tar
> Size: 17660 bytes
> Desc: not available
>
> ------------------------------
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
>
> ------------------------------
>
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> End of Gambas-user Digest, Vol 78, Issue 21
> *******************************************
>



-- 
*If a packet hits a pocket on a socket on a port,*
*and the bus is interrupted as a very last resort,*
*and the address of the memory makes your floppy disk abort,*
*then the socket packet pocket has an error to report! *
*
*
*           **DaGeek247 of http://dageek247.tk/*



More information about the User mailing list