Skip to content

Instantly share code, notes, and snippets.

const std = @import("std");
const Io = std.Io;
const linux = std.os.linux;
const batch_stat_demo = @import("batch_stat_demo");
pub fn main(init: std.process.Init) !void {
const arena = init.arena.allocator();
const io = init.io;

Keybase proof

I hereby claim:

  • I am mutech on github.
  • I am mutech (https://keybase.io/mutech) on keybase.
  • I have a public key ASAWfN8kjYNnZnE4L-O5TOMDPXsH2TRV5sZSGWelmlT1QAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am mutech on github.
  • I am mutech (https://keybase.io/mutech) on keybase.
  • I have a public key ASAWfN8kjYNnZnE4L-O5TOMDPXsH2TRV5sZSGWelmlT1QAo

To claim this, I am signing this object:

- (id<UITableViewDelegate>)resolveDelegateForInvocation:(NSInvocation*)invocation
withTableViewParameterAtIndex:(NSInteger)tvParameterIndex
withSectionParameterAtIndex:(NSInteger)parameterIndex
resolveCoordinates:(BOOL)resolveCoordinates
retainTableViewProxy:(UITableView**)tableViewProxy
{
id<UITableViewDelegate> result = nil;
AKATVDataSource* dataSource = nil;
NSInteger section = NSNotFound;
[invocation getArgument:&section atIndex:2+parameterIndex];