Recenzije za Selectext: Copy Text from Videos
Selectext: Copy Text from Videos od Selectext
11 recenzija
- Ocijenjeno s 5 od 5od 退出党团队远离中共邪教, prije 25 dana
- Ocijenjeno s 5 od 5od 敬念法轮大法好远离瘟疫, prije 2 mjeseca
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 18251978, prije godinu
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 14014576, prije 2 godine
- Ocijenjeno s 5 od 5od Alex, prije 2 godine
- Ocijenjeno s 5 od 5od Sammie_7215, prije 3 godineSuper handy as a developer. (Copying code from tutorials) Great, and I have not run into any problems yet :D
- Ocijenjeno s 5 od 5od Atir, prije 3 godineIt'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
<
}
}Odgovor programera
objavljeno prije 3 godineSorry about that, this has been fixed now.
Vinny from Selectext - Ocijenjeno s 5 od 5od Korisnik Firefoxa 14182454, prije 3 godine
- Ocijenjeno s 5 od 5od Korisnik Firefoxa 15285165, prije 4 godine
- Ocijenjeno s 5 od 5od Anosema, prije 4 godineReally 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