I hereby claim:
- I am cf on github.
- I am c4rter (https://keybase.io/c4rter) on keybase.
- I have a public key ASDfxy9a8V9ZZhplbZYWABvu4MyH6bzFp2r6UTR78C2IAAo
To claim this, I am signing this object:
| //My implementation of Zeta function, will extend to all complex numbers later | |
| function GammaReal(n) | |
| { | |
| var s=1; | |
| for(var i=2;i<n;i++) | |
| { | |
| s*=i; | |
| } | |
| return s; | |
| } |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <table xmlns="http://query.yahooapis.com/v1/schema/table.xsd"> | |
| <meta> | |
| <author>swagmaster flash</author> | |
| <description>HTML pages that need putdata</description> | |
| <sampleQuery><![CDATA[ select * from {table} where url='http://httpbin.org/get' ]]></sampleQuery> | |
| <documentationURL></documentationURL> | |
| </meta> | |
| <bindings> | |
| <select itemPath="" produces="XML"> |
| /* | |
| -- Imports from msvcrt -- | |
| strlen | |
| calloc | |
| memset | |
| malloc | |
| memcpy | |
| free | |
| printf | |
| system |
| var WAVE={}; | |
| (function(){ | |
| function str16(x){return (x>15)?x.toString(16):"0"+x.toString(16);} | |
| function shortToStr(x){return "%"+str16(x&0xff)+"%"+str16((x>>>8)&0xff);} | |
| function intToStr(x){return "%"+str16(x&0xff)+"%"+str16((x>>>8)&0xff)+"%"+str16((x>>>16)&0xff)+"%"+str16((x>>>24)&0xff);} | |
| WAVE.makeWavDecimal=function(channels,sampleFrequency) | |
| { | |
| var str="data:audio/x-wav,%52%49%46%46"+ | |
| intToStr(channels.length*2*channels[0].length+0x24)+ | |
| "%57%41%56%45%66%6D%74%20"+ |
I hereby claim:
To claim this, I am signing this object:
| 5bbe3fd98d5ff804dab3d806 | |
| 5bbe3fc48d5ff804dab3d805 | |
| 5bbe3ff28d5ff804dab3d807 |
| #!/bin/sh | |
| sudo apt-get update | |
| sudo apt-get install -y curl openssh-server ca-certificates | |
| sudo apt-get -y update | |
| sudo apt-get -y install ca-certificates curl openssh-server postfix | |
| curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | sudo bash | |
| sudo apt-get -y update | |
| sudo apt-get -y install gitlab-ce |
| // Type definitions for tablestore 5.0 | |
| // Project: https://github.com/aliyun/aliyun-tablestore-nodejs-sdk | |
| // Definitions by: Carter Jack Feldman <https://github.com/cf> | |
| // TypeScript Version: 4.2 | |
| import Int64buf from 'int64-buffer'; | |
| import { Buffer } from 'buffer'; | |
| declare namespace TableStore { | |
This repository contains the code snippets from the tutorial A Hackers Guide to Layer 2: Zero Merkle Trees from Scratch.
Thanks to OAS for sponsoring this tutorial series.
Copyright 2023 Carter Jack Feldman
I hereby claim:
To claim this, I am signing this object: