Skip to content

Instantly share code, notes, and snippets.

View hmaarrfk's full-sized avatar

Mark Harfouche hmaarrfk

View GitHub Profile
================================================================================
================================================================================
linux-armv7l
================================================================================
================================================================================
win-32
win-32::scipy-1.2.1-py27h4c3ab11_0.tar.bz2
+ "libopenblas <0.3.26",
================================================================================
================================================================================
"""
# NEP 29
NEP 29 reads
> When a project releases a new major or minor version, we recommend that they
> support at least [...] all minor versions of NumPy released in the prior
> 24 months from the anticipated release date with a minimum of 3 minor versions of NumPy
@hmaarrfk
hmaarrfk / atom-sync
Last active June 24, 2020 18:21
automatic update by http://atom.io/packages/sync-settings for linux
{
}
@hmaarrfk
hmaarrfk / otsu_failer.ipynb
Last active November 3, 2018 14:22
Summary of the OTSU Failer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hmaarrfk
hmaarrfk / benchmarking_ndindex_nditer.ipynb
Last active October 10, 2018 02:34
Benchmarking ndindex and nditer
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hmaarrfk
hmaarrfk / skimage-benchmarking.md
Created September 20, 2018 01:43
Benchmarking for scikit-image

Writing benchmarks for scikit-image

If you are requesting a change to be made for the sake of performance, it helps to provide a benchmark showing the improvement of the algorithm in the usecase that you are considering.

To create a benchmark, you should.

  1. Install airspeed velocity
pip install asv
@hmaarrfk
hmaarrfk / My personal notes for working with conda.md
Created September 10, 2018 15:06
Notes on working with conda

Static repo data:

no no, i mean on every package install command, conda seems to try and download metadata from all the channels I have because that step is slow i simply ask it to download from the offline cache it has by adding the --offline

ah, you mean a more static repodata. Yes, we're working on that. It won't be the default for a while, though You can try it now

@hmaarrfk
hmaarrfk / dask_cost_of_c_contiguous_final_array.ipynb
Created September 4, 2018 00:21
Investing the cost of making a contiguous final array
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hmaarrfk
hmaarrfk / helloworld.c
Last active August 31, 2018 21:03
hello world - Adam taylor Part 8.docx Vivado 2018.2
/*
* Copyright (c) 2009 Xilinx, Inc. All rights reserved.
*
* Xilinx, Inc.
* XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
* COURTESY TO YOU. BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
* ONE POSSIBLE IMPLEMENTATION OF THIS FEATURE, APPLICATION OR
* STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION
* IS FREE FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE
* FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.