[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math

Search:


View post   

>> No.10136274 [View]
File: 45 KB, 818x423, 1489181258226.png [View same] [iqdb] [saucenao] [google]
10136274

54/?

>> No.8737219 [View]
File: 45 KB, 818x423, csmemedegree.png [View same] [iqdb] [saucenao] [google]
8737219

fresh OC.

public static byte[] intToSignedByteArray(int number){
byte[] ba= new byte[2];
ba[0]=(byte)number;
ba[1]=(byte)(number>>8);
return ba;
}

Navigation
View posts[+24][+48][+96]