View docker-compose-seq.yml
version: '3' | |
services: | |
seq-input-syslog: | |
image: datalust/seq-input-syslog:latest | |
depends_on: | |
- seq | |
ports: | |
- "514:514/udp" | |
environment: | |
SEQ_ADDRESS: "http://seq:5341" |
View windows-terminal-settings.json
// This file was initially generated by Windows Terminal Preview 1.1.1671.0 | |
// It should still be usable in newer versions, but newer versions might have additional | |
// settings, help text, or changes that you will not see unless you clear this file | |
// and let us generate a new one for you. | |
// To view the default settings, hold "alt" while clicking on the "Settings" button. | |
// For documentation on these settings, see: https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", |
View Baseline.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View Update-All-Git-Repos.ps1
# Author: Nissan Dookeran | |
# Email: nissan.dookeran@gmail.com | |
# Date: 14-02-2020 | |
# Purpose: Go thru a directory with multiple repository directories, | |
# - fetch their latest remotes | |
# - if on master branch pull the latest | |
# - if currently on a divergent branch, pull latest and rebase this branch to origin/master | |
$cwd = Get-Location | |
$fg = "DarkGreen" | |
$bg = "White" |
View Styles.js
import styled, { css } from 'styled-components' | |
const btn = (light, dark) => css` | |
white-space: nowrap; | |
display: inline-block; | |
border-radius: 5px; | |
padding: 5px 15px; | |
font-size: 16px; | |
color: white; | |
&:visited { |
View setup-laptop.ps1
# Author: Nissan Dookeran | |
# Email: nissan.dookeran@gmail.com | |
# Date Last Updated: 20-Oct-2020. | |
# Run from elevated Powershell prompt (Run as Administrator) | |
#Install Windows subsystem for Linux, upgrade to V2 | |
#reference https://docs.microsoft.com/en-us/windows/wsl/install-win10 | |
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | |
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart | |
#will need to restart here |
View hummingbird_custom_2-resnet34.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View lesson2-download-hummingbirds-raw-1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View lesson1-birds.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View lesson1-birds.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder