Skip to content

Instantly share code, notes, and snippets.

View teranixbq's full-sized avatar
🎯
Focusing

Hanief F.B.A teranixbq

🎯
Focusing
View GitHub Profile
@teranixbq
teranixbq / main.go
Last active May 24, 2024 08:29
simpel data to csv, auto download
package main
import (
"bytes"
"encoding/csv"
"fmt"
"log"
"net/http"
)
@teranixbq
teranixbq / main.py
Created February 24, 2024 19:35
Program Python Nilai Data Mahasiswa Kehadiran, UTS, UAS, Tugas
#Author by TeranixBQ|KodeTeks.com
from os import system
d_nama = []
d_nim = []
d_kelas = []
d_jurusan = []
d_hadir = []
d_tugas = []
d_uts = []
d_uas = []
@teranixbq
teranixbq / index.html
Last active July 1, 2023 09:43
Simple Profile Bootstrap
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Simple Profile</title>
<link href="css/stylesheet.css" rel="stylesheet">
<script src="js/bootstrap.min.js"></script>
</head>
<body>