This commit is contained in:
Ty Clifford
2026-06-24 09:19:08 -04:00
commit 5f7c62f8a7
151 changed files with 18705 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
config-custom.php
+21
View File
@@ -0,0 +1,21 @@
MIT License
Copyright (c) 2018 Painted Sky Studios
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+1712
View File
File diff suppressed because it is too large Load Diff
+60
View File
@@ -0,0 +1,60 @@
# Dead Simple Blog
Version 1.1 (2022-11-15)
- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Other Versions](#other-versions)
- [Attributions](#attributions)
I've wanted for a long time to create a simple way of blogging that eschews basically all bells and whistles. Many "flat file" Content Management Systems exist already, as well as "static site generators", but none of these that I looked at were simple enough for my liking.
I don't want to have to install Ruby, or Python, or Composer, or whatever else on a server to run a blog. On the other hand, installing WordPress or one of the other popular PHP-based CMSes for this use case is like hammering in a nail with a sledgehammer.
Many people dislike PHP, and while it has its warts, I like it. I like using (vanilla) PHP simply because it is nearly ubiquitous. Having to install or configure it is often unnecessary because it is usually *already* installed, configured, and running.
I wanted to use plain text files, but some formatting is nice -- Markdown was the obvious solution for this, since it offers quite a lot of options in terms of text formatting, without sacrificing the readability of the plain text itself. I was not keen on adding dependencies but I found [Parsedown](http://parsedown.org) which offers Markdown parsing by including a single PHP file. I can deal with that.
That's really all there is to it -- dead simple PHP-based templating, and Markdown-formatted plain text content.
I know I'm probably forgetting about a million edge cases, but I want to keep it simple. So, we'll roll with this for now and add features as they become necessary.
## Installation
Download the files and upload them to a webserver somewhere. That's it!
## Usage
1. Duplicate `config-default.php` as `config-custom.php`, and change the config variables to your liking.
2. Create text files with a NUMERIC file name, I use YYYY-MM-DD date-based names (e.g. 2018-10-30.md).
3. Format text files with Markdown, or not. Whatever. ;)
4. If you need to link to image/video/audio/etc. files, you can upload them to the media folder.
4. Upload text files to the `content` directory.
5. You're done!!
## Changelog
### Version 1.1
- Updated Parsedown to 1.7.4
- Config has now been moved to `config-default.php`, added support for `config-custom.php`
- Added dark mode! Adjust the `APPEARANCE` constant to enable
- Change default file type to .md files instead of .txt. Adjust `FILE_EXT` constant if needed
- Reorganize folder structure (CSS and fonts are now in `/src`)
- Small text update to `/content/drafts/AboutDrafts.md`
- Defined `$content` in global scope to avoid PHP errors in some configurations
- Added default favicon at `/img/favicon.png`
- Including `fonts.css` in `<head>` instead of using @import for better caching behaviour
- Added file hash query strings to `<link>` tags in `<head>` for better caching behaviour
- `index.php` now uses `<main>` for content on list view and `<article>` on single post view
- List view now explicitly sorts posts using `sortPosts()` function - default is sorting by filename, descending
## Other Versions
User @shoaiyb has a fork going with additional features that I didn't think were "absolutely necessary" but if you want some extra bells and whistles, I recommend checking out [his fork](https://github.com/shoaiyb/dead-simple-blog).
## Attributions
- [Parsedown](https://github.com/erusev/parsedown) by Emanuil Rusev
- [Blog Icon](https://thenounproject.com/icon/blog-3557350/) by Gregor Cresnar from [Noun Project](https://thenounproject.com)
+20
View File
@@ -0,0 +1,20 @@
<?php
// WARNING: This file is provided for convenience, not security.
// This file is NOT meant to keep secret information or credentials of any kind.
// The settings below are benign, but please don't add custom variables in here
// unless you know what you're doing.
define('BLOG_TITLE', 'Ty\'s List (of blurbs)');
// URL of the homepage. Can be absolute or relative.
define('BASE_URL', '/i/');
// Contact email is shown as a link in the footer.
define('CONTACT_EMAIL', 'ty@tyclifford.com');
// The type of files used for your content. Usually 'md' or 'txt'
define('FILE_EXT', 'md');
// light or dark mode
define('APPEARANCE', 'dark');
+3
View File
@@ -0,0 +1,3 @@
# Statements
Bold. Direct.
+8
View File
@@ -0,0 +1,8 @@
# Hm?
Still working on things.
<video width="320" height="240" controls>
<source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
+13
View File
@@ -0,0 +1,13 @@
# Moving along
This is NOW the new website look! It'll grow over time of course, and *maybe* more functionality. So far:
- Still no advertisements
- Reduced footprint
And... reduced footprint in itself makes a huge difference. I used to think the previous website was a good way to go for layouts, but nope. I eventually wanted even *less*.
Previous posts will slowly be migrated over.
Thank you for reading... if you do.
+4
View File
@@ -0,0 +1,4 @@
# It's Always Sunny In...
https://isnick.nyc3.digitaloceanspaces.com/public/yt/Frank%20Reynolds%20and%20his%20gun%20-%20It%27s%20Always%20Sunny%20in%20Philadelphia.mp4
+3
View File
@@ -0,0 +1,3 @@
# Mitch Hedberg
<iframe width="649" height="490" src="https://www.youtube.com/embed/cF8MpK-yK5o" title="MITCH HEDBERG - HILARIOUS STAND-UP" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+3
View File
@@ -0,0 +1,3 @@
# Foggy morning
<blockquote class="tiktok-embed" cite="https://www.tiktok.com/@_tyclifford/video/7376952386113277230" data-video-id="7376952386113277230" style="max-width: 605px;min-width: 325px;" > <section> <a target="_blank" title="@_tyclifford" href="https://www.tiktok.com/@_tyclifford?refer=embed">@_tyclifford</a> E-ride. <a title="back" target="_blank" href="https://www.tiktok.com/tag/back?refer=embed">#back</a> <a title="fog" target="_blank" href="https://www.tiktok.com/tag/fog?refer=embed">#fog</a> <a title="morning" target="_blank" href="https://www.tiktok.com/tag/morning?refer=embed">#morning</a> <a target="_blank" title="♬ In the Forest - Lesfm &#38; Olexy" href="https://www.tiktok.com/music/In-the-Forest-7099184916964837377?refer=embed">♬ In the Forest - Lesfm &#38; Olexy</a> </section> </blockquote> <script async src="https://www.tiktok.com/embed.js"></script>
+74
View File
@@ -0,0 +1,74 @@
# Use AI or it'll use you!
![](https://cdn.buymeacoffee.com/uploads/project_updates/2024/08/d411324c7963565d2b370e87d5ea2346.png)
So, out of all artificial intelligent conversations, what I hear the most is *will it take jobs,* or *it will take jobs.* Yes, AI will take jobs, but I believe it'll be the jobs of those *not* using AI. While I'm not immune and also not trying to proceed biasedly, it's trivial to me in the usage of where AI belongs in my daily Life.
There are several times I go to AI for summaries or quick History searches, with a little spice. "Top 10 songs with a Halloween story." Crazy, but AI can put together something, even if it's a little off - and with tuning, it can become even better.
I can train AI on projects, and then draft policies for me to add human touch to, or outright correct (because it may be heading in the wrong direction or misunderstand completely) bits as I go on. And this is exactly my point, in a secretarial manner, AI has helped progress a lot of my projects, and I firmly believe I wouldn't have the outside of the box thinking as I do now if I didn't use it - sure, I could talk with people, and I do, but AI offers a pressing feature: Privacy
Providing you have the resources (hardware) to do so, you may run models "offline" or on your network to compute privacy focused tasks - and I take great advantage of this. Yes, it doesn't have real-time information, but it has *enough* information, and if you're aware of its shortage of information you can fill in the blanks, and or update it as you go with new bits.
If you're interested, here is a Github link: [nomic-ai/gpt4all: GPT4All: Chat with Local LLMs on Any Device (github.com)](https://github.com/nomic-ai/gpt4all)
Don't hesitate to reach out for guidance to launch the program. Keep in mind your computer must have at least 16 GB of RAM, and a moderately recent CPU (se, 2019 and onwards) to make effective use of it. There *are* setups to run on tiny devices such as Raspberry Pi, but I am unfamiliar with those.
A chatter pointed out open-source software to help with subtitling and I have yet to explore the Raspberry Pi method.
## We're likely better off fusing with technology
Back to 2008 for a short minute: I was the privacy nut. The kid you didn't want to discuss privacy with because I'd go off on many subjects, going against many companies--sometimes with little insight as to *why* something may have been executed the way it was - of course! I was young and naïve. and I'm still naïve, but with more experience.
I'd push the mission of not using smartphones for everything, not using payments on smartphones, and not using cards in general, especially tied to smartphones - and some of this changed in incredible ways, for me anyway. You'll rarely see me *not* using my smartphone to checkout with Apple Pay or tap to pay.
Not to bore you too much, but I should include some back History here for you to understand how I've changed some of my opinions. It's only fair.
**My view of the web in 2010**:
> *Title: # [How the Web Works and How it Could Work](https://snick512.wordpress.com/2010/12/29/how-the-web-works-and-how-it-could-work/)*
>
> *Forever web pages have been improving. Dont say they havent either. Remember messy ol HTML? Now theres CSS to go with that, and Javascript too.*
>
> *The traditional sense in going to a webstie is you load it, and click on links Its just that simple. What if this was a little more complex, but still easy?*
>
> *Imagine a web page that could be organised in any manner according to the person behind the browser. No specific edits, no specific alignments, no specific anything. One could add pictures, video, music, and share these edits with their friends. More-so these edits would automatically be visible to anyone who was “following.” Is this confusing? I hope not. Just think of it as a Status / Twitter on steroids. A way for people to manipulate web pages as they see fit.*
>
> *I would assume that every web page would look normal  But would then be manipulated by each visitor (if they wanted to). Of course these edits would be locked to said user.*
>
> *In-depth*
>
> *If youve ever used Google Docs, or Etherpad, you should understand exactly where Im going with this. Multiple people could edit a page, and have a deeper interaction with the website/online service. Eh? Sure, a comments box, Social buttons, and so on arent bad. (But) What if these changes stuck, and could be de/centralised as needed. Similar to the diaspora model, cept a little more intense.*
>
> *Though I could be jumping the line here. Maybe the web isnt ready for a such thing, yet. Wh*o knows.
### and a small step into what I believe about Privacy
We should be afforded individual privacy, and this layer should encompass these spots (and more, but don't take this concrete, I'm just flying my thoughts here):
- Right to disconnect
- Right to be forgotten
- Non-intrusive DRM, and outright no DRM
Digital Rights Management is naturally a thorn in privacy due to its call home aspects. If you're on Windows Media Player or iTunes, the service must occasionally dial home to see if you're "allowed" to play the requested files. The same rings true for video games - there are certain games refusing to play offline without first checking on Internet connectivity and licensing, despite the individual only wanting to play offline.
This is another reason disc-less systems are a bad idea. It erodes tangible copies from being used and makes the user dependent on DRM completely.
After awhile, services start to learn when you're awake, as a very tiny example. Imagine AI calculating your schedule.
## Bringing it together
Kinda confusing but bringing it together; We are likely better off fusing with technology in a privacy-first manner. Meaning, anything to do with AI should always be executed with the individual's privacy in mind. We can surely have a wonderful time on the Internet, and with technology but I don't believe it'll be possible if it's not checked in regard to privacy.
Thoughts on future use is artificial intelligence will become more accessible to the everyday person *without* third party service, and I don't believe it'll be effective until then.
AI is still expensive, financially and privacy wise.
I believe you should become aware of AI and learn how to make use of it to help understand how it's using your data, and how you can use it to better your own Life.
I want the web to be fun and free and use all its fruits, but we need to take grip of it now before we don't know how to.
Be safe and thank you for reading!
+5
View File
@@ -0,0 +1,5 @@
# Airbnb fails when it comes to hidden cameras
"[...] Airbnb employee also revealed that when a guest complains of a hidden camera, the company doesnt as a matter of practice notify law enforcement, not even when a child is involved. The company may, however, reach out to hosts about complaints as part of internal inquiries a move law enforcement experts say could hinder criminal investigations because it gives suspects time to destroy evidence."
[https://www.cnn.com/2024/07/09/business/airbnb-hidden-camera-invs/index.html](https://www.cnn.com/2024/07/09/business/airbnb-hidden-camera-invs/index.html)
+30
View File
@@ -0,0 +1,30 @@
<head>
<link href="https://vjs.zencdn.net/8.16.1/video-js.css" rel="stylesheet" />
<!-- If you'd like to support IE8 (for Video.js versions prior to v7) -->
<!-- <script src="https://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script> -->
</head>
<body>
<video
id="my-video"
class="video-js"
controls
preload="auto"
width="640"
height="264"
poster="MY_VIDEO_POSTER.jpg"
data-setup="{}"
>
<source src="https://clifford.nyc3.cdn.digitaloceanspaces.com/public2/2A-Captions_Sun-6-23-24_0623.mp4" type="video/mp4" />
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank"
>supports HTML5 video</a
>
</p>
</video>
<script src="https://vjs.zencdn.net/8.16.1/video.min.js"></script>
</body>
+9
View File
@@ -0,0 +1,9 @@
# Draft Posts
Draft posts can be put in this folder, they will not be included in the listing of posts until they are moved up into the parent folder.
## Warning!
Permissions on this folder are set to User Read/Write ONLY, which will prevent the general public from accessing the text files directly. But beware, if these folder permissions are overwritten then those files will be viewable.
I will probably do up some Apache and nginx configurations that will secure this in a more reliable way, but in the meantime if you're not sure, you can always save your drafts offline.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

+134
View File
@@ -0,0 +1,134 @@
<?php
require_once('Parsedown.php');
//require_once('../cfip.php');
// Default config is now found in 'config-default.php', but it's best not to edit that directly.
// Instead, duplicate it and rename the new version 'config-custom.php' (no quotes).
// If you're using Git for version control, add config-custom.php to your .gitignore.
// Then you can do pull/fetch/rebase in Git and it won't overwrite your config.
if (file_exists('config-custom.php')) {
require_once('config-custom.php');
} else {
require_once('config-default.php');
}
$content = '';
$is_post = !empty($_GET['post']); // Whether we're viewing the main list or a single post
function sortPosts($a, $b) {
$a_value = $a->getFilename();
$b_value = $b->getFilename();
return strcmp($b_value, $a_value); // Reversed to get descending
}
if ( $is_post ) {
// Single post page
$post_name = filter_var($_GET['post'], FILTER_SANITIZE_NUMBER_INT);
$file_path = __DIR__.'/content/'.$post_name.'.'.FILE_EXT;
if ( file_exists($file_path) ) {
$file = fopen($file_path, 'r');
$post_title = trim(fgets($file),'#');
fclose($file);
// Process the Markdown
$parsedown = new Parsedown();
$content = $parsedown->text(file_get_contents($file_path));
} else {
$content = '
<h2>Not Found</h2>
<p>Sorry, couldn\'t find a post with that name. Please try again, or go to the
<a href="'.BASE_URL.'">home page</a> to select a different post.</p>';
}
} else {
// Blog main page - list all posts
$files = new DirectoryIterator(__DIR__.'/content/');
$files_array = [];
foreach ($files as $file) {
if ( $file->isFile() && $file->getExtension() == FILE_EXT ) {
array_push($files_array, $file->getFileInfo());
}
}
usort($files_array, 'sortPosts'); // See sortPosts() function above
foreach ($files_array as $file) {
$filename_no_ext = $file->getBasename('.'.FILE_EXT);
$file_pointer = $file->openFile();
$post_title = trim($file_pointer->fgets(),'#');
$content .= '<p class="is-social-minimal-light"><a class="link-1 aqua" href="'.BASE_URL.'?post='.$filename_no_ext.'">'.$post_title.'</a> '.$filename_no_ext.'</p>';
}
}
// Appending file hashes to the <link> hrefs allows us to cache the files indefinitely,
// but immediately serve a new version once the file changes.
$style_hash = hash('md5', file_get_contents(__DIR__.'/src/css/style-'.APPEARANCE.'.css'));
$fonts_hash = hash('md5', file_get_contents(__DIR__.'/src/css/fonts.css'));
$icon_hash = hash('md5', file_get_contents(__DIR__.'/img/favicon.png'));
?>
<!DOCTYPE html>
<html>
<head>
<title><?php if ( !empty($_GET['post']) ) { echo $post_title.' - '; } ?><?php echo BLOG_TITLE; ?></title>
<meta charset="utf-8">
<meta name="description" content="The web space of Ty Clifford" />
<meta name="author" content="Ty Clifford">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="Ty Clifford, Keyser, West Virginia, United States, Nerd, Ty on TikTok, Ty's web space, Freedom of Expression">
<meta property="og:url" content="https://tyclifford.com/?mtm_campaign=homepage" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Ty Clifford - Hobbies are my hobby." />
<meta property="og:title" content="Ty Clifford - Hobbies are my hobby." />
<meta property="og:image" content="https://tyclifford.com/images/fa2.jpg" />
<meta property="og:image:alt" content="Profile image of Ty Clifford. Making a funny face squinting, Eye everything." />
<meta name="twitter:site" content="@_tyclifford" />
<meta name="twitter:title" content="Ty Clifford" />
<meta name="twitter:description" content="Ty's space" />
<!-- FAV and TOUCH ICONS -->
<link rel="shortcut icon" href="<?php echo $mainURL; ?>/images/ico/fa-bl.ico">
<link rel="apple-touch-icon" href="<?php echo $mainURL; ?>/images/ico/fa-bl.jpg"/>
<!-- FONTS -->
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/fonts/hk-grotesk/style.css">
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/fonts/fontello/css/fontello.css">
<!-- STYLES -->
<link rel="stylesheet" type="text/css" href="<?php echo $mainURL; ?>/css/main.css">
<!-- Video -->
</head>
<body class="is-text-align-left is-masked-dark is-text-light" style="background-color:black;">
<!-- CONTENT-WRAP -->
<div class="content-wrap">
<!-- CONTENT -->
<div class="content">
<h4><a href="index.php"><span class="highlight purple">Blurbs</span></a></h4>
<?php
$tag = $is_post ? 'article' : 'main';
echo '<'.$tag.'>'.$content.'</'.$tag.'>';
?>
<hr />
<p class="is-social-minimal-light"><a class="social-link github" href="https://github.com/snick512/"></a> <a class="social-link email" href="mailto:ty@tyclifford.com"></a> <a class="social-link twitter" href="https://twitter.com/_tyclifford"></a></p>
</div>
<!-- CONTENT -->
</div>
<!-- CONTENT-WRAP -->
<!-- SCRIPTS -->
<script src="../js/main.js"></script>
</body>
</html>
+36
View File
@@ -0,0 +1,36 @@
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-regular-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-italic-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-bold-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-bold-webfont.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'lato';
src: url('../fonts/lato/lato-bolditalic-webfont.woff2') format('woff2'),
url('../fonts/lato/lato-bolditalic-webfont.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'slabo_13px';
src: url('../fonts/slabo13px/slabo13px-regular-webfont.woff2') format('woff2'),
url('../fonts/slabo13px/slabo13px-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
+83
View File
@@ -0,0 +1,83 @@
body {
color: #fff;
background: #333;
font: 18px 'lato', sans-serif;
line-height: 1.5;
}
body>* {
max-width: 40em;
margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'slabo_13px', 'lato', sans-serif;
}
a,
a:link,
a:visited {
color: #0bf;
transition: color .2s ease;
}
a:hover {
color: #09d;
}
a:active {
color: #057;
}
header {
border-bottom: 1px solid #555;
}
h1.blog-title a {
text-decoration: none;
}
h2.list-title a {
color: #fff;
text-decoration: none;
}
h1.blog-title a:hover,
h2.list-title a:hover {
text-decoration: underline;
}
h2.list-title a:hover {
color: #ddd;
}
code {
font: normal 1em 'Inconsolata', monospace;
color: #fb557e;
background: #222;
padding: 0 .33em;
border-radius: .33em;
}
hr {
border: none;
border-top: 1px solid #555;
}
footer {
color: #ddd;
padding: 0 1em;
margin: 2em auto 0;
background: #444;
box-sizing: border-box;
overflow: auto;
}
footer .postscript {
font-style: italic;
}
+82
View File
@@ -0,0 +1,82 @@
body {
color: #333;
background: #fff;
font: 18px 'lato', sans-serif;
line-height: 1.5;
}
body>* {
max-width: 40em;
margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'slabo_13px', 'lato', sans-serif;
}
a,
a:link,
a:visited {
color: #08c;
transition: color .2s ease;
}
a:hover {
color: #0bf;
}
a:active {
color: #046;
}
header {
border-bottom: 1px solid #ccc;
}
h1.blog-title a {
text-decoration: none;
}
h2.list-title a {
color: #000;
text-decoration: none;
}
h1.blog-title a:hover,
h2.list-title a:hover {
text-decoration: underline;
}
h2.list-title a:hover {
color: #ddd;
}
code {
font: normal 1em 'Inconsolata', monospace;
color: #fb557e;
background: #eee;
padding: 0 .33em;
border-radius: .33em;
}
hr {
border: none;
border-top: 1px solid #ccc;
}
footer {
color: #888;
padding: 1em;
margin: 2em auto 0;
background: #eee;
box-sizing: border-box;
}
footer .postscript {
font-style: italic;
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.