vuejs /
vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Loading repository data…
ThreeDotsLabs / repository
This is the tdl CLI tool used for running the interactive trainings on the https://academy.threedots.tech/
This is the tdl CLI tool used for running the interactive trainings on the Three Dots Labs Academy.
brew install ThreeDotsLabs/tap/tdl
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.sh)" -- -b /usr/local/bin
Install to your home directory:
iwr https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.ps1 -useb | iex
Or install in any chosen path:
$env:TDL_INSTALL = 'bin\'
iwr https://raw.githubusercontent.com/ThreeDotsLabs/cli/master/install.ps1 -useb | iex
Download the latest binary from GitHub and move it to a directory in your $PATH.
go install github.com/ThreeDotsLabs/cli/tdl@latest
Selected from shared topics, language and repository description—not editorial ratings.
vuejs /
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
meta-llama /
Welcome to the Llama Cookbook! This is your go to guide for Building with Llama: Getting started with Inference, Fine-Tuning, RAG. We also show you how to solve end to end problems using Llama model family and using them on various provider services
aws /
This SDK has reached end-of-support. The AWS SDK for Go v2 is available here: https://github.com/aws/aws-sdk-go-v2
go-ego /
Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
adrianhajdin /
This is a code repository for the corresponding video tutorial. In this video, we're going to build a Web 3.0 React Solidity Blockchain Application
adrianhajdin /
This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a real time chat application. Covered topics: React.js, Node.js, Express.js, and Socket.io.