Skip to content

Instantly share code, notes, and snippets.

View aktech's full-sized avatar
🏠

Amit Kumar aktech

🏠
View GitHub Profile
@aktech
aktech / Jsshit.md
Created June 25, 2016 11:37
JS shit
function foo() {
  return typeof null === "undefined";
}

for(var i=0; i<10000; ++i) console.log(foo())
@aktech
aktech / pairwise-comparison.ipynb
Last active October 15, 2020 20:32
Pairwise comparison
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / symmetric_matrix.ipynb
Created November 9, 2020 21:28
Symmetric Matrix Dask
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / env.yml
Created November 11, 2020 14:49
coiled_env
name: sgkit
channels:
- conda-forge
dependencies:
- numpy
- xarray
- dask[array]
- dask-ml
@aktech
aktech / dask-report-16G-4cpu-2threads-parallel-50mb.html
Created November 12, 2020 10:33
dask-report-16G-4cpu-2threads-parallel-50mb.html
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@aktech
aktech / sgkit-pairwise-on-coiled.ipynb
Created November 12, 2020 12:08
sgkit-pairwise-on-coiled
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / skallel-pairwise-distance.ipynb
Created November 12, 2020 19:09
skallel-pairwise-distance
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / environment.yml
Created November 12, 2020 23:18
skallel-stats environment
name: skallel
channels:
- conda-forge
dependencies:
- pip
- multipledispatch
- numba
- numpy
@aktech
aktech / skallel-simulated-benchmark.ipynb
Created November 18, 2020 13:23
skallel benchmark on simulated dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / pairwise_blocks_vs_blockwise_comparison.ipynb
Last active January 25, 2021 19:49
Blockwise vs non-blockwise comparison
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.