Skip to content

Commit f51033e

Browse files
committed
Deploying to gh-pages from @ f165522 🚀
1 parent dcf8866 commit f51033e

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

assets/jupyter/blog.ipynb.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

blog/2024/tabs/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

feed.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://melisasavich.com/feed.xml" rel="self" type="application/atom+xml"/><link href="https://melisasavich.com/" rel="alternate" type="text/html" hreflang="en"/><updated>2024-10-19T04:55:13+00:00</updated><id>https://melisasavich.com/feed.xml</id><title type="html">blank</title><subtitle>Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. </subtitle><entry><title type="html">Internet Archive Breach Exposes 31 Million User Accounts</title><link href="https://melisasavich.com/blog/2024/internet-archive-breach-exposes-31-million-user-accounts/" rel="alternate" type="text/html" title="Internet Archive Breach Exposes 31 Million User Accounts"/><published>2024-10-09T00:00:00+00:00</published><updated>2024-10-09T00:00:00+00:00</updated><id>https://melisasavich.com/blog/2024/internet-archive-breach-exposes-31-million-user-accounts</id><content type="html" xml:base="https://melisasavich.com/blog/2024/internet-archive-breach-exposes-31-million-user-accounts/"><![CDATA[]]></content><author><name></name></author><summary type="html"><![CDATA[Internet Archive breach exposed 31M accounts. Protect your data now by updating passwords, enabling MFA, and using Have I Been Pwned.]]></summary></entry><entry><title type="html">a post with tabs</title><link href="https://melisasavich.com/blog/2024/tabs/" rel="alternate" type="text/html" title="a post with tabs"/><published>2024-05-01T00:32:13+00:00</published><updated>2024-05-01T00:32:13+00:00</updated><id>https://melisasavich.com/blog/2024/tabs</id><content type="html" xml:base="https://melisasavich.com/blog/2024/tabs/"><![CDATA[<p>This is how a post with <a href="https://github.com/Ovski4/jekyll-tabs">tabs</a> looks like. Note that the tabs could be used for different purposes, not only for code.</p> <h2 id="first-tabs">First tabs</h2> <p>To add tabs, use the following syntax:</p> <div class="language-liquid highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">{%</span><span class="w"> </span><span class="nt">tabs</span><span class="w"> </span><span class="nv">group-name</span><span class="w"> </span><span class="cp">%}</span>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://melisasavich.com/feed.xml" rel="self" type="application/atom+xml"/><link href="https://melisasavich.com/" rel="alternate" type="text/html" hreflang="en"/><updated>2024-10-19T05:00:47+00:00</updated><id>https://melisasavich.com/feed.xml</id><title type="html">blank</title><subtitle>Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. </subtitle><entry><title type="html">Internet Archive Breach Exposes 31 Million User Accounts</title><link href="https://melisasavich.com/blog/2024/internet-archive-breach-exposes-31-million-user-accounts/" rel="alternate" type="text/html" title="Internet Archive Breach Exposes 31 Million User Accounts"/><published>2024-10-09T00:00:00+00:00</published><updated>2024-10-09T00:00:00+00:00</updated><id>https://melisasavich.com/blog/2024/internet-archive-breach-exposes-31-million-user-accounts</id><content type="html" xml:base="https://melisasavich.com/blog/2024/internet-archive-breach-exposes-31-million-user-accounts/"><![CDATA[]]></content><author><name></name></author><summary type="html"><![CDATA[Internet Archive breach exposed 31M accounts. Protect your data now by updating passwords, enabling MFA, and using Have I Been Pwned.]]></summary></entry><entry><title type="html">a post with tabs</title><link href="https://melisasavich.com/blog/2024/tabs/" rel="alternate" type="text/html" title="a post with tabs"/><published>2024-05-01T00:32:13+00:00</published><updated>2024-05-01T00:32:13+00:00</updated><id>https://melisasavich.com/blog/2024/tabs</id><content type="html" xml:base="https://melisasavich.com/blog/2024/tabs/"><![CDATA[<p>This is how a post with <a href="https://github.com/Ovski4/jekyll-tabs">tabs</a> looks like. Note that the tabs could be used for different purposes, not only for code.</p> <h2 id="first-tabs">First tabs</h2> <p>To add tabs, use the following syntax:</p> <div class="language-liquid highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">{%</span><span class="w"> </span><span class="nt">tabs</span><span class="w"> </span><span class="nv">group-name</span><span class="w"> </span><span class="cp">%}</span>
22

33
<span class="cp">{%</span><span class="w"> </span><span class="nt">tab</span><span class="w"> </span><span class="nv">group-name</span><span class="w"> </span><span class="nv">tab-name-1</span><span class="w"> </span><span class="cp">%}</span>
44

@@ -13,16 +13,16 @@ Content 2
1313
<span class="cp">{%</span><span class="w"> </span><span class="nt">endtab</span><span class="w"> </span><span class="cp">%}</span>
1414

1515
<span class="cp">{%</span><span class="w"> </span><span class="nt">endtabs</span><span class="w"> </span><span class="cp">%}</span>
16-
</code></pre></div></div> <p>With this you can generate visualizations like:</p> <ul id="log" class="tab" data-tab="294ab87d-274b-4050-8a0f-add0a4f99cd1" data-name="log"> <li class="active" id="log-php"> <a href="#">php </a> </li> <li id="log-js"> <a href="#">js </a> </li> <li id="log-ruby"> <a href="#">ruby </a> </li> </ul> <ul class="tab-content" id="294ab87d-274b-4050-8a0f-add0a4f99cd1" data-name="log"> <li class="active"> <div class="language-php highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">var_dump</span><span class="p">(</span><span class="s1">'hello'</span><span class="p">);</span>
16+
</code></pre></div></div> <p>With this you can generate visualizations like:</p> <ul id="log" class="tab" data-tab="4ece0f35-a597-45a8-942d-a129e78527ae" data-name="log"> <li class="active" id="log-php"> <a href="#">php </a> </li> <li id="log-js"> <a href="#">js </a> </li> <li id="log-ruby"> <a href="#">ruby </a> </li> </ul> <ul class="tab-content" id="4ece0f35-a597-45a8-942d-a129e78527ae" data-name="log"> <li class="active"> <div class="language-php highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">var_dump</span><span class="p">(</span><span class="s1">'hello'</span><span class="p">);</span>
1717
</code></pre></div></div> </li> <li> <div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">console</span><span class="p">.</span><span class="nf">log</span><span class="p">(</span><span class="dl">"</span><span class="s2">hello</span><span class="dl">"</span><span class="p">);</span>
1818
</code></pre></div></div> </li> <li> <div class="language-javascript highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">pputs</span> <span class="dl">'</span><span class="s1">hello</span><span class="dl">'</span>
19-
</code></pre></div></div> </li> </ul> <h2 id="another-example">Another example</h2> <ul id="data-struct" class="tab" data-tab="581902ef-c6ee-4be2-9db8-9e8f8fa885fc" data-name="data-struct"> <li class="active" id="data-struct-yaml"> <a href="#">yaml </a> </li> <li id="data-struct-json"> <a href="#">json </a> </li> </ul> <ul class="tab-content" id="581902ef-c6ee-4be2-9db8-9e8f8fa885fc" data-name="data-struct"> <li class="active"> <div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">hello</span><span class="pi">:</span>
19+
</code></pre></div></div> </li> </ul> <h2 id="another-example">Another example</h2> <ul id="data-struct" class="tab" data-tab="38461581-3e71-4c8c-a50d-c18c851badec" data-name="data-struct"> <li class="active" id="data-struct-yaml"> <a href="#">yaml </a> </li> <li id="data-struct-json"> <a href="#">json </a> </li> </ul> <ul class="tab-content" id="38461581-3e71-4c8c-a50d-c18c851badec" data-name="data-struct"> <li class="active"> <div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="na">hello</span><span class="pi">:</span>
2020
<span class="pi">-</span> <span class="s2">"</span><span class="s">whatsup"</span>
2121
<span class="pi">-</span> <span class="s2">"</span><span class="s">hi"</span>
2222
</code></pre></div></div> </li> <li> <div class="language-json highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">{</span><span class="w">
2323
</span><span class="nl">"hello"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"whatsup"</span><span class="p">,</span><span class="w"> </span><span class="s2">"hi"</span><span class="p">]</span><span class="w">
2424
</span><span class="p">}</span><span class="w">
25-
</span></code></pre></div></div> </li> </ul> <h2 id="tabs-for-something-else">Tabs for something else</h2> <ul id="something-else" class="tab" data-tab="1c54f673-ea69-4f8b-b3a5-a43e601c73dc" data-name="something-else"> <li class="active" id="something-else-text"> <a href="#">text </a> </li> <li id="something-else-quote"> <a href="#">quote </a> </li> <li id="something-else-list"> <a href="#">list </a> </li> </ul> <ul class="tab-content" id="1c54f673-ea69-4f8b-b3a5-a43e601c73dc" data-name="something-else"> <li class="active"> <p>Regular text</p> </li> <li> <blockquote> <p>A quote</p> </blockquote> </li> <li> <p>Hipster list</p> <ul> <li>brunch</li> <li>fixie</li> <li>raybans</li> <li>messenger bag</li> </ul> </li> </ul>]]></content><author><name></name></author><category term="sample-posts"/><category term="formatting"/><category term="code"/><summary type="html"><![CDATA[this is what included tabs in a post could look like]]></summary></entry><entry><title type="html">a post with typograms</title><link href="https://melisasavich.com/blog/2024/typograms/" rel="alternate" type="text/html" title="a post with typograms"/><published>2024-04-29T23:36:10+00:00</published><updated>2024-04-29T23:36:10+00:00</updated><id>https://melisasavich.com/blog/2024/typograms</id><content type="html" xml:base="https://melisasavich.com/blog/2024/typograms/"><![CDATA[<p>This is an example post with some <a href="https://github.com/google/typograms/">typograms</a> code.</p> <div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">```</span><span class="nl">typograms
25+
</span></code></pre></div></div> </li> </ul> <h2 id="tabs-for-something-else">Tabs for something else</h2> <ul id="something-else" class="tab" data-tab="c8750948-67f8-4794-bce9-ddf5287cb2d3" data-name="something-else"> <li class="active" id="something-else-text"> <a href="#">text </a> </li> <li id="something-else-quote"> <a href="#">quote </a> </li> <li id="something-else-list"> <a href="#">list </a> </li> </ul> <ul class="tab-content" id="c8750948-67f8-4794-bce9-ddf5287cb2d3" data-name="something-else"> <li class="active"> <p>Regular text</p> </li> <li> <blockquote> <p>A quote</p> </blockquote> </li> <li> <p>Hipster list</p> <ul> <li>brunch</li> <li>fixie</li> <li>raybans</li> <li>messenger bag</li> </ul> </li> </ul>]]></content><author><name></name></author><category term="sample-posts"/><category term="formatting"/><category term="code"/><summary type="html"><![CDATA[this is what included tabs in a post could look like]]></summary></entry><entry><title type="html">a post with typograms</title><link href="https://melisasavich.com/blog/2024/typograms/" rel="alternate" type="text/html" title="a post with typograms"/><published>2024-04-29T23:36:10+00:00</published><updated>2024-04-29T23:36:10+00:00</updated><id>https://melisasavich.com/blog/2024/typograms</id><content type="html" xml:base="https://melisasavich.com/blog/2024/typograms/"><![CDATA[<p>This is an example post with some <a href="https://github.com/google/typograms/">typograms</a> code.</p> <div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">```</span><span class="nl">typograms
2626
</span><span class="sb">+----+
2727
| |---&gt; My first diagram!
2828
+----+</span>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> Melisa K. Savich </title> <meta name="author" content="Melisa K. Savich"> <meta name="description" content="Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. "> <meta name="keywords" content="Melisa K. Savich Cybersecurity Engineer Cybersecurity Research Fuzzing Techniques CI/CD Pipelines Sandia National Labs Embedded Systems Security Application Security Taint Analysis Security Research Binary Analysis Open Source Projects Technology Consulting Digital Security Tech Innovation AI in Cybersecurity # add your own keywords or leave empty "> <meta property="og:site_name" content="Melisa K. Savich"> <meta property="og:type" content="website"> <meta property="og:title" content="Melisa K. Savich | about"> <meta property="og:url" content="https://melisasavich.com/"> <meta property="og:description" content="Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. "> <meta property="og:image" content="/assets/img/favicon.svg"> <meta property="og:locale" content="en"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="about"> <meta name="twitter:description" content="Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. "> <meta name="twitter:image" content="/assets/img/favicon.svg"> <script type="application/ld+json">
1+
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title> Melisa K. Savich </title> <meta name="author" content="Melisa K. Savich"> <meta name="description" content="Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. "> <meta name="keywords" content="Melisa K. Savich Cybersecurity Engineer Cybersecurity Research Fuzzing Techniques CI/CD Pipelines Sandia National Labs Embedded Systems Security Application Security Taint Analysis Security Research Binary Analysis Open Source Projects Technology Consulting Digital Security Tech Innovation AI in Cybersecurity # add your own keywords or leave empty "> <meta property="og:site_name" content="Melisa K. Savich"> <meta property="og:type" content="website"> <meta property="og:title" content="Melisa K. Savich | about"> <meta property="og:url" content="https://melisasavich.com/"> <meta property="og:description" content="Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. "> <meta property="og:image" content="favicon.svg"> <meta property="og:locale" content="en"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="about"> <meta name="twitter:description" content="Melisa K. Savich is a cybersecurity research engineer specializing in fuzzing, CI/CD pipelines, and system-level security. Explore her portfolio of innovative technical projects, research, and contributions to open-source cybersecurity. "> <meta name="twitter:image" content="favicon.svg"> <script type="application/ld+json">
22
{
33
"author":
44
{

0 commit comments

Comments
 (0)