$ pip3.8 install virtualenv
ERROR: Exception:
Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 153, in _main
status = self.run(options, args)
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 382, in run
resolver.resolve(requirement_set)
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pip/_internal/legacy_resolve.py", line 201, in resolve
self._resolve_one(requirement_set, req)
| Title | Time | Track |
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
#!/usr/bin/env node | |
# SPDX-License-Identifier: MIT | |
"use strict"; | |
const fs = require("fs"); | |
function main() { | |
let path = "test.txt"; | |
(async () => { |
Attacking Cloud:
- CI/CD Pipelines and Security
- Security of the pipeline
Model: ESP-WROOM-32
echo TODO
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
#!/usr/bin/env node | |
// SPDX-License-Identifier: MIT | |
// Convert CSV to JSON | |
const csv2json = require("csvjson-csv2json"); | |
const fs = require("fs"); | |
const process = require("process"); | |
const util = require("util"); | |
process.argv.forEach(function (val, index, array) { | |
if(val.includes(".csv")) { |
OlderNewer