Materi untuk USBN bahasa Perancis SMA 2018 (K-13) beserta rangkuman materi selama SMA
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
********** Crash dump: ********** | |
Build fingerprint: 'samsung/j7eltexx/j7elte:6.0.1/MMB29K/J700FXXU4BQL1:user/release-keys' | |
pid: 7295, tid: 7307, name: MinetestNativeT >>> net.minetest.minetest <<< | |
signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xdb673511 | |
Stack frame #00 pc 003e6b36 /data/app/net.minetest.minetest-1/lib/arm/libminetest.so (_Z17murmur_hash_64_uaPKvij+61): Routine ?? | |
??:0 | |
Stack frame #01 pc 0028a8e9 /data/app/net.minetest.minetest-1/lib/arm/libminetest.so (_ZN16CCraftDefManager10initHashesEP8IGameDef+196): Routine ?? | |
??:0 | |
Stack frame #02 pc 00399f11 /data/app/net.minetest.minetest-1/lib/arm/libminetest.so (_ZN6ServerC1ERKNSt6__ndk112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERK11SubgameSpecbbbP13ChatInterface+2864): Routine ?? | |
??:0 |
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
program genapganjil; | |
var A, B, jumlah: integer; | |
begin | |
readln(A); | |
readln(B); | |
jumlah := A + B; | |
if jumlah mod 2 = 0 then | |
writeln('Jumlah genap.') | |
else | |
writeln('Jumlah ganjil'); |
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
% Penghitung model kurva eksponensial dan logistik untuk jumlah kasus di | |
% Indonesia beserta grafiknya (khusus GNU Octave) | |
% @author Muhammad Rifqi Priyo Susanto | |
% @license MIT License | |
% Jalankan perintah berikut untuk memasang paket optim. | |
% pkg install -forge optim | |
% Jalankan perintah berikut untuk memuat paket optim. | |
% pkg load optim |
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
// srifqi, MIT License | |
import java.util.Scanner; | |
public class DurasiSehari { | |
public static void main(String[] args) { | |
System.out.println("Program Penghitung Lama Waktu/Durasi"); | |
Scanner input = new Scanner(System.in); | |
Waktu mulai = new Waktu(); |
Comparing Hubble and JSWT images
Below is the list of images that both Hubble and JWST captured. More detailed information can be read from TSV below.
Object/Target | Hubble Image | JWST Image |
---|---|---|
Southern Ring Nebula (NGC 3132) | WFPC2 | NIRCam · MIRI |
"Cosmic Cliffs" in the Carina Nebula (NGC 3324) | ACS/WFC+WFPC2 | NIRCam · NIRCam+MIRI |
Stephan's Quintet | WFC3/IR+WFC3/UVIS | [MIRI](https://webb |
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
/** | |
* Program untuk membuat, melatih, dan menggunakan MLP sederhana | |
* | |
* Berikut contoh implementasi perceptron multilapis (MLP) dalam JavaScript ES6 | |
* murni tanpa pustaka pihak ketiga. | |
* | |
* @author srifqi | |
* @license MIT License | |
*/ |
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
/** | |
* A program to create, train, and use a simple MLP | |
* | |
* Below is an implementation example of multilayer perceptron (MLP) in pure ES6 | |
* JavaScript without third party libraries. | |
* | |
* @author srifqi | |
* @license MIT License | |
*/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer