Pinned Loading
-
yandex-email-lambda.js
yandex-email-lambda.js 1const nodemailer = require("nodemailer");
23module.exports.handler = async function (event, context) {
4let emailData = JSON.parse(event.body)
5 -
silicon
silicon PublicForked from quariumos/silicon
Quarium Kernel, Silicon by ThatTonybo, Epic, Snowburn and zergalwastaken(previously, qt-sergal)
C
-
yandex-start-vms.js
yandex-start-vms.js 1#!/usr/bin/node
23const { Session } = require('yandex-cloud');
4const { InstanceService, Instance } = require('yandex-cloud/api/compute/v1');
5 -
yandex-serverless-graphql
yandex-serverless-graphql PublicA small Helix GraphQL serverless function, configured to run on Yandex Cloud - GraphiQL included
JavaScript
-
deno-yandex-dns.ts
deno-yandex-dns.ts 1const addRecord = (token: string, zoneId: string, record: string, type: string, values: string[]) => {
2return new Promise((resolve, reject) => {
3fetch(`https://dns.api.cloud.yandex.net/dns/v1/zones/${zoneId}:updateRecordSets`, {
4method: "POST",
5body: JSON.stringify({
-
kvark-lang/jasm
kvark-lang/jasm Publicjavascript-y assembler, supports and is tested with nasm syntax
TypeScript 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.