Skip to content

Instantly share code, notes, and snippets.

@biels
biels / MRF.ts
Created June 2, 2021 15:11
Type definitions for mobx-react-form
export interface SubmitOptions {
onSuccess: (fieldset) => any
onError: (fieldset) => any
}
export type FieldComputedValue =
'hasError'
| 'isValid'
| 'isDirty'
| 'isPristine'
.text
.align 4
.globl Asignar
.type Asignar,@function
Asignar:
pushl %ebp
movl %esp, %ebp
addl 24(%ebp), %edx # pos
imull $12, %edx # 12*pos
addl 8(%ebp), %edx # @v[pos]
@biels
biels / bumpme
Last active July 4, 2017 21:36
Concourse test
Tue Jul 4 21:36:02 UTC 2017