Skip to content
View kokoro-aya's full-sized avatar
🇺🇦
🇺🇦
  • Yukikaze x
  • Forgotten Land
  • 14:31 (UTC -03:00)

Highlights

  • Pro

Block or report kokoro-aya

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
kokoro-aya/README.md

200 OK

This page is no longer available.

Pinned Loading

  1. Extract PDF pages from a single PDF ... Extract PDF pages from a single PDF file with range
    1
    from argparse import ArgumentParser
    2
    from PyPDF2 import PdfFileReader, PdfWriter
    3
    
                  
    4
    
                  
    5
    def main():
  2. More MUPL macros/functions More MUPL macros/functions
    1
    ;; Implementation part 
    2
    ;; File: ./hw5extension.rkt
    3
    
                  
    4
    #lang racket
    5
    (provide (all-defined-out))
  3. Tiny-KTorrent Tiny-KTorrent Public

    A simple BitTorrent client implemented in Kotlin, with a full implementation of Bencode Parser

    Kotlin 4 1

  4. MathExprParser.scala MathExprParser.scala
    1
    package parser
    2
    
                  
    3
    import lexer.{LeftParenToken, RightParenToken, OperToken, Token, tokenize}
    4
    import sig.{Binary, Binop, Exp}
    5
    
                  
  5. MUPL-Java MUPL-Java Public

    A simple Java implementation of the MUPL language of CSE341

    Java 1