Skip to content

Instantly share code, notes, and snippets.

@vbalko
vbalko / rand.sol
Created October 21, 2021 20:57
random function in solidity
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract rand {
@vbalko
vbalko / index.html
Last active October 2, 2020 16:46
Test SAPUI5 Integration card
<html>
<head>
<script
id="sap-ui-bootstrap"
src="https://ui5.sap.com/resources/sap-ui-integration.js">
</script>
</head>
<body>
<ui-integration-card manifest="./manifest.json"></ui-integration-card>
</body>
@vbalko
vbalko / index.html
Created November 4, 2018 19:58
Responsive CSS 3D Contact Form
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="animate.css">
<link rel="stylesheet" href="style.css">