Skip to content

Instantly share code, notes, and snippets.

View darwindarak's full-sized avatar

Darwin Darakananda darwindarak

  • University of California, Los Angeles
  • Los Angeles, CA
View GitHub Profile
Sourcing
Working on BOQ
BOQ done -> Sourcing BOQ
Sourcing BOQ
Researching items
Waiting for supplier quotation
All items sourced*
Generate quotation -> Customer approved quote?
Sourcing
Working on BOQ
BOQ done -> Sourcing BOQ
Sourcing BOQ
Researching items
Waiting for supplier quotation
All items sourced*
Generate quotation -> Customer approved quote?
@darwindarak
darwindarak / ca-config.json
Last active January 22, 2022 18:31
mTLS with Warp filters and hyper-rustls
{
"signing": {
"default": {
"expiry": "8760h"
},
"profiles": {
"server": {
"usages": ["signing", "key encipherment", "server auth"],
"expiry": "8760h"
},
Dye Lot State
Waiting to be Planned
plan -> Waiting for Material
Waiting for Material
receive material -> Waiting to Dye
Waiting to be Replanned
plan -> Waiting to Dye
Waiting to Dye
dye -> Dyeing
Dyeing
@darwindarak
darwindarak / nullable_nodes.jl
Last active August 29, 2015 14:25
Macro to modify `Nullable{NonLeafType}` annotations
# @nullable_nodes function MyFunc(a::Nullable{NonLeafType}) ... end
#
# gives
#
# function{T <: NonLeafType}(a::Nullable{T}) ... end
#
# and
#
# @nullable_nodes type MyType
# a::Nullable{NonLeafType}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.