- HTML
- JavaScript
- PHP
- 1 additional that I have not seen before
- important is a java keyword. This declares the class that you are creating so it can then be used else where in your code.
- It is Vanilla
- I think that this is what puts what ever your created through the different parts of code and pushs it to show up in the field below.
- I believe that this isn't vanilla as it is something that was created through the code.
- This constructor is laying out how you need to set up the information.
pandora’s vox: on community in cyberspace
by humdog (1994)
when i went into cyberspace i went into it thinking that it was a place like any other place and that it would be a human interaction like any other human interaction. i was wrong when i thought that. it was a terrible mistake.
the very first understanding that i had that it was not a place like any place and that the interaction would be different was when people began to talk to me as though i were a man. when they wrote about me in the third person, they would say “he.” it interested me to have people think i was “he” instead of “she” and so at first i did not say anything. i grinned and let them think i was “he.” this went on for a little while and it was fun but after a while i was uncomfortable. finally i said unto them that i, humdog, was a woman and not a man. this surprised them. at that moment i realized that the dissolution of gender-category was something that was happening everywhere, and perhaps it was only just very obvious on the ne
| require "rubygems" | |
| require "twitter" | |
| require "json" | |
| # things you must configure | |
| TWITTER_USER = "your_username" | |
| MAX_AGE_IN_DAYS = 1 # anything older than this is deleted | |
| # get these from dev.twitter.com | |
| CONSUMER_KEY = "your_consumer_key" |
sudo apt update
sudo apt upgrade -y
sudo apt-get install -y software-properties-common
sudo apt-get install -y dirmngr
sudo add-apt-repository -y ppa:ondrej/php
sudo add-apt-repository -y ppa:pinepain/libv8-archived
sudo apt update
sudo apt-get install php-pear php7.3 php7.3-curl php7.3-mbstring php7.3-zip php7.3-mysql libv8-dev
pecl channel-update pecl.php.net
| # Grav Specific | |
| accounts/* | |
| !accounts/.* | |
| data/* | |
| !data/.* | |
| plugins/* | |
| !plugins/.* | |
| themes/* | |
| !themes/.* |
| #!/usr/bin/env bash | |
| # Bash 4 required. | |
| # brew install bash | |
| USAGE=$(cat <<EOF_USAGE | |
| USAGE: ${SCRIPT} <options> | |
| The following options are supported: |
| /* Color contrast script for http://webaim.org/resources/contrastchecker/ | |
| Authored by Jared Smith. | |
| Nothing here is too earth shattering, but if you're reading this, you must be interested. Feel free to steal, borrow, or use this code however you would like. | |
| The color picker is jscolor - http://jscolor.com/ | |
| */ | |
| function checkcontrast() { | |
| var normal = document.getElementById("normal"); | |
| var big = document.getElementById("big"); | |
| var contrastratio = document.getElementById("contrastratio"); |
| #!/bin/sh | |
| base='/var/www/html' | |
| owner='root' | |
| webgroup='webdev' | |
| wwwuser='apache' | |
| # UPDATE DRUPAL CORE | |
| #yes | drush up drupal | |
| # UPDATE MODULES | |
| #yes | drush up --no-core |
#Prepare CentOS 7.0 Server for Learning Locker LRS
###Assumptions:
- CentOS 7.0 x64 is installed (default install from DigitalOcean Droplet Manager)
- Logged in via ssh key with root privileges
- Using MongoDB as database
Install Remi Collet Repository: