Skip to content

Instantly share code, notes, and snippets.

View chaitan94's full-sized avatar
💻
flooding the systems

Krishna Chaitanya chaitan94

💻
flooding the systems
View GitHub Profile
@chaitan94
chaitan94 / README.md
Last active July 11, 2021 17:31
AI Programming - Generate Polka Dot Patterns

This code was mostly just me experimenting with Github Copilot. There is no other objective here, in case you were looking for one.

polka_dot_v1.py file contains code which was almost entirely generated by Copilot

polka_dot_v2.py file contains code where I manually broke the problem into multiple functions but the implentations of all the function was still left to Copilot for the most part

I tweeted more details about this code on my twitter: https://twitter.com/chaitan94/status/1414275927299686402?s=20

@chaitan94
chaitan94 / Gmail hall of spam.ipynb
Created February 13, 2019 15:55
Gmail hall of spam
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chaitan94
chaitan94 / README.md
Last active August 29, 2015 13:57
2048 Autopilot

This is a autopilot for the game 2048 by gabrielecirulli.

How to use:

  1. Open the game
  2. If you're using Chrome, open console from Dev tools (F12>Console)
  3. Paste the autopilot.js javascript
  4. Profit.

You can also type ap_stop() to stop the autopilot and ap_start() to start it again.