[synopsis]
[description]
[name] is a CWEB literate program. It can be ctangled to make a C source code file:
[synopsis]
[description]
[name] is a CWEB literate program. It can be ctangled to make a C source code file:
| MIT License | |
| Copyright (c) 2018-2018, Andrew Zyabin | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| #NoEnv | |
| #Warn | |
| SendMode Input | |
| ::gm::Good morning | |
| ::gn::Good night | |
| ::owob::(*>ω<)b | |
| ::hd::HIGH DEFINITION | |
| ::qed::∎ | |
| ::shrug::¯\_(ツ)_/¯ |
| label name | color | descript | |
|---|---|---|---|
| bug | #d73a4a | Something isn't working | |
| duplicate | #cfd3d7 | This issue or pull request already exists | |
| enhancement | #a2eeef | New feature or request | |
| good first issue | #7057ff | Good for newcomers | |
| help wanted | #008672 | Extra attention is needed | |
| invalid | #e4e669 | This doesn't seem right | |
| question | #d876e3 | Further information is requested | |
| wontfix | #ffffff | This will not be worked on |
With bridged networking, your computer literally uses traffic from a host computer that receives and sends the traffic from somewhere else.
local network at 192.168.123.1
subnet mask is 255.255.255
+---------+ +-------+ +---------+
| +-----+ +--+bridged+--+ +-----+ |
| | | | | | | |
| | 101 | | | | 100 | +--> Internet
Unless you have a home network, your computer will be connected something like this:
local network at 192.168.123.1
subnet mask is 255.255.255
-----------
| ------- +--> NAT
| | | |
| | 100 | |
I hereby claim:
To claim this, I am signing this object:
| FONT = "Roboto"; // or any other font | |
| SIZE = 15; // resize to your heart's content | |
| union() { | |
| difference() { | |
| cube([20, 20, 1], true); | |
| translate([0, 0, 0.4]) { | |
| cube([19, 19, 0.2], true); | |
| } | |
| } |
| difference() { | |
| union() { | |
| difference() { | |
| sphere(20); | |
| translate([0, 0, 20]) { | |
| cube(40, true); | |
| } | |
| } | |
| translate([15, 0, -10]) { | |
| rotate([90, 0, 0]) { |
| module.exports = _ => new Date().getTime().toString(36) + '.' + (Math.random() * Math.pow(2, 32)).toString(36); |