Skip to content

Instantly share code, notes, and snippets.

View mer0mingian's full-sized avatar
🖖

Daniel Mingers mer0mingian

🖖
View GitHub Profile
@mer0mingian
mer0mingian / testRegex.js
Created August 23, 2024 05:38 — forked from hanxiao/testRegex.js
Regex for chunking by using all semantic cues
// Updated: Aug. 20, 2024
// Run: node testRegex.js whatever.txt
// Live demo: https://jina.ai/tokenizer
// LICENSE: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0)
// COPYRIGHT: Jina AI
const fs = require('fs');
const util = require('util');
// Define variables for magic numbers
const MAX_HEADING_LENGTH = 7;
@mer0mingian
mer0mingian / tutorial_dpcca_computation.ipynb
Created September 16, 2019 06:45 — forked from jaimeide/tutorial_dpcca_computation.ipynb
Python implementation of the Detrended Partial Cross-Correlation Analysis (DPCCA) coefficient
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mer0mingian
mer0mingian / Awesome_git_cheatsheet.md
Last active September 7, 2024 09:18 — forked from karenyyng/Git_mergetool_tutorial_with_Vim.md
How to use `git mergetool` to resolve conflicts