mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 12:16:42 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
17
node_modules/has-binary-data/gen.js
generated
vendored
Executable file
17
node_modules/has-binary-data/gen.js
generated
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
var ob = {};
|
||||
|
||||
var max = 5230; // just before call stack breaks
|
||||
var count = 0;
|
||||
|
||||
function g(o) {
|
||||
if (count++ < max) {
|
||||
o.k = {};
|
||||
g(o.k);
|
||||
}
|
||||
else {
|
||||
o.k = 'cool';
|
||||
}
|
||||
}
|
||||
|
||||
g(ob);
|
||||
console.log(JSON.stringify(ob));
|
||||
Reference in New Issue
Block a user