Transpiled version (11559L) is out of date.
1 | static LS firstTatoebaEnglishSentences(int n) {
|
2 | ifdef useBunzipForLibs |
3 | var stream = bunzipSnippetToStream(#1400438); |
4 | endifdef |
5 | |
6 | ifndef useBunzipForLibs |
7 | var stream = gzipInputStream(loadLibrary(#1400585)); |
8 | endifndef |
9 | |
10 | temp CloseableItIt<S> it = linesFromReader(inputStreamReader(stream)); |
11 | |
12 | ret map(s -> dropFirstSpacedColumns(2, s), takeFirst(n, it)); |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1030102 |
| Snippet name: | firstTatoebaEnglishSentences |
| Eternal ID of this version: | #1030102/5 |
| Text MD5: | ef6b2d89cf7c137767c56209c460c0d3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-08-21 01:43:34 |
| Source code size: | 390 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 523 / 706 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |