tmux(1) - Linux manual page
Linux/UNIX system programming training
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 } |
tmux(1) - Linux manual page
Linux/UNIX system programming training
// ==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", |