Skip to content

Instantly share code, notes, and snippets.

View cellsummer's full-sized avatar
🎯
Focusing

Wenjing Fang cellsummer

🎯
Focusing
View GitHub Profile
@cellsummer
cellsummer / lambdas.txt
Created October 31, 2025 17:14 — forked from jimpea/lambdas.txt
Some usefull Excel Lambda functions
/*
Append two ranges horizontally.
Inputs:
- range1: the first range
- range2: the second range
- default: the value entered into missing rows.
Return: The merged ranges, with empty rows filled with the default value. Missing
value within either of the two ranges filled with zeros (0). The number of rows
@cellsummer
cellsummer / predawn.conf
Created March 7, 2024 03:40
Predawn colors
# Predawn Colorscheme for Kitty
foreground #dddcdc
background #232323
selection_foreground #000000
selection_background #FFFACD
url_color #0087BD
cursor #F0815F
# black
@cellsummer
cellsummer / .vimrc
Last active March 2, 2024 23:25
vim-no-plugin-rc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Maintainer:
" Amir Salihefendic - @amix3k
"
" Awesome_version: " Get this config, nice color schemes and lots of plugins!
"
" Install the awesome version from:
"
" https://github.com/amix/vimrc
"