I hereby claim:
- I am jucrouzet on github.
- I am c2c (https://keybase.io/c2c) on keybase.
- I have a public key whose fingerprint is E8E6 9D62 C79E B025 5517 3F11 4C4C F0FF DED4 161E
To claim this, I am signing this object:
package main | |
import "fmt" | |
func main() { | |
fmt.Printf("%v\n", WithoutCap()) | |
fmt.Printf("%v\n", WithCap()) | |
} | |
func WithoutCap() []int { |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Test crash</title> | |
</head> | |
<body> | |
Let's crash ! | |
<script type="text/javascript"> |
import ( | |
"bufio" | |
"bytes" | |
"fmt" | |
"net/http" | |
"strconv" | |
) | |
// GetStreamTitle get the current song/show in an Icecast stream | |
func (r *Radio) GetStreamTitle(streamUrl string) (string, error) { |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<VAST version="2.0"> | |
<Ad> | |
<Wrapper> | |
<VASTAdTagURI>https://vast.mathtag.com/?exch=sta&id=5aW95q2jLzEyLyAvT1dFM09EYzBPREV0TWpneU5DMHpZbUUwTFRBd01EQXRNREF3TURBd01EQXdNREF3LzkwNTI0OTA2Mzc3NzgzMjU0MzQvMzQ1ODgxNC8xOTM3Mjg1LzQ0L01FYX\ | |
k2bzA2RG0xcmZhT2EwdEpjZHZKYjFMSnhDZzdYVGQtOE83WGpGWmsvMi8xNDk0ODIvMTQ4NTQ1MDQ1Ni8xLzM0MjAxNS8zMTA1MjU2OTQzLzE3MjI0NC8zMjc4MzgvMi8wLzAvTURBd01EQXdNREF0TURBd01DMHdNREF3TFRBd01EQXRNREF3TURBd01EQXdNREF3LzAvMC8x\ | |
NDk0ODIvMC8/RYzA0_Os3ItrRJ9yT0rblt3VwWU&sid=1937285&cid=3458814&nodeid=502&auctionid=9052490637778325434&bp=bf_aaaaaa&protocol_version=1&buyerCreativeId=3458814&cvid=1&ai\ | |
d=9052490637778325434&adverid=172244&site=rgtf1-25-49-iptv-tf1pub.com&cacheBuster=1485884090&skippable=0&cmp=327838&dealid=149482&sup_dealid=GRO-AFF-00022&uuid=9a787481-2824-\ | |
3ba4-0000-000000000000&siteid=640985&pid=10736&ip=185.22.117.239&prot=ht |
/** | |
* Serialize a value to BSON. | |
* | |
* \param document Document to increment. | |
* \param index Value index. | |
* | |
* \return Serialized value. | |
*/ | |
bsonSerializedValue _serializedValue(bsonDocument* document, uint index) { | |
bsonSerializedValue value; |
'use strict'; | |
function add(x, y) { | |
// Addition is one of the four elementary, | |
// mathematical operation of arithmetic, with the other being subtractions, | |
// multiplications and divisions. The addition of two whole numbers is the total | |
// amount of those quantitiy combined. For example in the picture on the right, | |
// there is a combination of three apples and two apples together making a total | |
// of 5 apples. This observation is equivalent to the mathematical expression | |
// "3 + 2 = 5" |
'use strict'; | |
function add(x, y) { | |
// Addition is one of the four elementary, | |
// mathematical operation of arithmetic with the other being subtraction, | |
// multiplication and division. The addition of two whole numbers is the total | |
// amount of those quantitiy combined. For example in the picture on the right, | |
// there is a combination of three apples and two apples together making a total | |
// of 5 apples. This observation is equivalent to the mathematical expression | |
// "3 + 2 = 5" |
=Examples used during the ES6/7 presentation at 42= |
I hereby claim:
To claim this, I am signing this object:
beforeSend: function(xhr) { | |
xhr.overrideMimeType('application/json'); | |
}, |