Code can be a piece of art
Highlights
- Pro
Pinned Loading
-
sheilta-autofill
sheilta-autofill PublicThis Chrome extension will automatically fill the ID number on the Sheilta login page
JavaScript 1
-
An example shows how to push a singl...
An example shows how to push a single commit with multiple files to an existing branch using PyGithub 1"""
2Main Steps:
341. Create blob for each file
52. Create tree with the blobs on top of the specific branch
-
An example of Terraform code shows h...
An example of Terraform code shows how to integrate AWS API Gateway V2 with Event Bridge 1# 3 important steps:
2#
3# A) Create a role for the integration (allowing PutEvents)
4# B) Create the integration resource (specify that role)
5# C) Create a route targeting that integration
-
Generate and export ECDSA public and...
Generate and export ECDSA public and private keys in Python. 1"""This example shows how easy it is to generate and export ECDSA keys with python.
23This program is similar to `ssh-keygen -t ecdsa` with no passphrase.
4To export the private key with a passphrase, read paramiko.pkey.PKey._write_private_key method.
5"""
-
Save an image from the clipboard to ...
Save an image from the clipboard to a file 1/*
2I wanted to play with the clipboard via Windows API so I wrote a small program that
3checks if the clipboard contains an image, and if so saves the image as a .bmp file.
45This program obtains the handle on the clipboard data, put together all of the
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.