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 Public

    Forked from raysmith619/big_inning

    A simple analysis of baseball statistics using Python

    Python 1

  2. 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...
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Linq;
    4
    using System.Text;
    5
    using System.Threading.Tasks;
  4. rcsShell Public

    Shell

  5. 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

4 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

robsmith1776 has no activity yet for this period.
Loading