Skip to content
View satcos's full-sized avatar

Block or report satcos

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

Pinned Loading

  1. autodl-irssi autodl-irssi Public

    Forked from autodl-community/autodl-irssi

    A community-driven fork of autodl-irssi

    Perl

  2. GlassDoorScrape GlassDoorScrape Public

    Python Script to scrape Glass Door website

    Jupyter Notebook

  3. GyanSat GyanSat Public

    Website about Tamil people's history

    CSS

  4. PdfToText PdfToText Public

    Python

  5. sudoku sudoku Public

    Python based solver for sudoku

    Jupyter Notebook

  6. Sort files which are TeraBytes in Size Sort files which are TeraBytes in Size
    1
    def big_sort(workDirectory, fileName, splitSize):
    2
    	# Open the file for reading
    3
    	inFile = open(workDirectory + "\\" + fileName, 'r', encoding="utf8")
    4
    	
    5
    	# Number of temporary file created