- see
.vimrc
for vim config - see
init.vim
for nvim config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env PATH=$PATH:/opt/homebrew/opt/node@18/bin node | |
// Required parameters: | |
// @raycast.schemaVersion 1 | |
// @raycast.title Open Logseq Today's JW | |
// @raycast.mode fullOutput | |
// Optional parameters: | |
// @raycast.icon 📆 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import jsonData from './developer-productivity.json' | |
const data = jsonData as Welcome; | |
export interface Welcome { | |
course: string; | |
url: string; | |
chapters: Chapter[]; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 😊 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SwiftUI | |
import PlaygroundSupport | |
struct ContentView: View { | |
var body: some View { | |
VStack { | |
HStack { | |
Image(uiImage: #imageLiteral(resourceName: "Fif9dcDXEAAJ1Ul.jpeg")) | |
.resizable() | |
.scaledToFit() |
I hereby claim:
- I am plskz on github.
- I am plskz (https://keybase.io/plskz) on keybase.
- I have a public key ASCgIeaN8EcxGhqUE0LEbgzVCnjMy2oMQ3kuyh4EmrGK5Ao
To claim this, I am signing this object:
I can't upload the image assets I use here in gist so I'll just upload it on imgur.com
-
init package
npm init -y
-
replace your
package.json
to{ "name": "100-days-of-coding",
"version": "1.0.0",