I hereby claim:
- I am vanita5 on github.
- I am vanita5 (https://keybase.io/vanita5) on keybase.
- I have a public key ASA3wiYhDvYkeXGVCeExEc8SdHBlX6BVTcZizmmuBwRGfwo
To claim this, I am signing this object:
/** | |
* Determines whether some but not all members of an array satisfy the specified test. | |
* | |
* @param callbackfn A function that accepts up to three arguments. The onlySome method calls | |
* Array.prototype.some and Array.prototype.every. Both call the callbackfn function for each | |
* element in the array until the callbackfn returns a value which is coercible to the Boolean value true | |
* or false respectively, or until the end of the array. | |
* @param thisArg An object to which the this keyword can refer in the callbackfn function. | |
* If thisArg is omitted, undefined is used as the this value. | |
* @returns {boolean} |
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>CSS Locks</title> | |
<style type="text/css"> | |
#container { | |
width: 250px; |
I hereby claim:
To claim this, I am signing this object:
<?php | |
################################################################################################## | |
################################################################################################## | |
## Description: PHP Download Controller ## | |
## Author: vanita5 <[email protected]> ## | |
## Date: Nov 2014 ## | |
## File: download.php ## | |
## Version: 1.0 ## | |
## ## | |
## ## |