Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Morasiu/ProgrammingChallenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

88 Commits

Repository files navigation

Programming Challenges

All task from list of Programming Challenges v1.4 list

If you have any questions, you can contact me by email morasiu2@gmail.com

So...

Challenge accepted

Table of content

Bonuses

  1. Loading animation
  • Python - just run script using Pyhton 3 (for example. python script.py)
  • C# - you can run it using mono or clicking on exe, and compile by mcs:
    • compile - mcs script.cs
    • run - mono script.exe
  • Rust -
    • compile - cargo build
    • run - click on exe file on Windows or run like a typical program on Linux (for example. typing its name in console)

Progress

26/100

しかくしかくしかくしかくしかくしかくしかくしかくしかくしかくしかくしかくしかくしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかくしろいしかく

All - 100

string.Concat(text.Reverse())

16
Check it!

  • 17 (削除) Eurelian Path (削除ここまで)
    Why I didn't solve that challenge? It sounds fun, but I hate writing GUI and that would be a nightmare for me. Maybe some day?
  • 18 Simple file Explorer - 09.08.2018 Done (C#)
    18
    Check it!
  • 19 Count Words - 13.08.2018 Done (C#)
    19
    Check it!
  • 20 Minesweeper - 14.08.2018 Done (C#)
    20
    Check it!
  • 21 Connect Four - 23.08.2018 Done (Rust)
    21
    Check it!
  • 22 BMI Calculator - 28.08.2018 Done (Rust)
    22
    Check it!
  • 23 Image Downloader - 28.08.2018 Done (C#)
    Since it's either too easy or too boring, I've managed to do this in C# as simple as that:
using (WebClient client = new WebClient()) {
 client.DownloadFile("http://www.example.com/image.jpg", localFilename);
}

As you see, not really a challenge. Let's move on

Bonus

  • 1. Loading animation in console 24.02.2018 Done (C#) Bonus 1

About

All task from list of Programming Challenges v1.4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /