Skip to content

Instantly share code, notes, and snippets.

View alpaylan's full-sized avatar

Alperen Keleş alpaylan

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ETNA Report: rust-strategy-triad</title>
<style>
:root {
--bg: #0d1117;
--bg2: #161b22;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ETNA Report: rust-strategy-triad</title>
<style>
:root {
--bg: #0d1117;
--bg2: #161b22;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ETNA Report: rust-strategy-triad</title>
<style>
:root {
--bg: #0d1117;
--bg2: #161b22;
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ETNA Report: rust-strategy-triad</title>
<style>
:root {
--bg: #0d1117;
--bg2: #161b22;
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ETNA Report: rust-strategy-triad</title>
<style>
:root {
--bg: #0d1117;
--bg2: #161b22;
@alpaylan
alpaylan / resume.json
Created March 4, 2026 08:49
Tail resume: Alperen Keles
{
"basics": {
"name": "Alperen Keles",
"email": "akeles@umd.edu",
"phone": ""
},
"work": [
{
"name": "University of Maryland - PLUM",
"position": "Graduate Research Assistant",
@alpaylan
alpaylan / resume.json
Created March 3, 2026 20:40
Tail resume: Default
{
"basics": {
"name": "Alperen Keles",
"email": "john@doe.com",
"phone": "555-555-5555"
},
"work": [
{
"name": "Company",
"position": "President",
@alpaylan
alpaylan / Default.json
Created March 3, 2026 20:35
Tail resume: Default
{
"basics": {
"name": "Alperen Keles",
"email": "john@doe.com",
"phone": "555-555-5555"
},
"work": [
{
"name": "Company",
"position": "President",
@alpaylan
alpaylan / Default.json
Last active March 3, 2026 20:35
Tail resume: Default
{
"basics": {
"name": "Alperen Keles",
"email": "john@doe.com",
"phone": "555-555-5555"
},
"work": [
{
"name": "Company",
"position": "President",
<!DOCTYPE html>
<meta charset="utf-8">
<title>Autocomplete</title>
<body>
<input id="autocomplete" type="text">
<div id="suggestions" style="border: 1px solid #ccc; display: none;"></div>
</body>
<script>
let suggestions = null;