Search In This Website

Minggu, 09 November 2025

Notepad3 Keyboard Shortcut 1

File Menu

Ctrl+L=Launch - Execute document
Ctrl+M=Run the MiniPath file Browser plugin… ( Browse )
Ctrl+N=New
Ctrl+O=Open
Ctrl+P=Print file…
Ctrl+R=Run Command…
Ctrl+S=Save file

Edit Menu

Ctrl+A=Select All
Ctrl+C=Copy
Ctrl+D=Lines - Duplicate line/Selection
Ctrl+G=Goto...
Ctrl+U=Convert - Lowercase
Ctrl+Y or Ctrl+Shift+Z=Redo
Ctrl+Z=Undo

<< back to Learn Notepad++

Bibliography

https://github.com/
https://rizonesoft.com/
https://www.apsu.edu/ ( university )
https://www.autodesk.com/
https://www.bu.edu/ ( university )

Jumat, 07 November 2025

3D Shapes Properties In Geometry

3 Dimensions Shapes / 3 Dimensions Solids / 3 Dimensions Spaces

Cube / Hexahedron

Edges: 12

Faces / Sided: 6

Vertices / Vertex / Points: 8

2D Shape Elements: 6 squares

Cuboid / Rectangular Prism

Edges: 12

Faces / Sided: 6

Vertices / Vertex / Points: 8

2D Shape Elements: 4 rectangles + 2 squares

Triangular Prism

Edges: 9

Faces / Sided: 5

Vertices / Vertex / Points: 6

2D Shape Elements: 3 rectangles + 2 isosceles triangle

Cylinder

Edges: 2

Faces / Sided: 3

Vertices / Vertex / Points: 0

2D Shape Elements: 2 circles + 1 rectangles

Tetrahedron / Triangular Pyramid

Edges: 6

Faces / Sided: 4

Vertices / Vertex / Points: 4

2D Shape Elements: 4 equilateral triangle

Pyramid / Square Pyramid / Square Based Pyramid

Edges: 8

Faces / Sided: 5

Vertices / Vertex / Points: 5

2D Shape Elements: 4 isosceles triangle + 1 square

Cone

Edges: 8

Faces / Sided: 5

Vertices / Vertex / Points: 5

2D Shape Elements: 

Sphere

Edges: 0

Faces / Sided: 1

Vertices / Vertex / Points: 0

2D Shape Elements: N/A ( Not Available )

Notes




How To Launch Control Panel In Windows 8

1. Launching the Control Panel on Microsoft Windows 8 is very easy, click the Start button on the Microsoft Windows Taskbar to open the Start Screen (A Full-Screen Start Menu).

2. Click Search (Magnifying Glass) icon, by typing Control Panel into the search box.





3. And in the search results, select Control Panel.

4.The Control Panel will available.


<< back to  Learn Microsoft Windows ( Road Map )


Bibliography

https://www.computerhope.com/

https://www.howtogeek.com/

https://www.wikihow.com/

https://support.microsoft.com/



Rabu, 05 November 2025

Study About Tikz In Latex

Introduction About Tikz

  • Setting Up The Environment In Latex
  • tikzpicture Environment And tikz Command
  • Draw A Straight Path
  • Grid Path Construction
  • Help Lines Construction

Design Principles

  • Specifying Coordinates
  • Specifying Points
  • Coordinate Transformation System

Drawing

Actions On Paths

Drawing Options

Key-Value Syntax for Graphic Parameters



Selasa, 04 November 2025

Simple Sample For Page Number

1. Open the Latex editor.
2. Type this following latex source code in latex editor:
% !TEX TS-program=pdflatex
% !TEX encoding=UTF-8 Unicode
% Distributed under the LaTeX Project Public License
% https://www.latex-project.org/lppl.txt
% file name: SimplePageNumber2.tex
\documentclass[12pt]{article}
\usepackage{bookman}
\usepackage{lastpage}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{} % clear existing header and footer
\renewcommand{\headrulewidth}{0pt} % Remove Line From Header
\renewcommand{\footrulewidth}{0pt} % Remove Line From Footer 
\fancyfoot[R]{Page \thepage\hspace{5pt} of\hspace{5pt} \pageref{LastPage}}
\begin{document}
\Huge{}
FedEx
\clearpage
UPS
\newpage
DHL
\pagebreak

TNT Express
\end{document}
3. save file as pageNumber2.tex.
4. run the Typeset command or similar other command with pdfLatex 2x times

Output

Simple Sample Latex Page 1 of 4

Simple Sample Latex Page 2 of 4

Simple Sample Latex Page 3 of 4

Simple Sample Latex Page 4 of 4





Cara Membuka Control Panel Di Microsoft Windows 8.1

  1. Untuk membuka Control Panel dari Start Screen (A Full-Screen Start Menu). Klik tombol Start di Microsoft Windows Taskbar untuk membuka Start Screen.
  2. Klik icon Search, ketik Control Panel.




  3. Ketika hasil pencarian muncul, klik Control Panel.


  4. Control Panel akan muncul di layar.



Bibliography

https://usk.ac.id/ (university)

https://telkomuniversity.ac.id/ (university)

Windows For Dummies

Windows Made Easy

Windows Step By Step