Selectext: Copy Text from Videos incelemeleri
Selectext: Copy Text from Videos geliştiren: Selectext
9 inceleme
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 18251978, 2 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14014576, 2 yıl önce
- 5 üzerinden 5 puanyazan: Alex, 3 yıl önce
- 5 üzerinden 5 puanyazan: Sammie_7215, 3 yıl önceSuper handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- 5 üzerinden 5 puanyazan: Atir, 3 yıl önceIt's not working, I tried to copy but it's shown like this. It was working good before
public class Arrays {
Run | Debug
public static void
main
(
String
args
[
]
)
{
int
[
]
marks
=
new
int
[
3
]
;
marks
[
0
]
=
97
;
//
phy
marks
[
1
]
=
98
;
//
chem
marks
[
2
]
=
95
;
//
eng
//
System.out.println
(
marks
[
0
]
)
;
//
System.out.println
(
marks
[
1
]
)
;
//
System.out.println
(
marks
[
2
]
)
;
for
(
int
i
=
0
;
i
<
}
}Geliştiricinin yanıtı
gönderilme: 3 yıl önceSorry about that, this has been fixed now.
Vinny from Selectext - 5 üzerinden 5 puanyazan: Firefox kullanıcısı 14182454, 3 yıl önce
- 5 üzerinden 5 puanyazan: Firefox kullanıcısı 15285165, 4 yıl önce
- 5 üzerinden 5 puanyazan: Anosema, 4 yıl önceReally nice, works all the time but something can be annoying:
If the text is under the youtube's navigation bar, selectionning it can be a bit hard