Skip to content

Instantly share code, notes, and snippets.

View prashantksharma's full-sized avatar
👨‍💻
Learning. Building.

Prashant K. Sharma prashantksharma

👨‍💻
Learning. Building.
View GitHub Profile
@ssrihari
ssrihari / clojure-learning-list.md
Last active August 27, 2024 08:55
An opinionated list of excellent Clojure learning materials

An opinionated list of excellent Clojure learning materials

These resources (articles, books, and videos) are useful when you're starting to learn the language, or when you're learning a specific part of the language. This an opinionated list, no doubt. I've compiled this list from writing and teaching Clojure over the last 10 years.

  • 🔴 Mandatory (for both beginners and intermediates)
  • 🟩 For beginners
  • 🟨 For intermediates

Table of contents

  1. Getting into the language
@dfrankow
dfrankow / shap-on-p2p-loans-blogpost.ipynb
Last active December 31, 2020 09:04
notebook with "Case study: explaining credit modeling predictions with SHAP"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nonsleepr
nonsleepr / Makefile
Created March 27, 2015 15:40
Makefile to download Kaggle's datasets
# Requires presence of credentials.txt file containing login/password in the following format:
# UserName=my_username&Password=my_password
COMPETITION=diabetic-retinopathy-detection
all: download_files
session.cookie: credentials.txt
curl -o /dev/null -c session.cookie https://www.kaggle.com/account/login
curl -o /dev/null -c session.cookie -b session.cookie -L -d @credentials.txt https://www.kaggle.com/account/login
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active September 6, 2024 15:34
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@nickloewen
nickloewen / bret_victor-reading_list.md
Last active September 9, 2024 20:44
Bret Victor’s Reading List

This is a plain-text version of Bret Victor’s reading list. It was requested by hf on Hacker News.


Highly recommended things!

This is my five-star list. These are my favorite things in all the world.

A few of these works have had an extraordinary effect on my life or way of thinking. They get a sixth star. ★

@dideler
dideler / 0-startup-overview.md
Last active August 7, 2024 12:55
Startup Engineering notes