No Clocks

No Clocks

2698 bookmarks
Newest
cshapes: The CShapes 2.0 Dataset and Utilities
cshapes: The CShapes 2.0 Dataset and Utilities
Package for CShapes 2.0, a GIS dataset of country borders (1886-today). Includes functions for data extraction and the computation of distance matrices and -lists.
·cran.r-project.org·
cshapes: The CShapes 2.0 Dataset and Utilities
Custom Leaflet GUI
Custom Leaflet GUI
Lets take a look at how to customise Leaflet mapping and add a sidebar interface. Prerequites: Font Awesome Bootstrap 4 jQuery LeafletJS Leaflet Draw Leaflet Sidebar v2 Firstly start a basic HTML5 Template page. <html lang="en"> <head> <meta charset="UTF-8"> <title>Leaflet JS Customisation Demo</title> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> </body>...
·itsmestevieg.github.io·
Custom Leaflet GUI
Landscape Metrics for Categorical Map Patterns
Landscape Metrics for Categorical Map Patterns
Calculates landscape metrics for categorical landscape patterns in a tidy workflow. landscapemetrics reimplements the most common metrics from FRAGSTATS () and new ones from the current literature on landscape metrics. This package supports terra SpatRaster objects as input arguments. It further provides utility functions to visualize patches, select metrics and building blocks to develop new metrics.
·r-spatialecology.github.io·
Landscape Metrics for Categorical Map Patterns
Anagraph/yogrt
Anagraph/yogrt
Contribute to Anagraph/yogrt development by creating an account on GitHub.
·github.com·
Anagraph/yogrt
Chat with LLMs on your R environment
Chat with LLMs on your R environment
LLM provides many advantages to the users, especially for coding. Once user had to switch the windows from the coding environment to the browser to search for the solution. But now, thanks to the newly advancements, users can chat with the LLM and get the solution for their queries on the same coding environment in R.
·ozancanozdemir.github.io·
Chat with LLMs on your R environment
GDAL
GDAL
·gdal.org·
GDAL
Interact with PostGIS from R - Rtask
Interact with PostGIS from R - Rtask
Connect and interact with a PostGIS database from R. PostGIS extends capabilities of PostgreSQL database. Find out how to deal with PostGIS with {sf}.
·rtask.thinkr.fr·
Interact with PostGIS from R - Rtask
My Workflow With AI: How I Code, Test, and Deploy Faster Than Ever
My Workflow With AI: How I Code, Test, and Deploy Faster Than Ever
Today I want you share my development workflow with AI. I want to share how I start working on a new feature, how I manage product requirement documents, or PRDs, how I write code and test it, and how I move through the development lifecycle. The way I approach all that today is very different from the way I did all that in the past. There is a whole team working on each feature, with me being the only human involved.
·devopstoolkit.live·
My Workflow With AI: How I Code, Test, and Deploy Faster Than Ever
Blacksmith
Blacksmith
2x faster GitHub Actions at half the cost.
·blacksmith.sh·
Blacksmith
Maximizing Agent Mode in GitHub Copilot · community · Discussion #159255
Maximizing Agent Mode in GitHub Copilot · community · Discussion #159255
Redefining Developer Productivity Agent Mode in GitHub Copilot is quietly becoming one of the most powerful tools in a developer’s workflow. It is not just about autocomplete anymore. With Agent Mo...
·github.com·
Maximizing Agent Mode in GitHub Copilot · community · Discussion #159255
GitHub Copilot in VS Code cheat sheet
GitHub Copilot in VS Code cheat sheet
Get a quick overview of the GitHub Copilot features in Visual Studio Code. GitHub Copilot provides AI-powered features to help you write code faster and with less effort.
·code.visualstudio.com·
GitHub Copilot in VS Code cheat sheet
dbdiagram Public API | dbdiagram Docs
dbdiagram Public API | dbdiagram Docs
# Introduction ***API access is currently in Beta and only available if you have a paid plan.*** Using these APIs, you are able to programmatically work with dbdiagram. For example: - You can programmatically CRUD the diagram. - Generate an [embed link](https://docs.dbdiagram.io/embedding) for a specific diagram. This is useful especially if you need to attach the diagram into your documents, blogs and websites. # Authorization - API tokens are managed at the [workspace](https://docs.dbdiagram.io/workspaces) level, granting access to all diagrams within the workspace. - Workspace owners can generate new tokens via the "API Tokens" tab in the workspace window. - API tokens should be securely held within the user's environment to avoid leaking the key. # Errors HTTP Code Description 200 - OK Everything worked as expected. 400 - Bad Request The request was unacceptable due to missing request parameter or wrong request structure. 401 - Unauthorized No valid API key provided. 403 - Forbidden The API Key owner does not have permission to perform the request. 404 - Not Found The requested resource does not exist or cannot found. 429 - Too Many Requests Too many requests were sent. 500 - Internal Error Something went wrong on dbdiagram side (rarely). # Rate-Limiting ## Overview To prevent DDoS attacks, every API request should go through our rate limit layer which will throttle the request if a user exceeds limit quotas. The rate limit is based on user and endpoint, quotas (per time frame) which maybe different for each endpoint are divided by levels as the table below: Level Quota Note Level 1 120 requests / minute At least every API request is this level Level 2 60 requests / minute Request requires a lot of resource Level 3 20 requests / minute Request that heavily affect our server's resources ## Return Header And Status Code If a request is blocked because of it exceed the limit quota, status code is set to **429: Too Many Requests**. Every API request's response header contains the following fields: - **RateLimit-Limit**: *your_limit_quota_of_endpoint* - **RateLimit-Remaining**: *remaining_requests_until_reset* - **RateLimit-Reset**: *next_reset_time* - **Retry-After**: *next_reset_time(only available when status code is 429)*
·docs.dbdiagram.io·
dbdiagram Public API | dbdiagram Docs
Piping dbplyr into custom SQL
Piping dbplyr into custom SQL
a.sourceLine { display: inline-block; line-height: 1.25; } a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; } a.sourceLine:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode { white-space: pre; position: relative; } div.sourceCode { margin: 1em 0; } pre.sourceCode { margin: 0; } @media screen { div.sourceCode { overflow: auto; } } @media print { code.sourceCode { white-space: pre-wrap; } a.sourceLine { text-indent: -1em; padding-left: 1em; } } pre.
·johncassil.com·
Piping dbplyr into custom SQL
Director.ai
Director.ai
Your web automation playground.
·director.ai·
Director.ai
autoComplete.js
autoComplete.js
Simple autocomplete pure vanilla Javascript library.
·tarekraafat.github.io·
autoComplete.js