Skip to content

Instantly share code, notes, and snippets.

View AndrisJefimovs's full-sized avatar
🐥

Andris Jefimovs AndrisJefimovs

🐥
View GitHub Profile
@AndrisJefimovs
AndrisJefimovs / all_usernames.txt
Last active December 29, 2022 16:39
Available 4 character Twitch usernames
This file has been truncated, but you can view the full file.
003f
003p
003q
003u
004f
005u
005v
005y
006n
006u
@AndrisJefimovs
AndrisJefimovs / gulpfile.js
Created July 26, 2021 06:32
Gulpfile for web
// Import important packages
const gulp = require('gulp');
const plumber = require('gulp-plumber');
const rename = require('gulp-rename');
const browserSync = require('browser-sync').create();