Skip to content

Instantly share code, notes, and snippets.

View stcalica's full-sized avatar
🎯
Focusing

Kyle Calica stcalica

🎯
Focusing
View GitHub Profile
@stcalica
stcalica / circle_mint.md
Last active February 14, 2024 20:28
Circle Mint Programmable Wallets Overview

Introducing the Future of Wallet Management with Developer-Controlled Wallets

Welcome to the dynamic world of Web3. Whether you're a seasoned blockchain enthusiast or stepping into the decentralized sphere for the first time, this guide tailored for Developer-Controlled Wallets using Circle's Web3 Services Console awaits.

Developer Console

Harness the power of Web3 technology to provide an unparalleled experience for your users, while maintaining full control and enhanced security over their wallets. Let's take a peek at the standout features that make the Web3 Services Console an irresistible choice for your application

Advanced Security

@stcalica
stcalica / datadog_postman_getting_started.md
Last active February 7, 2024 07:25
Datadog Postman Getting Started

Datadog API Collection

Datadog recommends using the Validate API key request to ensure that you’ve correctly configured the Datadog Authentication environment included with this collection.

API keys

API keys are unique to your organization. An API key is required by the Datadog Agent to submit metrics and events to Datadog.

Add an API key or client token

To add a Datadog API key or client token:

  1. Navigate to Organization settings, then click the API keys or Client Tokens tab.
@stcalica
stcalica / Notion_Postman_Overview.md
Last active January 30, 2024 23:33
Notion_Postman_Overview
@stcalica
stcalica / MongoDB_Postman_Instructions.md
Last active January 30, 2024 22:33
Using the Data API in Mongo DB Postman Workspace

Team Summary

Team Description

The official Team for ________ Developer API workspaces.

Our API documentation is organized by [domains/business/products]

Public APIs

A collective list of free APIs for use in software and web development

Status
@stcalica
stcalica / linkedin_postman_profile.md
Last active November 20, 2023 22:47
linkedin_postman_profile.md

LinkedIn Team Description

The official Team for LinkedIn Developer API workspaces.

Our API documentation is organized by business lines covering Consumer, Compliance, Learning, Marketing, Sales, and Talent Solutions. Follow the links below to learn more about business lines and their possible integration types. Please checkout our API documentation overview.

To get started with using these APIs please create an account and app over at our Developer Portal.

@stcalica
stcalica / add_nonce_to_copied_text.js
Created November 10, 2023 01:13
Appending data to copied text when there's a copy action
document.addEventListener('copy', function(event) {
// Get the selected text
var selectedText = window.getSelection().toString();
// Generate a nonce (unique identifier)
var nonce = 'my_unique_nonce';
// Append the nonce to the selected text
var modifiedText = selectedText + ' [Nonce: ' + nonce + ']';
@stcalica
stcalica / emoji-dns.py
Created November 8, 2023 03:19
DNS Server That Can Do Emoji URLs, Just Need To Change Chromimum -- CHATGPT Generated
from dnslib import DNSRecord, DNSHeader, RR
from idna import encode, decode
# Define the IP address to be returned for a specific domain
custom_ip = '192.168.1.100'
def punycode_encode(domain):
return encode(domain).decode('utf-8')
def punycode_decode(punycode_domain):
@stcalica
stcalica / gist:53a0d07a555cc1d70f24ffc3d274db59
Created September 27, 2023 18:41
Mastercard Main Workspace Overview
# Check Out Our Getting Started Workspace
# Sign Up on Mastercard Developer Portal
# Get Your API Keys
# Getting your Private Keys
If you are looking for a quick and easy way to get started with our APIs with no additional code, this is the place for you.
Follow these steps to get up and running quickly with the APIs:
Sign up with Mastercard Developers
Follow the Quick Start Guide to get your project setup and get access to your API keys