Skip to content

Instantly share code, notes, and snippets.

@Yuvrajpatil0411
Yuvrajpatil0411 / Alarm_C.java
Created January 3, 2025 11:08 — forked from mritunjay-k/Alarm_C.java
A simple alarm clock for JAVA beginners
// A simple alarm clock for JAVA beginners
import java.util.*;
import java.time.format.DateTimeFormatter;
import java.time.LocalDateTime;
import java.text.*;
import java.lang.*;
public class Alarm_C{
public static void main(String[] args){
try{
@Yuvrajpatil0411
Yuvrajpatil0411 / bash-colors.md
Created November 14, 2024 07:23 — forked from JBlond/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple