Skip to content

Instantly share code, notes, and snippets.

View reflechant's full-sized avatar

Roman Gerasimov reflechant

  • Amsterdam
View GitHub Profile
@reflechant
reflechant / .zshrc
Last active September 14, 2024 17:12 — forked from roman2ing/.zshrc
if [[ ! -e ~/.zcomet/bin ]]; then
git clone --depth=1 https://github.com/agkozak/zcomet.git ~/.zcomet/bin
fi
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
source ~/.zcomet/bin/zcomet.zsh
package main
import (
"fmt"
"unsafe"
)
func stringptr(s string) *byte {
return unsafe.StringData(s)
}
@reflechant
reflechant / ffxiv_dawntrail_steam_reviews.ipynb
Created October 8, 2024 19:47
Data analysis of FFXIV Dawntrail negative Steam reviews
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.