Skip to content

Instantly share code, notes, and snippets.

View feimpraim's full-sized avatar
🏠
Working from home

Fred Impraim feimpraim

🏠
Working from home
View GitHub Profile
@feimpraim
feimpraim / iterm2-solarized.md
Created August 12, 2021 04:55 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

// Originally from: https://community.powerbi.com/t5/Community-Blog/Aggregating-Duration-Time/ba-p/22486
Duration =
// Duration formatting
// * @konstatinos 1/25/2016
// * Given a number of seconds, returns a format of "hh:mm:ss"
//
// We start with a duration in number of seconds
VAR Duration = [Change this value to the name of your column that contains your seconds value]
// There are 3,600 seconds in an hour
VAR Hours =
@feimpraim
feimpraim / list.dart
Created May 29, 2019 16:18
List in dart
void main() {
List <String> myList= [
'Fred',
'John',
'Kofi',
'Ato',
'Frank',
'Dad',