Branch feature/chassis — chub.ai_flask — Bitbucket
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Oneseco-Media/30DaysOfAI: 30 Days of AI
30 Days of AI
Oneseco IO - Empower Yourself with Easy Access AI - Oneseco Media
We design AI-powered systems, digital products, and creative workflows that turn vision into execution.Fast, focused, and built to scale.
Overview | API Documentation
Build and integrate tools and applications to help members manage their bookmarks on Raindrop.io
dope prompts social club - Docs sites - GitBook
Settings · @BeatinDaBlock Project
Insights
Workflows
7
(7)
Project settings
Manage access
Custom fields
Status
Sub-issues progress
Episodic Iteration
Tasks
Project settings
Project name
Default repository
BeatinDaBlock/.github
By default, new issues created from this project are added to this repository.
Short description
README
Markdown input: edit mode selected.
Write
Preview
Paste, drop, or click to add files
Save changes
Templates
Make template
Make this project a template that can be used by members of the BeatinDaBlock organization when creating new projects.
Off
Copy as template
Copy this project into a template that can be used when creating new projects.
Copy as template
More options
Make a copy
Make a copy of this project.
Make a copy
Danger zone
Visibility
This project is currently private.
Private
Close project
Closing a project will disable its workflows & remove it from the list of open projects.
Close this project
Delete project
Once you delete a project, there is no going back. Please be certain.
Delete this project
Gemma 4 Fine-tuning Guide | Unsloth Documentation
Train Gemma 4 by Google with Unsloth.
Sandboxing AI agents, 100x faster | daily.dev
Cloudflare has launched Dynamic Workers into open beta, a feature that lets developers execute AI-generated code in secure V8 isolate-based sandboxes. Unlike...
40723480–8.mp3
Building daily stand-up generator using Pieces API — Part 1: The SDK overview
Learn how to build a daily stand-up generator using the Pieces API. This first part of the series covers the SDK overview, key capabilities, and how developers can streamline workflow automation with Pieces.
Telegram Buzz – v0 Archive - Software Development - From The Desk of Kevo
Welcome to Bun - Bun
Bun is an all-in-one toolkit for developing modern JavaScript/TypeScript applications.
GitHub template for Gumroad Creator project
Shared via Claude, an AI assistant from Anthropic
Rclone
Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.
Keychain - Scriptable Docs
Documentation for Scriptable, an automation app for iOS.
ChangeDetection.io API
developer.chrome.com/docs/extensions/how-to/integrate/oauth.md.txt?bookmark=1
chrome-extension://ldgfbffkinooeloadekpmfoklnobpien/index.html#/add?link=https%3A%2F%2Fagents.zapier.app%2F
IeJxzYvRZGDwSyXCEotLEtLlEwtJRRzygpKSitdPLMjUKygtzkguLdHLzNdMbfMszRxMnFdEzivANfaockrULMSUtKdYvSSzOTkxJVVfQTVFQrZKzsrScrUbJSgkroJqaD
Setup Day 1: Streamlit Hello World by Cybersoulja · Pull Request #10 · Cybersoulja/30-Days-of-Streamlit-AI
Created day-01 directory with initial files (app.py, README.md, requirements.txt) to set up the environment for the Day 1 challenge.
PR created automatically by Jules for task 6552373769319042700 ...
Prompt design strategies | Gemini API | Google AI for Developers
MacScripter
Your World Scripted
Notocat Developer Docs
Explore Notocat's API documentation to integrate newsletter functionality, sync contacts, and automate workflows. Learn about authentication, endpoints, and best practices for leveraging Notocat's powerful features in your applications.
(9+) Slow Living Is the New Productivity | Notion
Hosted by Notion Sites — The easiest way to get a website up and running.
(9+) Agile Board | Trello | All Assets | Notion
JSON Import Format Specification — SnippetsLab User Manual
SnippetsLab defines a JSON library format and can import data from any .json file that conforms to the required format, as discussed below. This makes it possible to import from arbitrary third-party sources as long as they are converted to the supported format first.
The JSON format is designed to support the app’s full feature set while allowing users to use only a subset of features. For example, you can generate and import a JSON file that contains only snippets (no folders, tags, etc.). Most attributes are optional, with a few exceptions that are marked as “required” in the description.
Schema
Root
Key path: (root)
Field
Type
Description
contents
Dictionary
A dictionary containing all folders, snippets, smart groups, tags, and shortcuts. Required.
Contents
Key path: (root).contents
Field
Type
Description
folders
[Folder]
An array of all root-level folders.
snippets
[Snippet]
An array of all snippets.
smartGroups
[SmartGroup]
An array of all smart groups.
tags
[Tag]
An array of all tags.
shortcuts
[Shortcut]
An array of all shortcuts.
Folder
Key path: (root).contents.folders[*].
Field
Type
Description
title
String
Name of the folder.
uuid
String
Unique identifier. See discussion. Required.
children
[Folder]
An array of subfolders inside the folder.
Snippet
Key path: (root).contents.snippets[*].
Field
Type
Description
title
String
Name of the snippet. Required.
folder
String
UUID of the folder that this snippet belongs to.
tags
[String]
An array of UUIDs of tags assigned to this snippet.
pinned
Boolean
Indicates whether this snippet is pinned.
dateCreated
String
Creation date of the snippet. See discussion.
dateModified
String
Last modification date of the snippet. See discussion.
fragments
[Fragment]
An array of fragments. Each snippet must have at least one fragment. Required.
Fragment
Key path: (root).contents.snippets[*].fragments[*].
Field
Type
Description
title
String
Name of the fragment. This is often omitted if there is only one fragment.
note
String
Text for the notes area.
noteAttributes
[NotesAttribute]
Rich text attributes for the notes.
content
String
The content of the snippet. Required.
language
String
Language of the fragment. See discussion.
dateCreated
String
Creation date of the fragment. See discussion.
dateModified
String
Last modification date of the fragment. See discussion.
Smart Group
Key path: (root).contents.smartGroups[*].
Field
Type
Description
title
String
Name of the smart group.
uuid
String
Unique identifier. See discussion. Required.
predicate
String
Search predicate of the smart group. See discussion. Required.
Tag
Key path: (root).contents.tags[*].
Field
Type
Description
title
String
Name of the tag.
uuid
String
Unique identifier. See discussion. Required.
Shortcut
Key path: (root).contents.shortcuts[*].
Field
Type
Description
uuid
String
Unique identifier of the folder, smart group or tag that this shortcut links to. Required.
Note Attribute
Key path: (root).contents.snippets[*].fragments[*].noteAttributes[*].
Field
Type
Description
name
String
Name of the attribute, for example strong, underline, link, etc. Required.
range
[Int]
Range of this attribute, in the format of [location, length]. The offsets are measured in UTF-16 code units. Required.
stringValue
String
An optional string value for the attribute, currently only used for the link attribute, where this should be the URL for the link.
Discussion
UUID: In the JSON format, UUIDs are used for cross-referencing between entities. For example, each folder must have a uuid, whose value is then referenced by all snippet located within the folder. Similarly, a shortcut references the target folder, smart group, or tag with their UUID. The UUIDs do not have to conform to any specific format, but they must be unique across all UUIDs in the JSON file.
Date: All dates, such as dateCreated and dateModified, are formatted as strings that conform to the ISO 8601 standard. For example, 2011-08-29T20:34:41Z.
Language: In a fragment, the language is expressed by a Pygments lexer name. See Pygments documentation for a complete list. Note that some languages listed there may not be supported by SnippetsLab.
Predicate: Each smartGroup must have a predicate attribute indicating the search criteria. This predicate is used by NSPredicate internally.
Example
{
"contents": {
"folders": [
{
"title": "Publishing",
"uuid": "D3F0277B-6230-46C1-9D2E-3E1B8CE509BF"
},
{
"title": "Graphic Design",
"uuid": "D42BB115-44C4-4931-ACF8-8AD5F2D1778C",
"children": [
{
"title": "Subfolder 1",
"uuid": "4D356EC0-6118-4DDE-B09C-EC4116698877",
},
{
"title": "Subfolder 2",
"uuid": "2C6E47F2-A23F-4B4D-B63E-B1C37973A7BC",
}
]
API Reference | Jules
REST API reference for programmatically interacting with Jules
Linking a pull request to an issue - GitHub Docs
You can link a pull request or branch to an issue to show that a fix is in progress and to automatically close the issue when the pull request or branch is merged.
IMG_6641.heic