Skip to content

Instantly share code, notes, and snippets.

@ValeriyDP
ValeriyDP / index.vue
Created December 1, 2021 06:53
index.vue
<template>
<fvMain>
<fvContent>
<fvHeader>
<div class="fv-margin-end">
<FramevuerkLogo />
</div>
<div class="fv-grow">
<h2 class="fv-hidden-xs">
Cus D'Amato
@ValeriyDP
ValeriyDP / dump.log
Created February 14, 2019 05:57
sigsegv Java.lang.String.replace
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f467e7c98fe, pid=6, tid=89
#
# JRE version: OpenJDK Runtime Environment (10.0.2+13) (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
# Java VM: OpenJDK 64-Bit Server VM (10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# J 7685 c2 java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String; java.base@10.0.2 (149 bytes) @ 0x00007f467e7c98fe [0x00007f467e7c98a0+0x000000000000005e]
#
#include <Arduino.h>
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <ESP8266HTTPClient.h>
#include <ESP8266httpUpdate.h>
#define USE_SERIAL Serial
ESP8266WiFiMulti WiFiMulti;
#include <Wire.h>
#include <Arduino.h>
#define BUTTON_1 D4
#define BUTTON_2 D5
#define SEGMENT_DRIVER D0
#define SER_IN D1
#define RCK D2
#define SRCK D3
@ValeriyDP
ValeriyDP / 0_reuse_code.js
Created August 30, 2017 07:32
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console