Skip to content
View samritbk's full-sized avatar
  • Calgary, Alberta

Block or report samritbk

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. MahberAppMahberAppPublic

    Java

  2. WinnipegTransitWinnipegTransitPublic

    Java 1

  3. SubscriptionReminderSubscriptionReminderPublic

    Abdi project

  4. Remove / in Spark Java (Allow with /...Remove / in Spark Java (Allow with / and without /)
    1
    Spark.before((req, res) -> {
    2
    Stringpath = req.pathInfo();
    3
    if (path.endsWith("/") && path.length() != 1) // length prevents redirect on homepage http://example.com/ <-- 
    4
    res.redirect(path.substring(0, path.length() - 1));
    5
  5. EriotcEriotcPublic

    Early code of the website. Design and PHP backend script

    JavaScript