I hereby claim:
- I am klaasnotfound on github.
- I am klaasnotfound (https://keybase.io/klaasnotfound) on keybase.
- I have a public key ASArOBBvNMWKUIozH0DQg1IpWTCiaXiOpLXk2hwHR8_pCgo
To claim this, I am signing this object:
| import { ExecutionContext, Injectable } from '@nestjs/common'; | |
| import { ThrottlerGuard, ThrottlerLimitDetail, ThrottlerRequest } from '@nestjs/throttler'; | |
| type BlockEntry = { | |
| minDuration: number; | |
| blockDuration: number; | |
| totalHits: number; | |
| blockedUntil: number; | |
| }; |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Simple Redirect Page</title> | |
| </head> | |
| <body> | |
| <script> | |
| var lang = navigator.language || navigator.userLanguage; | |
| if (lang.indexOf('de') == 0) |
| =begin | |
| Jekyll Multiple Languages is an internationalization plugin for Jekyll. It | |
| compiles your Jekyll site for one or more languages with a similar approach as | |
| Rails does. The different sites will be stored in sub folders with the same name | |
| as the language it contains. | |
| Please visit https://github.com/screeninteraction/jekyll-multiple-languages-plugin | |
| for more details. |
| package com.klaasnotfound.application; | |
| import android.app.Activity; | |
| import android.app.Application; | |
| import android.os.Bundle; | |
| /** | |
| * A convenience lifecycle handler that tracks whether the overall application is | |
| * started, in the foreground, in the background or stopped and ignores transitions | |
| * between individual activities. |