[CfP] 2018 Scheme and Functional Programming Workshop

2018-06-25 Thread John Clements
Greetings magnificent Clojurians! I'm writing to let you know that the 2018 Scheme and Functional Programming Workshop is now accepting submissions. In fact... there's just two weeks left! Submit your papers soon! Here's the Call for Papers: DEADLINE: 9 July 2018, (Any time in the world)

Re: Clojure/flutter

2018-06-25 Thread Gregg Reynolds
On Thu, Apr 26, 2018, 10:08 AM Gregg Reynolds wrote: > > > On Wed, Apr 25, 2018 at 5:01 PM, Robert Levy wrote: > >> What would you say is the advantage of using Flutter instead of React >> Native? Assuming you're not interested in Dart, what is the selling point? >> > > I haven't used it yet >

Re: downloading of files from Dropbox using cli-http

2018-06-25 Thread Johannes
That's the result: curl -vX POST https://content.dropboxapi.com/2/files/download --header 'Authorization: Bearer QfCCK...' --header 'Dropbox-API-Arg: {"path":"/log.txt"}'>x.txt % Total% Received % Xferd Average Speed TimeTime Time Current

Re: downloading of files from Dropbox using cli-http

2018-06-25 Thread Thomas
try and do a curl -v and see what it really does under the covers as there might be a redirect Good luck, Thomas On Monday, 25 June 2018 14:38:12 UTC+2, Johannes wrote: > > Hi, > > I am trying to download a file from Dropbox which I can get with the Http > request: > > POST /2/files/download

downloading of files from Dropbox using cli-http

2018-06-25 Thread Johannes
Hi, I am trying to download a file from Dropbox which I can get with the Http request: POST /2/files/download Host: https://content.dropboxapi.com User-Agent: api-explorer-client Authorization: Bearer QfCCK... Dropbox-API-Arg: {"path":"/log.txt"} or the curl request looks like that: curl -X