02-AREAS

02-AREAS

2277 bookmarks
Newest
Shiny Packaging Custom JS
Shiny Packaging Custom JS
Shiny is a package that makes it easy to create interactive web apps using R and Python.
·shiny.posit.co·
Shiny Packaging Custom JS
Shiny Custom Input Bindings
Shiny Custom Input Bindings
Shiny is a package that makes it easy to create interactive web apps using R and Python.
·shiny.posit.co·
Shiny Custom Input Bindings
Shiny Sending Messages
Shiny Sending Messages
Shiny is a package that makes it easy to create interactive web apps using R and Python.
·shiny.posit.co·
Shiny Sending Messages
Shiny Selectize Input
Shiny Selectize Input
Shiny is a package that makes it easy to create interactive web apps using R and Python.
·shiny.posit.co·
Shiny Selectize Input
Introducing fodr: a package for French open data in R
Introducing fodr: a package for French open data in R
Nowadays, more and more government organisations subscribe to the open data movement and some have done so in France, in the hopes that new services or insights would come from the analysis of this data.
·tutuchan.github.io·
Introducing fodr: a package for French open data in R
Cursor – Working with Context
Cursor – Working with Context
How to work with context in Cursor
Intent context defines what the user wants to get out of the model. For example, a system prompt usually serves as high-level instructions for how the user wants the model to behave. Most of the “prompting” done in Cursor is intent context. “Turn that button from blue to green” is an example of stated intent; it is prescriptive.
State context describes the state of the current world. Providing Cursor with error messages, console logs, images, and chunks of code are examples of context related to state. It is descriptive, not prescriptive.
Together, these two types of context work in harmony by describing the current state and desired future state, enabling Cursor to make useful coding suggestions.
·docs.cursor.com·
Cursor – Working with Context
PostGIS 3.5.4dev Manual
PostGIS 3.5.4dev Manual
PostGIS is an extension to the PostgreSQL object-relational database system which allows GIS (Geographic Information Systems) objects to be stored in the database. PostGIS includes support for GiST-based R-Tree spatial indexes, and functions for analysis and processing of GIS objects. This is the manual for version 3.5.4dev This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License. Feel free to use this material any way you like, but we ask that you attribute credit to the PostGIS Project and wherever possible, a link back to https://postgis.net.
·postgis.net·
PostGIS 3.5.4dev Manual
Cursor Docs
Cursor Docs
Learn about Cursor and how to get started
·docs.cursor.com·
Cursor Docs
Enterprise UI Design: Professional Bootstrap 5 for Shiny Apps
Enterprise UI Design: Professional Bootstrap 5 for Shiny Apps
Master enterprise-grade UI/UX design for Shiny applications using Bootstrap 5, bslib theming, and professional design systems. Learn to create accessible, responsive interfaces that meet corporate standards for biostatistics and clinical research applications.
·datanovia.com·
Enterprise UI Design: Professional Bootstrap 5 for Shiny Apps
Highlight AI | Master your world
Highlight AI | Master your world
Get instant answers about anything you've seen, heard or said. Download free: highlightai.com
·highlightai.com·
Highlight AI | Master your world
Ref.
Ref.
Documentation for your agent.
·ref.tools·
Ref.
Agentic Engineer - Build LIVING software
Agentic Engineer - Build LIVING software
Build LIVING software. Your guide to mastering prompts, ai coding, ai agents, and agentic workflows.
·agenticengineer.com·
Agentic Engineer - Build LIVING software
shinymgr: A Framework for Building, Managing, and Stitching Shiny Modules into Reproducible Workflows
shinymgr: A Framework for Building, Managing, and Stitching Shiny Modules into Reproducible Workflows
The R package shinymgr provides a unifying framework that allows Shiny developers to create, manage, and deploy a master Shiny application comprised of one or more "apps", where an "app" is a tab-based workflow that guides end-users through a step-by-step analysis. Each tab in a given "app" consists of one or more Shiny modules. The shinymgr app builder allows developers to "stitch" Shiny modules together so that outputs from one module serve as inputs to the next, creating an analysis pipeline that is easy to implement and maintain. Apps developed using shinymgr can be incorporated into R packages or deployed on a server, where they are accessible to end-users. Users of shinymgr apps can save analyses as an RDS file that fully reproduces the analytic steps and can be ingested into an RMarkdown or Quarto report for rapid reporting. In short, developers use the shinymgr framework to write Shiny modules and seamlessly combine them into Shiny apps, and end-users of these apps can execute reproducible analyses that can be incorporated into reports for rapid dissemination. A comprehensive overview of the package is provided by 12 learnr tutorials.
·journal.r-project.org·
shinymgr: A Framework for Building, Managing, and Stitching Shiny Modules into Reproducible Workflows
Futureverse
Futureverse
A Unifying Parallelization Framework in R for Everyone
·futureverse.org·
Futureverse
Introduction
Introduction
Build production-ready Copilots and Agents effortlessly.
·docs.copilotkit.ai·
Introduction
How to make data pipelines idempotent
How to make data pipelines idempotent
Unable to find practical examples of idempotent data pipelines? Then, this post is for you. In this post, we go over a technique that you can use to make your data pipelines professional and data reprocessing a breeze.
·startdataengineering.com·
How to make data pipelines idempotent
Shell and A.I - Steven Bucher - PSConfEU 2024
Shell and A.I - Steven Bucher - PSConfEU 2024
In this extensive lecture, I, Steven Bucher, a product manager on the PowerShell team, discuss the integration of AI into the shell environment. Over the pas...
·youtu.be·
Shell and A.I - Steven Bucher - PSConfEU 2024
autodb: Automatic Database Normalisation for Data Frames
autodb: Automatic Database Normalisation for Data Frames
Automatic normalisation of a data frame to third normal form, with the intention of easing the process of data cleaning. (Usage to design your actual database for you is not advised.) Originally inspired by the 'AutoNormalize' library for 'Python' by 'Alteryx' (<a href="https://github.com/alteryx/autonormalize" target="_top"https://github.com/alteryx/autonormalize/a>), with various changes and improvements. Automatic discovery of functional or approximate dependencies, normalisation based on those, and plotting of the resulting "database" via 'Graphviz', with options to exclude some attributes at discovery time, or remove discovered dependencies at normalisation time.
·cran.r-project.org·
autodb: Automatic Database Normalisation for Data Frames