No Clocks

No Clocks

2698 bookmarks
Newest
SpecStory - Visual Studio Marketplace
SpecStory - Visual Studio Marketplace
Extension for Visual Studio Code - Save, export, search and share AI chat history from GitHub Copilot and Cursor
·marketplace.visualstudio.com·
SpecStory - Visual Studio Marketplace
Generating a downloadable Quarto document from a shiny app on shinyapps.io
Generating a downloadable Quarto document from a shiny app on shinyapps.io
The following shiny app is intended pass user inputs from the app into a parameterized html quarto document that, when rendered, is downloaded via downloadHandler() and downloadButton(). This reproducible example works perfectly when deployed locally, but not when hosted on shinyapps.io. My understanding is that the quarto::quarto_render() call should have permission to write a file on shinyapps.io (it wouldn't be persistent from instance to instance, but that's fine). Does shinyapps.io not supp...
·forum.posit.co·
Generating a downloadable Quarto document from a shiny app on shinyapps.io
Zoom levels - Leaflet - a JavaScript library for interactive maps
Zoom levels - Leaflet - a JavaScript library for interactive maps
To understand how zoom levels work, first we need a basic introduction to geodesy.
When we represent the world at zoom level zero, it’s 256 pixels wide and high. When we go into zoom level one, it doubles its width and height, and can be represented by four 256-pixel-by-256-pixel images:
At each zoom level, each tile is divided in four, and its size (length of the edge, given by the tileSize option) doubles, quadrupling the area. (in other words, the width and height of the world is 256·2zoomlevel pixels):
In technical terms, the cylindrical projection that Leaflet uses is conformal (preserves shapes), but not equidistant (does not preserve distances), and not equal-area (does not preserve areas, as things near the equator appear smaller than they are).
setView(center, zoom), which also sets the map center flyTo(center, zoom), like setView but with a smooth animation zoomIn() / zoomIn(delta), zooms in delta zoom levels, 1 by default zoomOut() / zoomOut(delta), zooms out delta zoom levels, 1 by default setZoomAround(fixedPoint, zoom), sets the zoom level while keeping a point fixed (what scrollwheel zooming does) fitBounds(bounds), automatically calculates the zoom to fit a rectangular area on the map
·leafletjs.com·
Zoom levels - Leaflet - a JavaScript library for interactive maps
Lee Sheinberg
Lee Sheinberg
In this blog you will find the 15 best MCP servers. The Model Context Protocol allows AI agents to interact with other tools via HTTP APIs.
·digma.ai·
Lee Sheinberg
Managing context with Memory Bank · Enlighter
Managing context with Memory Bank · Enlighter
Master Memory Bank - a structured system that helps Cursor remember your project details across sessions - while building a Snake game with persistent AI assistance.
·enlightby.ai·
Managing context with Memory Bank · Enlighter
Managing context with Memory Bank · Enlighter
Managing context with Memory Bank · Enlighter
Master Memory Bank - a structured system that helps Cursor remember your project details across sessions - while building a Snake game with persistent AI assistance.
·enlightby.ai·
Managing context with Memory Bank · Enlighter
Enlighter
Enlighter
Top platform to learn vibe coding
·enlightby.ai·
Enlighter
Augment Launches AI Agent for Large Codebases
Augment Launches AI Agent for Large Codebases
Augment's new AI agent handles massive codebases with 200K token context, tool integration, and memory for faster, smarter enterprise development.
·thelettertwo.com·
Augment Launches AI Agent for Large Codebases
Pull Data from an ArcGIS REST API
Pull Data from an ArcGIS REST API
Functions to efficiently query ArcGIS REST APIs . Both spatial and SQL queries can be used to retrieve data. Simple Feature (sf) objects are utilized to perform spatial queries. This package was neither produced nor is maintained by Esri.
·pfrater.github.io·
Pull Data from an ArcGIS REST API
State of Georgia GIS Data Sources
State of Georgia GIS Data Sources
Explore open datasets, government portals, and reliable sources to support your projects. Start exploring Georgia's GIS data today!
·opensourcegisdata.com·
State of Georgia GIS Data Sources
arcpullr: Pull Data from an 'ArcGIS REST' API
arcpullr: Pull Data from an 'ArcGIS REST' API
Functions to efficiently query 'ArcGIS REST' APIs <a href="https://developers.arcgis.com/rest/" target="_top"https://developers.arcgis.com/rest//a>. Both spatial and SQL queries can be used to retrieve data. Simple Feature (sf) objects are utilized to perform spatial queries. This package was neither produced nor is maintained by Esri.
·cran.r-project.org·
arcpullr: Pull Data from an 'ArcGIS REST' API
Effortless Geospatial Data Downloads with Galileo
Effortless Geospatial Data Downloads with Galileo
Effortlessly download geospatial data with Galileo. Simplify data access with user-friendly features, save time and money, and handle large datasets seamlessly
·blog.gisdata.io·
Effortless Geospatial Data Downloads with Galileo
Lightweight Well-Known Geometry Parsing
Lightweight Well-Known Geometry Parsing
Provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are useful in R only if the information they contain can be accessed in R, for which high-performance functions are provided here.
·paleolimbot.github.io·
Lightweight Well-Known Geometry Parsing
geojsonio: Convert Data from and to 'GeoJSON' or 'TopoJSON'
geojsonio: Convert Data from and to 'GeoJSON' or 'TopoJSON'
Convert data to 'GeoJSON' or 'TopoJSON' from various R classes, including vectors, lists, data frames, shape files, and spatial classes. 'geojsonio' does not aim to replace packages like 'sp', 'rgdal', 'rgeos', but rather aims to be a high level client to simplify conversions of data from and to 'GeoJSON' and 'TopoJSON'.
·cran.r-project.org·
geojsonio: Convert Data from and to 'GeoJSON' or 'TopoJSON'