Welcome to GitHub Pages PtrO (wip) Jekyll time: 2022-05-29 21:41:49 +0000 textwallclock:15u33s20
Published https://ptrooms.github.io , this is file: index.md@gh-pages My GIT and hcc.pafo2.nl
Note: we use “Custom domains” that will serve this site from ‘github.pafo2.nl’ which disquises the normal ‘ptrooms.github.io’. Learn more.

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
Markdown
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and 
Using ticket-marks
- [X] Write the code
- Write the code
- Write all the tests
- Document the code
Using snippets
sample:
for(int i=0 ; i < 5 ; i++)
{
System.out.println("i is : " + i);
}
Using: quotes
> Whether 'tis Nobler in the mind to suffer
The Slings and Arrows of outrageous Fortune, How big are these slings and in particular, these arrows?
Flows
Flows using mermaid (tod:29may22 22u21m17)
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Using GeoJson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-90,35],
[-90,30],
[-85,30],
[-85,35],
[-90,35]
]
]
}
}
]
}
Creating 3D STL
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
facet normal 0.0 0.0 -1.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 1.0 0.0 0.0
endloop
endfacet
facet normal -1.0 0.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 0.0 1.0
vertex 0.0 1.0 0.0
endloop
endfacet
facet normal 0.577 0.577 0.577
outer loop
vertex 1.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
endsolid
Mathematical expressings
This sentence uses $ delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$
using Emoji’s
I :eyes: that :bug: and I :cold_sweat:.
:trophy: for :microscope: it.
:+1: and :sparkles: on this :ship:, it's :fire::poop:!
:clap::tada::panda_face:
:eyes: that :bug: and I :cold_sweat:. :trophy: for :microscope: it. :+1: and :sparkles: on this :ship:, it’s :fire::poop:! :clap::tada::panda_face:
For more details see Basic writing and formatting syntax.
Code gists / snippets
Using my gist for SpecialHtmlCharacters:
Jekyll Themes
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.
Support or Contact
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.