Skip to content

Instantly share code, notes, and snippets.

View stcalica's full-sized avatar
🎯
Focusing

Kyle Calica stcalica

🎯
Focusing
  • Oakland CA
View GitHub Profile
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lemp-on-ubuntu-16-04
https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-8
https://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/
https://orrsella.com/2016/05/14/preparing-for-a-facebook-google-software-engineer-interview/
https://github.com/yangshun/tech-interview-handbook/blob/master/non-technical/questions-to-ask.md
https://github.com/yangshun/tech-interview-handbook/blob/master/utilities/python/binary_search.py
https://github.com/yangshun/tech-interview-handbook/tree/master/algorithms
https://github.com/yangshun/tech-interview-handbook/tree/master/design
https://github.com/yangshun/tech-interview-handbook/tree/master/front-end
https://github.com/yangshun/tech-interview-handbook/blob/master/non-technical/negotiation.md
https://github.com/yangshun/tech-interview-handbook/blob/master/non-technical/psychological-tricks.md
@stcalica
stcalica / gist:eebfa037b2cc3e4c67a90d3b640991e1
Created October 20, 2017 18:19
Social Media Influencing
http://www.thefashionlaw.com/home/a-how-to-guide-for-properly-disclosing-your-sponsored-posts
https://coschedule.com/blog/how-to-use-hashtags/
@stcalica
stcalica / server.js
Created May 22, 2020 17:11 — forked from kevinswiber/server.js
Reverse Proxy that passes through Postman's proxy to capture incoming HTTP traffic.
// A reverse proxy that captures incoming HTTP traffic and sends it
// through Postman's forward proxy, which forwards traffic to the
// specified target in process.env.TARGET.
// request
// client -> this-proxy -> postman-proxy --|
// |
// target
// response |
// client <- this-proxy <- postman-proxy --|
@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
@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 / 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 / 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.

Public APIs

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

Status

Team Summary

Team Description

The official Team for ________ Developer API workspaces.

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