Skip to content
View krsoninikhil's full-sized avatar

Organizations

@cognizance-iitr
Block or Report

Block or report krsoninikhil

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. go-rest-kit go-rest-kit Public

    FastAPI like controllers for gin based Go apps. Ready made packages for quickly setting up REST APIs in Go

    Go 8 1

  2. containerd containerd Public

    Forked from containerd/containerd

    An open and reliable container runtime

    Go

  3. phil-opp-rust-os phil-opp-rust-os Public

    A small working Operating System in Rust. Follows this blog series https://os.phil-opp.com/

    Rust 1

  4. cloud-clipboard cloud-clipboard Public

    Share your clipboard across the devices

    Python 18 4

  5. Bing Ads Script To Push Campaign Sta... Bing Ads Script To Push Campaign Stats To Google Spreadsheet
    1
    function main() {
    2
      var payload = {"channel": "bing", "reports": []};
    3
      var date = new Date();
    4
      date.setDate(date.getDate() - 1);
    5
      var yesterday = date.toISOString().split('T')[0];
  6. terraform-modules terraform-modules Public

    Reusable terraform modules for aws resources

    HCL