Link: https://leviarista.github.io/github-profile-header-generator/
Link: https://home.aveek.io/GitHub-Profile-Badges/
Link: https://github.com/Ansub/github-readme-badges
| Name | Badge | Markdown |
|---|---|---|
| Figma |  |
|
| Framer |  |
Link: https://badges.pages.dev/


Link: https://www.buymeacoffee.com MyLink: https://www.buymeacoffee.com/albertlnz
# Code & components for pages
./src/*
├─ src/assets - # Minified images, fonts, icon files
├─ src/components - # Individual smaller components
├─ src/fragments - # Larger chunks of a page composed of multiple components
├─ src/layouts - # Page layouts used for different types of pages composed of components and fragments
├─ src/page - # Custom pages or pages composed of layouts with hardcoded data components, fragments, & layouts
├─ src/pages/* - # Next.js file based routing
│ ├─ _app.js - # next.js app entry point
│ ├─ _document.js - # next.js document wrapper
│ ├─ global.css - # Global CSS styles
│ └─ Everything else... - # File based routing
└─ src/utils - # Utility functions used in various placesLink: https://marwin1991.github.io/profile-technology-icons/
flowchart TD
zarr-python[Zarr Library] <-- key / value--> icechunk[Icechunk Library]
icechunk <-- data / metadata files --> storage[(Object Storage)]
Link: https://www.textsymbols.net/p/symbols.html?m=1
Copyright (©): ©
Registered trademark (®): ®
Trademark (™): ™
Euro (€): €
Left arrow (←): ←
Up arrow (↑): ↑
Right arrow (→): →
Down arrow (↓): ↓
Degree (°): °
Pi (π): π
| 🎁 Projects | ⭐ Stars | 📚 Forks | 🛎 Issues | 📬 Pull requests |
| React PullToRefresh component | ||||
| Typescript & React Chrome Extension Starter | ||||
| NodeJs Express TypeScript GraphQL Starter |
Chrome |
Internet Explorer |
Edge |
Safari |
Firefox |
|---|---|---|---|---|
| Yes | 11+ | Yes | Yes | Yes |
I'm an Early 🐤
🌞 Morning 118 commits ████░░░░░░░░░░░░░░░░░░░░░ 18.32%
🌆 Daytime 214 commits ████████░░░░░░░░░░░░░░░░░ 33.23%
🌃 Evening 234 commits █████████░░░░░░░░░░░░░░░░ 36.34%
🌙 Night 78 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.11%
📅 I'm Most Productive on Sunday
Monday 65 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 10.09%
Tuesday 94 commits ███░░░░░░░░░░░░░░░░░░░░░░ 14.6%
Wednesday 75 commits ███░░░░░░░░░░░░░░░░░░░░░░ 11.65%
Thursday 101 commits ████░░░░░░░░░░░░░░░░░░░░░ 15.68%
Friday 82 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.73%
Saturday 107 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.61%
Sunday 120 commits ████░░░░░░░░░░░░░░░░░░░░░ 18.63%
📊 This Week I Spent My Time On
💬 Programming Languages:
Markdown 34 mins ████████████████████████░ 97.77%
YAML 0 secs ░░░░░░░░░░░░░░░░░░░░░░░░░ 2.23%
I Mostly Code in Jupyter Notebook
Jupyter Notebook 10 repos █████████████████░░░░░░░░ 71.43%
C++ 2 repos ███░░░░░░░░░░░░░░░░░░░░░░ 14.29%
HTML 1 repo █░░░░░░░░░░░░░░░░░░░░░░░░ 7.14%
JavaScript 1 repo █░░░░░░░░░░░░░░░░░░░░░░░░ 7.14%
| Image | Preview |
|---|---|
custom |
Provide a custom image URL. |
black |
|
blue |
|
gradient |
|
purple |
|
yellow |
All 250+ Octicons from GitHub are supported by Custom Icon Badges.
| Slug | Example |
|---|---|
issue-opened |
|
repo-forked |
|
star |
|
git-commit |
|
repo |
|
git-pull-request |
|
heart |
|
mail |
|
| More Octicons | View all ⇨ |
Issue Closed:
IssueCloseddOld:
IssueDrafted:
IssueNeutral:
IssueOpened:
IssueOpenedOld:
IssueReopened:
ApprovedChanges:
ApprovedChangesGrey:
PullRequestClosed:
PullRequestDrafted:
PullRequestMerged:
PullRequestNeutraL:
PullRequestReopened:
RequestChanges:
Comment:
Discussion:
ForkedRepository:
People:
License:
Release:
Repository:
StarredRepository:
StarredRepositoryYellow:
UnwatchRepository:
WatchRepository:
Wiki:
| Command | Action | |
|---|---|---|
| ⚙️ | dev or start |
Starts local dev server at localhost:3000. |
| ⚙️ | build |
Build your production site to ./dist/. |
| ⚙️ | preview |
Preview your build locally, before deploying. |
Static generate table: https://contributors-table-generator.vercel.app/
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}Hidden Sintaxis
Recursive quicksort implemented in Raku.
multi quicksort([]) { () }
multi quicksort([$pivot, *@rest]) {
my $before := @rest.grep(* before $pivot);
my $after := @rest.grep(* !before $pivot);
flat quicksort($before), $pivot, quicksort($after)
}This is bold text
This text is italicized (way 1 - better)
This text is italicized (way 2)
This was mistaken text
This text is extremely important
All this text is important
This is a subscript text
This is a superscript text
cmd + shift + p
cmd + shift + p
Link with blue
Link without blue
Text that is a quote
php artisan serve
The background color is #ffffff
This site was built using GitHub Pages
- George Washington
- John Adams
- Thomas Jefferson
- James Madison
- James Monroe
- John Quincy Adams
- First list item
- First nested list item
- Second nested list item
- First nested list item
- #739
- https://github.com/octo-org/octo-repo/issues/740
- Add delight to the experience when all tasks are complete 🎉
- (Optional) Open a followup issue
Here is a simple footnote1. A footnote can also have multiple lines2.
<details>
<summary>title of the content (*not* support **markdown** syntax ~~hmm~~)</summary>
content body (support **markdown** syntax ~~hmm~~)
</details>```
{
support: "codeblock to"
}```json
{
support: "codeblock to"
}| The quick brown fox jumps over the lazy dog. |
| ❗ You have to read about this |
|---|
| Another way to warn you |
| 📝 | This is something that is good to note |
|---|
Buenas
Usegit statusto list all new or modified files that haven't yet been committed.
Buenas
Use
git statusto list all new or modified files that haven't yet been committed.
Warning
Alerta Warning
Note
Alerta Note
Tip
Alerta Tip
Important
Alerta Important
Caution
Alerta Caution



















