100% CSS. No artificial colours or ingredients.
First person to screenshot a lighthouse wins!
Find me @ https://twitter.com/ivorjetski https://www.instagram.com/benevansdesign https://www.youtube.com/c/BenEvanski
let multisig = require('@iota/multisig'); | |
let converter = require('@iota/converter'); | |
let txconverter = require('@iota/transaction-converter'); | |
let bundle_validator = require('@iota/bundle-validator'); | |
let seedA = 'A'.repeat(81) | |
let seedB = 'B'.repeat(81) | |
let seedC = 'C'.repeat(81) | |
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 12, | |
// font family with optional fallbacks | |
fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
// terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
cursorColor: 'rgba(248,28,229,0.8)', |
export GITHUB_USER=magickatt | |
export GITHUB_TOKEN=secret | |
export GITHUB_REPOSITORY=magickatt/ContainerisingLegacyApplicationsTalk | |
git clone https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} |
127.0.0.1 a-0001.a-msedge.net | |
127.0.0.1 a-0001.dc-msedge.net | |
127.0.0.1 a-0002.a-msedge.net | |
127.0.0.1 a-0003.dc-msedge.net | |
127.0.0.1 a-0004.a-msedge.net | |
127.0.0.1 a-0005.a-msedge.net | |
127.0.0.1 a-0006.a-msedge.net | |
127.0.0.1 a-0007.a-msedge.net | |
127.0.0.1 a-0008.a-msedge.net | |
127.0.0.1 a-0009.a-msedge.net |
/***************************************************************************************************************** | |
* | |
* Below is a list of drugs/medicine which can be used for populating a database with. | |
* I have compiled this list by referencing the A-Z Medicines list on the NHS website: | |
* http://www.nhs.uk/medicine-guides/pages/browsebymedicine.aspx | |
* | |
* This list was compiled by Benjamin Staker. | |
* email: [email protected] | |
* github: benstaker | |
* |
from tkinter import* | |
def btnClick(numbers): | |
global operator | |
operator= operator+str(numbers) | |
text_input.set(operator) | |
def btnClear(): | |
global operator | |
operator='' |
<cfsavecontent variable="theTagContent"> | |
<p> | |
one<br /> | |
<img src="//yaffa-cdn.s3.amazonaws.com/adnews/live/images/dmImage/StandardImage/dsc04193_sm.jpg" border="0" alt="dsc04193_sm.jpg" width="630" height="420" /><br /> | |
<div>DIV</div> | |
two<br /> |
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# All Vagrant configuration is done below. The "2" in Vagrant.configure | |
# configures the configuration version (we support older styles for | |
# backwards compatibility). Please don't change it unless you know what | |
# you're doing. | |
Vagrant.configure("2") do |config| | |
# The most common configuration options are documented and commented below. | |
# For a complete reference, please see the online documentation at |
from bs4 import BeautifulSoup | |
import pandas as pd | |
import numpy as np | |
def remove_html_tags(text): | |
"""Remove html tags from a string""" | |
import re | |
clean = re.compile('<.*?>') | |
return re.sub(clean, '', text) |
100% CSS. No artificial colours or ingredients.
First person to screenshot a lighthouse wins!
Find me @ https://twitter.com/ivorjetski https://www.instagram.com/benevansdesign https://www.youtube.com/c/BenEvanski