Skip to content

Instantly share code, notes, and snippets.

View aleksblago's full-sized avatar

Aleks Blagojevich aleksblago

View GitHub Profile

Hexadecimal Clock

A simple clock written in JavaScript where the numerical value for the hours, minutes, and seconds represent the hexadecimal value of the background.

A Pen by Aleks Blagojevich on CodePen.

License.

@aleksblago
aleksblago / Date-Select-Markup.html
Last active September 23, 2024 05:06
Markup: Select options for Month, Day, and Year.
<span>
<select name="day">
<option value="monday">Monday</option>
<option value="tuesday">Tuesday</option>
<option value="wednesday">Wednesday</option>
<option value="thursday">Thursday</option>
<option value="friday">Friday</option>
<option value="saturday">Saturday</option>
<option value="sunday">Sunday</option>
</select>
@aleksblago
aleksblago / .gitconfig
Last active September 23, 2024 05:10
Git config settings
[user]
name = Aleks Blagojevich
email =
[alias]
# Lists all local branches
b = branch
# Lists all remote and local branchces
ba = branch -a
c = commit
# Commit with a message