Found 211 bookmarks
Newest
Giving Opportunities at Saint Jude
Giving Opportunities at Saint Jude
Link to Shane Matthew Connolly Memorial Scholarship Fund Description on St Jude website
Shane Matthew Connolly Memorial Scholarship Fund This scholarship was established in loving memory of Shane Connolly in 2021 by his parents, Patrick and Annie Connolly, and his sisters, Lauren and Maeve ('03). Shane was a former student at Saint Jude and a graduate of the Marist School. The scholarship is awarded to a rising 8th grader, boy or girl, who demonstrates outstanding achievement both in the classroom and on the playing field, and who does so while emulating Shane's humility, unfailingly even-tempered sportsmanship, and consistently exhibited concern for and kindness to others.
For Website
·saintjude.net·
Giving Opportunities at Saint Jude
tree.nathanfriend.io
tree.nathanfriend.io
An online tree-like utility for generating ASCII folder structure diagrams. Written in TypeScript and React.
·tree.nathanfriend.io·
tree.nathanfriend.io
Finding Undocumented APIs
Finding Undocumented APIs
Introduction, case studies, and exercises for finding and using undocumented APIs hidden in plain sight.
·inspectelement.org·
Finding Undocumented APIs
Shiny
Shiny
Shiny is a package that makes it easy to create interactive web apps using R and Python.
Shiny was designed with an emphasis on distinct input and output components in the UI. Inputs send values from the client to the server, and when the server has values for the client to display, they are received and rendered by outputs.
You want the server to trigger logic on the client that doesn’t naturally relate to any single output.
You want the server to update a specific (custom) output on the client, but not by totally invalidating the output and replacing the value, just making a targeted modification.
You have some client JavaScript that isn’t related to any particular input, yet wants to trigger some behavior in R. For example, binding keyboard shortcuts on the web page to R functions on the server, or alerting R when the size of the browser window has changed.
·shiny.posit.co·
Shiny
Rectangling
Rectangling
Rectangling is the art and craft of taking a deeply nested list (often sourced from wild caught JSON or XML) and taming it into a tidy data set of rows and columns. This vignette introduces you to the main rectangling tools provided by tidyr: `unnest_longer()`, `unnest_wider()`, and `hoist()`.
·tidyr.tidyverse.org·
Rectangling
hendrikvanb
hendrikvanb
Working with complex, hierarchically nested JSON data in R can be a bit of a pain. In this post, I illustrate how you can convert JSON data into tidy tibbles with particular emphasis on what I’ve found to be a reasonably good, general approach for converting nested JSON into nested tibbles. I use three illustrative examples of increasing complexity to help highlight some pitfalls and build up the logic underlying the approach before applying it in the context of some real-world rock climbing competition data.
·hendrikvanb.gitlab.io·
hendrikvanb
JSON files & tidy data | The Byrd Lab
JSON files & tidy data | The Byrd Lab
My lab investigates how blood pressure can be treated more effectively. Much of that work involves the painstaking development of new concepts and research methods to move forward the state of the art. For example, our work on urinary extracellular vesicles’ mRNA as an ex vivo assay of the ligand-activated transcription factor activity of mineralocorticoid receptors is challenging, fun, and rewarding. With a lot of work from Andrea Berrido and Pradeep Gunasekaran in my lab, we have been moving the ball forward on several key projects on that front.
·byrdlab.org·
JSON files & tidy data | The Byrd Lab
OpenAPI DevTools
OpenAPI DevTools
Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…
·chromewebstore.google.com·
OpenAPI DevTools
Introduction
Introduction
Shiny Server @CNR-IBBA. Contribute to cnr-ibba/shiny-server development by creating an account on GitHub.
·github.com·
Introduction
React Handbook
React Handbook
Modern approaches to architecture and feature development for production-ready React apps.
·reacthandbook.dev·
React Handbook