Skip to content

Instantly share code, notes, and snippets.

View Lorezz's full-sized avatar
Working from home

lorezz Lorezz

Working from home
View GitHub Profile
@Lorezz
Lorezz / rss-lambda.js
Last active September 13, 2021 05:39
Rss netlify function
const https = require("https");
async function getPosts() {
return new Promise((resolve, reject) => {
const query = `
query {
microblogCollection {
items {
sys {
firstPublishedAt
@Lorezz
Lorezz / stylus_basecamp_darkmode.css
Last active April 21, 2021 12:51
stylus_basecamp_darkmode
/* Work in progress.
A Basecamp 3 dark theme for Stylus
(https://addons.mozilla.org/en-US/firefox/addon/styl-us/)
based on https://userstyles.org/styles/177262/basecamp-insomnia */
:root {
--bg-md: #2f2f2f;
--bg-md-2: #454545;
--bg-lt: #1c1c1e;
--bg-dk: #232527;
--bg-primary: #272727;
@Lorezz
Lorezz / machine.js
Last active February 13, 2021 16:06
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Lorezz
Lorezz / machine.js
Created February 9, 2021 14:33
Generated by XState Viz: https://xstate.js.org/viz
const saveOrder = assign({
order: (context, event) => {
console.log('ev', event);
return event.data;
},
});
function hasCustomer(context, event) {
console.log('event', event);
@Lorezz
Lorezz / machine.js
Created February 9, 2021 14:19
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Lorezz
Lorezz / machine.js
Last active February 9, 2021 13:55
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Lorezz
Lorezz / machine.js
Created February 9, 2021 13:36
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@Lorezz
Lorezz / animated-slider.markdown
Created August 28, 2020 00:10
Animated Slider
@Lorezz
Lorezz / horizontal-scroll-drag-transition-bounce.markdown
Created June 12, 2019 20:46
Horizontal scroll, drag, transition, bounce