This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant ssh | |
cd /vagrant/www/[name of install] | |
chmod 755 vvv-init.sh | |
./vvv-init.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93997165bdf5a849e66a7789ddd80076c97ce360 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer