I hereby claim:
- I am florinutz on github.
- I am fl0 (https://keybase.io/fl0) on keybase.
- I have a public key ASD41zRDeGapfsblfBD7HAJvPMFQA-tz_5h4ykUwSO1HZgo
To claim this, I am signing this object:
Index: internal/mywebapp/users/users_test.go | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- internal/mywebapp/users/users_test.go (date 1575024740000) | |
+++ internal/mywebapp/users/users_test.go (date 1575030918663) | |
@@ -1,6 +1,7 @@ | |
package users_test | |
package main | |
import "fmt" | |
func main() { | |
strs := []string{"a", "b", "c"} | |
strs2 := []string{"b", "c", "d"} | |
fmt.Println(intersection(strs, strs2)) | |
} |
package main | |
import "fmt" | |
func main() { | |
fmt.Printf("%v\n", find("apple", "ale")) // true | |
fmt.Printf("%v\n", find("apple", "alp")) // false | |
} | |
func find(haystack, needle string) bool { |
package main | |
import ( | |
"bytes" | |
"compress/gzip" | |
"crypto/sha256" | |
"encoding/gob" | |
"fmt" | |
"io/ioutil" | |
"log" |
I hereby claim:
To claim this, I am signing this object:
Ieşi omul negru | |
din negru bordei, | |
luă secure neagră | |
cu negru temei. | |
Merse la pădure | |
tăie negru lemn, | |
neagra lui secure | |
are-un negru semn | |
Făcu un plug negru | |
cu negru brăzdar, |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
<?php | |
// florin 10/10/14 4:15 PM | |
$a = new stdClass(); | |
$a->panaMea = "Panama"; | |
$b = $a; | |
$b->panaMea = "Uzbekistan"; | |
var_export($a); |
private function getFrequencySection() | |
{ | |
$builder = new TreeBuilder(); | |
$node = $builder->root('frequencies'); | |
return $node | |
->cannotBeEmpty() | |
->requiresAtLeastOneElement() | |
->prototype('array') | |
->beforeNormalization() | |
->ifString() |
frequency: | |
- [ P2D, 5 ] | |
- [ T13M, 20 ] |