Skip to content
View ngng628's full-sized avatar
👻
👻
👻
👻

Highlights

  • Pro

Block or report ngng628

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ngng628/README.md

👻👻
who ya gonna call?

ngng628 ngng628

manjaro

$\mathcal{Who\ am\ I?}$

$\mathcal{GitHub\ Stats}$

$\mathcal{Fizz Buzz}$

n = (1..100).select { |i| i % 3 == 0 }.map { |i| { i, "Fizz" } }
g = (1..100).select { |i| i % 5 == 0 }.map { |i| { i, "Buzz" } }
n = n.concat(g).group_by(&.[0]).map { |i, s| {i, s.sum("", &.[1])} }
g = n.concat([*(1..100)].map{ |i| {i, i.to_s} }).uniq(&.[0]).sort.map(&.[1]); puts [
6_2,8].map(&.chr).join + g.join(" ") # => 1 2 Fizz 4 Buzz Fizz 7 8 Fizz Buzz 11 Fizz 13 14 FizzBuzz ...

Pinned Loading

  1. atcoder-submit-status atcoder-submit-status Public

    競技プログラミングのコンテストサイトの順位表をCLI上で確認するためのツール

    Python 5

  2. portfolio portfolio Public

    自分まとめのサイト

    HTML

  3. hakatashi/ac-library.cr hakatashi/ac-library.cr Public

    Port of ac-library implemented in Crystal Programming Language

    Crystal 41 8

  4. compe-library.cr compe-library.cr Public

    Crystal

  5. procon30-gui procon30-gui Public

    第30回全国高等専門学校プログラミングコンテストの競技部門「踊って舞って回って」のGUIアプリです。

    C++

  6. avltree avltree Public

    An implement of SortedSet, SortedMap and SortedMultiset using AVL tree.

    Crystal 1