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
{ | |
"types": [ | |
{ | |
"type": "Value Type", | |
"name": "🖊", | |
"conformances": [], | |
"genericParameters": [], | |
"documentation": " Type representing a message (currently stripped down) ", | |
"methods": [ | |
{ |
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
with import <nixpkgs> {}; | |
clangStdenv.mkDerivation { | |
name = "emojicode-0.7"; | |
src = fetchFromGitHub { | |
owner = "emojicode"; | |
repo = "emojicode"; | |
sha256 = "0943vwnwbmfsi3hbhnznbv9k8x79adkckjbg30a7d8cfh1ilvcsh"; | |
rev = "6496aba2a09ab2de9f23852628b24fab9c88233f"; | |
}; |
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
📦 net 🏠️️️ | |
📜🔤../types/index.🍇🔤 | |
🐇 🔌 🍇 | |
🖍🆕 token 🔡 | |
🖍🆕 handlers 🍯🐚🍇⚪🍉🍆 | |
🖍🆕 http 🍑 | |
🆕 🍼 token 🔡 🍇 |
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
local function merge(t,tt) | |
local ttt = {} | |
for k,v in pairs(t) do table.insert(ttt, v) end | |
for k,v in pairs(tt) do table.insert(ttt, v) end | |
return ttt | |
end | |
local function rep(v, i) | |
local t = {} | |
for j = 1, i do |
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
#define CPPHTTPLIB_OPENSSL_SUPPORT | |
#include <emojicode/runtime/Runtime.h> | |
#include <emojicode/s/String.h> | |
#include <httplib.h> | |
#include <string> | |
#include <iostream> | |
#include <easywsclient.hpp> | |
#include <easywsclient.cpp> | |
#include <assert.h> |
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
#define CPPHTTPLIB_OPENSSL_SUPPORT | |
#include <emojicode/runtime/Runtime.h> | |
#include <emojicode/s/String.h> | |
#include <httplib.h> | |
#include <string> | |
#include <iostream> | |
#include <easywsclient.hpp> | |
#include <easywsclient.cpp> | |
#include <assert.h> |
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
with import <nixpkgs> {}; | |
stdenv.mkDerivation rec { | |
pname = "discord"; | |
version = "0.0.8"; | |
name = "${pname}-${version}"; | |
src = fetchurl { | |
url = "https://cdn.discordapp.com/apps/linux/${version}/${pname}-${version}.tar.gz"; |
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
with import <nixpkgs> {}; | |
stdenv.mkDerivation rec { | |
pname = "discord"; | |
version = "0.0.8"; | |
name = "${pname}-${version}"; | |
src = fetchurl { | |
url = "https://cdn.discordapp.com/apps/linux/${version}/${pname}-${version}.tar.gz"; |
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
📦 fcgi 🏠️️️ | |
🏁🍇 | |
🆕🏃🔷❗️ ➡️ server | |
🍨 | |
🔤HTTP_COOKIE🔤 | |
🔤HTTP_HOST🔤 | |
🔤HTTP_REFERER🔤 | |
🔤HTTP_USER_AGENT🔤 |
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
📦 fcgi 🏠️️️ | |
🏁🍇 | |
🆕🏃🔷❗️ ➡️ server | |
🍨 | |
🔤HTTP_COOKIE🔤 | |
🔤HTTP_HOST🔤 | |
🔤HTTP_REFERER🔤 | |
🔤HTTP_USER_AGENT🔤 |