-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.html
More file actions
98 lines (96 loc) · 4.67 KB
/
misc.html
File metadata and controls
98 lines (96 loc) · 4.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Sorry for spying :D -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H1VJYGRK51"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-H1VJYGRK51");
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Daniel Manesh - Projects</title>
<link rel="stylesheet" href="css/styles.css">
<meta name="description" content="Daniel Manesh's personal coding projects.">
<script defer="defer" src="index.bundle.js"></script><link href="css/index.f5376f83069893671f46.css" rel="stylesheet"></head>
<body>
<nav class="navbar has-shadow" role="navigation" aria-label="main navigation"> <div class="container"> <div class="navbar-brand"> <div class="navbar-item"> <h1 class="title is-4"> <span class="biz squid" data-biz="" data-cazh="🦑"></span> <span class="biz" data-biz="Daniel Manesh" data-cazh="Danny Manesh"> Daniel Manesh </span> <span class="biz squid" data-biz="" data-cazh="🦑"></span> </h1> </div> <a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false"> <span aria-hidden="true"></span> <span aria-hidden="true"></span> <span aria-hidden="true"></span> </a> </div> <div class="is-spaced navbar-menu" id="navMenu"> <div class="navbar-end"> <a class="navbar-item" href="index.html"> About </a> <a class="navbar-item" href="research.html"> Research </a> <a class="navbar-item" href="misc.html"> Misc </a> <a class="navbar-item" href="https://drive.google.com/file/d/1Vw-0317EEQ5eShvJBIk8wm53PSULKoUW/view?usp=sharing" target="_blank"> CV </a> <div class="navbar-item"> <a id="biz-butt" class="active">👔</a><a id="cazh-butt">🎉</a> </div> </div> </div> </div> </nav>
<div class="container">
<section class="section is-medium">
<div class="columns pb-6 mb-6">
<div class="content">
<h1 class="title is-1">Miscellaneous Small Projects</h1>
<h5 class="title is-5">Live Coding (Music)</h5>
<ul>
<li>
<a href="https://youtu.be/rs7FULmm-Rk" target="_blank" rel="noopener noreferrer">Wave/Crash</a>
(Tidal + Hydra; performed December 2023 at VT)
</li>
<li>
<a href="https://vimeo.com/846084413" target="_blank" rel="noopener noreferrer">Branch</a>
(Tidal; performed at NIME 2023)
</li>
<li>
<a href="https://vimeo.com/743202253" target="_blank" rel="noopener noreferrer">
St. Bob
</a>
(Tidal; sketch)
</li>
<li>
<a href="https://vimeo.com/743201376" target="_blank" rel="noopener noreferrer">
First piece using Tidal
</a>
(Tidal; sketch)
</li>
</ul>
<h5 class="title is-5">Creative Coding</h5>
<ul>
<li>
<a href="clock.html" target="_blank" rel="noopener noreferrer">
DIY Clock
</a>
- A clock where you have to enter the time yourself.
</li>
<li>
<a href="are-we-finished.html" target="_blank" rel="noopener noreferrer">
Is it Finished?
</a>
- A frustrating game where you try to guess when the animation
will be over.
</li>
<li>
<a href="rng.html" target="_blank" rel="noopener noreferrer">
RNG
</a>
- Generates a random sequence of musical pitches and highlights
repetition.
</li>
<li>
<a href="timewarp-webcam.html" target="_blank" rel="noopener noreferrer">
Distorting Time
</a>
- An experiment in webcam lag.
</li>
</ul>
<h5 class="title is-5">Other</h5>
<ul>
<li>
<a href="https://github.com/maneshd/advent-of-code" target="_blank" rel="noopener noreferrer">
Advent of Code
</a>
- I like to do Advent of Code! I put my solutions on Github,
though read at your own risk :)
</li>
</ul>
</div>
</div>
</section>
</div>
</body>
</html>