Skip to content

Instantly share code, notes, and snippets.

View hugmatj's full-sized avatar

J Hughes hugmatj

  • Beard Brother Services
  • Bradenton Florida
View GitHub Profile
@hugmatj
hugmatj / AdjustedExposureImage.swift
Created October 18, 2021 20:07 — forked from Jesse-calkin/AdjustedExposureImage.swift
UIImage extension for creating a new image with adjusted exposure
extension UIImage {
/**
Returns a new `UIImage` with an adjusted exposure value.
- Parameter ev: The amount to adjust the exposure value. Negative for darker, positive for lighter.
- Returns: a new `UIImage` with an adjusted exposure value.
*/
func imageWithAdjustedExposure(ev: Double) -> UIImage? {
guard let cgImage = self.CGImage else { return nil }
@hugmatj
hugmatj / manTmux.md
Last active October 16, 2021 21:20
The manual for Tmux, the terminal multiplexer
@hugmatj
hugmatj / tinder.user.js
Created September 16, 2021 14:13 — forked from tajnymag/tinder.user.js
Tinder Deblur Userscript
// ==UserScript==
// @name Tinder Deblur
// @namespace Violentmonkey Scripts
// @match https://tinder.com/*
// @grant none
// @version 1.3
// @author Tajnymag
// @downloadURL https://gist.githubusercontent.com/Tajnymag/9de74305f9bb09aa940d26418bd508f1/raw/tinder.user.js
// @description Simple script using the official Tinde API to get clean photos of the users who liked you
// ==/UserScript==
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Joshua Hughes",
"label": "Adapting military intelligence analysis skills for the workplace",
"image": "https://beardbrother.services/wp-content/uploads/2020/11/joshua_hughes_headshot.jpg",
"email": "hugmatj@gmail.com",
"phone": "(941) 212-0352",
"url": "https://beardbrother.services",
"summary": "Joshua's professional career has required adaptability, confidence handling unpredictable interactions, and comfort with compressed timelines. A deep well of patience provides the template for these and any future requirements",