Skip to content
View tail-call's full-sized avatar
๐Ÿš
Conch in the Shell
๐Ÿš
Conch in the Shell

Block or report tail-call

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
tail-call/README.md

โ™ซ ฮป โบ ฯ€ ฮท โ€ข ๐ ๐ข๐ญ๐ก๐ฎ๐›.๐œ๐จ๐ฆ/๐ญ๐š๐ข๐ฅ-๐œ๐š๐ฅ๐ฅ โ€ข ๐“Œ โ€ข

ใ€ป gists ๏ธ™ itch.ioโ€‚๐’‘ฑ

  • ๐Ÿ“š Keep reading the literature
  • ๐Ÿค” Keep asking questions
  • ๐Ÿฐ Keep building your independence

โ€” R1NaNo, a poster from academia.stackexchange

Conjecture 1. Github's profile readme is the perfect location for dumping links.

๐Ÿชฉ NeurIPS News

{ $$\mathrm{NeurIPS 2024 Dates}$$ โˆˆ [10 Dec 2024, 15 Dec 2024] } is over

๐ŸฆŽ About me // ะžะฑะพ ะผะฝะต

ะฃั‡ะฐัั‚ะฝะธะบ ะั‚ะพะผะธะบ ะฅะฐะบ 2.0 (ะธัŽะฝัŒ 2024 ะณ.)

;; about-me.lisp

(defclass maria (software-developer data-scientist new-age-neo-hippie lisp-geek)
  ((editors :initform '(:nvim :emacs :vs-code))
   (favorite-programming-languages
    :initform '(:python :scheme :lua :swift :typescript))
   (interests
    :initform '(:mathematics :machine-learning :computer-graphics :compilers :philosophy))
   (hobbies :initform '(:composing-music :journaling :hiking :meditation :singing :poetry))))

(defmethod likes-p ((os t) (self maria))
  t)

(defmethod likes-p ((os (eql :windows)) (self maria))
  nil)

;; Welcome to the electric home for the somber people of the world

๐Ÿ“‘ Research

Browse papers on these websites daily and you will become... read more

๐„ณ Cool blogs / personal websites / pages / etc

โฆฟโ€‰โ—€

Maria's Secret Stash of Extra Links

Congratulations! You found it

๐Ÿ“ Notable READMEs

๐‘ฃ Important links

๐Ÿ Apps I like (macOS only)

๐Ÿง  Formerly Greatest ML Links Of Existence

Pinned Loading

  1. machine-learning-roadmap machine-learning-roadmap Public

    Forked from mrdbourke/machine-learning-roadmap

    A roadmap connecting many of the most important concepts in machine learning, how to learn them and what tools to use to perform them.

  2. mandelbrot-set mandelbrot-set Public

    A pretty Mandelbrot set visualization in TypeScript. Not to be confused with mandelbrot-get.

    TypeScript

  3. Research Research Public

    ๐Ÿ“š๐Ÿ“–๐Ÿ“’

    Jupyter Notebook

  4. I want to encode/decode [String: Any... I want to encode/decode [String: Any] that badly...
    1
    //
    2
    //  JSONWrapper.swift
    3
    //
    4
    //  Created by Maria Zaitseva on 16.03.2021.
    5
    //
  5. TypeCase.lua TypeCase.lua
    1
    --- Control flow functions
    2
    
                  
    3
    local function TypeCase(obj, fallthroughHandler)
    4
      return function (args)
    5
        for i = 1, #args, 2 do
  6. UIImage noise animation generator UIImage noise animation generator
    1
    import UIKit
    2
    
                  
    3
    public extension UIImage {
    4
        static var noiseAnimation: UIImage = {
    5
            makeNoiseAnimation(