This is a good (free) course that takes you the lates best practices of JS
(getting more functional), react and then react native.
https://www.edx.org/course/cs50s-mobile-app-development-with-react-native
On Saturday, January 25, 2020 at 6:56:57 PM UTC, 'John Clements' via
users-redirect wrot
Hi Ryan,
Thank you SO much for that explenation! Everything now clicks!!
Sean
On Thursday, January 23, 2020 at 4:12:44 PM UTC, Ryan Culpepper wrote:
>
> On 1/23/20 3:59 PM, Sean Kemplay wrote:
> > Hello,
> >
> > I am exploring macros and am trying to define a variab
Hello,
I am exploring macros and am trying to define a variable at the top level
(with the goal in mind to dynamically define a group of functions from a
macro).
with-syntax works fine however I was just wondering if it is possible to
directly inject an identifier as syntax within syntax - som
Thanks Matthias, I think I have it now, much appreciated.
On Friday, May 24, 2019 at 2:24:57 PM UTC+1, Matthias Felleisen wrote:
>
>
>
> > On May 24, 2019, at 6:27 AM, Sean Kemplay > wrote:
> >
> > Hi all,
> >
> > I trying to work out the ART of the
Hi all,
I trying to work out the ART of the sum-tree question from HTDP2e.
I have worked through the book before however am going through it again,
this time am doing every exercise - this is not homework!
Here is my data defenitions, examples, a function ror summing up the
contents and tests
H All,
Just reporting that https://lists.racket-lang.org/ seems to be down.
I have tried on both my laptop and phone.
Sean
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send
Thanks George, that explains it perfectly.
On Monday, November 5, 2018 at 5:11:04 PM UTC, gneuner2 wrote:
>
>
>
> On 11/5/2018 11:49 AM, Sean Kemplay wrote:
>
> Hi All,
>
> I am trying to open windoes explorer from Racket using the following -
>
> (syste
Hi All,
I am trying to open windoes explorer from Racket using the following -
(system* "cmd" "start" "explorer.exe")
However it is not working and #f is being returned. This works fine from Go
and even VBScript!
Anyone know what I am missing?
Kind regards,
Sean
--
You received this message
Hello,
Does anyone know if the Racket webserver will support http2 at any stage?
Kind regards,
Sean
--
You received this message because you are subscribed to the Google Groups
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to racket-user
I will definitely check out the CSS package this weekend!
On 13 Feb 2017 13:48, "Leandro Facchinetti" wrote:
> Hi all,
>
> I’m here to announce three packages I published recently, because I want
> feedback from the community:
>
> - CSS-expressions: S-expression-based CSS.
> https://docs.racke
~23~25kernel%29._byte-ready~3f%29%29
>
>
>
> On Mon, Jan 23, 2017 at 6:05 AM, Sean Kemplay wrote:
> Hello,
>
>
>
> I am using the URL library to interact with a REST API.
>
>
>
> One of the Endpoints sends returns no content for a POST request with a
&
Hello,
I am using the URL library to interact with a REST API.
One of the Endpoints sends returns no content for a POST request with a status
code of 204 (a little unusual however it is an external API so we have to cater
to it).
I can check the status code for 204 and only apply string->port
Hi Tim,
This is great, the whole proxy thing has been an issue for me as well - I took
a stab at doing something like this last year but couldn't get it working.
I have access to a trend and scansafe proxy so can physically test against
those if you want.
Kind regards,
Sean
On Tuesday, August
Hello,
Something like the following would be ideal to build a histogram from a
sequence of values read in via CSV
#lang racket
(require math)
(require plot)
(discrete-histogram (samples->hash '(1 2 3 4 4)))
However discreet histogram takes a list of vectors. Is there a way to achieve
somethin
Hi all,
There have been multiple queries about utilising multiple cores with Racket's
webserver and also some ideas put forward by Jay and others.
Has anyone got something working they would be willing to share? I am really
hoping to use racket over clojure for a new project but making use of a
Hello,
Has anyone had any experience using web-server/template?
If so do you have any suggestions on how to best/compose so there is a base
template with placeholders being filled by other templates (which could in turn
have even deeper nesting themselves)?
Kind regards,
Sean
--
You received
Hi Tim,
The net/http-client library (last time I looked) does not currently support SSL
tunneling which would be required for ssl connections through a proxy such as
squid.
net/url builds on net/http-client and also does not have that support.
Link to what Squid has to say about tunneling -
On Friday, August 14, 2015 at 3:41:04 PM UTC+1, Sean Kemplay wrote:
> On Friday, August 14, 2015 at 10:22:03 AM UTC+1, Sean Kemplay wrote:
> > On Wednesday, August 12, 2015 at 9:54:23 PM UTC+1, Sean Kemplay wrote:
> > > On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1,
On Friday, August 14, 2015 at 10:22:03 AM UTC+1, Sean Kemplay wrote:
> On Wednesday, August 12, 2015 at 9:54:23 PM UTC+1, Sean Kemplay wrote:
> > On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1, Jay McCarthy wrote:
> > > On Tue, Aug 11, 2015 at 10:24 AM, Sean Kemplay
>
On Wednesday, August 12, 2015 at 9:54:23 PM UTC+1, Sean Kemplay wrote:
> On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1, Jay McCarthy wrote:
> > On Tue, Aug 11, 2015 at 10:24 AM, Sean Kemplay
> > wrote:
> > > Hi All,
> > >
> > > Sending an http re
On Wednesday, August 12, 2015 at 12:54:10 PM UTC+1, Jay McCarthy wrote:
> On Tue, Aug 11, 2015 at 10:24 AM, Sean Kemplay wrote:
> > Hi All,
> >
> > Sending an http request through our corporate proxy works as follows for
> > http requests ->
> >
> > (
Hi All,
Sending an http request through our corporate proxy works as follows for http
requests ->
(define-values (x y z)
(http-sendrecv "10.0.0.200" "http://www.example.com";
#:port 8080
#:headers '(
"Proxy-Authorizatio
For those that are interested-
https://news.ycombinator.com/item?id=9220468
Racket Users list:
http://lists.racket-lang.org/users
ver makes use of continuations,
> so I expect some sort of process affinity would be necessary, where a given
> user's requests are always proxied to the same worker process - is that
> right? Is it common to use multiple web server processes in Racket web apps?
> >>
&
Hello,
I am interested in the racket web server for some micro services. Just
wondering if by default it runs across multiple cores or if it is
restricted to one due to threads in racket.
Regards,
Sean
Racket Users list:
http://lists.racket-lang.org/users
-- Forwarded message --
From: "Sean Kemplay"
Date: Jul 31, 2012 2:32 PM
Subject: Re: [racket] Tabulate from build-list
To: "Matthias Felleisen"
Thanks Matthias,
(define (tabulate f n)
(build-list (+ n 1) (lambda (x) (f (- n x)
I am glad I went the o
MF: you know you want build-list,
> design (!) the 'loop' function now
> (define (g i) ... f n i ...)) ;; <---- this is the data that's
> available
> (build-list (+ n 1) g)))
>
> Also see '2e'.
>
>
> On Jul 30, 2012, at 4:10 PM, S
Hello,
I am looking at the exercise from htdp 1e on building the tabulate
function from build-list.
Would I be on the right track that I need to create a function to
reverse the result of (build-list (+ n 1) f) to do this?
the function this is to emulate -
;; tabulate : (x -> y) x -> (listof y
Thanks Matthias for yet again looking at my attempt at this exercise!
Agreed Stephen, yes the purpose statement is not as clear as it could be.
Great list, great book, great software.
Regards,
Sean Kemplay
On Thu, Jul 12, 2012 at 10:21 PM, Matthias Felleisen
wrote:
>
> On Jul 12, 2012
it is much appreciated.
>
> Sean
>
> On Fri, Jul 6, 2012 at 1:21 PM, Matthias Felleisen
> wrote:
>>
>> On Jul 6, 2012, at 5:48 AM, Sean Kemplay wrote:
>>
>> I am going through htdp first edition (at chapter 17 which refers to
>> arrangements from chapte
Thanks Matthias,
I will go through 2e up until the arrangements exercise then make the
examples to post to the list.
Thank you for your time it is much appreciated.
Sean
On Fri, Jul 6, 2012 at 1:21 PM, Matthias Felleisen wrote:
>
> On Jul 6, 2012, at 5:48 AM, Sean Kemplay wrote:
&g
Hi Matthias,
Thanks for the feedback. Just a couple of questions before I give it
another go if that's okay. I know there is something I need to learn from
this exercise.
I am going through htdp first edition (at chapter 17 which refers to
arrangements from chapter 12 which is why I revisited the
:12 PM, Matthias Felleisen wrote:
>
>>
>> On Jul 1, 2012, at 4:17 PM, Sean Kemplay wrote:
>>
>>> Looking back, I am wondering if my solution is a bit of a cheat -
>>> specifically :
>>>
>>> (define (insert-everwhere/in-one-word s word)
>>
s testing it in the manner demonstrated by Matthias.
"Check-expect" is your friend :).
> On Jul 1, 2012, at 4:12 PM, Matthias Felleisen wrote:
>
> >
> > On Jul 1, 2012, at 4:17 PM, Sean Kemplay wrote:
> >
> >> Looking back, I am wondering if my solution is a b
(rest a-word)))]))
Any feedback welcome,
Thanks,
Sean Kemplay
Racket Users list:
http://lists.racket-lang.org/users
35 matches
Mail list logo