Skip to content

Instantly share code, notes, and snippets.

View mahiki's full-sized avatar
💭
on julia REPL

mahiki mahiki

💭
on julia REPL
View GitHub Profile
@mahiki
mahiki / Parquet-jl-issue-155.md
Last active July 20, 2021 22:16
test2_date_column_data

Going to upload binary parquet file from example via git

@mahiki
mahiki / jquery-remove-text.js
Last active April 16, 2016 02:31
jQuery text-pattern blocker
$(":contains(Trump),:contains(TRUMP),:contains(trump)").filter(function(){return $(this).clone().children().remove().end().text().toLowerCase().indexOf("trump")!=-1;}).remove();