Skip to content

Commit

Permalink
deploy: 34dabed
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Apr 27, 2024
0 parents commit a2790d7
Show file tree
Hide file tree
Showing 4,770 changed files with 383,984 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
snippets.haxeflixel.com
612 changes: 612 additions & 0 deletions about/index.html

Large diffs are not rendered by default.

711 changes: 711 additions & 0 deletions advanced/timescale/index.html

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions assets/css/bootstrap-social.css

Large diffs are not rendered by default.

90 changes: 90 additions & 0 deletions assets/css/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
pre {
color: #d0d0d0;
background-color: #151515;
display: block;
overflow-x: auto;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 14px;
padding: .5rem;
margin: .5rem;
border-radius: 4px;
}

.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }

.highlight .err {
color: #151515;
background-color: #ac4142;
}
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
color: #60C060;
}
.highlight .cp {
color: #f4bf75;
}
.highlight .nt {
color: #f4bf75;
}
.highlight .o, .highlight .ow {
color: #d0d0d0;
}
.highlight .p, .highlight .pi {
color: #d0d0d0;
}
.highlight .gi {
color: #90a959;
}
.highlight .gd {
color: #ac4142;
}
.highlight .gh {
color: #6a9fb5;
background-color: #151515;
font-weight: bold;
}
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
color: #aa759f;
}
.highlight .kc {
color: #d28445;
}
.highlight .kt {
color: #d28445;
}
.highlight .kd {
color: #d28445;
}
.highlight .s, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
color: #90a959;
}
.highlight .sa {
color: #aa759f;
}
.highlight .sr {
color: #75b5aa;
}
.highlight .si {
color: #8f5536;
}
.highlight .se {
color: #8f5536;
}
.highlight .nn {
color: #f4bf75;
}
.highlight .nc {
color: #f4bf75;
}
.highlight .no {
color: #f4bf75;
}
.highlight .na {
color: #6a9fb5;
}
.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
color: #90a959;
}
.highlight .ss {
color: #90a959;
}
Loading

0 comments on commit a2790d7

Please sign in to comment.