I hereby claim:
- I am nullpixel on github.
- I am jamiebishop (https://keybase.io/jamiebishop) on keybase.
- I have a public key ASA_Hqk3OLXHFyT0hVxr_rayZlzsomh90H3PH2Jc32qG4Ao
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <mach/mach.h> // mach_task_self, vm_protect | |
#include <substrate.h> // MSFindSymbol | |
// MARK: - Types | |
typedef void (*MSHookMemory_ptr_t)(void *target, const void *data, size_t size); | |
#define ENSURE_KERN_SUCCESS(ret) \ | |
if (ret != KERN_SUCCESS) { \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
class FileDownloader { | |
// MARK: - Properties | |
private var outputFolder: URL | |
private var queueIdentifier: String | |
private var urlSession: URLSession | |
// MARK: - Types |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"name": "Aberdare Rail Station", | |
"crs": "ABA", | |
"tiploc": "ABDARE", | |
"easting": 300400, | |
"northing": 202800 | |
}, { | |
"name": "Aberdour Rail Station", | |
"crs": "AUR", | |
"tiploc": "ABDO", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const getPixels = require('get-pixels'); | |
const path = require('path'); | |
const mongoose = require("mongoose"); | |
const config = require('../config/config'); | |
const Pixel = require('../models/pixel'); | |
mongoose.connect(config.database).then(() => console.info('Connected to database')); | |
const batch_size = 1000; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Path to your oh-my-zsh installation. | |
export ZSH=/home/null/.oh-my-zsh | |
# ------------------------------------------------------------------- | |
# General ZSH config | |
# ------------------------------------------------------------------- | |
ZSH_THEME="dracula" | |
plugins=(git) |
As a freelancer, I build a lot of web sites. That's a lot of code changes to track. Thankfully, a Git-enabled workflow with proper branching makes short work of project tracking. I can easily see development features in branches as well as a snapshot of the sites' production code. A nice addition to that workflow is that ability to use Git to push updates to any of the various sites I work on while committing changes.
I hereby claim:
- I am nullpixel on github.
- I am nullpixel (https://keybase.io/nullpixel) on keybase.
- I have a public key ASCmc9LNJf1rpn_QJD2ZgNxn0kCWS3HxQz6HsPkhzvziCAo
To claim this, I am signing this object:
NewerOlder