- https://twitter.com/val_deleplace/status/1423654458374955010
- https://twitter.com/val_deleplace/status/1427375766665371656
- https://twitter.com/val_deleplace/status/1429840952231964675
- https://twitter.com/val_deleplace/status/1430195783136071690
- https://twitter.com/val_deleplace/status/1433134161808740352
- https://twitter.com/val_deleplace/status/1435253846440386569
- https://twitter.com/val_deleplace/status/1435632521744637958
- https://twitter.com/val_deleplace/status/1445434331401498625
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def s = "123" | |
Integer i = s.toInteger() | |
println i |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def i = 42 | |
def s = "$i".toString() | |
println s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() { | |
var m = { | |
"one": 1, | |
"two": 2 | |
}; | |
var p = m; | |
print(m); | |
print(p); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package mapfunc | |
import ( | |
"sync" | |
"testing" | |
"github.com/puzpuzpuz/xsync/v2" | |
) | |
const ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.google.com/search?q=%s&tbm=isch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package stablesort | |
import ( | |
"math/rand" | |
"sort" | |
"testing" | |
"golang.org/x/exp/slices" | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package stablesort | |
import ( | |
"math/rand" | |
"sort" | |
"testing" | |
) | |
const ( | |
M = 500 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Roses are red | |
Violets are blue, | |
Sugar is sweet | |
And so are you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Othello, the Moore of Venice | |
ACT I | |
SCENE I. Venice. A street. | |
Enter RODERIGO and IAGO | |
RODERIGO | |
Tush! never tell me; I take it much unkindly | |
That thou, Iago, who hast had my purse | |
As if the strings were thine, shouldst know of this. | |
IAGO |