Skip to content

Instantly share code, notes, and snippets.

View LucienBrule's full-sized avatar

Lucien Brulé LucienBrule

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lucienbrule on github.
  • I am lucienbrule (https://keybase.io/lucienbrule) on keybase.
  • I have a public key ASCV-gCTrxCs3SsuQxSZO4ti1YW8DaVYwXJlk7lAguvFPQo

To claim this, I am signing this object:

This is my Atom configuration.
- Material UI
- Typescript linter
- Custom Bracket SCSS
'Copyright 2017 , Lucien Brule & RPI CSCI1010
'Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
'The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
'THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
@LucienBrule
LucienBrule / Makefile
Created February 19, 2017 04:11
MIPS QEMU manager
# description: This make file bundles the commands neccessary to get running with
# -- the mips architecture & corresponding debian image for development
# author: Lucien Brule <brulel@rpi.edu>
# date: 2/18/2017
help: ## This help dialog.
@IFS=$$'\n' ; \
help_lines=(`fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//'`); \
for help_line in $${help_lines[@]}; do \
IFS=$$'#' ; \
help_split=($$help_line) ; \
'@author: Lucien Brule
'@description: Implements some functionality from the RPI CSCI 1010 harbor lights lab.
Option Strict On
Option Explicit On
Public Class frmSweetVbDemo
Private Sub btnClear_Click(sender As Object, e As EventArgs) Handles btnClear.Click
'Set all of the textboxes.Text to ""
tbAmountDue.Text = ""
tbUnitsOrdered.Text = ""
<html>
<body>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
@LucienBrule
LucienBrule / tap.sh
Created May 2, 2022 23:55
tap.sh | sniff your container network traffic
#!/bin/bash
#
#
# ██▓ █ ██ ▄████▄ ▄████▄
# ▓██▒ ██ ▓██▒▒██▀ ▀█ ▒██▀ ▀█
# ▒██░ ▓██ ▒██░▒▓█ ▄ ▒▓█ ▄
# ▒██░ ▓▓█ ░██░▒▓▓▄ ▄██▒▒▓▓▄ ▄██▒
# ░██████▒▒▒█████▓ ▒ ▓███▀ ░▒ ▓███▀ ░
# ░ ▒░▓ ░░▒▓▒ ▒ ▒ ░ ░▒ ▒ ░░ ░▒ ▒ ░
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
authentication 4.11.1 True False False 78m
config-operator 4.11.1 True False False 17d
console 4.11.1 True False False 88m
dns 4.11.1 True False False 89m
etcd 4.11.1 True False False 17d
image-registry 4.11.1 True False False 84m
ingress 4.11.1 True False False 17d
kube-apiserver 4.11.1 True False False 17d
kube-controller-manager 4.11.1 True False False 17d

This is for an RPI RCOS Status Update. You are going to ask me the following questions, one after another. I will respond to the question and you will note it down. At the end of questioning, you will produce a markdown document in a codeblock that consits of the questions and improve versions of my answers. The questions are as follows:

  1. What did you do this week?
  2. What is your plan next week?
  3. Do you have any blockers?
  4. Links