Skip to content

Commit

Permalink
[add] new post
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanumeric committed Oct 15, 2023
1 parent b45ad41 commit e8070fd
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 40 deletions.
19 changes: 14 additions & 5 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
ruby "3.1.2"
ruby "3.2.0"

gem "jekyll", "~> 4.3.2"
gem 'public_suffix', '5.0.3'
gem 'addressable', '2.8.5'
gem 'concurrent-ruby', '1.2.2'
gem 'ffi', '1.16.3'
gem 'google-protobuf', '3.24.4'
gem 'i18n', '1.14.1'
gem 'sass-embedded', '1.69.3'
gem 'rouge', '4.1.3'
gem 'unicode-display_width', '2.5.0'
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
# group :jekyll_plugins do
# gem "jekyll-feed", "~> 0.12"
# end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
Expand Down
53 changes: 26 additions & 27 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
bibtex-ruby (6.0.0)
latex-decode (~> 0.0)
Expand All @@ -11,7 +11,7 @@ GEM
citeproc (~> 1.0, >= 1.0.9)
csl (~> 1.6)
colorator (1.1.0)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
csl (1.6.0)
namae (~> 1.0)
rexml
Expand All @@ -21,14 +21,13 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.8.1)
ffi (1.15.5)
execjs (2.9.1)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.21.12)
google-protobuf (3.21.12-x86_64-darwin)
google-protobuf (3.21.12-x86_64-linux)
google-protobuf (3.24.4-x86_64-darwin)
google-protobuf (3.24.4-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
addressable (~> 2.4)
Expand All @@ -46,14 +45,12 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-katex (1.0.0)
execjs (~> 2.7)
jekyll (>= 3.6, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-scholar (7.1.2)
jekyll-scholar (7.1.3)
bibtex-ruby (~> 6.0)
citeproc-ruby (~> 1.0)
csl-styles (~> 1.0)
Expand All @@ -74,49 +71,51 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
namae (1.1.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
rake (13.0.6)
public_suffix (5.0.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (4.1.0)
rexml (3.2.6)
rouge (4.1.3)
safe_yaml (1.0.5)
sass-embedded (1.58.0)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.69.3-x86_64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.3-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
ruby
x86_64-darwin-19
x86_64-linux

DEPENDENCIES
addressable (= 2.8.5)
concurrent-ruby (= 1.2.2)
ffi (= 1.16.3)
google-protobuf (= 3.24.4)
http_parser.rb (~> 0.6.0)
i18n (= 1.14.1)
jekyll (~> 4.3.2)
jekyll-feed (~> 0.12)
jekyll-katex
jekyll-scholar
jekyll-seo-tag
jekyll-sitemap
minima (~> 2.5)
public_suffix (= 5.0.3)
rouge (= 4.1.3)
sass-embedded (= 1.69.3)
tzinfo (>= 1, < 3)
tzinfo-data
unicode-display_width (= 2.5.0)
wdm (~> 0.1.1)

RUBY VERSION
ruby 3.1.2p20
ruby 3.2.0p0

BUNDLED WITH
2.4.6
3 changes: 1 addition & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ github_username: jekyll

highlighter: rouge

# Build settings
# Build settings without jekyll-feed
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-scholar
Expand Down
11 changes: 11 additions & 0 deletions docs/_math/fourier-series-transform-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Fourier Series and Fourier Transform - I
subtitle: Certain feelings in my body leads me to believel that I have to stduy Fourier Series and Fourier Transform for a better understanding of probability theory, measure theory,entroy and information theory.
layout: math_page_template
date: 2023-10-15
keywords: fourier series, fourier transform, probability, measure theory, entropy, foundations of probability
published: true
tags: fourier-analysis, probability, measure-theory, entropy, foundations-of-probability
---

hello
6 changes: 0 additions & 6 deletions docs/blog-tags/history.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/math-tags/entropy,.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: math_tagpage
title: "Tag: entropy,"
tag: entropy,
robots: noindex
---
6 changes: 6 additions & 0 deletions docs/math-tags/foundations-of-probability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: math_tagpage
title: "Tag: foundations-of-probability"
tag: foundations-of-probability
robots: noindex
---
6 changes: 6 additions & 0 deletions docs/math-tags/fourier-analysis,.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: math_tagpage
title: "Tag: fourier-analysis,"
tag: fourier-analysis,
robots: noindex
---
6 changes: 6 additions & 0 deletions docs/math-tags/measure-theory,.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: math_tagpage
title: "Tag: measure-theory,"
tag: measure-theory,
robots: noindex
---
6 changes: 6 additions & 0 deletions docs/math-tags/probability,.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: math_tagpage
title: "Tag: probability,"
tag: probability,
robots: noindex
---

0 comments on commit e8070fd

Please sign in to comment.