Pinned Repositories
CPU-Stress-Test
Just a simple script to use multi-core cpu stress test
dotfiles
my dotfiles for OS X (10.10)
gist-commenter-ios
Just a demo app using QRCode, VIPER and Github Api
ios-xcode-snippets
iOS Xcode Snippets updated for Swift 5
keylogger-osx
Very simple keylogger for self-quantifying on Mac OS X
laptop
A shell script to set up a macOS laptop for mobile development.
xcode-behaviors
Scripts that make part of my tools on iOS Development
brunogama's Repositories
brunogama/CPU-Stress-Test
Just a simple script to use multi-core cpu stress test
brunogama/ClosureDecorator
ClosureDecorator
brunogama/ios-xcode-snippets
iOS Xcode Snippets updated for Swift 5
brunogama/Memoization
A swift peer macro which generates memoization code in the function it is attached.
brunogama/RequestModelMacro
A swift macro to facilitate the creation of customized headers and body parameters using encodablle.
brunogama/TypeInferedFactory
A experimental factory like implementation using swift macros and parameter packs
brunogama/xcode-behaviors
Scripts that make part of my tools on iOS Development
brunogama/binance-trading-bot-new-coins
This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
brunogama/bitbar
Put the output from any script or program in your Mac OS X Menu Bar
brunogama/brunogama
brunogama/ControlRoom
A macOS app to control the Xcode Simulator.
brunogama/CrossCuttingConcerns
Material para a apresentação da palestra "Implementando Interesses Transversais - um papo sobre arquitetura, DI e Design Patterns em Swift/iOS" no TDC Future 2021
brunogama/dotfiles-1
:wrench: .files, including ~/.macos — sensible hacker defaults for macOS
brunogama/face_ai
Face Recognition and Detection on iOS Using Native Swift Code, Core ML, and ARKit
brunogama/first-order-model
This repository contains the source code for the paper First Order Motion Model for Image Animation
brunogama/fish-functions
Useful fish functions
brunogama/gjira
Git hook for adding Jira issues and stories to commit body
brunogama/iOS-Nuts-And-Bolts
iOS bits and pieces that you can include in your project to make your life a bit easier.
brunogama/ObfuscateMacro
🕵️ Swift macros for obfuscation
brunogama/pihole-readonly-rootfs
Installing Pi-hole on read-only rootfs system to prevent major SD card corruption
brunogama/pihole-stubby-dockerized
Run Pihole + Stubby together and encrypt outgoing DNS requests from your home network.
brunogama/pihole5-list-tool
A tool for quickly and easily bulk adding allow and ad/block lists to a Pi-hole 5 installation
brunogama/pycryptobot
Python Crypto Bot
brunogama/qmk_firmware
Open-source keyboard firmware for Atmel AVR and Arm USB families
brunogama/swift-best-practices
A repository that contains information related to Lickability's best practices.
brunogama/SwiftUIPager
Native Pager in SwiftUI
brunogama/Syzygy
Common base code for Syzygy products
brunogama/thread-safe-property-wrappers
Thread-Safe Property Wrappers in Swift A Swift library offering a collection of property wrappers for thread-safe access to shared resources. Includes implementations using NSLock, DispatchQueue, os_unfair_lock, and Swift's Actor concurrency model, allowing developers to choose the best synchronization mechanism for their specific needs.
brunogama/UtilityType
brunogama/VariadicArgumentConstructable
VariadicArgumentConstructable is a protocol helper that uses parameter packs types to construct types