https://simonwillison.net/2025/Mar/11/using-llms-for-code/
-
Tesla
- SFO
Pinned Loading
-
-
ollama
ollama PublicForked from ollama/ollama
Get up and running with Llama 2, Mistral, Gemma, and other large language models.
Go
-
some basics in python
some basics in python 1print('hello')
2a=[1,2,3,1]
3for i in range(0,len(a),1):
4print(a[i])
5for i in range(len(a),0,-1):
-
-
LeetCode-Swift
LeetCode-Swift PublicForked from soapyigu/LeetCode-Swift
Solutions to LeetCode by Swift
Swift
-
algos
algos 1package abc.interview.a.anotes;
23import java.util.Collection;
4import java.util.HashMap;
5import java.util.Iterator;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.