Re: [PD] md5 object?

2017-10-26 Thread Chris McCormick
Hi Jonas, This patch contains a subpatch which computes the SHA1 hash of the input: https://sourceforge.net/projects/websocketserverinapatch/files/ Not exactly what you need but maybe you can use sha1 instead, or maybe you can adapt it. Cheers, Chris. On 27/10/17 04:46, hi via Pd-list wrot

Re: [PD] md5 object?

2017-10-26 Thread hi via Pd-list
I found a way using [shell] (on OSX): [md5 -qs 'this-will-be-encypted'( | [shell] | *here-comes-the-hash* don't know whether its the right one yet though… Am 26.10.2017 um 22:46 schrieb hi : > Dear list, > > I am trying to develop a pjlink projector controller and for this I need a > way to

[PD] md5 object?

2017-10-26 Thread hi via Pd-list
Dear list, I am trying to develop a pjlink projector controller and for this I need a way to create a md5 hash. Is there an object or a way to do this in Pd? jonas ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lis

Re: [PD] Purr Data 2.4.1

2017-10-26 Thread Jonathan Wilkes via Pd-list
I'll try setting up a CI machine for 17.04 later... -Jonathan From: Antonio Roberts To: Jonathan Wilkes Cc: Alexandre Torres Porres ; Pd-List Sent: Thursday, October 26, 2017 5:58 AM Subject: Re: [PD] Purr Data 2.4.1 I've tried compiling and there's a few missing packages that ca

Re: [PD] Purr Data 2.4.1

2017-10-26 Thread Antonio Roberts
I've tried compiling and there's a few missing packages that can't be installed. pd-l2ork : Depends: libgsl0ldbl but it is not installable or libgsl2 but it is not installable Recommends: slv2-jack but it is not installable E: Unmet dependencies. Try 'apt --fix-bro