Skip to content

Commit

Permalink
chore : Added link for QR Code generator (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Killer2OP authored Jun 28, 2023
1 parent 7460180 commit 38c09e6
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions database/other/other-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@
"subcategory": "other-resources"
},
{
"name": "Every Programmer Should Know",
"description": "A collection of (mostly) technical things every software developer should know about.",
"url": "https://github.com/mtdvio/every-programmer-should-know",
"category": "other",
"subcategory": "other-resources"
}
]
"name": "Every Programmer Should Know",
"description": "A collection of (mostly) technical things every software developer should know about.",
"url": "https://github.com/mtdvio/every-programmer-should-know",
"category": "other",
"subcategory": "other-resources"
},
{
"name": "QR Code Generator using ControlNet",
"description": "QR codes seem to be the latest trend on stable diffusion, so let's dive in and see how we can create our own!.",
"url": "https://learn.thinkdiffusion.com/creating-qr-codes-with-controlnet/",
"category": "other",
"subcategory": "other-resources"
}
]

1 comment on commit 38c09e6

@vercel
Copy link

@vercel vercel bot commented on 38c09e6 Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.