gitextract_0auguxjd/ ├── .gitignore ├── .idea/ │ ├── belajar-git-1.iml │ ├── caches/ │ │ └── deviceStreaming.xml │ ├── misc.xml │ ├── modules.xml │ ├── shelf/ │ │ ├── Uncommitted_changes_before_Update_at_9_23_2024_12_45_AM_[Changes]/ │ │ │ └── shelved.patch │ │ └── Uncommitted_changes_before_Update_at_9_23_2024_12_45_AM__Changes_.xml │ ├── vcs.xml │ └── workspace.xml ├── CONTRIBUTING.md ├── README.md ├── _config.yml ├── animeimg.py ├── assets/ │ └── js/ │ ├── script.js │ └── vue.js ├── base-converter.py ├── contributingtest.txt ├── didyouknow.py ├── docs/ │ ├── index.html │ └── src/ │ ├── index.js │ └── styles.css ├── heheboi.md ├── html/ │ ├── BelajarGIT.html │ ├── about-me.html │ ├── about.html │ ├── avatar.html │ ├── beach.html │ ├── blog-detail.html │ ├── blog.html │ ├── contact.html │ ├── crud-array-vuejs.html │ ├── disini.html │ ├── halo.html │ ├── index.html │ ├── login.html │ ├── maps.html │ ├── member.html │ ├── odading.html │ ├── register.html │ └── test.html ├── index ├── index.html ├── index.js ├── inlineCSS.html ├── kontributor/ │ ├── 9K-MMR.html │ ├── Arsyadana_Estu.md │ ├── Assyahid.txt │ ├── AthallahDzaki.md │ ├── AyipEiger.txt │ ├── Bayy.txt │ ├── Diba15.txt │ ├── Fairuz.txt │ ├── FirmanDotID.txt │ ├── Guest1321.txt │ ├── Kokuroh │ ├── Putra-febriansyh4646.txt │ ├── YonanPrasetyo.txt │ ├── adikusuma.txt │ ├── adityaqudaedah.txt │ ├── agunwiguna.txt │ ├── agussatria.txt │ ├── ahfasxp.txt │ ├── ainurarman678.txt │ ├── aldinoefendi.html │ ├── alfi.txt │ ├── andriarfianto.txt │ ├── angkasa27.html │ ├── anonymous.md │ ├── anthicc.txt │ ├── ardianta.txt │ ├── arifinofficial.txt │ ├── arzakmiftakhul.txt │ ├── asharifauzan.html │ ├── athdromeda.txt │ ├── aufaroot18.html │ ├── azhari.py │ ├── azis.txt │ ├── aziz.txt │ ├── bams.txt │ ├── bayu.txt │ ├── bayukrs │ ├── bowo-anakdesa.txt │ ├── coba_kontribusi.txt │ ├── computerscience.txt │ ├── covid-19.php │ ├── danairwanda.txt │ ├── depapp.md │ ├── dhevanthareza.txt │ ├── dimaspadma.txt │ ├── dinanrm.txt │ ├── diosamuel.txt │ ├── dwis.txt │ ├── ekaristi.txt │ ├── elbi.txt │ ├── emptywork.html │ ├── fajartheggman.html │ ├── faradie.txt │ ├── farhan.txt │ ├── fauzi.txt │ ├── gugi97.html │ ├── hafisrabbani.txt │ ├── hardzal.txt │ ├── haruaki07.txt │ ├── helkia.txt │ ├── hmm.txt │ ├── ianoit.txt │ ├── igp.txt │ ├── ikhsannugs.txt │ ├── ilhamsa1.txt │ ├── iqbaladan.txt │ ├── iqbalsyamhad.md │ ├── irfannawawi.txt │ ├── ivan.txt │ ├── iyan.txt │ ├── jfanniw.txt │ ├── jsp.txt │ ├── kagakmasuk.txt │ ├── kevinantoniowiyonolauw.txt │ ├── kibby.txt │ ├── kontribusipertama.txt │ ├── kuuhaku.txt │ ├── ljn.txt │ ├── luhut.txt │ ├── malyono.txt │ ├── manahati │ ├── mchevro.txt │ ├── mmaul8.txt │ ├── mohikbale.txt │ ├── muhfaridzia.txt │ ├── munez.txt │ ├── mutakin.txt │ ├── mwahyusp.md │ ├── myDotfiles.txt │ ├── naufal.txt │ ├── nautonk.txt │ ├── nazaraito.txt │ ├── nisha.md │ ├── noerfaris.txt │ ├── nyoba.txt │ ├── okeokeoke.txt │ ├── onyetapp.md │ ├── panji-setya-nur-prawira.txt │ ├── punten.html │ ├── qodir.txt │ ├── rachafidz.txt │ ├── rahmat.txt │ ├── rama.py │ ├── raytaf.txt │ ├── regaaji.txt │ ├── rev4rmy.txt │ ├── rianputrarama.txt │ ├── rifkiandriyanto.txt │ ├── rinaldipratama.txt │ ├── rino.txt │ ├── rioekosaputro/ │ │ ├── index.html │ │ ├── main.js │ │ └── style.css │ ├── rizqitato.html │ ├── sabardi.md │ ├── salmanfauzi.txt │ ├── sandi.txt │ ├── sansabillagalih.txt │ ├── sethanz.txt │ ├── sigitto.md │ ├── skadevz.txt │ ├── suryaloe.txt │ ├── teks.txt │ ├── teskontribusi.txt │ ├── tiyang-jawi.txt │ ├── tomorisakura.kt │ ├── tosankrisna.js │ ├── totosetia1 │ ├── wahyunf354.html │ ├── wahyustwn.txt │ ├── wawanneutron.txt │ ├── wawanrandianto.txt │ ├── yeheizkiel-ct.txt │ ├── yogi.txt │ ├── yohanezsino.txt │ ├── yoniwidhi.js │ ├── yudanantoos.txt │ ├── yusrilf.html │ └── yusupmaulana.txt ├── list.css ├── manifest.json ├── node/ │ ├── .gitignore │ ├── index.js │ └── package.json ├── package.json ├── portfolio-landingpag-paralax/ │ ├── .vscode/ │ │ └── settings.json │ ├── bootstrap/ │ │ ├── css/ │ │ │ ├── bootstrap-theme.css │ │ │ └── bootstrap.css │ │ └── js/ │ │ ├── bootstrap.js │ │ ├── jquery.easing.1.3.js │ │ ├── npm.js │ │ └── script.js │ ├── index.html │ └── style.css ├── publish-githubpage.js ├── rencana.txt ├── src/ │ ├── index.html │ └── index.js ├── style/ │ └── gugi97.css ├── sw.js ├── webpack.common.js ├── webpack.dev.js ├── webpack.prod.js └── websitesederhana.html