kono.DIO.da's blog

By kono.DIO.da, 3 years ago, In English

The popular CP-algorithms website is currently showing an internal server error. Is it permanently removed? Or are the issues being resolved and it would be back up in some time? Thanks in advance for any information.

EDIT: After checking the github of the translation team, I found out that the website is currently hosted at CP-algorithms

  • Vote: I like it
  • +50
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it +11 Vote: I do not like it

For whatever it's worth, you can go to https://github.com/e-maxx-eng/e-maxx-eng/tree/master/src

to view the content of the website.

»
3 years ago, # |
  Vote: I like it +7 Vote: I do not like it

Since it is just a static site web archives to the rescue cp-algos-archive

»
3 years ago, # |
Rev. 2   Vote: I like it +11 Vote: I do not like it

[DELETED]

»
3 years ago, # |
  Vote: I like it +8 Vote: I do not like it

There is a pdf version too, that you can refer in such a circumstance

»
3 years ago, # |
Rev. 2   Vote: I like it +35 Vote: I do not like it

Sorry for the downtime of the website.

I've temporarily set up the website at a new host (https://cp-algorithms.web.app/), and I'm working on getting the original URL working again. Unfortunately the cp-algorithms.com domain is not owned by me, but by another contributor. So I need get in contact with him and coordinate the setup with him, but so far he hasn't responded to my messages yet.

  • »
    »
    3 years ago, # ^ |
      Vote: I like it +2 Vote: I do not like it

    I just wanted to make sure that it isn't permanently removed. Being new to CP it is a wonderful resource so I was kind of worried that it has been taken down. Thank you very much for that website :)

»
3 years ago, # |
  Vote: I like it +22 Vote: I do not like it
»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Math is not loading properly on cp algorithms

  • »
    »
    3 years ago, # ^ |
      Vote: I like it +11 Vote: I do not like it

    Can you please give some more infos, otherwise I can't fix it.

    On every page? On just a single page? Which one? On what device (mobile or desktop)? Which Browser? Already tried a full refresh (Ctrl-F5)?

    • »
      »
      »
      3 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      For instance in the max bipartite matching article, the "try_kuhn" did not embed properly. This is on Google Chrome desktop.

    • »
      »
      »
      3 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Sure

      1. On Every Page
      2. Every Math Expression
      3. Windows Laptop (Brave Browser, chrome, edge)

      I tried refreshing, but nothing happened.  This is example of Binary Exponential

      • »
        »
        »
        »
        3 years ago, # ^ |
        Rev. 3   Vote: I like it +3 Vote: I do not like it

        It is working fine on my end. Google Chrome on Windows.

        Image
      • »
        »
        »
        »
        3 years ago, # ^ |
        Rev. 2   Vote: I like it 0 Vote: I do not like it

        It's also working fine for me.

        Do you have some domain blockers somewhere. E.g. locally in your /etc/hosts file, or via some ad-blocker? Or does your country or ISP censor the internet? It looks like the the JavaScript library that we use for displaying images is not loading for you. But if this happens in different browsers, that would mean that this library (served via cdnjs.cloudflare.com) is blocked globally for you.