Skip to content

Instantly share code, notes, and snippets.

View emirefek's full-sized avatar
👌

Emir Efe Küçük emirefek

👌
View GitHub Profile
@MatthewFlamm
MatthewFlamm / Alarm system.md
Last active November 10, 2025 16:51
Esp32 home alarm system with home assistant and esphome

Alarm system using esp32 with esphome and home assistant

@emiloberg
emiloberg / GaugeChart.js
Last active February 13, 2024 14:30
Gauge Chart with React Recharts (http://recharts.org)
import React from 'react';
import { Sector, Cell, PieChart, Pie } from 'recharts';
const GaugeChart = () => {
const width = 500;
const chartValue = 180;
const colorData = [{
value: 40, // Meaning span is 0 to 40
color: '#663399'
}, {