Skip to content
View cyingfan's full-sized avatar
Block or Report

Block or report cyingfan

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

Pinned

  1. Advent of Code 2021 Advent of Code 2021
    1
    # Advent of Code 2021 solutions that run in browser
    2
    https://adventofcode.com/2021
    3
    
                  
    4
    ## Running instruction
    5
    - Open puzzle input URL in browser.
  2. scoop-search scoop-search Public

    FTS powered API to search scoop packages.

    TypeScript 3 1

  3. (Miracle) Sudoku Solver (Miracle) Sudoku Solver
    1
    from copy import deepcopy
    2
    from time import time
    3
    from typing import Dict, Optional, Set, Tuple
    4
    
                  
    5
    
                  
  4. Cure to Golden Ratio OCD on Humble B... Cure to Golden Ratio OCD on Humble Bundle
    1
    # Set the humble bundle payment portions to follow golden ratio
    2
    
                  
    3
    ## TLDR
    4
    1. Copy paste the content from bundlecalculator.min.js into developer console.
    5
    2. Run `set_ratio(15)`. Replace 15 to any figure you wish to pay.
  5. m3o-php m3o-php Public

    M3O Client for PHP

    PHP 1