Skip to content

Instantly share code, notes, and snippets.

View jverce's full-sized avatar
👽
I like this emoji

Jay Vercellone jverce

👽
I like this emoji
View GitHub Profile
@jverce
jverce / Main.java
Created April 29, 2025 23:02
`HashMap` vs `LinkedList` lookup comparison
import java.util.*;
public class Main {
private static Map<Integer, String> hashMap =
new HashMap<Integer, String>();
private static List<String> list =
new LinkedList<String>();
private static String hashMapLookup(Integer x) {
return hashMap.get(x);
@jverce
jverce / starship.toml
Created June 22, 2024 19:13
My Starship config
add_newline = false
command_timeout = 2000
format = '''
$aws$git_branch$git_status
$directory$character
'''
[aws]
format = '[$symbol($profile )]($style)'

Keybase proof

I hereby claim:

  • I am jverce on github.
  • I am jverce (https://keybase.io/jverce) on keybase.
  • I have a public key ASDz14OKbiv3kys0yGJaMu6XRG_SFW0jGJPn3da9eDX2CQo

To claim this, I am signing this object:

😄 minikube v1.16.0 on Ubuntu 18.04
✨ Using the docker driver based on existing profile
👍 Starting control plane node minikube in cluster minikube
🔄 Restarting existing docker container for "minikube" ...
🤦 StartHost failed, but will try again: provision: get ssh host-port: get port 22 for "minikube": docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" minikube: exit status 1
stdout:
stderr:
Template parsing error: template: :1:4: executing "" at <index (index .NetworkSettings.Ports "22/tcp") 0>: error calling index: index of untyped nil
@jverce
jverce / minikube-inspect.json
Created January 19, 2021 03:38
Docker inspect for the Minikube container
[
{
"Id": "9e8f82320e7c3dad004c9766440b52d93f01d049985ca40df9871aa2ca9789f2",
"Created": "2021-01-11T02:40:16.987988615Z",
"Path": "/usr/local/bin/entrypoint",
"Args": [
"/sbin/init"
],
"State": {
"Status": "exited",
@jverce
jverce / serviceappointment-metadata.json
Created November 22, 2020 05:00
SObject Describe - ServiceAppointment
{
"actionOverrides": [],
"activateable": false,
"associateEntityType": null,
"associateParentEntity": null,
"childRelationships": [
{
"cascadeDelete": true,
"childSObject": "ActivityHistory",
"deprecatedAndHidden": false,