Skip to content

Instantly share code, notes, and snippets.

View jasonlotito's full-sized avatar
😁

Jason Lotito jasonlotito

😁
View GitHub Profile
tap "homebrew/bundle"
brew "libtiff"
brew "jpeg-xl"
brew "cryptography"
brew "python@3.12"
brew "awscli"
brew "coreutils"
brew "deno"
brew "harfbuzz"
brew "tesseract"
@jasonlotito
jasonlotito / LOLJEDTRINKETIS4HEALERSFIRST.md
Last active December 9, 2019 16:07
How to do Jed/Rend runs

How to do Jed/Rend runs

Seems like we had some problems setting this up. Here are instructions on how to properly do Jed/Rend runs so we don’t lock people out of instances and things happen quickly.

  1. Meet up in Ironforge so you can fly out to Thorium Point (TP) together.
  2. Be on comms, even if you can’t talk. It just makes things easier.
  3. If anyone was promised a summon, summon now. Ridicule them for requiring a summons.
  4. Fly to TP.
  5. Once every gets to TP, kill any horde, dominate the place. Laugh.
  6. Proceed to Blackrock Mountain (BRM).
@jasonlotito
jasonlotito / Factorio Smelting
Last active March 3, 2019 17:06
Factorio Smelting
0eNqdndtuGzsSRf9Fz/ageWfnVwYHAzvRORBgy4YsDyYI/O9jZywfTdJtrcWnXL27WNxFFndVs39sbu+et4+H3f64+fJjs/v6sH/afPnnj83T7q/9zd3b3x2/P243Xza74/Z+c7XZ39y//Wl7t/16POy+Xv/5fNjffN1uXq42u/237X82X8LL1cUfPx5u9k+PD4fj9e327nj2w/Hlj6vNdn/cHXfb/xny8w/f/7V/vr/dHl7RPzCeHu92x+Pr311tHh+eXn/gYf/2vFeQ6/CPcrX5/vab9Ar9bXd4NfbnP+c3235BjGtW/Y4b31HjZdQE7JyMmfkD8PnVVYe/Dg+vv64YOq3YefUxG/vH5ze3//aUIp5yHYYfUz8ec3i4fXhz+e/w6cM7r9P5sgDS8MQFPm/dsyH8P2pcQJ0x6rQMumRqmEgs/E2yCUAGPvwgLP07xu6333bP99cf68fjw912fcKmpXkPSU/8LzbWJdSMUeuyQ5cmPhSM2gVqxahNoIqAmgQsD6lZoPKQCpHDxonDBgHL4+qNhxiW711vQYNhRYCJWIg8wkIRsDzEQv9sXYnVA4G1Pzaxp4a1eL28p0YeZ1GEb5yN+fMl8x+ejyv2JxF6M3d/Ct4tBJaHXhQLRUoelljLQy+K1TIVD0us5YEYxbKWmocl1oq4ywJ29rDACZlHWRSLcA4eFjghi8PZaU3uADYJ2JnDZgHbOGwRsJXDVgGbOWwTsIXDioPZKeEjsLOATRi2TAI2cFhzPJs4bDSn/pUwA9qCiDoedEUE3XvMzQC1aNS+lFMWEWSVW2dSyut6YcLWU7Iigi5z62eNCnhQRcgVbGsNGpXYqgIuLVsLVLY08Bgf1zVrzaxf1oxq0agzQK1eRu1r8uZ64NQ2oKOOPKdrvW6+LIVVLVeCSGqTVe0ASVoQfo7D62CL/jHzwGO0sAkY33h08vymFQtKGML3Sr7ZtGZByfC71YrnxQLGbGEWc4w+CXaW0VW+B/8Uv2X1aPVywIGeLCjgQDcFuTa
@jasonlotito
jasonlotito / dark.md
Created September 26, 2018 21:59 — forked from a7madgamal/dark.md
Dark mode for Slack on MacOS
  1. Close slack
  2. Open this file /Applications/Slack.app/Contents/Resources/app.asar.unpacked/src/static/ssb-interop.js
  3. Append this to it
document.addEventListener('DOMContentLoaded', function() {
 $.ajax({
   url: 'https://cdn.rawgit.com/laCour/slack-night-mode/master/css/raw/black.css',
   success: function(css) {
 $("").appendTo('head').html(css);

Subtract all numbers from 10. If you use a sub point, subtract both it and the main topic. For example, if you log in, and you log in every time, that's a total of -1.

  • You have to log in (Unless the game is explicitly online-only, such as MMO) -.5
    • Even if you want to play a single player game -1
    • Every time you want to play a game -.5
  • Limited Inventory -.5 Does not include being limited in how much ammo one can carry.
    • Based on size of item -.5
    • Based on weight if item -.5
    • Based on type of item -.5
  • Difficulty Playing with Friends -.5
# Mac Terminal Support
set -g default-terminal "xterm-256color"
# Prefix
set -g prefix C-a
unbind C-b
# Start number at 1
set -g base-index 1
setw -g pane-base-index 1
<?php
// OMG Sorry for inflicting this on the world
$acro = escapeshellarg($_GET['acro']);
$keywords = escapeshellarg($_GET['keywords']);
$outputs = (int) (isset($_GET['outputs']) ? escapeshellarg($_GET['outputs']) : 5);
$command = __DIR__ . '/test.py';
exec("unset PYTHONPATH && /usr/local/bin/python3 $command $acro $keywords --numOutputs $outputs", $res);
header('Content-type: application/json');
echo json_encode($res);
@jasonlotito
jasonlotito / func_pattern_match.js
Created February 10, 2014 23:20
Because sometimes I get bored
function match(){
console.log(arguments);
var test = arguments[0];
for(var x = 1; x < arguments.length; x++){
var foundMatch = true;
var val = arguments[x];
if(typeof test === "object"){
for(var c in test){
@jasonlotito
jasonlotito / gist:4294401
Created December 15, 2012 12:27
Works as expected.
<style>
table { display: inline; border: 1px solid red; }
</style>
<table>
<tr>
<th scope="col" colspan="2">General</th>
</tr>
<tr>
@jasonlotito
jasonlotito / HelloDartTest.dart
Created October 12, 2011 12:58
Dart Compilation
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Simple test program invoked with an option to eagerly
// compile all code that is loaded in the isolate.
// VMOptions=--compile_all
class HelloDartTest {
static testMain() {
print("Hello, Darter!");