Skip to content

Instantly share code, notes, and snippets.

View baquaz's full-sized avatar

baquazan baquaz

View GitHub Profile
@baquaz
baquaz / CGEventSupervisor.swift
Created January 10, 2025 21:28 — forked from stephancasas/CGEventSupervisor.swift
A service class for monitoring global keyboard events in macOS Swift applications.
//
// CGEventSupervisor.swift
// Mouseless Messenger Pro
//
// Created by Stephan Casas on 4/24/23.
//
import Cocoa;
class CGEventSupervisor {
//
// ScrollIntoSheet.swift
// (c) Théo Arrouye 2024
//
//
import SwiftUI
struct ScrollIntoSheetView: View {
let backgroundColor: Color = .black
@baquaz
baquaz / CellAttributesShowcaseListViewController.md
Created May 17, 2023 08:18 — forked from AngrenWen/CellAttributesShowcaseListViewController.md
Presentation of predefined UICollectionView cells (iOS 14)
@baquaz
baquaz / gist:8f139077fc473ce47017381608d3b0f7
Created August 22, 2019 10:52 — forked from danielbraun/gist:27e43b914c6a2e081792
Vim syntax coloring for Cocoapods' Podfile.
// Append this to your .vimrc
au BufNewFile,BufRead Podfile set filetype=ruby
@baquaz
baquaz / GIF-Screencast-OSX.md
Created April 5, 2018 13:47 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application: