Skip to content
View filip1's full-sized avatar

Block or report filip1

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

Pinned Loading

  1. JavaScript Date.toLocalISOString() m... JavaScript Date.toLocalISOString() method
    1
    Date.prototype.toLocalISOString = function() {
    2
      var off = this.getTimezoneOffset();
    3
    	return new Date(this.getFullYear(), this.getMonth(), this.getDate(), this.getHours(), this.getMinutes() - off, this.getSeconds(), this.getMilliseconds()).toISOString().slice(0,-1);
    4
    }
  2. shower-stats shower-stats Public

    How long are your showers, and how much warm and cold water are you using?

    JavaScript

  3. AKVorrat/dearmep AKVorrat/dearmep Public

    Empowering citizens to directly and easily reach out to their Members of the European Parliament (MEPs), amplifying public voices in critical legislative debates.

    Python 12 1