Skip to content

Instantly share code, notes, and snippets.

View pistolla's full-sized avatar
🏠
Working from home

IT guy pistolla

🏠
Working from home
View GitHub Profile
@pistolla
pistolla / URLTools.java
Created August 30, 2023 13:05 — forked from skanga/URLTools.java
Make an HTTPS connection in Java using a certificate file
import java.io.BufferedInputStream;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.net.HttpURLConnection;
@pistolla
pistolla / kenyan_counties.json
Created September 29, 2021 14:17 — forked from Aroniez/kenyan_counties.json
List of kenyan counties and their sub-counties in json format
[
{
"name": "Baringo",
"capital": "Kabarnet",
"code": 30,
"sub_counties": [
"Baringo central",
"Baringo north",
"Baringo south",
"Eldama ravine",
@pistolla
pistolla / designer.html
Created August 21, 2015 06:32
designer
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-header-panel/core-header-panel.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
@pistolla
pistolla / designer.html
Last active August 29, 2015 14:25
designer
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-header-panel/core-header-panel.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;