No Clocks

No Clocks

3340 bookmarks
Newest
US Parcel Layer
US Parcel Layer
Landrecords.us US Nationwide Parcel Layer
·kaggle.com·
US Parcel Layer
Landscape Visualizations in R and Unity
Landscape Visualizations in R and Unity
Functions for the retrieval, manipulation, and visualization of geospatial data, with an aim towards producing 3D landscape visualizations in the Unity 3D rendering engine. Functions are also provided for retrieving elevation data and base map tiles from the USGS National Map https://apps.nationalmap.gov/services/.
·docs.ropensci.org·
Landscape Visualizations in R and Unity
TraceAir | 8 Ways Top Land Developers Use LiDAR to Maximize ROI
TraceAir | 8 Ways Top Land Developers Use LiDAR to Maximize ROI
Want to avoid costly surprises and stay ahead in every phase of land development? Discover 8 powerful ways top developers use LiDAR to reduce risk, speed up timelines, and maximize ROI—from acquisition to closeout.
·traceair.net·
TraceAir | 8 Ways Top Land Developers Use LiDAR to Maximize ROI
Introduction to AI for Templater - Toolbox for Thought
Introduction to AI for Templater - Toolbox for Thought
Intro This plugin extends Templater to interact with large language models. It is primarily designed to work with OpenAI LLMs, like the ones used by ChatGPT, but is also compatible with any LLM that …
·tfthacker.com·
Introduction to AI for Templater - Toolbox for Thought
Gist Host
Gist Host
·gisthost.github.io·
Gist Host
Amp, Inc.
Amp, Inc.
Amp is becoming its own company
·ampcode.com·
Amp, Inc.
Traycer
Traycer
Make your AI coding agents 5x more effective.
·traycer.ai·
Traycer
Semanta
Semanta
·semanta.ai·
Semanta
Dataset Search
Dataset Search
·datasetsearch.research.google.com·
Dataset Search
Interactive Shiny-Based Grading Interface for R Markdown Assignments
Interactive Shiny-Based Grading Interface for R Markdown Assignments
Provides a comprehensive Shiny-based interface for grading assignments submitted as git repositories containing R Markdown or Quarto documents. Features include template creation with validation rules, interactive AST tree visualization, question-based grading workflows with customizable rubrics and hotkeys, automated validation and scoring systems, and support for both local directories and remote GitHub repositories.
·rundel.github.io·
Interactive Shiny-Based Grading Interface for R Markdown Assignments
Gamma | Best AI Presentation Maker & Website Builder
Gamma | Best AI Presentation Maker & Website Builder
Gamma is your free-to-use AI design partner for creating effortless presentations, websites, and more. No coding or design skills required.
·gamma.app·
Gamma | Best AI Presentation Maker & Website Builder
Home
Home
Pixi Documentation — Next-gen package manager for reproducible development setups
·prefix-dev.github.io·
Home
Building Platform-Agnostic Infrastructure | Overture Maps Foundation
Building Platform-Agnostic Infrastructure | Overture Maps Foundation
This effort demonstrates what’s possible when organizations come together to solve shared challenges. It reflects the core of Overture’s mission: building open, reusable infrastructure to enable the best maps—not for one organization but for everyone.
·overturemaps.org·
Building Platform-Agnostic Infrastructure | Overture Maps Foundation
T. Moudiki's webpage
T. Moudiki's webpage
Thierry Moudiki's personal webpage, Data Science, Statistics, Machine Learning, Deep Learning, Simulation, Optimization.
·thierrymoudiki.github.io·
T. Moudiki's webpage
pygeoapi project status FOSS4G 2025
pygeoapi project status FOSS4G 2025
pygeoapi project status presentation. Come and find out the latest news on the project as well as future plans, and how to get involved!
·talks.osgeo.org·
pygeoapi project status FOSS4G 2025
The API Tooling Crisis: Why developers are abandoning Postman and its clones?
The API Tooling Crisis: Why developers are abandoning Postman and its clones?
I’ve been a Postman user for my entire developer career. I remember when it was just a simple Chrome extension that made pentesting APIs slightly less painful. Those were simpler times. Today, I find myself joining the growing exodus of developers abandoning these tools because they sell out.
·efpasia.github.io·
The API Tooling Crisis: Why developers are abandoning Postman and its clones?
Documenting functions
Documenting functions
The basics of roxygen2 tags and how to use them for documenting functions.
Instead of including examples directly in the documentation, you can put them in separate files and use @example path/relative/to/package/root to insert them into the documentation.
·roxygen2.r-lib.org·
Documenting functions
Ports & Adapters Architecture
Ports & Adapters Architecture
This post is part of The Software Architecture Chronicles, a series of posts about Software Architecture. In them, I write about what I’ve…
The traditional approach will likely bring us problems both on the front-end side and on the backend side. On the front-end side we end up having leakage of business logic into the UI (ie. when we put use case logic in a controller or view, making it unreusable in other UI screens) or even leakage of the UI into the business logic (ie. when we create methods in our entities because of some logic we need in a template).
A port is a consumer agnostic entry and exit point to/from the application. In many languages, it will be an interface. For example, it can be an interface used to perform searches in a search engine. In our application, we will use this interface as an entry and/or exit point with no knowledge of the concrete implementation that will actually be injected where the interface is defined as a type hint.
An adapter is a class that transforms (adapts) an interface into another. For example, an adapter implements an interface A and gets injected an interface B. When the adapter is instantiated it gets injected in its constructor an object that implements interface B. This adapter is then injected wherever interface A is needed and receives method requests that it transforms and proxies to the inner object that implements interface B.
The adapters on the left side, representing the UI, are called the Primary or Driving Adapters because they are the ones to start some action on the application, while the adapters on the right side, representing the connections to the backend tools, are called the Secondary or Driven Adapters because they always react to an action of a primary adapter.
·medium.com·
Ports & Adapters Architecture
The STAC Specification
The STAC Specification
Learn about components that make up the STAC core specification: items, catalogs, and collections, as well as STAC APIs and extensions.
·stacspec.org·
The STAC Specification