├── .gitignore ├── .gitmodules ├── Converter-HijriDate-C++ ├── @archanaberry sini ngoding └── run.sh ├── Countdown-idul-fitri ├── img │ ├── 8584603.jpg │ ├── bg-mobile.png │ └── ramadan_card_vector.jpg └── index.html ├── Eid-Mubarak-2024 ├── README.md ├── USER.json ├── css │ ├── bootstrap-3.min.css │ ├── flag-icon-css-master │ │ ├── .editorconfig │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .gitignore │ │ ├── .prettierignore │ │ ├── .prettierrc.json │ │ ├── .travis.yml │ │ ├── Gruntfile.coffee │ │ ├── LICENSE │ │ ├── README.md │ │ ├── assets │ │ │ ├── docs.css │ │ │ ├── docs.js │ │ │ └── docs.less │ │ ├── bower.json │ │ ├── composer.json │ │ ├── convertSvgToAssetCatalog.sh │ │ ├── css │ │ │ ├── flag-icon.css │ │ │ └── flag-icon.min.css │ │ ├── flags │ │ │ ├── 1x1 │ │ │ │ ├── ad.svg │ │ │ │ ├── ae.svg │ │ │ │ ├── af.svg │ │ │ │ ├── ag.svg │ │ │ │ ├── ai.svg │ │ │ │ ├── al.svg │ │ │ │ ├── am.svg │ │ │ │ ├── ao.svg │ │ │ │ ├── aq.svg │ │ │ │ ├── ar.svg │ │ │ │ ├── as.svg │ │ │ │ ├── at.svg │ │ │ │ ├── au.svg │ │ │ │ ├── aw.svg │ │ │ │ ├── ax.svg │ │ │ │ ├── az.svg │ │ │ │ ├── ba.svg │ │ │ │ ├── bb.svg │ │ │ │ ├── bd.svg │ │ │ │ ├── be.svg │ │ │ │ ├── bf.svg │ │ │ │ ├── bg.svg │ │ │ │ ├── bh.svg │ │ │ │ ├── bi.svg │ │ │ │ ├── bj.svg │ │ │ │ ├── bl.svg │ │ │ │ ├── bm.svg │ │ │ │ ├── bn.svg │ │ │ │ ├── bo.svg │ │ │ │ ├── bq.svg │ │ │ │ ├── br.svg │ │ │ │ ├── bs.svg │ │ │ │ ├── bt.svg │ │ │ │ ├── bv.svg │ │ │ │ ├── bw.svg │ │ │ │ ├── by.svg │ │ │ │ ├── bz.svg │ │ │ │ ├── ca.svg │ │ │ │ ├── cc.svg │ │ │ │ ├── cd.svg │ │ │ │ ├── cf.svg │ │ │ │ ├── cg.svg │ │ │ │ ├── ch.svg │ │ │ │ ├── ci.svg │ │ │ │ ├── ck.svg │ │ │ │ ├── cl.svg │ │ │ │ ├── cm.svg │ │ │ │ ├── cn.svg │ │ │ │ ├── co.svg │ │ │ │ ├── cr.svg │ │ │ │ ├── cu.svg │ │ │ │ ├── cv.svg │ │ │ │ ├── cw.svg │ │ │ │ ├── cx.svg │ │ │ │ ├── cy.svg │ │ │ │ ├── cz.svg │ │ │ │ ├── de.svg │ │ │ │ ├── dj.svg │ │ │ │ ├── dk.svg │ │ │ │ ├── dm.svg │ │ │ │ ├── do.svg │ │ │ │ ├── dz.svg │ │ │ │ ├── ec.svg │ │ │ │ ├── ee.svg │ │ │ │ ├── eg.svg │ │ │ │ ├── eh.svg │ │ │ │ ├── er.svg │ │ │ │ ├── es-ca.svg │ │ │ │ ├── es.svg │ │ │ │ ├── et.svg │ │ │ │ ├── eu.svg │ │ │ │ ├── fi.svg │ │ │ │ ├── fj.svg │ │ │ │ ├── fk.svg │ │ │ │ ├── fm.svg │ │ │ │ ├── fo.svg │ │ │ │ ├── fr.svg │ │ │ │ ├── ga.svg │ │ │ │ ├── gb-eng.svg │ │ │ │ ├── gb-nir.svg │ │ │ │ ├── gb-sct.svg │ │ │ │ ├── gb-wls.svg │ │ │ │ ├── gb.svg │ │ │ │ ├── gd.svg │ │ │ │ ├── ge.svg │ │ │ │ ├── gf.svg │ │ │ │ ├── gg.svg │ │ │ │ ├── gh.svg │ │ │ │ ├── gi.svg │ │ │ │ ├── gl.svg │ │ │ │ ├── gm.svg │ │ │ │ ├── gn.svg │ │ │ │ ├── gp.svg │ │ │ │ ├── gq.svg │ │ │ │ ├── gr.svg │ │ │ │ ├── gs.svg │ │ │ │ ├── gt.svg │ │ │ │ ├── gu.svg │ │ │ │ ├── gw.svg │ │ │ │ ├── gy.svg │ │ │ │ ├── hk.svg │ │ │ │ ├── hm.svg │ │ │ │ ├── hn.svg │ │ │ │ ├── hr.svg │ │ │ │ ├── ht.svg │ │ │ │ ├── hu.svg │ │ │ │ ├── id.svg │ │ │ │ ├── ie.svg │ │ │ │ ├── il.svg │ │ │ │ ├── im.svg │ │ │ │ ├── in.svg │ │ │ │ ├── io.svg │ │ │ │ ├── iq.svg │ │ │ │ ├── ir.svg │ │ │ │ ├── is.svg │ │ │ │ ├── it.svg │ │ │ │ ├── je.svg │ │ │ │ ├── jm.svg │ │ │ │ ├── jo.svg │ │ │ │ ├── jp.svg │ │ │ │ ├── ke.svg │ │ │ │ ├── kg.svg │ │ │ │ ├── kh.svg │ │ │ │ ├── ki.svg │ │ │ │ ├── km.svg │ │ │ │ ├── kn.svg │ │ │ │ ├── kp.svg │ │ │ │ ├── kr.svg │ │ │ │ ├── kw.svg │ │ │ │ ├── ky.svg │ │ │ │ ├── kz.svg │ │ │ │ ├── la.svg │ │ │ │ ├── lb.svg │ │ │ │ ├── lc.svg │ │ │ │ ├── li.svg │ │ │ │ ├── lk.svg │ │ │ │ ├── lr.svg │ │ │ │ ├── ls.svg │ │ │ │ ├── lt.svg │ │ │ │ ├── lu.svg │ │ │ │ ├── lv.svg │ │ │ │ ├── ly.svg │ │ │ │ ├── ma.svg │ │ │ │ ├── mc.svg │ │ │ │ ├── md.svg │ │ │ │ ├── me.svg │ │ │ │ ├── mf.svg │ │ │ │ ├── mg.svg │ │ │ │ ├── mh.svg │ │ │ │ ├── mk.svg │ │ │ │ ├── ml.svg │ │ │ │ ├── mm.svg │ │ │ │ ├── mn.svg │ │ │ │ ├── mo.svg │ │ │ │ ├── mp.svg │ │ │ │ ├── mq.svg │ │ │ │ ├── mr.svg │ │ │ │ ├── ms.svg │ │ │ │ ├── mt.svg │ │ │ │ ├── mu.svg │ │ │ │ ├── mv.svg │ │ │ │ ├── mw.svg │ │ │ │ ├── mx.svg │ │ │ │ ├── my.svg │ │ │ │ ├── mz.svg │ │ │ │ ├── na.svg │ │ │ │ ├── nc.svg │ │ │ │ ├── ne.svg │ │ │ │ ├── nf.svg │ │ │ │ ├── ng.svg │ │ │ │ ├── ni.svg │ │ │ │ ├── nl.svg │ │ │ │ ├── no.svg │ │ │ │ ├── np.svg │ │ │ │ ├── nr.svg │ │ │ │ ├── nu.svg │ │ │ │ ├── nz.svg │ │ │ │ ├── om.svg │ │ │ │ ├── pa.svg │ │ │ │ ├── pe.svg │ │ │ │ ├── pf.svg │ │ │ │ ├── pg.svg │ │ │ │ ├── ph.svg │ │ │ │ ├── pk.svg │ │ │ │ ├── pl.svg │ │ │ │ ├── pm.svg │ │ │ │ ├── pn.svg │ │ │ │ ├── pr.svg │ │ │ │ ├── ps.svg │ │ │ │ ├── pt.svg │ │ │ │ ├── pw.svg │ │ │ │ ├── py.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── re.svg │ │ │ │ ├── ro.svg │ │ │ │ ├── rs.svg │ │ │ │ ├── ru.svg │ │ │ │ ├── rw.svg │ │ │ │ ├── sa.svg │ │ │ │ ├── sb.svg │ │ │ │ ├── sc.svg │ │ │ │ ├── sd.svg │ │ │ │ ├── se.svg │ │ │ │ ├── sg.svg │ │ │ │ ├── sh.svg │ │ │ │ ├── si.svg │ │ │ │ ├── sj.svg │ │ │ │ ├── sk.svg │ │ │ │ ├── sl.svg │ │ │ │ ├── sm.svg │ │ │ │ ├── sn.svg │ │ │ │ ├── so.svg │ │ │ │ ├── sr.svg │ │ │ │ ├── ss.svg │ │ │ │ ├── st.svg │ │ │ │ ├── sv.svg │ │ │ │ ├── sx.svg │ │ │ │ ├── sy.svg │ │ │ │ ├── sz.svg │ │ │ │ ├── tc.svg │ │ │ │ ├── td.svg │ │ │ │ ├── tf.svg │ │ │ │ ├── tg.svg │ │ │ │ ├── th.svg │ │ │ │ ├── tj.svg │ │ │ │ ├── tk.svg │ │ │ │ ├── tl.svg │ │ │ │ ├── tm.svg │ │ │ │ ├── tn.svg │ │ │ │ ├── to.svg │ │ │ │ ├── tr.svg │ │ │ │ ├── tt.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── tw.svg │ │ │ │ ├── tz.svg │ │ │ │ ├── ua.svg │ │ │ │ ├── ug.svg │ │ │ │ ├── um.svg │ │ │ │ ├── un.svg │ │ │ │ ├── us.svg │ │ │ │ ├── uy.svg │ │ │ │ ├── uz.svg │ │ │ │ ├── va.svg │ │ │ │ ├── vc.svg │ │ │ │ ├── ve.svg │ │ │ │ ├── vg.svg │ │ │ │ ├── vi.svg │ │ │ │ ├── vn.svg │ │ │ │ ├── vu.svg │ │ │ │ ├── wf.svg │ │ │ │ ├── ws.svg │ │ │ │ ├── xk.svg │ │ │ │ ├── ye.svg │ │ │ │ ├── yt.svg │ │ │ │ ├── za.svg │ │ │ │ ├── zm.svg │ │ │ │ └── zw.svg │ │ │ └── 4x3 │ │ │ │ ├── ad.svg │ │ │ │ ├── ae.svg │ │ │ │ ├── af.svg │ │ │ │ ├── ag.svg │ │ │ │ ├── ai.svg │ │ │ │ ├── al.svg │ │ │ │ ├── am.svg │ │ │ │ ├── ao.svg │ │ │ │ ├── aq.svg │ │ │ │ ├── ar.svg │ │ │ │ ├── as.svg │ │ │ │ ├── at.svg │ │ │ │ ├── au.svg │ │ │ │ ├── aw.svg │ │ │ │ ├── ax.svg │ │ │ │ ├── az.svg │ │ │ │ ├── ba.svg │ │ │ │ ├── bb.svg │ │ │ │ ├── bd.svg │ │ │ │ ├── be.svg │ │ │ │ ├── bf.svg │ │ │ │ ├── bg.svg │ │ │ │ ├── bh.svg │ │ │ │ ├── bi.svg │ │ │ │ ├── bj.svg │ │ │ │ ├── bl.svg │ │ │ │ ├── bm.svg │ │ │ │ ├── bn.svg │ │ │ │ ├── bo.svg │ │ │ │ ├── bq.svg │ │ │ │ ├── br.svg │ │ │ │ ├── bs.svg │ │ │ │ ├── bt.svg │ │ │ │ ├── bv.svg │ │ │ │ ├── bw.svg │ │ │ │ ├── by.svg │ │ │ │ ├── bz.svg │ │ │ │ ├── ca.svg │ │ │ │ ├── cc.svg │ │ │ │ ├── cd.svg │ │ │ │ ├── cf.svg │ │ │ │ ├── cg.svg │ │ │ │ ├── ch.svg │ │ │ │ ├── ci.svg │ │ │ │ ├── ck.svg │ │ │ │ ├── cl.svg │ │ │ │ ├── cm.svg │ │ │ │ ├── cn.svg │ │ │ │ ├── co.svg │ │ │ │ ├── cr.svg │ │ │ │ ├── cu.svg │ │ │ │ ├── cv.svg │ │ │ │ ├── cw.svg │ │ │ │ ├── cx.svg │ │ │ │ ├── cy.svg │ │ │ │ ├── cz.svg │ │ │ │ ├── de.svg │ │ │ │ ├── dj.svg │ │ │ │ ├── dk.svg │ │ │ │ ├── dm.svg │ │ │ │ ├── do.svg │ │ │ │ ├── dz.svg │ │ │ │ ├── ec.svg │ │ │ │ ├── ee.svg │ │ │ │ ├── eg.svg │ │ │ │ ├── eh.svg │ │ │ │ ├── er.svg │ │ │ │ ├── es-ca.svg │ │ │ │ ├── es.svg │ │ │ │ ├── et.svg │ │ │ │ ├── eu.svg │ │ │ │ ├── fi.svg │ │ │ │ ├── fj.svg │ │ │ │ ├── fk.svg │ │ │ │ ├── fm.svg │ │ │ │ ├── fo.svg │ │ │ │ ├── fr.svg │ │ │ │ ├── ga.svg │ │ │ │ ├── gb-eng.svg │ │ │ │ ├── gb-nir.svg │ │ │ │ ├── gb-sct.svg │ │ │ │ ├── gb-wls.svg │ │ │ │ ├── gb.svg │ │ │ │ ├── gd.svg │ │ │ │ ├── ge.svg │ │ │ │ ├── gf.svg │ │ │ │ ├── gg.svg │ │ │ │ ├── gh.svg │ │ │ │ ├── gi.svg │ │ │ │ ├── gl.svg │ │ │ │ ├── gm.svg │ │ │ │ ├── gn.svg │ │ │ │ ├── gp.svg │ │ │ │ ├── gq.svg │ │ │ │ ├── gr.svg │ │ │ │ ├── gs.svg │ │ │ │ ├── gt.svg │ │ │ │ ├── gu.svg │ │ │ │ ├── gw.svg │ │ │ │ ├── gy.svg │ │ │ │ ├── hk.svg │ │ │ │ ├── hm.svg │ │ │ │ ├── hn.svg │ │ │ │ ├── hr.svg │ │ │ │ ├── ht.svg │ │ │ │ ├── hu.svg │ │ │ │ ├── id.svg │ │ │ │ ├── ie.svg │ │ │ │ ├── il.svg │ │ │ │ ├── im.svg │ │ │ │ ├── in.svg │ │ │ │ ├── io.svg │ │ │ │ ├── iq.svg │ │ │ │ ├── ir.svg │ │ │ │ ├── is.svg │ │ │ │ ├── it.svg │ │ │ │ ├── je.svg │ │ │ │ ├── jm.svg │ │ │ │ ├── jo.svg │ │ │ │ ├── jp.svg │ │ │ │ ├── ke.svg │ │ │ │ ├── kg.svg │ │ │ │ ├── kh.svg │ │ │ │ ├── ki.svg │ │ │ │ ├── km.svg │ │ │ │ ├── kn.svg │ │ │ │ ├── kp.svg │ │ │ │ ├── kr.svg │ │ │ │ ├── kw.svg │ │ │ │ ├── ky.svg │ │ │ │ ├── kz.svg │ │ │ │ ├── la.svg │ │ │ │ ├── lb.svg │ │ │ │ ├── lc.svg │ │ │ │ ├── li.svg │ │ │ │ ├── lk.svg │ │ │ │ ├── lr.svg │ │ │ │ ├── ls.svg │ │ │ │ ├── lt.svg │ │ │ │ ├── lu.svg │ │ │ │ ├── lv.svg │ │ │ │ ├── ly.svg │ │ │ │ ├── ma.svg │ │ │ │ ├── mc.svg │ │ │ │ ├── md.svg │ │ │ │ ├── me.svg │ │ │ │ ├── mf.svg │ │ │ │ ├── mg.svg │ │ │ │ ├── mh.svg │ │ │ │ ├── mk.svg │ │ │ │ ├── ml.svg │ │ │ │ ├── mm.svg │ │ │ │ ├── mn.svg │ │ │ │ ├── mo.svg │ │ │ │ ├── mp.svg │ │ │ │ ├── mq.svg │ │ │ │ ├── mr.svg │ │ │ │ ├── ms.svg │ │ │ │ ├── mt.svg │ │ │ │ ├── mu.svg │ │ │ │ ├── mv.svg │ │ │ │ ├── mw.svg │ │ │ │ ├── mx.svg │ │ │ │ ├── my.svg │ │ │ │ ├── mz.svg │ │ │ │ ├── na.svg │ │ │ │ ├── nc.svg │ │ │ │ ├── ne.svg │ │ │ │ ├── nf.svg │ │ │ │ ├── ng.svg │ │ │ │ ├── ni.svg │ │ │ │ ├── nl.svg │ │ │ │ ├── no.svg │ │ │ │ ├── np.svg │ │ │ │ ├── nr.svg │ │ │ │ ├── nu.svg │ │ │ │ ├── nz.svg │ │ │ │ ├── om.svg │ │ │ │ ├── pa.svg │ │ │ │ ├── pe.svg │ │ │ │ ├── pf.svg │ │ │ │ ├── pg.svg │ │ │ │ ├── ph.svg │ │ │ │ ├── pk.svg │ │ │ │ ├── pl.svg │ │ │ │ ├── pm.svg │ │ │ │ ├── pn.svg │ │ │ │ ├── pr.svg │ │ │ │ ├── ps.svg │ │ │ │ ├── pt.svg │ │ │ │ ├── pw.svg │ │ │ │ ├── py.svg │ │ │ │ ├── qa.svg │ │ │ │ ├── re.svg │ │ │ │ ├── ro.svg │ │ │ │ ├── rs.svg │ │ │ │ ├── ru.svg │ │ │ │ ├── rw.svg │ │ │ │ ├── sa.svg │ │ │ │ ├── sb.svg │ │ │ │ ├── sc.svg │ │ │ │ ├── sd.svg │ │ │ │ ├── se.svg │ │ │ │ ├── sg.svg │ │ │ │ ├── sh.svg │ │ │ │ ├── si.svg │ │ │ │ ├── sj.svg │ │ │ │ ├── sk.svg │ │ │ │ ├── sl.svg │ │ │ │ ├── sm.svg │ │ │ │ ├── sn.svg │ │ │ │ ├── so.svg │ │ │ │ ├── sr.svg │ │ │ │ ├── ss.svg │ │ │ │ ├── st.svg │ │ │ │ ├── sv.svg │ │ │ │ ├── sx.svg │ │ │ │ ├── sy.svg │ │ │ │ ├── sz.svg │ │ │ │ ├── tc.svg │ │ │ │ ├── td.svg │ │ │ │ ├── tf.svg │ │ │ │ ├── tg.svg │ │ │ │ ├── th.svg │ │ │ │ ├── tj.svg │ │ │ │ ├── tk.svg │ │ │ │ ├── tl.svg │ │ │ │ ├── tm.svg │ │ │ │ ├── tn.svg │ │ │ │ ├── to.svg │ │ │ │ ├── tr.svg │ │ │ │ ├── tt.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── tw.svg │ │ │ │ ├── tz.svg │ │ │ │ ├── ua.svg │ │ │ │ ├── ug.svg │ │ │ │ ├── um.svg │ │ │ │ ├── un.svg │ │ │ │ ├── us.svg │ │ │ │ ├── uy.svg │ │ │ │ ├── uz.svg │ │ │ │ ├── va.svg │ │ │ │ ├── vc.svg │ │ │ │ ├── ve.svg │ │ │ │ ├── vg.svg │ │ │ │ ├── vi.svg │ │ │ │ ├── vn.svg │ │ │ │ ├── vu.svg │ │ │ │ ├── wf.svg │ │ │ │ ├── ws.svg │ │ │ │ ├── xk.svg │ │ │ │ ├── ye.svg │ │ │ │ ├── yt.svg │ │ │ │ ├── za.svg │ │ │ │ ├── zm.svg │ │ │ │ └── zw.svg │ │ ├── index.html │ │ ├── less │ │ │ ├── flag-icon-base.less │ │ │ ├── flag-icon-list.less │ │ │ ├── flag-icon-more.less │ │ │ ├── flag-icon.less │ │ │ └── variables.less │ │ ├── package.json │ │ ├── sass │ │ │ ├── _flag-icon-base.scss │ │ │ ├── _flag-icon-list.scss │ │ │ ├── _variables.scss │ │ │ └── flag-icon.scss │ │ ├── svgo.yaml │ │ └── yarn.lock │ ├── font-awesome-4.7.0 │ │ ├── HELP-US-OUT.txt │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── font-awesome.min.css │ │ ├── fonts │ │ │ ├── FontAwesome.otf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ └── fontawesome-webfont.woff2 │ │ ├── less │ │ │ ├── animated.less │ │ │ ├── bordered-pulled.less │ │ │ ├── core.less │ │ │ ├── fixed-width.less │ │ │ ├── font-awesome.less │ │ │ ├── icons.less │ │ │ ├── larger.less │ │ │ ├── list.less │ │ │ ├── mixins.less │ │ │ ├── path.less │ │ │ ├── rotated-flipped.less │ │ │ ├── screen-reader.less │ │ │ ├── stacked.less │ │ │ └── variables.less │ │ └── scss │ │ │ ├── _animated.scss │ │ │ ├── _bordered-pulled.scss │ │ │ ├── _core.scss │ │ │ ├── _fixed-width.scss │ │ │ ├── _icons.scss │ │ │ ├── _larger.scss │ │ │ ├── _list.scss │ │ │ ├── _mixins.scss │ │ │ ├── _path.scss │ │ │ ├── _rotated-flipped.scss │ │ │ ├── _screen-reader.scss │ │ │ ├── _stacked.scss │ │ │ ├── _variables.scss │ │ │ └── font-awesome.scss │ └── style.css ├── images │ ├── Eid.jpg │ └── favicon.ico ├── index.html ├── js │ ├── bonane.js │ ├── bootstrap.min.js │ ├── index.js │ ├── jquery-3.3.1.min.js │ └── jquery.min.js └── license.txt ├── Indonesia-Emas-2024 ├── assets │ ├── idle.mp4 │ ├── opening.mp4 │ └── wait.mp3 ├── index.html ├── readme.md ├── script.js └── style.css ├── README.md ├── Todolist-Ramadhan ├── index.html ├── package-lock.json ├── package.json ├── postcss.config.js ├── public │ └── vite.svg ├── src │ ├── App.jsx │ ├── assets │ │ ├── note-ico.png │ │ └── react.svg │ ├── components │ │ └── FormTodoList.jsx │ ├── index.css │ ├── main.jsx │ ├── pages │ │ ├── Footer.jsx │ │ └── Header.jsx │ └── redux │ │ ├── actions │ │ └── todoListAction.js │ │ ├── reducers │ │ └── todoListReducer.js │ │ └── store.js ├── tailwind.config.js └── vite.config.js ├── Todolist-simple ├── .editorconfig ├── .env.example ├── .gitattributes ├── .gitignore ├── README.md ├── _ide_helper.php ├── _ide_helper_models.php ├── app │ ├── Console │ │ └── Kernel.php │ ├── Exceptions │ │ └── Handler.php │ ├── Http │ │ ├── Controllers │ │ │ ├── AuthController.php │ │ │ └── Controller.php │ │ ├── Kernel.php │ │ └── Middleware │ │ │ ├── Authenticate.php │ │ │ ├── EncryptCookies.php │ │ │ ├── PreventRequestsDuringMaintenance.php │ │ │ ├── RedirectIfAuthenticated.php │ │ │ ├── TrimStrings.php │ │ │ ├── TrustHosts.php │ │ │ ├── TrustProxies.php │ │ │ ├── ValidateSignature.php │ │ │ └── VerifyCsrfToken.php │ ├── Livewire │ │ └── Todolist.php │ ├── Models │ │ ├── Todo.php │ │ └── User.php │ └── Providers │ │ ├── AppServiceProvider.php │ │ ├── AuthServiceProvider.php │ │ ├── BroadcastServiceProvider.php │ │ ├── EventServiceProvider.php │ │ └── RouteServiceProvider.php ├── artisan ├── bootstrap │ ├── app.php │ └── cache │ │ └── .gitignore ├── composer.json ├── composer.lock ├── config │ ├── app.php │ ├── auth.php │ ├── broadcasting.php │ ├── cache.php │ ├── cors.php │ ├── database.php │ ├── filesystems.php │ ├── hashing.php │ ├── logging.php │ ├── mail.php │ ├── queue.php │ ├── sanctum.php │ ├── services.php │ ├── session.php │ └── view.php ├── database │ ├── .gitignore │ ├── factories │ │ └── UserFactory.php │ ├── migrations │ │ ├── 2014_10_12_000000_create_users_table.php │ │ ├── 2014_10_12_100000_create_password_reset_tokens_table.php │ │ ├── 2019_08_19_000000_create_failed_jobs_table.php │ │ ├── 2019_12_14_000001_create_personal_access_tokens_table.php │ │ └── 2024_03_13_021616_create_todolist.php │ └── seeders │ │ └── DatabaseSeeder.php ├── package.json ├── phpunit.xml ├── public │ ├── .htaccess │ ├── assets │ │ ├── bootstrap │ │ │ ├── css │ │ │ │ └── bootstrap.min.css │ │ │ └── js │ │ │ │ └── bootstrap.min.js │ │ ├── css │ │ │ ├── Navbar-Centered-Links-icons.css │ │ │ └── styles.css │ │ └── js │ │ │ ├── bs-init.js │ │ │ └── scripts.js │ ├── favicon.ico │ ├── index.php │ └── robots.txt ├── resources │ ├── css │ │ └── app.css │ ├── js │ │ ├── app.js │ │ └── bootstrap.js │ └── views │ │ ├── Home │ │ ├── footer.blade.php │ │ ├── main.blade.php │ │ ├── navbar.blade.php │ │ ├── todolist.blade.php │ │ └── user-profile.blade.php │ │ ├── livewire │ │ └── todolist.blade.php │ │ ├── login │ │ ├── loginPage.blade.php │ │ └── register.blade.php │ │ └── welcome.blade.php ├── routes │ ├── api.php │ ├── channels.php │ ├── console.php │ └── web.php ├── storage │ ├── app │ │ ├── .gitignore │ │ └── public │ │ │ └── .gitignore │ ├── framework │ │ ├── .gitignore │ │ ├── cache │ │ │ ├── .gitignore │ │ │ └── data │ │ │ │ └── .gitignore │ │ ├── sessions │ │ │ └── .gitignore │ │ ├── testing │ │ │ └── .gitignore │ │ └── views │ │ │ └── .gitignore │ └── logs │ │ └── .gitignore ├── test.sql ├── tests │ ├── CreatesApplication.php │ ├── Feature │ │ └── ExampleTest.php │ ├── TestCase.php │ └── Unit │ │ └── ExampleTest.php └── vite.config.js ├── YT Simple Downloader └── yt2.py ├── abot-wa-plugin ├── .gitignore ├── config.js ├── index.js ├── main.js ├── media │ ├── image │ │ ├── book.jpg │ │ ├── default.jpg │ │ └── fight.jpeg │ └── logo.jpg ├── package.json ├── readme.md └── src │ ├── abot.js │ ├── commands │ ├── admin │ │ ├── add.js │ │ ├── demote.js │ │ ├── grup-setting.js │ │ ├── hidetag.js │ │ ├── kick.js │ │ ├── promote.js │ │ ├── setbye.js │ │ ├── setppgcfull.js │ │ ├── setwelcome.js │ │ └── tagall.js │ ├── anonymous │ │ ├── anonymous_chat.js │ │ ├── anonymous_sendKontak.js │ │ ├── menfess-chat.js │ │ ├── menfess-stop.js │ │ └── menfess.js │ ├── converter │ │ ├── emojimix.js │ │ ├── smeme.js │ │ ├── sticker.js │ │ ├── swm.js │ │ ├── togif.js │ │ ├── toimg.js │ │ ├── tomp3.js │ │ ├── tovn.js │ │ └── ttp.js │ ├── database │ │ ├── database-addmsg.js │ │ ├── database-cmd-del.js │ │ ├── database-cmd-info.js │ │ ├── database-cmd-list.js │ │ ├── database-cmd-lock.js │ │ ├── database-cmd-set.js │ │ ├── database-delmsg.js │ │ ├── database-getmsg.js │ │ └── database-listmsg.js │ ├── download │ │ ├── facebook.js │ │ ├── github.js │ │ ├── instagram.js │ │ ├── playyt.js │ │ ├── tiktokaudio.js │ │ ├── tiktokvid.js │ │ ├── ytmp3.js │ │ └── ytmp4.js │ ├── event │ │ ├── download │ │ │ ├── autodl_fb.js │ │ │ └── autodl_tt.js │ │ ├── games │ │ │ ├── asahotak_ans.js │ │ │ ├── asahotak_hint.js │ │ │ ├── caklontong_ans.js │ │ │ ├── caklontong_hint.js │ │ │ ├── kuis_ans.js │ │ │ ├── math_ans.js │ │ │ ├── siapaaku_ans.js │ │ │ ├── siapaaku_hint.js │ │ │ ├── tebakbom_ans.js │ │ │ ├── tebakkata_ans.js │ │ │ └── tebakkata_hint.js │ │ ├── groups │ │ │ ├── _afk.js │ │ │ ├── _antilink.js │ │ │ └── _antiviewonce.js │ │ └── system │ │ │ ├── __allfake.js │ │ │ ├── __antierror.js │ │ │ ├── _anonymous_chat.js │ │ │ ├── _antispam.js │ │ │ ├── _astagfir.js │ │ │ ├── _autoblok212.js │ │ │ ├── _autoforward.js │ │ │ ├── _autolevelup.js │ │ │ ├── _autoreply.js │ │ │ ├── _autostiker.js │ │ │ ├── _cmdWithMedia.js │ │ │ ├── _expired.js │ │ │ ├── _firstchat.js │ │ │ ├── _intro.js │ │ │ ├── _math.js │ │ │ ├── _menfess_chat.js │ │ │ ├── _premium.js │ │ │ ├── _report_ans.js │ │ │ ├── _role.js │ │ │ ├── _sticker.js │ │ │ └── _templateResponseAll.js │ ├── game │ │ ├── asahotak.js │ │ ├── caklontong.js │ │ ├── kuis.js │ │ ├── math.js │ │ ├── siapaaku.js │ │ ├── slot.js │ │ ├── spin.js │ │ ├── tebakbom.js │ │ └── tebakkata.js │ ├── groups │ │ ├── adminlist.js │ │ ├── afk.js │ │ ├── getbio.js │ │ ├── getpp.js │ │ ├── groupInfo.js │ │ ├── quote.js │ │ ├── reaction.js │ │ ├── readviewonce.js │ │ └── revoke.js │ ├── information │ │ ├── cuaca.js │ │ ├── detailmahasiwa.js │ │ ├── gempa.js │ │ └── mahasiswa.js │ ├── main-menu.js │ ├── owner │ │ ├── addowner.js │ │ ├── addprem.js │ │ ├── block.js │ │ ├── broadcast-image.js │ │ ├── broadcastloc.js │ │ ├── colong.js │ │ ├── deleteplugins.js │ │ ├── deleteuser.js │ │ ├── delowner.js │ │ ├── delprem.js │ │ ├── enable.js │ │ ├── exec.js │ │ ├── exec2.js │ │ ├── expired.js │ │ ├── getdb.js │ │ ├── getplugin.js │ │ ├── jadiadmin.js │ │ ├── join.js │ │ ├── leavegc.js │ │ ├── mode.js │ │ ├── mute.js │ │ ├── nowa.js │ │ ├── restart.js │ │ ├── saveplugin.js │ │ ├── setbotpp.js │ │ ├── setbotppfull.js │ │ ├── simulate.js │ │ ├── unmute.js │ │ ├── unwarn.js │ │ ├── update.js │ │ └── warn.js │ ├── relationship │ │ ├── cek.js │ │ ├── ikhlas.js │ │ ├── jadian.js │ │ ├── putus.js │ │ ├── terima.js │ │ └── tolak.js │ ├── rpg │ │ ├── claim.js │ │ ├── craft.js │ │ ├── dungeon.js │ │ ├── feed.js │ │ ├── inven.js │ │ ├── leaderboard.js │ │ ├── mining.js │ │ ├── monthly.js │ │ ├── open.js │ │ ├── shop.js │ │ ├── transfer.js │ │ ├── upgrade.js │ │ ├── use.js │ │ ├── weekly.js │ │ └── work.js │ ├── special │ │ ├── delete.js │ │ ├── infodatabase.js │ │ ├── listbanned.js │ │ ├── listblock.js │ │ ├── listgc.js │ │ ├── listprem.js │ │ ├── owner.js │ │ ├── ping.js │ │ ├── prem.js │ │ ├── report.js │ │ ├── runtime.js │ │ ├── say.js │ │ ├── sourcecode.js │ │ ├── status.js │ │ └── totalfiture.js │ ├── tools │ │ ├── ai-img.js │ │ ├── ai.js │ │ ├── base64.js │ │ ├── blur.js │ │ ├── ebinary.js │ │ ├── font.js │ │ ├── kalkulator.js │ │ ├── readmore.js │ │ ├── trenslate.js │ │ └── upload.js │ └── userinfo │ │ ├── buylimit.js │ │ ├── daily.js │ │ ├── exp.js │ │ ├── level.js │ │ ├── levelup.js │ │ ├── limit.js │ │ ├── me.js │ │ ├── money.js │ │ ├── profile.js │ │ ├── register.js │ │ ├── sn.js │ │ ├── tflimit.js │ │ └── unreg.js │ ├── json │ └── owner.json │ └── lib │ ├── lib.api.js │ ├── lib.converter.js │ ├── lib.exif.js │ ├── lib.function.js │ ├── lib.function2.js │ ├── lib.levelling.js │ ├── lib.mongodb.js │ ├── lib.print.js │ ├── lib.scraper.js │ ├── lib.sticker.js │ ├── lib.webp2mp4.js │ ├── lowdb │ ├── .file │ ├── Low.js │ ├── LowSync.js │ ├── MissingAdapterError.js │ ├── adapters │ │ ├── .file │ │ ├── JSONFile.js │ │ ├── JSONFileSync.js │ │ ├── LocalStorage.js │ │ ├── Memory.js │ │ ├── MemorySync.js │ │ ├── TextFile.js │ │ └── TextFileSync.js │ └── index.js │ ├── uploadFile.js │ ├── uploadImage.js │ └── whatsapp.serialized.js ├── alquran-indonesia ├── .editorconfig ├── .gitignore ├── README.md ├── components │ ├── Header.vue │ ├── Main.vue │ └── MainSurah.vue ├── nuxt.config.js ├── package-lock.json ├── package.json ├── pages │ ├── Surah │ │ └── _id.vue │ └── index.vue ├── static │ ├── favicon.ico │ └── quran.jpeg └── store │ └── README.md ├── bot-discord-imsakiyah ├── .env.example ├── .gitignore ├── imsakSchedule.js ├── index.js ├── package-lock.json └── package.json ├── countdown-lebaran-2024 ├── README.md └── index.html ├── dev-template ├── .envrc ├── .gitignore ├── Android │ ├── .envrc │ ├── flake.lock │ └── flake.nix ├── C │ ├── .envrc │ ├── flake.lock │ └── flake.nix ├── GoLang │ ├── .envrc │ └── flake.nix ├── Haskell │ ├── flake.lock │ └── flake.nix ├── Java │ ├── 8 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 11 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 19 │ │ ├── .envrc │ │ └── flake.nix │ ├── .envrc │ ├── flake.lock │ └── flake.nix ├── Kotlin │ ├── .envrc │ ├── flake.lock │ └── flake.nix ├── NodeJS │ ├── 14 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 16 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 18 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 19 │ │ ├── .envrc │ │ └── flake.nix │ ├── .envrc │ ├── 16.13.0 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── flake.lock │ └── flake.nix ├── PHP │ ├── .envrc │ ├── 5.6 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 7.4 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 8.0 │ │ ├── .envrc │ │ └── flake.nix │ ├── 8.1 │ │ ├── .envrc │ │ └── flake.nix │ ├── flake.lock │ └── flake.nix ├── Python │ ├── .envrc │ ├── 3.10 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 3.8 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── 3.9 │ │ ├── .envrc │ │ ├── flake.lock │ │ └── flake.nix │ ├── flake.lock │ └── flake.nix ├── README.md ├── Rust │ ├── .envrc │ ├── flake.lock │ └── flake.nix ├── flake.bak.nix ├── flake.lock └── flake.nix ├── fatiha ├── .gitignore ├── .npmrc ├── README.md ├── package-lock.json ├── package.json ├── postcss.config.js ├── src │ ├── app.css │ ├── app.d.ts │ ├── app.html │ ├── lib │ │ ├── index.ts │ │ ├── strings │ │ │ ├── baseConfig.ts │ │ │ └── chapters.ts │ │ └── utils │ │ │ ├── capitalize.ts │ │ │ ├── fetcher.ts │ │ │ ├── randomizer.ts │ │ │ └── timeDetector.ts │ └── routes │ │ ├── +layout.svelte │ │ ├── +page.server.ts │ │ ├── +page.svelte │ │ └── quran │ │ └── [chapters] │ │ ├── +page.server.ts │ │ └── +page.svelte ├── static │ ├── fatiha │ │ ├── fonts │ │ │ ├── indopak.ttf │ │ │ └── quran.ttf │ │ └── surah │ │ │ ├── 1.json │ │ │ ├── 10.json │ │ │ ├── 100.json │ │ │ ├── 101.json │ │ │ ├── 102.json │ │ │ ├── 103.json │ │ │ ├── 104.json │ │ │ ├── 105.json │ │ │ ├── 106.json │ │ │ ├── 107.json │ │ │ ├── 108.json │ │ │ ├── 109.json │ │ │ ├── 11.json │ │ │ ├── 110.json │ │ │ ├── 111.json │ │ │ ├── 112.json │ │ │ ├── 113.json │ │ │ ├── 114.json │ │ │ ├── 12.json │ │ │ ├── 13.json │ │ │ ├── 14.json │ │ │ ├── 15.json │ │ │ ├── 16.json │ │ │ ├── 17.json │ │ │ ├── 18.json │ │ │ ├── 19.json │ │ │ ├── 2.json │ │ │ ├── 20.json │ │ │ ├── 21.json │ │ │ ├── 22.json │ │ │ ├── 23.json │ │ │ ├── 24.json │ │ │ ├── 25.json │ │ │ ├── 26.json │ │ │ ├── 27.json │ │ │ ├── 28.json │ │ │ ├── 29.json │ │ │ ├── 3.json │ │ │ ├── 30.json │ │ │ ├── 31.json │ │ │ ├── 32.json │ │ │ ├── 33.json │ │ │ ├── 34.json │ │ │ ├── 35.json │ │ │ ├── 36.json │ │ │ ├── 37.json │ │ │ ├── 38.json │ │ │ ├── 39.json │ │ │ ├── 4.json │ │ │ ├── 40.json │ │ │ ├── 41.json │ │ │ ├── 42.json │ │ │ ├── 43.json │ │ │ ├── 44.json │ │ │ ├── 45.json │ │ │ ├── 46.json │ │ │ ├── 47.json │ │ │ ├── 48.json │ │ │ ├── 49.json │ │ │ ├── 5.json │ │ │ ├── 50.json │ │ │ ├── 51.json │ │ │ ├── 52.json │ │ │ ├── 53.json │ │ │ ├── 54.json │ │ │ ├── 55.json │ │ │ ├── 56.json │ │ │ ├── 57.json │ │ │ ├── 58.json │ │ │ ├── 59.json │ │ │ ├── 6.json │ │ │ ├── 60.json │ │ │ ├── 61.json │ │ │ ├── 62.json │ │ │ ├── 63.json │ │ │ ├── 64.json │ │ │ ├── 65.json │ │ │ ├── 66.json │ │ │ ├── 67.json │ │ │ ├── 68.json │ │ │ ├── 69.json │ │ │ ├── 7.json │ │ │ ├── 70.json │ │ │ ├── 71.json │ │ │ ├── 72.json │ │ │ ├── 73.json │ │ │ ├── 74.json │ │ │ ├── 75.json │ │ │ ├── 76.json │ │ │ ├── 77.json │ │ │ ├── 78.json │ │ │ ├── 79.json │ │ │ ├── 8.json │ │ │ ├── 80.json │ │ │ ├── 81.json │ │ │ ├── 82.json │ │ │ ├── 83.json │ │ │ ├── 84.json │ │ │ ├── 85.json │ │ │ ├── 86.json │ │ │ ├── 87.json │ │ │ ├── 88.json │ │ │ ├── 89.json │ │ │ ├── 9.json │ │ │ ├── 90.json │ │ │ ├── 91.json │ │ │ ├── 92.json │ │ │ ├── 93.json │ │ │ ├── 94.json │ │ │ ├── 95.json │ │ │ ├── 96.json │ │ │ ├── 97.json │ │ │ ├── 98.json │ │ │ └── 99.json │ ├── favicon.png │ └── prettify │ │ ├── mine.css │ │ └── styles.min.css ├── svelte.config.js ├── tailwind.config.js ├── tsconfig.json └── vite.config.ts ├── imsakSchedule ├── README.md ├── imsakSchedule.js └── index.js ├── kalkulator-web ├── ai.js ├── css │ ├── desktop-chrome-mobile.css │ └── desktop.css ├── desktop.css ├── index.html ├── loader.css ├── modal.css ├── readme.md ├── script.js └── style.css ├── pengingat-bagi-yang-giat-ngoding ├── pengingat-bagi-yang-giat-ngoding.ahk ├── readme.md └── testing │ └── simple testing.ahk ├── ramadhan-fasting-tracker ├── .gitignore ├── README.md ├── go.mod ├── go.sum └── main.go ├── ramadhan-whatsapp-notebot ├── assets │ └── banner.txt ├── index.js ├── installation.txt ├── package-lock.json └── package.json ├── simple-webhook-for-discord ├── LICENSE ├── README.md └── simple-webhook-for-discord.ahk ├── text-to-speech ├── README.md ├── index.html └── script.js ├── time-count ├── .bundle │ └── config ├── .eslintrc.js ├── .gitignore ├── .prettierrc.js ├── .watchmanconfig ├── App.tsx ├── Gemfile ├── README.md ├── Screens │ ├── Setter.js │ └── main.js ├── __tests__ │ └── App.test.tsx ├── android │ ├── app │ │ ├── build.gradle │ │ ├── debug.keystore │ │ ├── proguard-rules.pro │ │ └── src │ │ │ ├── debug │ │ │ └── AndroidManifest.xml │ │ │ └── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ └── com │ │ │ │ └── timecountnotif │ │ │ │ ├── MainActivity.kt │ │ │ │ └── MainApplication.kt │ │ │ └── res │ │ │ ├── drawable │ │ │ └── rn_edit_text_material.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.png │ │ │ └── ic_launcher_round.png │ │ │ └── values │ │ │ ├── strings.xml │ │ │ └── styles.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── app.json ├── assets │ ├── ex1.png │ ├── ex2.png │ └── ex3.png ├── babel.config.js ├── index.js ├── ios │ ├── .xcode.env │ ├── Podfile │ ├── timeCountNotif.xcodeproj │ │ ├── project.pbxproj │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── timeCountNotif.xcscheme │ ├── timeCountNotif │ │ ├── AppDelegate.h │ │ ├── AppDelegate.mm │ │ ├── Images.xcassets │ │ │ ├── AppIcon.appiconset │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── LaunchScreen.storyboard │ │ └── main.m │ └── timeCountNotifTests │ │ ├── Info.plist │ │ └── timeCountNotifTests.m ├── jest.config.js ├── metro.config.js ├── navigation │ └── navigation.tsx ├── package-lock.json ├── package.json ├── tsconfig.json └── utils │ └── useAppNav.ts └── wheelofnames ├── index.html ├── res └── sofiaProBlack.otf ├── script.js └── styles.css /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | /.vscode 3 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/.gitmodules -------------------------------------------------------------------------------- /Converter-HijriDate-C++/@archanaberry sini ngoding: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Converter-HijriDate-C++/run.sh: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /Countdown-idul-fitri/img/8584603.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Countdown-idul-fitri/img/8584603.jpg -------------------------------------------------------------------------------- /Countdown-idul-fitri/img/bg-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Countdown-idul-fitri/img/bg-mobile.png -------------------------------------------------------------------------------- /Countdown-idul-fitri/img/ramadan_card_vector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Countdown-idul-fitri/img/ramadan_card_vector.jpg -------------------------------------------------------------------------------- /Countdown-idul-fitri/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Countdown-idul-fitri/index.html -------------------------------------------------------------------------------- /Eid-Mubarak-2024/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/README.md -------------------------------------------------------------------------------- /Eid-Mubarak-2024/USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/USER.json -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/bootstrap-3.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/bootstrap-3.min.css -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/.editorconfig -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | open_collective: lipis 2 | -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | bower_components 3 | main 4 | node_modules 5 | temp 6 | update 7 | -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/.prettierignore: -------------------------------------------------------------------------------- 1 | flag-icon.min.css 2 | bower_components/ 3 | main/ 4 | temp/ 5 | -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/.prettierrc.json -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/.travis.yml -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/Gruntfile.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/Gruntfile.coffee -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/LICENSE -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/README.md -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/assets/docs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/assets/docs.css -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/assets/docs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/assets/docs.js -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/assets/docs.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/assets/docs.less -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/bower.json -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/composer.json -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ad.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ae.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/af.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/af.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ag.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ai.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/al.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/al.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/am.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/am.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ao.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/aq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/aq.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ar.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/as.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/as.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/at.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/au.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/au.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/aw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/aw.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ax.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/az.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/az.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ba.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bb.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bd.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/be.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bf.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bg.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bh.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bi.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bj.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bl.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bm.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bn.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bo.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bq.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/br.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/br.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bs.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bt.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bv.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bw.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/by.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/by.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/bz.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ca.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cc.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cd.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cf.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cg.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ch.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ci.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ck.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cl.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cm.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cn.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/co.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cr.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cu.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cv.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cw.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cx.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cy.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/cz.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/de.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dj.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dk.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dm.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/do.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/do.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/dz.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ec.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ee.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/eg.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/eh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/eh.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/er.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/er.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/es.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/et.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/et.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/eu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/eu.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fi.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fj.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fk.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fm.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fo.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/fr.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ga.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gb.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gd.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ge.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gf.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gg.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gh.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gi.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gl.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gm.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gn.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gp.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gq.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gr.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gs.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gt.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gu.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gw.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/gy.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hk.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hm.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hn.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hr.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ht.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ht.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/hu.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/id.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ie.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/il.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/il.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/im.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/im.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/in.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/io.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/io.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/iq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/iq.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ir.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/is.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/is.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/it.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/je.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/je.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/jm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/jm.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/jo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/jo.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/jp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/jp.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/flags/1x1/ke.svg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/index.html -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/package.json -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/svgo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/svgo.yaml -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/flag-icon-css-master/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/flag-icon-css-master/yarn.lock -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/HELP-US-OUT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/HELP-US-OUT.txt -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/less/core.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/less/core.less -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/less/icons.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/less/icons.less -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/less/list.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/less/list.less -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/less/path.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/less/path.less -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/scss/_core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/scss/_core.scss -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/scss/_list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/scss/_list.scss -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/font-awesome-4.7.0/scss/_path.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/font-awesome-4.7.0/scss/_path.scss -------------------------------------------------------------------------------- /Eid-Mubarak-2024/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/css/style.css -------------------------------------------------------------------------------- /Eid-Mubarak-2024/images/Eid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/images/Eid.jpg -------------------------------------------------------------------------------- /Eid-Mubarak-2024/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/images/favicon.ico -------------------------------------------------------------------------------- /Eid-Mubarak-2024/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/index.html -------------------------------------------------------------------------------- /Eid-Mubarak-2024/js/bonane.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/js/bonane.js -------------------------------------------------------------------------------- /Eid-Mubarak-2024/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/js/bootstrap.min.js -------------------------------------------------------------------------------- /Eid-Mubarak-2024/js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/js/index.js -------------------------------------------------------------------------------- /Eid-Mubarak-2024/js/jquery-3.3.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/js/jquery-3.3.1.min.js -------------------------------------------------------------------------------- /Eid-Mubarak-2024/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/js/jquery.min.js -------------------------------------------------------------------------------- /Eid-Mubarak-2024/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Eid-Mubarak-2024/license.txt -------------------------------------------------------------------------------- /Indonesia-Emas-2024/assets/idle.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Indonesia-Emas-2024/assets/idle.mp4 -------------------------------------------------------------------------------- /Indonesia-Emas-2024/assets/opening.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Indonesia-Emas-2024/assets/opening.mp4 -------------------------------------------------------------------------------- /Indonesia-Emas-2024/assets/wait.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Indonesia-Emas-2024/assets/wait.mp3 -------------------------------------------------------------------------------- /Indonesia-Emas-2024/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Indonesia-Emas-2024/index.html -------------------------------------------------------------------------------- /Indonesia-Emas-2024/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Indonesia-Emas-2024/readme.md -------------------------------------------------------------------------------- /Indonesia-Emas-2024/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Indonesia-Emas-2024/script.js -------------------------------------------------------------------------------- /Indonesia-Emas-2024/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Indonesia-Emas-2024/style.css -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/README.md -------------------------------------------------------------------------------- /Todolist-Ramadhan/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/index.html -------------------------------------------------------------------------------- /Todolist-Ramadhan/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/package-lock.json -------------------------------------------------------------------------------- /Todolist-Ramadhan/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/package.json -------------------------------------------------------------------------------- /Todolist-Ramadhan/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/postcss.config.js -------------------------------------------------------------------------------- /Todolist-Ramadhan/public/vite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/public/vite.svg -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/App.jsx -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/assets/note-ico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/assets/note-ico.png -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/assets/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/assets/react.svg -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/components/FormTodoList.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/components/FormTodoList.jsx -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/index.css -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/main.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/main.jsx -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/pages/Footer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/pages/Footer.jsx -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/pages/Header.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/pages/Header.jsx -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/redux/actions/todoListAction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/redux/actions/todoListAction.js -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/redux/reducers/todoListReducer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/redux/reducers/todoListReducer.js -------------------------------------------------------------------------------- /Todolist-Ramadhan/src/redux/store.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/src/redux/store.js -------------------------------------------------------------------------------- /Todolist-Ramadhan/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/tailwind.config.js -------------------------------------------------------------------------------- /Todolist-Ramadhan/vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-Ramadhan/vite.config.js -------------------------------------------------------------------------------- /Todolist-simple/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/.editorconfig -------------------------------------------------------------------------------- /Todolist-simple/.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/.env.example -------------------------------------------------------------------------------- /Todolist-simple/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/.gitattributes -------------------------------------------------------------------------------- /Todolist-simple/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/.gitignore -------------------------------------------------------------------------------- /Todolist-simple/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/README.md -------------------------------------------------------------------------------- /Todolist-simple/_ide_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/_ide_helper.php -------------------------------------------------------------------------------- /Todolist-simple/_ide_helper_models.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/_ide_helper_models.php -------------------------------------------------------------------------------- /Todolist-simple/app/Console/Kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Console/Kernel.php -------------------------------------------------------------------------------- /Todolist-simple/app/Exceptions/Handler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Exceptions/Handler.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Controllers/AuthController.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Controllers/AuthController.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Controllers/Controller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Controllers/Controller.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Kernel.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Middleware/Authenticate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Middleware/Authenticate.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Middleware/EncryptCookies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Middleware/EncryptCookies.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Middleware/TrimStrings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Middleware/TrimStrings.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Middleware/TrustHosts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Middleware/TrustHosts.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Middleware/TrustProxies.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Middleware/TrustProxies.php -------------------------------------------------------------------------------- /Todolist-simple/app/Http/Middleware/VerifyCsrfToken.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Http/Middleware/VerifyCsrfToken.php -------------------------------------------------------------------------------- /Todolist-simple/app/Livewire/Todolist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Livewire/Todolist.php -------------------------------------------------------------------------------- /Todolist-simple/app/Models/Todo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Models/Todo.php -------------------------------------------------------------------------------- /Todolist-simple/app/Models/User.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Models/User.php -------------------------------------------------------------------------------- /Todolist-simple/app/Providers/AppServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Providers/AppServiceProvider.php -------------------------------------------------------------------------------- /Todolist-simple/app/Providers/AuthServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Providers/AuthServiceProvider.php -------------------------------------------------------------------------------- /Todolist-simple/app/Providers/EventServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Providers/EventServiceProvider.php -------------------------------------------------------------------------------- /Todolist-simple/app/Providers/RouteServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/app/Providers/RouteServiceProvider.php -------------------------------------------------------------------------------- /Todolist-simple/artisan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/artisan -------------------------------------------------------------------------------- /Todolist-simple/bootstrap/app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/bootstrap/app.php -------------------------------------------------------------------------------- /Todolist-simple/bootstrap/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /Todolist-simple/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/composer.json -------------------------------------------------------------------------------- /Todolist-simple/composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/composer.lock -------------------------------------------------------------------------------- /Todolist-simple/config/app.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/app.php -------------------------------------------------------------------------------- /Todolist-simple/config/auth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/auth.php -------------------------------------------------------------------------------- /Todolist-simple/config/broadcasting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/broadcasting.php -------------------------------------------------------------------------------- /Todolist-simple/config/cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/cache.php -------------------------------------------------------------------------------- /Todolist-simple/config/cors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/cors.php -------------------------------------------------------------------------------- /Todolist-simple/config/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/database.php -------------------------------------------------------------------------------- /Todolist-simple/config/filesystems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/filesystems.php -------------------------------------------------------------------------------- /Todolist-simple/config/hashing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/hashing.php -------------------------------------------------------------------------------- /Todolist-simple/config/logging.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/logging.php -------------------------------------------------------------------------------- /Todolist-simple/config/mail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/mail.php -------------------------------------------------------------------------------- /Todolist-simple/config/queue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/queue.php -------------------------------------------------------------------------------- /Todolist-simple/config/sanctum.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/sanctum.php -------------------------------------------------------------------------------- /Todolist-simple/config/services.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/services.php -------------------------------------------------------------------------------- /Todolist-simple/config/session.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/session.php -------------------------------------------------------------------------------- /Todolist-simple/config/view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/config/view.php -------------------------------------------------------------------------------- /Todolist-simple/database/.gitignore: -------------------------------------------------------------------------------- 1 | *.sqlite* 2 | -------------------------------------------------------------------------------- /Todolist-simple/database/factories/UserFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/database/factories/UserFactory.php -------------------------------------------------------------------------------- /Todolist-simple/database/seeders/DatabaseSeeder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/database/seeders/DatabaseSeeder.php -------------------------------------------------------------------------------- /Todolist-simple/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/package.json -------------------------------------------------------------------------------- /Todolist-simple/phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/phpunit.xml -------------------------------------------------------------------------------- /Todolist-simple/public/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/public/.htaccess -------------------------------------------------------------------------------- /Todolist-simple/public/assets/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/public/assets/css/styles.css -------------------------------------------------------------------------------- /Todolist-simple/public/assets/js/bs-init.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/public/assets/js/bs-init.js -------------------------------------------------------------------------------- /Todolist-simple/public/assets/js/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/public/assets/js/scripts.js -------------------------------------------------------------------------------- /Todolist-simple/public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Todolist-simple/public/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/public/index.php -------------------------------------------------------------------------------- /Todolist-simple/public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /Todolist-simple/resources/css/app.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Todolist-simple/resources/js/app.js: -------------------------------------------------------------------------------- 1 | import './bootstrap'; 2 | -------------------------------------------------------------------------------- /Todolist-simple/resources/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/resources/js/bootstrap.js -------------------------------------------------------------------------------- /Todolist-simple/resources/views/Home/footer.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/resources/views/Home/footer.blade.php -------------------------------------------------------------------------------- /Todolist-simple/resources/views/Home/main.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/resources/views/Home/main.blade.php -------------------------------------------------------------------------------- /Todolist-simple/resources/views/Home/navbar.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/resources/views/Home/navbar.blade.php -------------------------------------------------------------------------------- /Todolist-simple/resources/views/Home/todolist.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/resources/views/Home/todolist.blade.php -------------------------------------------------------------------------------- /Todolist-simple/resources/views/welcome.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/resources/views/welcome.blade.php -------------------------------------------------------------------------------- /Todolist-simple/routes/api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/routes/api.php -------------------------------------------------------------------------------- /Todolist-simple/routes/channels.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/routes/channels.php -------------------------------------------------------------------------------- /Todolist-simple/routes/console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/routes/console.php -------------------------------------------------------------------------------- /Todolist-simple/routes/web.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/routes/web.php -------------------------------------------------------------------------------- /Todolist-simple/storage/app/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !public/ 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /Todolist-simple/storage/app/public/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /Todolist-simple/storage/framework/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/storage/framework/.gitignore -------------------------------------------------------------------------------- /Todolist-simple/storage/framework/cache/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !data/ 3 | !.gitignore 4 | -------------------------------------------------------------------------------- /Todolist-simple/storage/framework/cache/data/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /Todolist-simple/storage/framework/sessions/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /Todolist-simple/storage/framework/testing/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /Todolist-simple/storage/framework/views/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /Todolist-simple/storage/logs/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /Todolist-simple/test.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/test.sql -------------------------------------------------------------------------------- /Todolist-simple/tests/CreatesApplication.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/tests/CreatesApplication.php -------------------------------------------------------------------------------- /Todolist-simple/tests/Feature/ExampleTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/tests/Feature/ExampleTest.php -------------------------------------------------------------------------------- /Todolist-simple/tests/TestCase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/tests/TestCase.php -------------------------------------------------------------------------------- /Todolist-simple/tests/Unit/ExampleTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/tests/Unit/ExampleTest.php -------------------------------------------------------------------------------- /Todolist-simple/vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/Todolist-simple/vite.config.js -------------------------------------------------------------------------------- /YT Simple Downloader/yt2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/YT Simple Downloader/yt2.py -------------------------------------------------------------------------------- /abot-wa-plugin/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/.gitignore -------------------------------------------------------------------------------- /abot-wa-plugin/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/config.js -------------------------------------------------------------------------------- /abot-wa-plugin/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/index.js -------------------------------------------------------------------------------- /abot-wa-plugin/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/main.js -------------------------------------------------------------------------------- /abot-wa-plugin/media/image/book.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/media/image/book.jpg -------------------------------------------------------------------------------- /abot-wa-plugin/media/image/default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/media/image/default.jpg -------------------------------------------------------------------------------- /abot-wa-plugin/media/image/fight.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/media/image/fight.jpeg -------------------------------------------------------------------------------- /abot-wa-plugin/media/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/media/logo.jpg -------------------------------------------------------------------------------- /abot-wa-plugin/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/package.json -------------------------------------------------------------------------------- /abot-wa-plugin/readme.md: -------------------------------------------------------------------------------- 1 | Abot plugins versions 2 | -------------------------------------------------------------------------------- /abot-wa-plugin/src/abot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/abot.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/add.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/add.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/demote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/demote.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/grup-setting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/grup-setting.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/hidetag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/hidetag.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/kick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/kick.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/promote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/promote.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/setbye.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/setbye.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/setppgcfull.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/setppgcfull.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/setwelcome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/setwelcome.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/admin/tagall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/admin/tagall.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/anonymous/anonymous_chat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/anonymous/anonymous_chat.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/anonymous/menfess-chat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/anonymous/menfess-chat.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/anonymous/menfess-stop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/anonymous/menfess-stop.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/anonymous/menfess.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/anonymous/menfess.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/emojimix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/emojimix.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/smeme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/smeme.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/sticker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/sticker.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/swm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/swm.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/togif.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/togif.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/toimg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/toimg.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/tomp3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/tomp3.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/tovn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/tovn.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/converter/ttp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/converter/ttp.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/database/database-addmsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/database/database-addmsg.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/database/database-delmsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/database/database-delmsg.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/database/database-getmsg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/database/database-getmsg.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/facebook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/facebook.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/github.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/github.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/instagram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/instagram.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/playyt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/playyt.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/tiktokaudio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/tiktokaudio.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/tiktokvid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/tiktokvid.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/ytmp3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/ytmp3.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/download/ytmp4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/download/ytmp4.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/download/autodl_fb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/download/autodl_fb.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/download/autodl_tt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/download/autodl_tt.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/games/asahotak_ans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/games/asahotak_ans.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/games/kuis_ans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/games/kuis_ans.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/games/math_ans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/games/math_ans.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/games/siapaaku_ans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/games/siapaaku_ans.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/games/tebakbom_ans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/games/tebakbom_ans.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/groups/_afk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/groups/_afk.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/groups/_antilink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/groups/_antilink.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/__allfake.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/__allfake.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/__antierror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/__antierror.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_antispam.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_antispam.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_astagfir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_astagfir.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_autoreply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_autoreply.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_autostiker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_autostiker.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_expired.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_expired.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_firstchat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_firstchat.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_intro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_intro.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_math.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_premium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_premium.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_report_ans.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_report_ans.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_role.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_role.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/event/system/_sticker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/event/system/_sticker.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/asahotak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/asahotak.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/caklontong.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/caklontong.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/kuis.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/kuis.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/math.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/siapaaku.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/siapaaku.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/slot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/slot.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/spin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/spin.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/tebakbom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/tebakbom.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/game/tebakkata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/game/tebakkata.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/adminlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/adminlist.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/afk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/afk.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/getbio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/getbio.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/getpp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/getpp.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/groupInfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/groupInfo.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/quote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/quote.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/reaction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/reaction.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/readviewonce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/readviewonce.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/groups/revoke.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/groups/revoke.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/information/cuaca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/information/cuaca.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/information/gempa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/information/gempa.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/information/mahasiswa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/information/mahasiswa.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/main-menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/main-menu.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/addowner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/addowner.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/addprem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/addprem.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/block.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/block.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/broadcast-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/broadcast-image.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/broadcastloc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/broadcastloc.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/colong.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/colong.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/deleteplugins.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/deleteplugins.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/deleteuser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/deleteuser.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/delowner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/delowner.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/delprem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/delprem.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/enable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/enable.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/exec.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/exec.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/exec2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/exec2.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/expired.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/expired.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/getdb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/getdb.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/getplugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/getplugin.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/jadiadmin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/jadiadmin.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/join.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/join.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/leavegc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/leavegc.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/mode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/mode.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/mute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/mute.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/nowa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/nowa.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/restart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/restart.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/saveplugin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/saveplugin.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/setbotpp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/setbotpp.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/setbotppfull.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/setbotppfull.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/simulate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/simulate.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/unmute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/unmute.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/unwarn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/unwarn.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/update.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/owner/warn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/owner/warn.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/relationship/cek.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/relationship/cek.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/relationship/ikhlas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/relationship/ikhlas.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/relationship/jadian.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/relationship/jadian.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/relationship/putus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/relationship/putus.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/relationship/terima.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/relationship/terima.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/relationship/tolak.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/relationship/tolak.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/claim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/claim.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/craft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/craft.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/dungeon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/dungeon.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/feed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/feed.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/inven.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/inven.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/leaderboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/leaderboard.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/mining.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/mining.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/monthly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/monthly.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/open.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/open.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/shop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/shop.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/transfer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/transfer.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/upgrade.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/upgrade.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/use.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/use.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/weekly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/weekly.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/rpg/work.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/rpg/work.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/delete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/delete.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/infodatabase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/infodatabase.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/listbanned.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/listbanned.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/listblock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/listblock.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/listgc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/listgc.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/listprem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/listprem.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/owner.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/owner.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/ping.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/ping.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/prem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/prem.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/report.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/report.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/runtime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/runtime.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/say.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/say.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/sourcecode.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/sourcecode.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/status.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/status.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/special/totalfiture.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/special/totalfiture.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/ai-img.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/ai-img.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/ai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/ai.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/base64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/base64.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/blur.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/blur.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/ebinary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/ebinary.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/font.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/font.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/kalkulator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/kalkulator.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/readmore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/readmore.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/trenslate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/trenslate.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/tools/upload.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/tools/upload.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/buylimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/buylimit.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/daily.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/daily.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/exp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/exp.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/level.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/level.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/levelup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/levelup.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/limit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/limit.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/me.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/me.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/money.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/money.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/profile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/profile.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/register.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/register.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/sn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/sn.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/tflimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/tflimit.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/commands/userinfo/unreg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/commands/userinfo/unreg.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/json/owner.json: -------------------------------------------------------------------------------- 1 | [ 2 | "628126915328" 3 | ] -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.api.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.converter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.converter.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.exif.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.exif.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.function.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.function2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.function2.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.levelling.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.levelling.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.mongodb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.mongodb.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.print.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.print.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.scraper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.scraper.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.sticker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.sticker.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lib.webp2mp4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lib.webp2mp4.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/.file: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/Low.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/Low.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/LowSync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/LowSync.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/MissingAdapterError.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/MissingAdapterError.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/.file: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/JSONFile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/adapters/JSONFile.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/JSONFileSync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/adapters/JSONFileSync.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/LocalStorage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/adapters/LocalStorage.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/Memory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/adapters/Memory.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/MemorySync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/adapters/MemorySync.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/TextFile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/adapters/TextFile.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/adapters/TextFileSync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/adapters/TextFileSync.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/lowdb/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/lowdb/index.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/uploadFile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/uploadFile.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/uploadImage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/uploadImage.js -------------------------------------------------------------------------------- /abot-wa-plugin/src/lib/whatsapp.serialized.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/abot-wa-plugin/src/lib/whatsapp.serialized.js -------------------------------------------------------------------------------- /alquran-indonesia/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/.editorconfig -------------------------------------------------------------------------------- /alquran-indonesia/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/.gitignore -------------------------------------------------------------------------------- /alquran-indonesia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/README.md -------------------------------------------------------------------------------- /alquran-indonesia/components/Header.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/components/Header.vue -------------------------------------------------------------------------------- /alquran-indonesia/components/Main.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/components/Main.vue -------------------------------------------------------------------------------- /alquran-indonesia/components/MainSurah.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/components/MainSurah.vue -------------------------------------------------------------------------------- /alquran-indonesia/nuxt.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/nuxt.config.js -------------------------------------------------------------------------------- /alquran-indonesia/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/package-lock.json -------------------------------------------------------------------------------- /alquran-indonesia/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/package.json -------------------------------------------------------------------------------- /alquran-indonesia/pages/Surah/_id.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/pages/Surah/_id.vue -------------------------------------------------------------------------------- /alquran-indonesia/pages/index.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/pages/index.vue -------------------------------------------------------------------------------- /alquran-indonesia/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/static/favicon.ico -------------------------------------------------------------------------------- /alquran-indonesia/static/quran.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/static/quran.jpeg -------------------------------------------------------------------------------- /alquran-indonesia/store/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/alquran-indonesia/store/README.md -------------------------------------------------------------------------------- /bot-discord-imsakiyah/.env.example: -------------------------------------------------------------------------------- 1 | TOKEN= 2 | -------------------------------------------------------------------------------- /bot-discord-imsakiyah/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/bot-discord-imsakiyah/.gitignore -------------------------------------------------------------------------------- /bot-discord-imsakiyah/imsakSchedule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/bot-discord-imsakiyah/imsakSchedule.js -------------------------------------------------------------------------------- /bot-discord-imsakiyah/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/bot-discord-imsakiyah/index.js -------------------------------------------------------------------------------- /bot-discord-imsakiyah/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/bot-discord-imsakiyah/package-lock.json -------------------------------------------------------------------------------- /bot-discord-imsakiyah/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/bot-discord-imsakiyah/package.json -------------------------------------------------------------------------------- /countdown-lebaran-2024/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/countdown-lebaran-2024/README.md -------------------------------------------------------------------------------- /countdown-lebaran-2024/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/countdown-lebaran-2024/index.html -------------------------------------------------------------------------------- /dev-template/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/.gitignore -------------------------------------------------------------------------------- /dev-template/Android/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Android/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Android/flake.lock -------------------------------------------------------------------------------- /dev-template/Android/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Android/flake.nix -------------------------------------------------------------------------------- /dev-template/C/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/C/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/C/flake.lock -------------------------------------------------------------------------------- /dev-template/C/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/C/flake.nix -------------------------------------------------------------------------------- /dev-template/GoLang/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/GoLang/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/GoLang/flake.nix -------------------------------------------------------------------------------- /dev-template/Haskell/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Haskell/flake.lock -------------------------------------------------------------------------------- /dev-template/Haskell/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Haskell/flake.nix -------------------------------------------------------------------------------- /dev-template/Java/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Java/11/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Java/11/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Java/11/flake.lock -------------------------------------------------------------------------------- /dev-template/Java/11/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Java/11/flake.nix -------------------------------------------------------------------------------- /dev-template/Java/19/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Java/19/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Java/19/flake.nix -------------------------------------------------------------------------------- /dev-template/Java/8/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Java/8/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Java/8/flake.lock -------------------------------------------------------------------------------- /dev-template/Java/8/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Java/8/flake.nix -------------------------------------------------------------------------------- /dev-template/Java/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Java/flake.lock -------------------------------------------------------------------------------- /dev-template/Java/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Java/flake.nix -------------------------------------------------------------------------------- /dev-template/Kotlin/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Kotlin/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Kotlin/flake.lock -------------------------------------------------------------------------------- /dev-template/Kotlin/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Kotlin/flake.nix -------------------------------------------------------------------------------- /dev-template/NodeJS/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | layout node 3 | -------------------------------------------------------------------------------- /dev-template/NodeJS/14/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | layout node 3 | -------------------------------------------------------------------------------- /dev-template/NodeJS/14/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/14/flake.lock -------------------------------------------------------------------------------- /dev-template/NodeJS/14/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/14/flake.nix -------------------------------------------------------------------------------- /dev-template/NodeJS/16.13.0/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | layout node 3 | -------------------------------------------------------------------------------- /dev-template/NodeJS/16.13.0/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/16.13.0/flake.lock -------------------------------------------------------------------------------- /dev-template/NodeJS/16.13.0/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/16.13.0/flake.nix -------------------------------------------------------------------------------- /dev-template/NodeJS/16/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | layout node 3 | -------------------------------------------------------------------------------- /dev-template/NodeJS/16/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/16/flake.lock -------------------------------------------------------------------------------- /dev-template/NodeJS/16/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/16/flake.nix -------------------------------------------------------------------------------- /dev-template/NodeJS/18/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | layout node 3 | -------------------------------------------------------------------------------- /dev-template/NodeJS/18/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/18/flake.lock -------------------------------------------------------------------------------- /dev-template/NodeJS/18/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/18/flake.nix -------------------------------------------------------------------------------- /dev-template/NodeJS/19/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | layout node 3 | -------------------------------------------------------------------------------- /dev-template/NodeJS/19/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/19/flake.nix -------------------------------------------------------------------------------- /dev-template/NodeJS/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/flake.lock -------------------------------------------------------------------------------- /dev-template/NodeJS/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/NodeJS/flake.nix -------------------------------------------------------------------------------- /dev-template/PHP/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/PHP/5.6/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/PHP/5.6/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/5.6/flake.lock -------------------------------------------------------------------------------- /dev-template/PHP/5.6/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/5.6/flake.nix -------------------------------------------------------------------------------- /dev-template/PHP/7.4/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/PHP/7.4/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/7.4/flake.lock -------------------------------------------------------------------------------- /dev-template/PHP/7.4/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/7.4/flake.nix -------------------------------------------------------------------------------- /dev-template/PHP/8.0/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/PHP/8.0/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/8.0/flake.nix -------------------------------------------------------------------------------- /dev-template/PHP/8.1/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/PHP/8.1/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/8.1/flake.nix -------------------------------------------------------------------------------- /dev-template/PHP/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/flake.lock -------------------------------------------------------------------------------- /dev-template/PHP/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/PHP/flake.nix -------------------------------------------------------------------------------- /dev-template/Python/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Python/3.10/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Python/3.10/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/3.10/flake.lock -------------------------------------------------------------------------------- /dev-template/Python/3.10/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/3.10/flake.nix -------------------------------------------------------------------------------- /dev-template/Python/3.8/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Python/3.8/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/3.8/flake.lock -------------------------------------------------------------------------------- /dev-template/Python/3.8/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/3.8/flake.nix -------------------------------------------------------------------------------- /dev-template/Python/3.9/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Python/3.9/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/3.9/flake.lock -------------------------------------------------------------------------------- /dev-template/Python/3.9/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/3.9/flake.nix -------------------------------------------------------------------------------- /dev-template/Python/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/flake.lock -------------------------------------------------------------------------------- /dev-template/Python/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Python/flake.nix -------------------------------------------------------------------------------- /dev-template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/README.md -------------------------------------------------------------------------------- /dev-template/Rust/.envrc: -------------------------------------------------------------------------------- 1 | use flake . 2 | -------------------------------------------------------------------------------- /dev-template/Rust/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Rust/flake.lock -------------------------------------------------------------------------------- /dev-template/Rust/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/Rust/flake.nix -------------------------------------------------------------------------------- /dev-template/flake.bak.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/flake.bak.nix -------------------------------------------------------------------------------- /dev-template/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/flake.lock -------------------------------------------------------------------------------- /dev-template/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/dev-template/flake.nix -------------------------------------------------------------------------------- /fatiha/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/.gitignore -------------------------------------------------------------------------------- /fatiha/.npmrc: -------------------------------------------------------------------------------- 1 | engine-strict=true 2 | -------------------------------------------------------------------------------- /fatiha/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/README.md -------------------------------------------------------------------------------- /fatiha/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/package-lock.json -------------------------------------------------------------------------------- /fatiha/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/package.json -------------------------------------------------------------------------------- /fatiha/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/postcss.config.js -------------------------------------------------------------------------------- /fatiha/src/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/app.css -------------------------------------------------------------------------------- /fatiha/src/app.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/app.d.ts -------------------------------------------------------------------------------- /fatiha/src/app.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/app.html -------------------------------------------------------------------------------- /fatiha/src/lib/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/lib/index.ts -------------------------------------------------------------------------------- /fatiha/src/lib/strings/baseConfig.ts: -------------------------------------------------------------------------------- 1 | export const baseConfig = { 2 | pageTitle : 'Hello There! - Gilby' 3 | }; -------------------------------------------------------------------------------- /fatiha/src/lib/strings/chapters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/lib/strings/chapters.ts -------------------------------------------------------------------------------- /fatiha/src/lib/utils/capitalize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/lib/utils/capitalize.ts -------------------------------------------------------------------------------- /fatiha/src/lib/utils/fetcher.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/lib/utils/fetcher.ts -------------------------------------------------------------------------------- /fatiha/src/lib/utils/randomizer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/lib/utils/randomizer.ts -------------------------------------------------------------------------------- /fatiha/src/lib/utils/timeDetector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/lib/utils/timeDetector.ts -------------------------------------------------------------------------------- /fatiha/src/routes/+layout.svelte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/routes/+layout.svelte -------------------------------------------------------------------------------- /fatiha/src/routes/+page.server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/routes/+page.server.ts -------------------------------------------------------------------------------- /fatiha/src/routes/+page.svelte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/routes/+page.svelte -------------------------------------------------------------------------------- /fatiha/src/routes/quran/[chapters]/+page.server.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/routes/quran/[chapters]/+page.server.ts -------------------------------------------------------------------------------- /fatiha/src/routes/quran/[chapters]/+page.svelte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/src/routes/quran/[chapters]/+page.svelte -------------------------------------------------------------------------------- /fatiha/static/fatiha/fonts/indopak.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/fonts/indopak.ttf -------------------------------------------------------------------------------- /fatiha/static/fatiha/fonts/quran.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/fonts/quran.ttf -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/1.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/10.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/100.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/101.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/101.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/102.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/102.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/103.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/103.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/104.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/104.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/105.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/105.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/106.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/106.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/107.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/107.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/108.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/108.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/109.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/109.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/11.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/110.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/110.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/111.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/111.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/112.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/112.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/113.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/113.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/114.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/114.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/12.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/13.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/14.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/15.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/16.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/17.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/18.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/19.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/2.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/20.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/21.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/22.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/23.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/24.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/25.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/26.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/27.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/27.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/28.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/29.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/29.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/3.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/30.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/30.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/31.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/32.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/33.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/33.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/34.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/34.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/35.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/35.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/36.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/36.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/37.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/37.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/38.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/38.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/39.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/39.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/4.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/40.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/40.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/41.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/41.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/42.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/42.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/43.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/43.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/44.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/44.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/45.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/45.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/46.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/46.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/47.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/47.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/48.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/48.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/49.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/49.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/5.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/50.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/50.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/51.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/51.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/52.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/52.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/53.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/53.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/54.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/54.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/55.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/55.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/56.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/56.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/57.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/57.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/58.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/58.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/59.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/59.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/6.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/60.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/60.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/61.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/61.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/62.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/62.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/63.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/63.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/64.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/64.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/65.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/65.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/66.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/66.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/67.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/67.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/68.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/68.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/69.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/69.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/7.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/70.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/70.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/71.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/71.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/72.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/73.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/73.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/74.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/74.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/75.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/75.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/76.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/76.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/77.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/77.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/78.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/78.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/79.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/79.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/8.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/80.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/80.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/81.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/81.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/82.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/82.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/83.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/83.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/84.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/84.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/85.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/85.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/86.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/86.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/87.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/87.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/88.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/88.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/89.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/89.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/9.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/90.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/90.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/91.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/91.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/92.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/92.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/93.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/93.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/94.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/94.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/95.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/95.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/96.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/96.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/97.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/97.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/98.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/98.json -------------------------------------------------------------------------------- /fatiha/static/fatiha/surah/99.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/fatiha/surah/99.json -------------------------------------------------------------------------------- /fatiha/static/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/favicon.png -------------------------------------------------------------------------------- /fatiha/static/prettify/mine.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/prettify/mine.css -------------------------------------------------------------------------------- /fatiha/static/prettify/styles.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/static/prettify/styles.min.css -------------------------------------------------------------------------------- /fatiha/svelte.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/svelte.config.js -------------------------------------------------------------------------------- /fatiha/tailwind.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/tailwind.config.js -------------------------------------------------------------------------------- /fatiha/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/tsconfig.json -------------------------------------------------------------------------------- /fatiha/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/fatiha/vite.config.ts -------------------------------------------------------------------------------- /imsakSchedule/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/imsakSchedule/README.md -------------------------------------------------------------------------------- /imsakSchedule/imsakSchedule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/imsakSchedule/imsakSchedule.js -------------------------------------------------------------------------------- /imsakSchedule/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/imsakSchedule/index.js -------------------------------------------------------------------------------- /kalkulator-web/ai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/ai.js -------------------------------------------------------------------------------- /kalkulator-web/css/desktop-chrome-mobile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/css/desktop-chrome-mobile.css -------------------------------------------------------------------------------- /kalkulator-web/css/desktop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/css/desktop.css -------------------------------------------------------------------------------- /kalkulator-web/desktop.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/desktop.css -------------------------------------------------------------------------------- /kalkulator-web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/index.html -------------------------------------------------------------------------------- /kalkulator-web/loader.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/loader.css -------------------------------------------------------------------------------- /kalkulator-web/modal.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/modal.css -------------------------------------------------------------------------------- /kalkulator-web/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/readme.md -------------------------------------------------------------------------------- /kalkulator-web/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/script.js -------------------------------------------------------------------------------- /kalkulator-web/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/kalkulator-web/style.css -------------------------------------------------------------------------------- /pengingat-bagi-yang-giat-ngoding/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/pengingat-bagi-yang-giat-ngoding/readme.md -------------------------------------------------------------------------------- /ramadhan-fasting-tracker/.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | 3 | .env -------------------------------------------------------------------------------- /ramadhan-fasting-tracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-fasting-tracker/README.md -------------------------------------------------------------------------------- /ramadhan-fasting-tracker/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-fasting-tracker/go.mod -------------------------------------------------------------------------------- /ramadhan-fasting-tracker/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-fasting-tracker/go.sum -------------------------------------------------------------------------------- /ramadhan-fasting-tracker/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-fasting-tracker/main.go -------------------------------------------------------------------------------- /ramadhan-whatsapp-notebot/assets/banner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-whatsapp-notebot/assets/banner.txt -------------------------------------------------------------------------------- /ramadhan-whatsapp-notebot/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-whatsapp-notebot/index.js -------------------------------------------------------------------------------- /ramadhan-whatsapp-notebot/installation.txt: -------------------------------------------------------------------------------- 1 | npm i 2 | npm start 3 | 4 | command = 5 | 6 | .a (jam:menit) (pesan) -------------------------------------------------------------------------------- /ramadhan-whatsapp-notebot/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-whatsapp-notebot/package-lock.json -------------------------------------------------------------------------------- /ramadhan-whatsapp-notebot/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/ramadhan-whatsapp-notebot/package.json -------------------------------------------------------------------------------- /simple-webhook-for-discord/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/simple-webhook-for-discord/LICENSE -------------------------------------------------------------------------------- /simple-webhook-for-discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/simple-webhook-for-discord/README.md -------------------------------------------------------------------------------- /text-to-speech/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/text-to-speech/README.md -------------------------------------------------------------------------------- /text-to-speech/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/text-to-speech/index.html -------------------------------------------------------------------------------- /text-to-speech/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/text-to-speech/script.js -------------------------------------------------------------------------------- /time-count/.bundle/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/.bundle/config -------------------------------------------------------------------------------- /time-count/.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | extends: '@react-native', 4 | }; 5 | -------------------------------------------------------------------------------- /time-count/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/.gitignore -------------------------------------------------------------------------------- /time-count/.prettierrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/.prettierrc.js -------------------------------------------------------------------------------- /time-count/.watchmanconfig: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /time-count/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/App.tsx -------------------------------------------------------------------------------- /time-count/Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/Gemfile -------------------------------------------------------------------------------- /time-count/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/README.md -------------------------------------------------------------------------------- /time-count/Screens/Setter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/Screens/Setter.js -------------------------------------------------------------------------------- /time-count/Screens/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/Screens/main.js -------------------------------------------------------------------------------- /time-count/__tests__/App.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/__tests__/App.test.tsx -------------------------------------------------------------------------------- /time-count/android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/app/build.gradle -------------------------------------------------------------------------------- /time-count/android/app/debug.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/app/debug.keystore -------------------------------------------------------------------------------- /time-count/android/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/app/proguard-rules.pro -------------------------------------------------------------------------------- /time-count/android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/app/src/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /time-count/android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /time-count/android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /time-count/android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /time-count/android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/build.gradle -------------------------------------------------------------------------------- /time-count/android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/gradle.properties -------------------------------------------------------------------------------- /time-count/android/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /time-count/android/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/gradlew -------------------------------------------------------------------------------- /time-count/android/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/gradlew.bat -------------------------------------------------------------------------------- /time-count/android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/android/settings.gradle -------------------------------------------------------------------------------- /time-count/app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/app.json -------------------------------------------------------------------------------- /time-count/assets/ex1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/assets/ex1.png -------------------------------------------------------------------------------- /time-count/assets/ex2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/assets/ex2.png -------------------------------------------------------------------------------- /time-count/assets/ex3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/assets/ex3.png -------------------------------------------------------------------------------- /time-count/babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/babel.config.js -------------------------------------------------------------------------------- /time-count/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/index.js -------------------------------------------------------------------------------- /time-count/ios/.xcode.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/.xcode.env -------------------------------------------------------------------------------- /time-count/ios/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/Podfile -------------------------------------------------------------------------------- /time-count/ios/timeCountNotif.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/timeCountNotif.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /time-count/ios/timeCountNotif/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/timeCountNotif/AppDelegate.h -------------------------------------------------------------------------------- /time-count/ios/timeCountNotif/AppDelegate.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/timeCountNotif/AppDelegate.mm -------------------------------------------------------------------------------- /time-count/ios/timeCountNotif/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/timeCountNotif/Info.plist -------------------------------------------------------------------------------- /time-count/ios/timeCountNotif/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/timeCountNotif/LaunchScreen.storyboard -------------------------------------------------------------------------------- /time-count/ios/timeCountNotif/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/timeCountNotif/main.m -------------------------------------------------------------------------------- /time-count/ios/timeCountNotifTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/ios/timeCountNotifTests/Info.plist -------------------------------------------------------------------------------- /time-count/jest.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | preset: 'react-native', 3 | }; 4 | -------------------------------------------------------------------------------- /time-count/metro.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/metro.config.js -------------------------------------------------------------------------------- /time-count/navigation/navigation.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/navigation/navigation.tsx -------------------------------------------------------------------------------- /time-count/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/package-lock.json -------------------------------------------------------------------------------- /time-count/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/package.json -------------------------------------------------------------------------------- /time-count/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/tsconfig.json -------------------------------------------------------------------------------- /time-count/utils/useAppNav.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/time-count/utils/useAppNav.ts -------------------------------------------------------------------------------- /wheelofnames/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/wheelofnames/index.html -------------------------------------------------------------------------------- /wheelofnames/res/sofiaProBlack.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/wheelofnames/res/sofiaProBlack.otf -------------------------------------------------------------------------------- /wheelofnames/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/wheelofnames/script.js -------------------------------------------------------------------------------- /wheelofnames/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IMPHNEN/Ramadhan-Code-Fest/HEAD/wheelofnames/styles.css --------------------------------------------------------------------------------