A collection of .new
domains where you can perform online actions in a quick step
Github
Useful shts I use
• https://roadmap.sh [ROADMAP]
init package
npm init -y
replace your package.json
to
{
"name": "100-days-of-coding",
"version": "1.0.0",
I can't upload the image assets I use here in gist so I'll just upload it on imgur.com
I hereby claim:
To claim this, I am signing this object:
import SwiftUI | |
import PlaygroundSupport | |
struct ContentView: View { | |
var body: some View { | |
VStack { | |
HStack { | |
Image(uiImage: #imageLiteral(resourceName: "Fif9dcDXEAAJ1Ul.jpeg")) | |
.resizable() | |
.scaledToFit() |
/* Emojify! | |
Popular services like Slack and Github allow for emoji shortscodes, meaning | |
and automatically replace that word with an emoji. | |
These shortcodes allow users to add an emoji to their messages by typing a | |
code rather than searching for an emoji from a list. | |
they will detect when a word in a sentence begins and ends with a colon (:)For example, typing :smile: will replace that text with 😊 |