Skip to content

Instantly share code, notes, and snippets.

View ajkachnic's full-sized avatar
💻
Programming

andrew ajkachnic

💻
Programming
View GitHub Profile
import discord
import os
from keep_up import keep_up
from discord.ext import commands
client = commands.Bot(command_prefix='.')
keep_up()
token = os.environ.get("DISCORD_BOT_TOKEN")
client.run(token)
{
"basics": {
"name": "Andrew Kachnic",
"label": "Web Developer",
"picture": "",
"email": "ajkachnic@protonmail.com",
"phone": "",
"website": "http://ajkachnic.github.io",
"summary": "I am a passionate, energetic web developer. For over a year, I've worked with many different technologies and developed essential skills to build efficient, performance oriented applications, websites, and APIs. I'm self taught, and have worked on many projects, designs, and ideas",
@ajkachnic
ajkachnic / free-hosting.md
Last active March 14, 2020 15:15
A list of sites that provide free hosting
@ajkachnic
ajkachnic / free.md
Last active March 14, 2020 15:41
Free Stuff

Free Stuff For Developers

Hosting

  • Netlify
    • Features
      • Static Site Hosting
      • Cloud Functions
      • Global CDN
      • Netlify CMS Support with Identity (Authentication)
      • Easy form support
  • Unlimited Sites
@ajkachnic
ajkachnic / fonts.md
Last active July 3, 2020 14:31
Good Fonts - A list of really good spots

Good Fonts

  • Avenir
  • Whitney
  • Netflix Sans
  • Metropolis
  • Inter
  • Sen
  • Roboto
  • Brandon Grotesque
  • Harmonia Sans Pro
@ajkachnic
ajkachnic / kyro-spec.md
Last active June 10, 2020 23:26
The specification for the Kyro Language

Kyro Specification

This is the spec for a programming language. I am using this purely as a learning tool. If I've built them, you can find various implementations on my GitHub.

Examples

The best way explain this language is to show examples for each convention

If Statements

@ajkachnic
ajkachnic / circiculum.md
Last active August 26, 2020 21:40
Stuff and such
@ajkachnic
ajkachnic / repl-logs.js
Last active February 2, 2021 18:37
Script to chat on repl logs
const fetch = require('node-fetch')
const prompt = require('prompt-sync')()
const chalk = require('chalk')
const nick = "@andrew"
const markdown = msg => {
const bold = /\*\*(.*)\*\*/gim
const strikethrough = /\~\~(.*)\~\~/gim
const italics = /\*(.*)\*/gim
@ajkachnic
ajkachnic / generator.js
Created August 15, 2021 02:41
Jargon generator
const verbs = [
'circle back',
'hustle',
'pivot',
'disrupt',
'sync up',
'leverage',
'take a deep dive'
]
const adjectives = [