Oneseco Media GITHUB

Oneseco Media GITHUB

4296 bookmarks
Newest
Chrome Extensions 101 for New Chrome Developers
Chrome Extensions 101 for New Chrome Developers
Chrome extensions are like add-ons that give your browser superpowers! They can change the way websites look and function, help you be more productive, and perform special actions. Extensions are made using HTML, CSS, and JavaScript. Chrome extensions are powerful tools that can enhance the functionality of the Chrome browser. They consist of several key parts that
·cybersoulja.github.io·
Chrome Extensions 101 for New Chrome Developers
Setting Up Your Custom Domain
Setting Up Your Custom Domain
To use your own custom domain with Craft share URLs, you'll need to modify your DNS records so that they point to Craft. As your domain is hosted by another provider, Craft can't do this automatica...
Cloudflare Set Records on Cloudflare   To connect a subdomain to using Cloudflare eg: blog.yourcompany.com where the blog is the subdomain, use:   Type Name Content CNAME blog craft-hosting.do   Make sure to Configure SSL   Ensure the SSL/TLS encryption mode is set to Full or Full (strict): When Cloudflare proxy is on your site, it may show an error: err_too_many_redirect. This issue occurs when your Cloudflare SSL/TLS configuration is set to "Flexible". This will have Cloudflare send requests to Craft over HTTP and in response Craft will send data back over HTTPS. To keep all our connections secure you must request Cloudflare to only send requests over HTTPS. To fix this issue, the "SSL/TLsS" option in Cloudflare needs to be set to "Full" or "Full (strict)".
·support.craft.do·
Setting Up Your Custom Domain
Discord Developer Portal
Discord Developer Portal
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
Back to Applications SELECTED APP Quarter Quest SETTINGS General Information Installation NEW OAuth2 Bot Emojis NEW Webhooks NEW Rich Presence App Testers App Verification ACTIVITIES Settings URL Mappings Art Assets MONETIZATION Getting Started General Information What should we call your creation? What amazing things does it do? What icon should represent it across Discord? Tell us here! By clicking Create, you agree to the Discord Developer Terms of Service and Developer Policy. APP ICON Remove NAME DESCRIPTION (MAXIMUM 400 CHARACTERS) Your description will appear in the About Me section of your bot's profile. TAGS (MAXIMUM 5) Add up to 5 tags to describe the content and functionality of your application. APPLICATION ID 1130437243639705651 Copy PUBLIC KEY d07a1bd76c84562c9bc997e057930105ceaf0eff9d5a107734f2511db83059cb Copy INSTALL COUNT This is an approximated number of servers and users that have installed your application. These numbers are updated daily. 0 Servers 0 Individual Users INTERACTIONS ENDPOINT URL You can optionally configure an interactions endpoint to receive interactions via HTTP POSTs rather than over Gateway with a bot user. LINKED ROLES VERIFICATION URL You can configure a verification URL to enable your application as a requirement in a server role's Links settings TERMS OF SERVICE URL A link to your application's Terms of Service PRIVACY POLICY URL A link to your application's Privacy Policy Delete App
Back to Applications Selected App Quarter Quest Settings General Information Installation NEW OAuth2 Bot Emojis NEW Webhooks NEW Rich Presence App Testers App Verification Discord Social SDK NEW Getting Started Activities Settings URL Mappings Custom Links Art Assets Monetization Getting Started General Information What should we call your creation? What amazing things does it do? What icon should represent it across Discord? Tell us here! App Icon Dimensions:1024x1024 Aspect Ratio:1:1 File Types:PNG, GIF, JPG, WEBP Max Size:10MB Name Description (maximum 400 characters) Your description will appear in the About Me section of your bot's profile. Tags (maximum 5) Add up to 5 tags to describe the content and functionality of your application. Application ID 1130437243639705651 Copy Public Key d07a1bd76c84562c9bc997e057930105ceaf0eff9d5a107734f2511db83059cb Copy Install Count This is an approximated number of servers and users that have installed your application. These numbers are updated daily. 0 Servers 0 Individual Users Authorization Count This is an approximated number of users that have OAuth2 authorizations for your application. This number is updated daily. 0 Individual Users Interactions Endpoint URL You can optionally configure an interactions endpoint to receive interactions via HTTP POSTs rather than over Gateway with a bot user. Linked Roles Verification URL You can configure a verification URL to enable your application as a requirement in a server role's Links settings Terms of Service URL A link to your application's Terms of Service Privacy Policy URL A link to your application's Privacy Policy Delete App
·discord.com·
Discord Developer Portal
clasp - The Apps Script CLI | Google Codelabs
clasp - The Apps Script CLI | Google Codelabs

1:30 • App Store Settings Port Forwarding 三砂 (10' Edit + local connections to github Server to iPhone You need to configure from a terminal to enable forwarding and proxy. HTTP Proxy Proxy all http traffic through ssh connection. Dynamic Port Forwarding Dynamic port forwarding from device to server is configured as you tap or drag links inside the terminal. It will not be possible to connect through server before you interact with links. Use regular port forwarding for persistent forwarding.

·codelabs.developers.google.com·
clasp - The Apps Script CLI | Google Codelabs
Workers AI LLM Playground
Workers AI LLM Playground
generate
View code × You can use the following code to deploy a Workers AI Worker using the current playground messages and settings. const stream = await env.AI.run("@cf/qwen/qwen3-30b-a3b-fp8", { stream: true, temperature: 1, messages: [ ], }); return new Response(stream, { headers: { "content-type": "text/event-stream" }, });
View code × You can use the following code to deploy a Workers AI Worker using the current playground messages and settings. const stream = await env.AI.run("@cf/qwen/qwen3-30b-a3b-fp8", { stream: true, temperature: 1, messages: [ ], }); return new Response(stream, { headers: { "content-type": "text/event-stream" }, });
·playground.ai.cloudflare.com·
Workers AI LLM Playground