-
(multiple answer) Git is:
- a. A version control system
- b. Centralized
- c. Distributed
- d. The same as GitHub
-
(T/F) Git and GitHub are the same thing.
2teams() { | |
NOW=$(date +"%Y-%m-%d_%H%M") | |
if [ ! -z $2 ] ; then | |
echo $NOW"_"$2.mp4 | |
ffmpeg -i $1 -codec copy $NOW"_"$2.mp4 | |
else | |
echo $NOW"_teamsvid".mp4 | |
ffmpeg -i $1 -codec copy $NOW"_teamsvideo".mp4 | |
fi | |
} |
{ | |
"Afrikaans":{ | |
"greetings":[ | |
"Hallo (hal-low)" | |
], | |
"countries":[ | |
{ | |
"name":"South Africa", | |
"flag":"πΏπ¦" | |
}, |
#! /usr/bin/env python | |
# This programm will create paths from root nodes to leafnodes along with values from any json file or structure. | |
import json | |
import pprint | |
json_data = open('sample_json_file.json', 'r').read() | |
json_dict = json.loads(json_data) |
# Stop all containers | |
docker stop `docker ps -qa` | |
# Remove all containers | |
docker rm `docker ps -qa` | |
# Remove all images | |
docker rmi -f `docker images -qa ` | |
# Remove all volumes |
function tableToJson(table) { | |
var data = []; | |
// first row needs to be headers | |
var headers = []; | |
for (var i=0; i<table.rows[0].cells.length; i++) { | |
headers[i] = table.rows[0].cells[i].innerHTML.toLowerCase().replace(/ /gi,''); | |
} | |
// go through cells |
- install mongodb on local machine (mongodump & mongorestore) commands are required.
- command dumping
mongodump -h xxx11.mlab.com:11 -u user -p password --authenticationDatabase release-db -d release-db -o /home/dumps
**Options** `-h`: mlab host:port, `-u`: db user, `-p`: db user password, `--authenticationDatabase` `-d`: mlab dbname, `-o`: path to store backupfiles
-
restore command, to restore locally
mongorestore --db dname /home/dumps
Otherwise to restore in mlab, create a new db and replace the options
In this list, I will be typically be talking SEO as it relates to Google because Google will likely account for the vast majority of your inbound search traffic. Additionally, if you rank highly on Google, you will probably do well on other search engines anyway. Just like in football if you could play in the Major league you would most likely kill it in the minor league I would begin by explaining why SEO is important talk a little bit about what SEO is about and talk about how those concepts relate to the world wide web. Then talk about some of the things you could do to optimize your site from top to bottom of a typical webpage.
- When you want to hide something on google put it on the second page. #SEO @searchdecoder
- Winner takes almost everything
- More than 80 percent of shoppers research big purchases online first
- Opertunity for business
- 88% Of Consumers Trust Online Reviews As Much As Personal Recommendations
- 72% Of Consumers Say That Positive Reviews Make Them T
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |