Skip to content

Instantly share code, notes, and snippets.

View streeetlamp's full-sized avatar
🐶
breaking things

streetlamp streeetlamp

🐶
breaking things
View GitHub Profile

hello world

"unknown6": {
"unknown1": 6,
"unknown2": {
"unknown1": {
"type": "Buffer",
"data": [
200,
18,
244,
51,

VCUarts Calendar 2.0 Roadmap / 08-09-2016

System Requirements

  • Daily and Calendar views should be cleanly displayed.
  • Calendar should be filterable by: Event Type, Date, Department
  • Category filters should be clear and defined, in some way (Performance, Screening, Visiting Artists, Lectures/Talks, Exhibition, Alumni, Faculty Happenings)
  • Searchable by title and description content.
  • Expired events should show up in search results that do not have a search query or when a users explicitly searches for archived events. Old events should be appropriately labels as "expired".
  • Calendar should incorporate visuals / graphics with each event post.
NAME CP ATK DEF STA IV% MOVE 1 MOVE 2
ABRA 365 12 10 12 75 ZEN_HEADBUTT PSYSHOCK
ARBOK 984 12 12 15 86 BITE GUNK_SHOT
ARBOK 796 14 12 15 91 BITE DARK_PULSE
BEEDRILL 766 12 15 15 93 POISON_JAB SLUDGE_BOMB
BELLSPROUT 363 13 14 7 75 VINE_WHIP WRAP
BELLSPROUT 317 14 15 15 97 ACID POWER_WHIP
BULBASAUR 39 0 4 10 31 VINE_WHIP SLUDGE_BOMB
BULBASAUR 487 0 14 3 37 TACKLE SLUDGE_BOMB
BUTTERFREE 853 10 13 13 80 CONFUSION SIGNAL_BEAM

Keybase proof

I hereby claim:

  • I am streeetlamp on github.
  • I am streetlamp (https://keybase.io/streetlamp) on keybase.
  • I have a public key ASDL39xty2YTG694dFyVyTmXs53rIRI-ync3hWjfRCfKBAo

To claim this, I am signing this object:

@streeetlamp
streeetlamp / debug-1221.log
Last active December 21, 2016 16:24
debug.log 12/14/16
[21-Dec-2016 16:08:20 UTC] PHP Notice: Undefined variable: option_tree in /var-www/arts.vcu.edu/public_html/wp-content/themes/summerintensive/header.php on line 76
[21-Dec-2016 16:08:20 UTC] PHP Notice: Use of undefined constant shadow - assumed 'shadow' in /var-www/arts.vcu.edu/public_html/wp-content/themes/summerintensive/content.php on line 3
[21-Dec-2016 16:08:21 UTC] PHP Notice: get_current_site_name is <strong>deprecated</strong> since version 3.9.0! Use get_current_site() instead. in /var-www/arts.vcu.edu/public_html/wp-includes/functions.php on line 3790
[21-Dec-2016 16:08:21 UTC] PHP Notice: get_current_site_name is <strong>deprecated</strong> since version 3.9.0! Use get_current_site() instead. in /var-www/arts.vcu.edu/public_html/wp-includes/functions.php on line 3790
[21-Dec-2016 16:08:21 UTC] PHP Notice: get_current_site_name is <strong>deprecated</strong> since version 3.9.0! Use get_current_site() instead. in /var-www/arts.vcu.edu/public_html/wp-includes/functions.php on line 3790
[21-Dec-
@streeetlamp
streeetlamp / gist:d4f4d29be7682d240bbf2e94c5abef1f
Created June 14, 2017 20:16
Fixing 404 not found in VVV 2.0
vagrant ssh
cd /vagrant/www/[name of install]
chmod 755 vvv-init.sh
./vvv-init.sh
@streeetlamp
streeetlamp / wp-query-ref.php
Created January 31, 2018 18:22 — forked from luetkemj/wp-query-ref.php
WP: Query $args
<?php
/**
* WordPress Query Comprehensive Reference
* Compiled by luetkemj - luetkemj.com
*
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php
*/
$args = array(
93997165bdf5a849e66a7789ddd80076c97ce360
@streeetlamp
streeetlamp / disable.sh
Created May 30, 2020 12:21
Disable bunch of #$!@ in Catalina
#!/bin/bash
# IMPORTANT: Don't forget to logout from your Apple ID in the settings before running it!
# IMPORTANT: You will need to run this script from Recovery. In fact, macOS Catalina brings read-only filesystem which prevent this script from working from the main OS.
# This script needs to be run from the volume you wish to use.
# E.g. run it like this: cd /Volumes/Macintosh\ HD && sh /Volumes/Macintosh\ HD/Users/sabri/Desktop/disable.sh
# WARNING: It might disable things that you may not like. Please double check the services in the TODISABLE vars.
# Get active services: launchctl list | grep -v "\-\t0"
# Find a service: grep -lR [service] /System/Library/Launch* /Library/Launch* ~/Library/LaunchAgents