Skip to content

Instantly share code, notes, and snippets.

View variousauthors's full-sized avatar
🐢
Doubling Down

Various Authors variousauthors

🐢
Doubling Down
View GitHub Profile
@variousauthors
variousauthors / readme.txt
Created August 14, 2018 14:38
Exercice de Style (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@variousauthors
variousauthors / readme.txt
Created August 14, 2018 14:39
Cross All Logs (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@variousauthors
variousauthors / readme.txt
Created August 21, 2018 14:38
Untitled PuzzleScript Script
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@variousauthors
variousauthors / readme.txt
Created August 29, 2018 23:57
Exercice de Style (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@variousauthors
variousauthors / readme.txt
Created August 29, 2018 23:58
Untitled (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@variousauthors
variousauthors / a.js
Last active November 15, 2018 20:01 — forked from austin-sa-wang/a.js
serialization different function formation
const serializePackageItem = R.pick([
'offeringOptions',
'offeringId',
'offeringPackageOptionId',
'durationAmount',
'durationTypeId',
'startDate',
'selectedPackageOptionItems'
])
@variousauthors
variousauthors / PureComponents.md
Last active January 26, 2019 01:08
If I'm being honest I must admit: it looks like the sun goes around the earth.

I've been using ReactRedux for a while and something that I've gotten used to is this.

class Parent extends React.PureComponent {
  render () {
    return <Child />
  }
}

class Child exends React.PureComponent {
@variousauthors
variousauthors / readme.txt
Created April 29, 2019 16:52
Push Space (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@variousauthors
variousauthors / readme.txt
Created October 28, 2019 05:56
Exercice de Style (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@variousauthors
variousauthors / readme.txt
Created June 27, 2020 07:33
Exercice de Style (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html