Skip to content

Instantly share code, notes, and snippets.

View molbal's full-sized avatar
🦆

molbal molbal

🦆
View GitHub Profile
@molbal
molbal / welcome.blade.php
Created July 23, 2019 16:04
Example frotnend integration
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BotMan Studio</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,700&display=swap&subset=latin-ext" rel="stylesheet">
@molbal
molbal / v_listaar.sql
Created May 23, 2019 07:23
Listaár számlálás
BEGIN DECLARE v_listaar INT;
DECLARE v_euro FLOAT;
DECLARE v_ar_eur FLOAT;
SELECT listaar,
arEUR INTO v_listaar,
v_ar_eur