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
| [ | |
| { | |
| _id: ObjectId('675ed3357db0ff3ca29a0434'), | |
| telegram: { | |
| clientId: 7886176629, | |
| engagement: { | |
| _id: ObjectId('675ed3358a4c227842159648'), | |
| clientId: 'tt', | |
| cmp: 'pon', | |
| source: 'ubt' |
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
| const A = {}; | |
| A.VAL_1 = class VAL_1 { | |
| static toCpp() { | |
| return 12; | |
| } | |
| } | |
| const B = {}; |
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
| #include <iostream> | |
| struct DebugStream { | |
| struct NullStream : public std::ostream { | |
| struct NullBuffer : public std::streambuf { | |
| int overflow(int c) override { return c; } | |
| } buffer; | |
| NullStream() : std::ostream(&buffer) {} | |
| } null; |
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
| #!/bin/bash | |
| root=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ); | |
| lockfn=$root/merge-lock | |
| target="/home/rousy/seva/github-test/test2" | |
| #watchTarget="emulation-service" | |
| watchTarget="da" | |
| cd $target |
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
| FROM node:16 | |
| RUN apt-get update | |
| #E: Unable to locate package python-pygoocanvas | |
| #E: Package 'python-gnome2' has no installation candidate | |
| #E: Unable to locate package python-gnome2-desktop-dev | |
| #E: Unable to locate package python-rsvg | |
| RUN apt-get install -y vim build-essential autoconf automake libxmu-dev python-pygraphviz cvs mercurial bzr git cmake p7zip-full python-matplotlib python-tk python-dev python-kiwi qt4-dev-tools qt4-qmake qt4-qmake qt4-default gnuplot-x11 | |
| RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tshark wireshark |
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
| //------------------------// | |
| Napi::ObjectWrap<Wrapper> | |
| //------------------------// | |
| //------------------------// | |
| // +GetClass(...) | |
| //------------------------// | |
| //------------------------// | |
| Wrapper | |
| //------------------------// |
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
| //------------------------// | |
| Napi::ObjectWrap<Wrapper> | |
| //------------------------// | |
| //------------------------// | |
| // +GetClass(...) | |
| //------------------------// | |
| //------------------------// | |
| Wrapper | |
| //------------------------// |
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
| //------------------------// | |
| Napi::ObjectWrap<Wrapper> | |
| //------------------------// | |
| //------------------------// | |
| // +GetClass(...) | |
| //------------------------// | |
| //------------------------// | |
| Wrapper | |
| //------------------------// |
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
| ##OUTSTAFF | |
| server { | |
| listen 80; | |
| server_name outstaff.boosters.pro; | |
| access_log /var/www/ts/logs/as.access.log; | |
| error_log /var/www/ts/logs/as.error.log notice; | |
| location / { | |
| proxy_pass http://localhost:3006; | |
| access_log /var/www/ts/logs/ts_root; |
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
| ARG VERSION=21.1.0 | |
| ARG JAVA_VERSION=java11 | |
| #FROM ghcr.io/graalvm/nodejs:java${JAVA_VERSION}-${VERSION} | |
| #FROM ghcr.io/graalvm/jdk:java${JAVA_VERSION}-${VERSION} | |
| FROM docker.io/findepi/graalvm:${JAVA_VERSION} | |
| RUN apt-get update | |
| RUN apt-get install -y vim git wget gradle gpg software-properties-common wget zip unzip curl libxrender1 libxtst6 | |
| #RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D7CC6F019D06AF36 | |
| # |
NewerOlder