Page not found

Bootstrap Sample

Bootstrap Sample My Website Hello, world! This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information. It uses utility classes for typography and spacing to space content out within the larger container. Learn more Special title treatment With supporting text below as a natural lead-in to…
Read more

Shell stript

A simple example of a Bash shell script that can be used in CentOS. This script prints out a list of all files and folders in the current directory, and then prints out the current date and time of the system. “`bash #!/bin/bash # Print out a list of files and folders in the current…
Read more

Bootstrap Dashboard Sample

Bootstrap Sample My Website Hello, world! This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information. It uses utility classes for typography and spacing to space content out within the larger container. Learn more Special title treatment With supporting text below as a natural lead-in to…
Read more

Dash Sample

import dashimport dash_core_components as dccimport dash_html_components as html app = dash.Dash(name) app.layout = html.Div(children=[html.H1(children=’Hello Dash’), ]) if name == ‘main‘:app.run_server(debug=True)