[racket-users] metapict examples

2020-01-21 Thread Hadi Moshayedi
To teach myself how to use metapict, I have started creating some example visualizations using it. I am pushing these examples to https://github.com/pykello/racket-visualization Some of them which I like are: *Figure 85 from metapost examples *(fig85.rkt

Re: [racket-users] What’s everyone working on this week?

2019-12-10 Thread Hadi Moshayedi
Started creating some slideshows on postgres internals using #lang slideshow: https://github.com/pykello/hadi-slides Not much content yet, as I've been struggling with getting things formatted as I like until now :) and this is my first time using slideshow, so I'm pretty slow. -- You received

Re: [racket-users] GUI (get-directory)

2019-11-19 Thread Hadi Moshayedi
On Tue, Nov 19, 2019 at 9:49 AM pow bam wrote: > (get-directory [message "Select a folder.."]) > > You should just use (get-directory "Select a folder.."). The docs says the

Re: [racket-users] Downloadable tutorials (e.g. on github)? Tutorial example source codes samples attached to DrRacket instalation?

2019-09-16 Thread Hadi Moshayedi
On Mon, Sep 9, 2019 at 8:48 AM Neil Van Dyke wrote: > If someone is up to doing such a startup: find a > startup CEO who can get funding, start coding with the copious > information and community support available for Racket... and then feed > back your success story, as well as feed back useful

Re: [racket-users] on-boarding new racketeers

2019-08-13 Thread Hadi Moshayedi
Thanks Stephen! On Mon, Aug 12, 2019 at 7:52 AM Stephen De Gabrielle < spdegabrie...@gmail.com> wrote: > 5. Put the location of the scribble source file at the beginning of every > scribble file because it is really hard to find the location of scribble > source; > 'Quick: An Introduction to

Re: [racket-users] Re: Racket + Graphviz

2019-08-03 Thread Hadi Moshayedi
On Thu, Aug 1, 2019 at 12:23 PM Ryan Kramer wrote: > This looks interesting! I have thought about trying to generate Entity > Relationship diagrams given a database schema, but assumed that laying out > the boxes would be a hard problem. Looks like GraphViz might do a decent > job at this. I'll

Re: [racket-users] Re: Racket + Graphviz

2019-08-01 Thread Hadi Moshayedi
On Thu, Aug 1, 2019 at 12:23 PM Ryan Kramer wrote: > This looks interesting! I have thought about trying to generate Entity > Relationship diagrams given a database schema, but assumed that laying out > the boxes would be a hard problem. Looks like GraphViz might do a decent > job at this. I'll