Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan wahab committed Oct 23, 2024
1 parent 5654a5f commit 2be6358
Show file tree
Hide file tree
Showing 206 changed files with 876 additions and 1,190 deletions.
22 changes: 22 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
entrypoint = "web-ui/my-app/src/index.js"
hidden = [".config", "bun.lockb"]
modules = ["bun-1.1"]

[nix]
channel = "stable-24_05"

[unitTest]
language = "bun"

[gitHubImport]
requiredFiles = [".replit", "replit.nix"]

[deployment]
build = ["sh", "-c", "mkdir .build && bun build iweb-ui/my-app/src/index.js > .build/index.js"]
run = ["bun", ".build/index.js"]
deploymentTarget = "cloudrun"


[[ports]]
localPort = 3000
externalPort = 80
4 changes: 4 additions & 0 deletions 200k_prs/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

# added by self
https://github.com/rnanosaur/nanosaur


sub-systems
https://github.com/dustynv/jetson-containers
https://github.com/observablheq/runtime
https://github.com/livekit/client-sdk-js
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ incorpate -- ideas from 8 billion people
![https://worrydream.com/SeeingSpaces/SeeingSpaces.jpg](https://worrydream.com/SeeingSpaces/SeeingSpaces.jpg)
[![alt text](https://dynamicland.org/2024/Front_shelf/2dc5b9c5984d24df5d2aeaedf06442f8.jpg)](https://dynamicland.org/2024/Front_shelf/2dc5b9c5984d24df5d2aeaedf06442f8.jpg)
https://youtu.be/y4ajXJ3nj1Q?si=CMpEXr9DBH86-9jG

# LLama-tools.com is an agency dedicated to helping <a href="https://worrydream.com">bret victor</a>.
I met bret in 2014, at d3unconf thanks to enjalot, when i saw https://worrydream.com/SeeingSpaces/ - and i was like "holy shit"
10 changes: 10 additions & 0 deletions scripts/_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@




docker exec 34320163bee6 /bin/bash


docker run -it --runtime nvidia --privileged -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix 34320163bee6


# is my ip up?

curl ifconfig.me
alias pull="git pull"
alias commit="git add . && git commit -am 'simplify' && git push origin main"
alias status="git status"
Expand Down
31 changes: 0 additions & 31 deletions scripts/_course_gen.sh

This file was deleted.

Loading

0 comments on commit 2be6358

Please sign in to comment.