initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
11
github/codeql-action-v2/node_modules/binary/example/buf.js
generated
vendored
Normal file
11
github/codeql-action-v2/node_modules/binary/example/buf.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
var buf = new Buffer([ 97, 98, 99, 100, 101, 102, 0 ]);
|
||||
|
||||
var binary = require('binary');
|
||||
binary(buf)
|
||||
.word16ls('ab')
|
||||
.word32bu('cf')
|
||||
.word8('x')
|
||||
.tap(function (vars) {
|
||||
console.dir(vars);
|
||||
})
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue