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

Block or report kkew3

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. pytorch-cw2 pytorch-cw2 Public

    A rich-documented PyTorch implementation of Carlini-Wagner's L2 attack.

    Python 59 17

  2. sat-minesweeper sat-minesweeper Public

    An SAT-based Minesweeper agent.

    Python 6

  3. tabulate tabulate Public

    Multiline fixed-width plaintext table generator

    Python 3 1

  4. Plot the convex hull around a set of... Plot the convex hull around a set of points as a shaded polygon.
    1
    # -*- coding: utf-8 -*-
    2
    """
    3
    Plot the convex hull around a set of points as a
    4
    shaded polygon.
    5
  5. Use (a little more intelligent) bise... Use (a little more intelligent) bisection algorithm to resize images under $from_dir to appropriate small size, and move them to $to_dir. The whole process is performed interactively. This script is designed for macOS and requires imagemagick to run.
    1
    use warnings;
    2
    use strict;
    3
    
                  
    4
    use File::Basename qw(fileparse);
    5
    use File::Copy     qw(cp mv);
  6. garch11 garch11 Public

    C++ implementation of Garch(1,1) with Python binding.

    C++