Skip to content
View GoodNovember's full-sized avatar
🖍️
Why can't I write my code in Crayon?
🖍️
Why can't I write my code in Crayon?
  • 951 Gaspra
Block or Report

Block or report GoodNovember

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GoodNovember/README.md
const GoodNovember = {
  name: "Victor",
  location: "Athens, GA"
}

Pinned Loading

  1. glowworm glowworm Public

    Cute little WebGL Library written in Javascript. Very Basic. Probably nothing special. Best to ignore this one and move on.

    JavaScript

  2. Delicious Spicy Tangy Cauliflower Re... Delicious Spicy Tangy Cauliflower Recipe
    1
    Ingredients
    2
    -----------
    3
    
                  
    4
    - 2 1/2 cups dry white wine
    5
    - 1/3 cup olive oil
  3. So, uh. Why did you write it like that? So, uh. Why did you write it like that?
    1
    const MergeSort = ({ unsortedArray }) => {
    2
      const { length } = unsortedArray
    3
      if (length <= 1) {
    4
        return unsortedArray
    5
      } else {
  4. Some Handy React Hooks Some Handy React Hooks
    1
    const Range = ({ containerStyle, containerClassName, min, max, value, step, onChange }) => {
    2
      const animate = (timestamp, delta) => {
    3
        console.log('AnimationTick', {timestamp, delta})
    4
      }
    5
    
                  
  5. lens lens Public

    JavaScript