
v0.39: Grademe is back in your terminal.
Try the CLI betaCount the charged cells in the rows immediately above and below the hammered row.
2014. Researchers find that reading the same row of DRAM over and over, fast enough, leaks charge into the rows physically next to it and flips their bits. No bug in any program, just physics winning against density. Someone then turns it into a privilege escalation from JavaScript in a browser tab. The row you hammer is fine. Its neighbours are the ones that change.
neighbours_at_risk({1,0,0, 0,1,1, 1,1,1, 0,0,1}, 3, 4, 1)Expected result
4For your own tracking. Tests grade your code.
neighbours_at_risk({1,0,0, 0,1,1, 1,1,1, 0,0,1}, 3, 4, 0)Expected result
2neighbours_at_risk({1,0,0, 0,1,1, 1,1,1, 0,0,1}, 3, 4, 3)Expected result
3Expected files
dram.cAllowed functions
None. Write every helper yourself.
