Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:gnss-sdr/geniuss-place
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Jan 22, 2025
2 parents 31acb6e + 3a8bb56 commit fd2b0af
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 295 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ GEM
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.11)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
csv (3.3.2)
dnsruby (1.72.3)
base64 (~> 0.2.0)
Expand All @@ -46,7 +46,7 @@ GEM
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0)
ffi (1.17.1)
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (232)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
jekyll (3.10.0)
addressable (~> 2.4)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.4)
logger (1.6.5)
mercenary (0.3.6)
mini_portile2 (2.8.8)
minima (2.5.1)
Expand All @@ -236,7 +236,7 @@ GEM
minitest (5.25.4)
net-http (0.6.0)
uri
nokogiri (1.18.0)
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (4.25.1)
Expand Down Expand Up @@ -269,7 +269,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo-data (1.2025.1)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
uri (1.0.2)
Expand Down
2 changes: 1 addition & 1 deletion _geniuss-place/03-coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ clang-format version 19.1.6
$ clang-format -i <file>
```
{: class="no-copy"}
or for a folder and its and subfolders:
or for a folder and its subfolders:
```console
$ find src/algorithms/conditioner/ -iname *.h -o -iname *.cc | xargs clang-format -i
```
Expand Down
Loading

0 comments on commit fd2b0af

Please sign in to comment.