Skip to content

Instantly share code, notes, and snippets.

View bongani-m's full-sized avatar
:octocat:
I like big commits, I can not lie.

Bongani Mbigi bongani-m

:octocat:
I like big commits, I can not lie.
View GitHub Profile
{
"openapi": "3.0.0",
"info": {
"version": "2006-03-01",
"x-release": "s3",
"title": "Amazon Simple Storage Service",
"description": "<p/>",
"x-logo": {
"url": "https://twitter.com/awscloud/profile_image?size=original",
"backgroundColor": "#FFFFFF"

Keybase proof

I hereby claim:

  • I am bongani-m on github.
  • I am bongani (https://keybase.io/bongani) on keybase.
  • I have a public key whose fingerprint is 432C 995C 044B B77F CD9F AD7C FEE7 E326 2D88 C48F

To claim this, I am signing this object:

#!/bin/sh
set -e
# This script is meant for quick & easy install via:
# $ curl -fsSL get.docker.com -o get-docker.sh
# $ sh get-docker.sh
#
# For test builds (ie. release candidates):
# $ curl -fsSL test.docker.com -o test-docker.sh
# $ sh test-docker.sh
Flux (Great for Case Study WalkThroughs and Design Theory both ui and illustration)
https://www.youtube.com/channel/UCN7dywl5wDxTu1RM3eJ_h9Q
creatnprocess (my favorite logo tutorials)
https://www.youtube.com/channel/UC9jcqrmogdYp7BsUpMVl09w
Will Patterson (Tutorials to Design Discussions)
https://www.youtube.com/user/breakdesignsco

If you wanted to look at video tutorials for coding or design we get free access to lynda.com (I used it before interviews, internships, just to learn new stuff, etc) To get in you wanted to click in on " Sign in with your organization portal " then type in utexas.edu then it should bring you to our UTEID sign page

https://www.lynda.com/signin

Here are are some of the places I got to keep up with graphic design

const dares = ["Text any ex: heyyyy ;-)",
"Switch clothes with partner",
"Suck on partner’s big toe",
"The other team gets to draw on the other teams faces",
"Kiss the other partner on the lips",
"Post on facebook or twitter “Michael Jackson was black ??!!!”",
"One of the partners has to play in their underwear for 5 turns",
"Write on the hand that you masturbate most with : “I masturbated with this hand”",
"Answer This: If you had to have sex with one animal, what one would it be and why?",
"Lick a toilet bowl",
const dares = ["Text any ex: heyyyy ;-)",
"Switch clothes with partner",
"Suck on partner’s big toe",
"The other team gets to draw on the other teams faces",
"Kiss the other partner on the lips",
"Post on facebook or twitter “Michael Jackson was black ??!!!”",
"One of the partners has to play in their underwear for 5 turns",
"Write on the hand that you masturbate most with : “I masturbated with this hand”",
"Answer This: If you had to have sex with one animal, what one would it be and why?"
require(dplyr)
require(ggplot2)
require(shiny)
require(shinydashboard)
require("jsonlite")
require("RCurl")
require("ggplot2")
require("jsonlite")
@bongani-m
bongani-m / account_gen_impl.ex
Created March 16, 2017 00:27
Acccount Elixir Practice with GenServer impl
defmodule Account do
use GenServer
# Helper Methods
def new do
{_, acc} = start_link()
acc
end
def deposit(account, amount) do
@bongani-m
bongani-m / account_gen_impl.ex
Created March 16, 2017 00:27
Acccount Elixir Practice with GenServer impl
defmodule Account do
use GenServer
# Helper Methods
def new do
{_, acc} = start_link()
acc
end
def deposit(account, amount) do