Skip to content

Instantly share code, notes, and snippets.

View ullaskunder3's full-sized avatar
🎯
Focusing

ullas kunder ullaskunder3

🎯
Focusing
View GitHub Profile
@ullaskunder3
ullaskunder3 / Basic Routing example
Last active February 18, 2022 12:00
Responsive basic react routing demo
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react/17.0.2/umd/react.production.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/react-dom/17.0.2/umd/react-dom.production.min.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.js"></script>
<script src='https://unpkg.com/react-router-dom@5.0.0/umd/react-router-dom.min.js'></script>
/*
* OpenSimplex (Simplectic) Noise in Java.
* (v1.0.1 With new gradient set and corresponding normalization factor, 9/19/14)
*/
public class OpenSimplexNoise {
private static final double STRETCH_CONSTANT_3D = -1.0 / 6;
private static final double SQUISH_CONSTANT_3D = 1.0 / 3;
@ullaskunder3
ullaskunder3 / README.md
Last active April 18, 2024 17:08
Detail flutter installation without android studio just using cmdline-tools, git, cmd