Skip to content

Commit

Permalink
updating the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Sep 20, 2023
1 parent 8658b26 commit 3a3acbf
Show file tree
Hide file tree
Showing 8 changed files with 164 additions and 126 deletions.
56 changes: 56 additions & 0 deletions CONDUCT_OF_CODE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Conduct of Code

## Our Pledge

The code should conduct itself accordingly following all compiler documentations and standards.
Don't pull a fast one on me. Especially on the computers of those in protected classes or
other minority groups. I mean it source code! I'm watching you!

## Our Standards

Examples of behavior that contributes to creating a positive computing environment
include:

* Running on a diverse variety of platforms
* Shallow call-stack depths
* Being respectful of CPU cycles and memory usage
* Gracefully accepting ctrl+c and kill -15
* Showing useful stack traces and coherent errors

Examples of unacceptable behavior by computer programs include:

* Obtuse interfaces that make easy things hard and hard things impossible
* Code that overflows your stacks and buffalos your buffers
* Opinionated code that requires you to work around it like you're in some authoritarian hellscape
* Sexy code that runs in NSFW ways, especially in unwelcomed naughty ways
* Code that breaks for no reason whatsoever and then just starts working again
* Useless error messages that read like James Joyce and William Burroughs did acid together
* Insisting how much better it would be if only we installed your phone app

## Our Responsibilities

Project maintainers (that's me!) have the right and responsibility to take weekend bingers
if code is not aligned to this Conduct of Code and desperately type in `git commit -a`
while totally sloshed after tossing office equipment (for instance; pencils and notepads)
at the computer while cursing all those who came before as hapless arrogant architects
of our collective toilsome nightmares. Why have we been condemned to such suffering?

Apparently someone's ability to do a sliding window brain teaser has very low correlation with
whether they can release good software.

## Scope

The conduct of code applies to my computer and yours in public and in private, intimate settings,
late at night, when nobody is looking and you turn off your anti-virus, log in as root and slide
your laptop in home-made langerie to have your way with it by candlelight.

We know. We all know.

## Enforcement

Ok, I tried playing nice. One more fucking bug and I'll toss this laptop out this damn window,
I swear, don't tempt me safari I've had enough of your shit.

## Attribution

Well let's not be too precious about that.
2 changes: 1 addition & 1 deletion v4.4.1/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SCRIPT
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/bionic64"
config.ssh.insert_key = false
config.vm.network "forwarded_port", guest_ip: "127.0.0.1", guest: 9001, host: 9002, host_ip: "127.0.0.1", id: "bsfw"
# config.vm.network "forwarded_port", guest_ip: "127.0.0.1", guest: 9001, host: 9002, host_ip: "127.0.0.1", id: "bsfw"
config.vm.provider "virtualbox" do |v|
v.memory = 2048
end
Expand Down
5 changes: 0 additions & 5 deletions v4.4.1/dist/css/bootstrap-grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions v4.4.1/dist/css/bootstrap-reboot.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v4.4.1/dist/css/bootstrap-reboot.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a3acbf

Please sign in to comment.