Skip to content

Instantly share code, notes, and snippets.

View austinmccalley's full-sized avatar
🌎
Focusing

Austin austinmccalley

🌎
Focusing
View GitHub Profile
@austinmccalley
austinmccalley / tastyjazz.md
Created January 10, 2024 20:15
New Esports Organization "TastyJazz" Emerges with Sweetdreams and Fuhhnq Leading the Charge

In a surprising turn of events within the esports community, a new organization named "TastyJazz" is rumored to be on the horizon, featuring a lineup of talented players and influential figures from the gaming world.

Sweetdreams to Lead the Charge:

Christopher "sweetdreams" Sexton, well-known for his exceptional skills in Apex Legends and a successful Twitch streaming career, is said to be at the forefront of this exciting venture. With a track record of competitive success and a substantial Twitch following of 834k, sweetdreams has become a household name in the Apex Legends community.

TastyJazz Formation:

Rumors suggest that two of sweetdreams' Twitch moderators and community admins, Jazz ("shadowofjazz") and Burrito ("a_tasty_burrito"), are the masterminds behind the creation of "TastyJazz." These individuals, known for their dedication and passion for the gaming community, are speculated to play key roles in shaping the organization's identity.

A New Roster Takes Shape:

Joining sweetdreams in

version: '3.3'
services:
mongo-primary:
container_name: mongo-primary
image: mongo:4.0.11
volumes:
- $HOME/.dockerMongoRepl/primary/data/db:/data/db
- $HOME/.dockerMongoRepl/keyfile:/data/keyfile
extra_hosts:
- 'url:ip'
[TAILING] Tailing last 15 lines for [all] processes (change the value with --lines option)
/home/austin/.pm2/pm2.log last 15 lines:
PM2 | 2020-03-21T11:51:55: PM2 log: Current arch : x64
PM2 | 2020-03-21T11:51:55: PM2 log: PM2 home : /home/austin/.pm2
PM2 | 2020-03-21T11:51:55: PM2 log: PM2 PID file : /home/austin/.pm2/pm2.pid
PM2 | 2020-03-21T11:51:55: PM2 log: RPC socket file : /home/austin/.pm2/rpc.sock
PM2 | 2020-03-21T11:51:55: PM2 log: BUS socket file : /home/austin/.pm2/pub.sock
PM2 | 2020-03-21T11:51:55: PM2 log: Application log path : /home/austin/.pm2/logs
PM2 | 2020-03-21T11:51:55: PM2 log: Worker Interval : 30000
PM2 | 2020-03-21T11:51:55: PM2 log: Process dump file : /home/austin/.pm2/dump.pm2

We are one of the numerous partners of the Knights of Academia 2020 hackacthon! :letmein_devcord: We would like @everyone to join it! But some basic information that they want us to share first.

They are breaking this event up into three phases.

1️⃣ Phase 1: Lobby is Opened As of March 1st, the floodgates open to all participants and spectators of the event of the dozens of communities participating. Come on in, mingle, and begin getting acquainted with the informational posts tacked up to the walls. The link to the event will be shared here!

2️⃣ Phase 2: Team Building & Idea Creation March 7th to March 13th.

version: '3'
services:
nodejs:
build:
context: .
dockerfile: Dockerfile
image: nodejs
container_name: nodejs
restart: unless-stopped
@austinmccalley
austinmccalley / index.html
Created December 17, 2019 23:57
Button Not Able to Be Clicked Below Overlay
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Intro Animation</title>
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.1/TweenMax.min.js"></script>
<link rel="stylesheet" href="master.css">
This file has been truncated, but you can view the full file.
[ +136 ms] executing: [/Users/austin/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +109 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ +2 ms] origin/stable
[ +2 ms] executing: [/Users/austin/flutter/] git rev-parse --abbrev-ref HEAD
[ +16 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ +1 ms] stable
[ +2 ms] executing: [/Users/austin/flutter/] git ls-remote --get-url origin
[ +14 ms] Exit code 0 from: git ls-remote --get-url origin
[ +1 ms] https://github.com/flutter/flutter.git
[ +29 ms] executing: [/Users/austin/flutter/] git log -n 1 --pretty=format:%H
@austinmccalley
austinmccalley / flutter_build_output.log
Created May 2, 2019 17:20
Failed GeoFlutterFire Build Log
This file has been truncated, but you can view the full file.
[ +76 ms] executing: [/Users/austin/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +109 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ +4 ms] origin/stable
[ +1 ms] executing: [/Users/austin/flutter/] git rev-parse --abbrev-ref HEAD
[ +17 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ +1 ms] stable
[ +35 ms] executing: [/Users/austin/flutter/] git ls-remote --get-url origin
[ +103 ms] Exit code 0 from: git ls-remote --get-url origin
[ +30 ms] https://github.com/flutter/flutter.git
[ +1 ms] executing: [/Users/austin/flutter/] git log -n 1 --pretty=format:%H
worker_processes auto;
error_log logs/error.log debug;
events {
worker_connections 1024;
}
# RTMP Config
worker_processes auto;
error_log logs/error.log warn;
events {
worker_connections 1024;
}
# RTMP Config