Skip to content

Instantly share code, notes, and snippets.

View yuxxeun's full-sized avatar
🏴
𝓑𝓢𝓜𝓝𝓣.

krido yuxxeun

🏴
𝓑𝓢𝓜𝓝𝓣.
View GitHub Profile
@yuxxeun
yuxxeun / kalkulator.cs
Created November 5, 2023 16:15
Kalkulator Sederhana
using System; // Mengimport namespace System yang berisi kelas-kelas dasar yang digunakan dalam program
namespace Kalkulator // Deklarasi namespace dengan nama Kalkulator
{
class Program // Deklarasi class dengan nama Program yang merupakan titik masuk (entry point) dari program
{
static void Main(string[] args) // Mendefinisikan metode Main sebagai metode utama yang akan dieksekusi pertama kali saat program dijalankan
{
Console.WriteLine("=== Kalkulator Sederhana ===\n"); // Menampilkan judul program dengan fungsi WriteLine
public class login extends javax.swing.JFrame {
private Connection conn = new koneksi().connect();
public login() {
initComponents();
}
private void btnLoginActionPerformed(java.awt.event.ActionEvent evt) {
try {
java.sql.Statement stat = conn.createStatement();
@yuxxeun
yuxxeun / barang.cpp
Created November 11, 2020 03:07
Program Barang
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
using namespace std;
struct data{
char nama_barang[100], kode_barang[10];
int jumlah_barang, harga;
@yuxxeun
yuxxeun / perpustakaan.cpp
Created November 9, 2020 02:58
Program for Library with C++
#include <stdio.h>
#include <iostream>
#include <stdlib.h>
#include <conio.h>
using namespace std;
struct data {
char no_buku[10], judul[50], nama_pengarang[100], nama_penerbit[100];
};
@yuxxeun
yuxxeun / main.cpp
Created November 9, 2020 01:41
usk task using switch case
#include <stdio.h>
#include <iostream>
#include <stdlib.h>
#include <conio.h>
using namespace std;
struct data{
char nis[6], nama[25], kelas[9];
};
@yuxxeun
yuxxeun / usk.cpp
Created November 3, 2020 04:08
Tugas USK
#include <iostream>
using namespace std;
struct data {
string nis[6], nama[25], kelas[20];
};
data batas[100];
int a, b, c, d;
void inputData(){
@yuxxeun
yuxxeun / xxx.java
Last active November 21, 2023 15:47
SING NYONTEK RA NGOMONG, BIYUNGE....
package tugasKoding;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
/**
* @author wong paling ganteng se Banjar, Krido Pambudi
*/
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="countdown.css">
<title>Countdown</title>