Built with blockbuilder.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robbintt [20:43] | |
First time: green power button blinked on once for a fraction of a second and then nothing | |
[20:43] | |
Now (2nd time): sustained green light around power button, fan noise, no display | |
[20:45] | |
I will try just pressing some buttons assuming seabios native vga doesn't work or something (edited) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Automatically generated file; DO NOT EDIT. | |
# coreboot configuration | |
# | |
# | |
# General setup | |
# | |
CONFIG_LOCALVERSION="" | |
CONFIG_CBFS_PREFIX="fallback" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 580 |
Built with blockbuilder.org
Built with blockbuilder.org
Understanding: JavaScript Versions
- When you say
Client-Side JavaScript
, people are thinkingES5
. - When you say
node.js
, people thinkGoogle's V8 Engine-> Gradual ES6 Coverage
.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// OpenSCAD works in units mm | |
res=360*5; // working resolution | |
// res=360*2; // descriptive resolution | |
// ** DEFINE RING VARIABLES ** | |
thickness = 2.1; // 2.1mm "thick" ring thickness | |
height = 5; // 5mm ring height (aka width, the cylinder height) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenSCAD Resources: | |
wikibooks: https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/The_OpenSCAD_Language#cube | |
makerbot: http://www.makerbot.com/blog/2011/02/02/openscad-intermediates-combining-forms | |
beginner's tutorial: http://edutechwiki.unige.ch/en/OpenScad_beginners_tutorial | |
cheat sheet: http://www.openscad.org/cheatsheet/ | |
user manual: https://en.wikibooks.org/wiki/OpenSCAD_User_Manual |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
OPTIONS="-o StrictHostKeyChecking=no" | |
ssh [email protected] killall prboom-plus-game-server | |
ssh [email protected] killall prboom-plus | |
ssh [email protected] killall prboom-plus |