Skip to content

Instantly share code, notes, and snippets.

View nerlihmax's full-sized avatar
💭
Меня трудно найти, легко потерять и невозможно забыть

Nerlih Max nerlihmax

💭
Меня трудно найти, легко потерять и невозможно забыть
  • Novosibirsk, Russia
  • 00:46 (UTC +07:00)
View GitHub Profile
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
@namespace html url("http://www.w3.org/1999/xhtml");
:root {
--surface-800: #e4e4e7;
--input-600: #f4f4f5;
--tabsurface-500: #f4f4f5;
--lwt-selected-tab-background-color: var(--tabsurface-500) !important;
--uc-tabs-width: 40vw;
--uc-toolbar-height: 34px;
--uc-font-family: "JetBrains Mono", monospace;
--uc-bg-color: var(--surface-800);
export const decode = (encoded) => {
const _0 = '\u200c';
const _1 = '\u200d';
const chLen = 25;
const emLen = 25;
let channelName = '';
let emoteName = '';
#include <stdio.h>
#include <stdlib.h>
#define DB_MAXSIZE 100
struct document {
char* companyName;
int stateSize;
long capitalization;
};
export const decode = (encoded) => {
const _0 = '\u200c';
const _1 = '\u200d';
const chLen = 25;
const emLen = 25;
let channelName = '';
let emoteName = '';
@nerlihmax
nerlihmax / ❤️.gif
Created March 6, 2021 10:40 — forked from mathdroid/❤️.gif
❤️
❤️.gif
@nerlihmax
nerlihmax / main.js
Created April 11, 2020 13:07
very-useufull-service
const express = require('express');
const fs = require('fs');
const app = express();
app.get('/version', (req, res) => {
let version = JSON.parse(fs.readFileSync('version.json'));
res.json(version);
});
struct joinRequest {
uint8_t appEUI[8];
uint8_t devEUI[8];
uint8_t devNonce[2];
}
struct joinAccept {
uint8_t appNonce[3];
uint8_t netID[3];
uint8_t devAddr[4];
@nerlihmax
nerlihmax / give.gif
Created April 11, 2019 14:04 — forked from mathdroid/give.gif
Give
give.gif
@nerlihmax
nerlihmax / up.gif
Created April 11, 2019 14:04 — forked from mathdroid/up.gif
Up
up.gif