Skip to content

Instantly share code, notes, and snippets.

POST http://gesz.eu/flavon-api/user
{
"fullName": "Teszt Név",
"sponsorMid": "M-81849",
"email":["a@b.hu"],
"phone":["11512351"],
"password":"abc123",
"mailingAddress": {
"name":"A",
$.state = function (val) {
if (val && typeof val === 'object' && typeof val.onChange === "function") {
throw new Error("Cannot put state into state");
}
const handlers = [];
return {
onChange: function (f) {
handlers.push(f);
},
get: function () {
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
command -v nvm
nvm install node
node -v
package main
import (
"os"
"log"
"strings"
"os/exec"
"syscall"
"regexp"
"path/filepath"
@gabor-m
gabor-m / dabblet.css
Created February 1, 2013 04:54
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
background-color: red;
@gabor-m
gabor-m / dabblet.css
Created February 1, 2013 04:26
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
background-color: #FF00FF;