Skip to content

Instantly share code, notes, and snippets.

View AltiusRupert's full-sized avatar

Rupert Barrow AltiusRupert

View GitHub Profile
@AltiusRupert
AltiusRupert / apex-prettier.yml
Created May 21, 2021 06:43 — forked from sjurgis/apex-prettier.yml
apex-prettier Github Action
name: apex pretify
on:
push:
paths:
- 'myns/main/core/classes/**'
- 'myns/main/default/classes/**'
- 'myns/main/services/classes/**'
- 'myns/main/services/classes/tests/**'
- 'myns/tests/classes/**'
jobs:
@AltiusRupert
AltiusRupert / gist:d5e2384d1166882a5cb34a557fb5dde7
Created December 5, 2019 13:03 — forked from yesvods/gist:51af798dd1e7058625f4
Merge Arrays in one with ES6 Array spread
const arr1 = [1,2,3]
const arr2 = [4,5,6]
const arr3 = [...arr1, ...arr2] //arr3 ==> [1,2,3,4,5,6]
@AltiusRupert
AltiusRupert / .block
Created November 19, 2017 13:59 — forked from mbostock/.block
Labeled Force Layout
license: gpl-3.0
@AltiusRupert
AltiusRupert / .block
Last active November 19, 2017 13:21 — forked from mbostock/.block
Force-Directed Graph
license: gpl-3.0
height: 600