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

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. MahberApp MahberApp Public

    Java

  2. WinnipegTransit WinnipegTransit Public

    Java 1

  3. SubscriptionReminder SubscriptionReminder Public

    Abdi project

  4. Remove / in Spark Java (Allow with /... Remove / in Spark Java (Allow with / and without /)
    1
    Spark.before((req, res) -> {
    2
      String path = 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. Eriotc Eriotc Public

    Early code of the website. Design and PHP backend script

    JavaScript