I hereby claim:
- I am cody271 on github.
- I am cody271 (https://keybase.io/cody271) on keybase.
- I have a public key ASAjG8MSorGH97fJKgayjvvm8Inr2tzz3k1ovytFtZVC7Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| /* | |
| * Calculates what Ada Lovelace labeled "B7", which today we would call the 8th | |
| * Bernoulli number. | |
| */ | |
| int main(int argc, char* argv[]) | |
| { | |
| // ------------------------------------------------------------------------ | |
| // Data |
| #import <WebKit/WebKit.h> | |
| #include "ui.h" | |
| #include "ui_darwin.h" | |
| #define uiWebViewSignature 0x57656276 // "Webv" | |
| typedef struct uiWebView uiWebView; | |
| #define uiWebView(this) ((uiWebView *) (this)) | |
| struct uiWebView { |