Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kristopolous/BOOTSTRA.386
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopolous committed Oct 9, 2023
2 parents 549add8 + ee5b2c8 commit cba7b2b
Show file tree
Hide file tree
Showing 13 changed files with 199 additions and 136 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 lingerie 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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Bootstrap/386 is a Twitter bootstrap v2/3/4/5(in progress) theme to make webpages look like they are from the gentler, less distracting time of the 1980s.

# [See A Demo By Clicking Here](http://kristopolous.github.io/BOOTSTRA.386/)
# [See A Demo By Clicking Here](http://kristopolous.github.io/BOOTSTRA.386/v2.3.1/)


### Download for your favorite bootstrap version with all the necessary JS and CSS to get started right away:

* BOOTSTRA/386 ][ (2013) [demo](http://kristopolous.github.io/BOOTSTRA.386/) [144KB](https://github.com/kristopolous/BOOTSTRA.386/blob/master/bootstra.386-latest-v2.zip?raw=true)
* BOOTSTRA/386 <i>iii</i> (2015) [423KB](https://github.com/kristopolous/BOOTSTRA.386/blob/master/bootstra.386-latest-v3.zip?raw=true)
* BOOTSTRA/386 4 (2020) - [demo](http://kristopolous.github.io/BOOTSTRA.386/demo.html) - [remaining issues](https://github.com/kristopolous/BOOTSTRA.386/issues/85) - [current build](https://github.com/kristopolous/BOOTSTRA.386/blob/master/bootstra.386-latest-v4.zip?raw=true)
* BOOTSTRA/386 4 (2020) - [demo](http://kristopolous.github.io/BOOTSTRA.386/v4.4.1/) [remaining issues](https://github.com/kristopolous/BOOTSTRA.386/issues/85) - [current build](https://github.com/kristopolous/BOOTSTRA.386/blob/master/bootstra.386-latest-v4.zip?raw=true)
* ブートストラップ/386 5.0 (2023) - In progress

https://github.com/kristopolous/BOOTSTRA.386/assets/231761/9d8f7c51-0ba7-4a45-996d-d9a36e00a6a3
Expand Down
2 changes: 1 addition & 1 deletion v3.3.2/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SCRIPT
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
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: 9005, host_ip: "127.0.0.1", id: "bsfw"
config.vm.provider "virtualbox" do |v|
v.memory = 2048
end
Expand Down
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 cba7b2b

Please sign in to comment.