Skip to content
View robsmith1776's full-sized avatar

Block or report robsmith1776

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 Loading

  1. big_inning big_inning Public

    Forked from raysmith619/big_inning

    A simple analysis of baseball statistics using Python

    Python 1

  2. ResultIter - for pymssql ResultIter - for pymssql
    1
    def ResultIter(cursor, arraysize=1000):
    2
        'An iterator that uses fetchmany to keep memory usage down'
    3
        while True:
    4
            results = cursor.fetchmany(arraysize)
    5
            if not results:
  3. Simple C# .NET 4.5 HTTPClient Reques... Simple C# .NET 4.5 HTTPClient Request Using Basic Auth and Proxy
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Linq;
    4
    using System.Text;
    5
    using System.Threading.Tasks;
  4. rcsShell rcsShell Public

    Shell

  5. README-AI README-AI Public

    Forked from eli64s/readme-ai

    🚀 Automated tool for generating beautiful, informative, and well-structured README files. Powered by OpenAI GPT language models 💫

    Python 1