79475886

Date: 2025-02-28 14:50:52
Score: 1
Natty:
Report link

Adding one note to @aymericbeaumet's answer ... It seems possible to also omit the file part in url if there's only one file in the gist. For example:

curl -s https://gist.githubusercontent.com/karpathy/d4dee566867f8291f086/raw

prints

"""
Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy)
BSD License
"""
import numpy as np

# data I/O
...

as of 2025-02-28.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @aymericbeaumet's
  • Low reputation (0.5):
Posted by: Kaiwen