Skip to content

Instantly share code, notes, and snippets.

View fanbyprinciple's full-sized avatar
🙀
Out on an adventure !

Ashwin Jayaprakash fanbyprinciple

🙀
Out on an adventure !
View GitHub Profile
@fanbyprinciple
fanbyprinciple / gist:0abc32544a5fa3699bf024118e4a0bc1
Last active January 19, 2022 17:27
praw_ini_sample_file.txt
[DEFAULT]
# A boolean to indicate whether or not to check for package updates.
check_for_updates=True
# Object to kind mappings
comment_kind=t1
message_kind=t4
redditor_kind=t2
submission_kind=t3
subreddit_kind=t5
@fanbyprinciple
fanbyprinciple / installing hugging face locally.md
Last active January 13, 2022 11:46
Steps to install hugging face locally

If you have a conda environment, create a new environement using conda create --name myenv

activate myenv

Install pytorch in the environment. if you have cuda: check commandline corresponding to your version.

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

Fundraising Grader

Fully responsive multi-step form grader with validation pre-submit and pop up model.

Using math to calculate a grade between 0 and 400 based on the data you enter.

A Pen by Ashwin on CodePen.

License.