Skip to content

Instantly share code, notes, and snippets.

View Uvacoder's full-sized avatar

uvacoder Uvacoder

View GitHub Profile
@Uvacoder
Uvacoder / opml.py
Created March 16, 2024 01:17 — forked from capjamesg/opml.py
Process OPML files from Feedly OPML export.
# Written by capjamesg
# Required dependencies: requests, beautifulsoup4
from bs4 import BeautifulSoup
import requests
# Please save your opml file as feed.opml before running this program, otherwise you'll encounter an error
with open("feed.opml", "r") as file:
contents = file.read()
@Uvacoder
Uvacoder / custom-audio-player-alpinejs-tailwindcss.markdown
Created March 3, 2023 13:38
Custom Audio Player (AlpineJS + TailwindCSS)
@Uvacoder
Uvacoder / diy-linktree-page.markdown
Created February 25, 2023 05:04
DIY Linktree Page
@Uvacoder
Uvacoder / css-photo-blog.markdown
Created February 25, 2023 05:03
CSS PHOTO BLOG
@Uvacoder
Uvacoder / index.html
Created January 17, 2023 03:11
Snowfall Animation CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Snowfall Effect</title>
<!-- Design By foolishdeveloper.com -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
@Uvacoder
Uvacoder / card-hover-effect.markdown
Created January 17, 2023 01:15
Card hover effect

Card hover effect

Music art card hover animations with social links and a short bio. Responsive on all devices

A Pen by Uvacoder on CodePen.

License.

@Uvacoder
Uvacoder / index.html
Created January 17, 2023 01:14
Radio checkbox cards
<!-- Boxicon import -->
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
<body>
<h1>Radio Checkbox Cards</h1>
<div class="container">
<div class="checkbox">
<label class="checkbox-wrapper">
<input type="checkbox" class="checkbox-input" checked />
@Uvacoder
Uvacoder / gb-calculator.markdown
Created January 16, 2023 03:14
gb calculator
@Uvacoder
Uvacoder / loops.bench.js
Created January 16, 2023 03:09 — forked from caderek/loops.bench.js
JS loops benchmark.
import benny from "benny";
const data = Array.from({ length: 100_000 }, (_, i) => i);
let r1 = 0;
let r2 = 0;
let r3 = 0;
let r4 = 0;
let r5 = 0;
@Uvacoder
Uvacoder / business-card.markdown
Created January 11, 2023 19:24
Business card