- download https://files.pythonhosted.org/packages/b5/0d/51b57b52b72e93bfdd3ac5a129f980c13d3fc448d560fbf87ae5ce9a1777/pngdefry-0.4.tar.gz
- install gcc, python, python-devel
> python setup.py install
| package main | |
| import ( | |
| "context" | |
| "encoding/json" | |
| "fmt" | |
| "log" | |
| "cloud.google.com/go/firestore" | |
| "google.golang.org/api/option" |
| ------------------------------------- | |
| Translated Report (Full Report Below) | |
| ------------------------------------- | |
| Process: JavaAppLauncher [6113] | |
| Path: /Users/USER/Library/Application Support/Steam/*/Project Zomboid.app/Contents/MacOS/JavaAppLauncher | |
| Identifier: Project Zomboid | |
| Version: Alpha (Alpha) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [1] |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset='utf-8' /> | |
| <style> | |
| .control { | |
| cursor: ew-resize; | |
| } | |
| #map { | |
| width: 100vw; |
| import * as crypto from 'crypto'; | |
| export const CryptService = { | |
| encrypt: (text: string) => { | |
| if (text == null) { | |
| return null; | |
| } | |
| try { | |
| // random initialization vector |
| import * as crypto from 'crypto'; | |
| export const CryptService = { | |
| encrypt: (text) => { | |
| try { | |
| // random initialization vector | |
| var iv = crypto.randomBytes(12); | |
| // random salt | |
| var salt = crypto.randomBytes(64); |
| const distances = [ | |
| [1, 42, 33, 49], | |
| [11, 33, [[1, 13, 4], [4, 13, 3]], 91], | |
| [23, 42, 17, 19], | |
| [42, [[32, 11], [12, 9]], 41, 51, 3], | |
| [4, [[13, 3, 1, 4], [19]], 1], | |
| [99, 14, 59] | |
| ] | |
| // Distances it’s an array of routes in the case of [a, b, [[c][d]]] |
| MONGO_PORT=3001 | |
| MONGO_DB=meteor | |
| ls -1 *.json | sed 's/.json$//' | while read col; do \ | |
| mongoimport -h host.docker.internal:$MONGO_PORT -d $MONGO_DB -c $col < $col.json; \ | |
| done |
> python setup.py install
| { | |
| "tree" : { | |
| "nodeName" : "NODE NAME 1", | |
| "name" : "NODE NAME 1", | |
| "type" : "type3", | |
| "code" : "N1", | |
| "label" : "Node name 1", | |
| "version" : "v1.0", | |
| "link" : { | |
| "name" : "Link NODE NAME 1", |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" | |
| content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Document</title> | |
| </head> | |
| <body> |