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
dd if=/dev/zero of=vm.1 count=1 bs=1M | |
cp vm.1 vm.2 | |
dd if=/dev/urandom of=vm.2 count=1 bs=1K conv=notrunc | |
dd if=/dev/urandom of=vm.2 count=1 bs=1K seek=4 conv=notrunc | |
dd if=/dev/urandom of=vm.2 count=1 bs=1K seek=8 conv=notrunc | |
dd if=/dev/urandom of=vm.2 count=1 bs=1K seek=12 conv=notrunc | |
jdiff sig <vm.1 >vm.1.sig4k | |
jdiff1 sig <vm.1 >vm.1.sig1k | |
jdiff delta vm.1.sig4k /dev/null <vm.2 >vm.delta4k.gz | |
jdiff1 delta vm.1.sig1k /dev/null <vm.2 >vm.delta1k.gz |
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
Jack and Monica jointly propose the following path forward: | |
The results of this question have been somewhat inconclusive so far. The most-voted | |
answers have the following vote breakdowns (as of this writing): | |
- Avoid truth assertions (use qualified language): +12 / -7 (5) | |
- Bring your own framework: +10 / -6 (4) | |
- Good answers respect their questions: +8 / -4 (4) | |
- Specify your framework: +6 / -5 (1) | |
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
BH already has a "show your work" guideline and this still applies. In essence we<sup><sup>1</sup></sup> | |
propose to firm up this guideline and begin to enforce it more vigorously. The other answers here | |
illustrated a division in the community and we hope to be able to move forward together by focussing on | |
what we agree on. | |
Writing descriptively -- "such-and-such source says X", | |
as opposed to "X is true" -- dovetails nicely with "show your work". If you do this you're most of the | |
way to showing your work. We are not in general requiring this approach, but it's a helpful approach | |
and answers that use it are likely to fare well. Specifying a framework explicitly in an answer can | |
help readers understand the internal logic, particularly for frameworks that |
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
<%@ Page Language="VB" %> | |
<%@ Import Namespace="System.Data.SqlClient" %> | |
<%@ Import Namespace="System.IO" %> | |
<%@ Import Namespace="System.Data" %> | |
<%@ Import Namespace="System.Collections.Generic" %> | |
<script runat=server> | |
Protected Class Result | |
Public head As List(Of String) | |
Public align As List(Of Integer) | |
Public data As List(Of List(Of String)) |
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
"abc","ABC","https://homepages.cwi.nl/~steven/abc/" | |
"abc-assembler","ABC-assembler","https://github.com/Ourous/abc-wrapper-linux" | |
"ada-gnat","Ada (GNAT)","https://www.gnu.org/software/gnat/" | |
"agda","Agda","http://wiki.portal.chalmers.se/agda" | |
"algol68g","ALGOL 68 (Genie)","https://jmvdveer.home.xs4all.nl/algol.html" | |
"aliceml","Alice ML","https://github.com/aliceml/aliceml" | |
"apl-dyalog","APL (Dyalog Unicode)","https://www.dyalog.com/" | |
"apl-dyalog-classic","APL (Dyalog Classic)","https://www.dyalog.com/" | |
"apl-dyalog-extended","APL (Dyalog Extended)","https://github.com/abrudz/dyalog-apl-extended" | |
"apl-dzaima","APL (dzaima/APL)","https://github.com/dzaima/APL" |
OlderNewer