Hi guys, This is maybe the simplest Point of Sale ever. This code i made to complete my home work even my studying at Nahdlatul Ulama University. Built on top of QBASIC programming language, the very old programming language, but i think this language is effective to learn basic programming. Because all programming language has same characteristics. So, guys, this is the code: ’’ —————————————————————————- ’’ PROGRAM KASIR SEDERHANA ’’ QBASIC ’’ —————————————————————————- ’’ Clear Screen CLS ’’ ’’ Deklarasi Variable ’’ DIM TRANSAKSI%(100) DIM PRODUK%(5) TOTALHARGA& = 0 TOTALITEM% = 0 ’’ Data Produk PRODUK%(1) = 1000 PRODUK%(2) = 1100 PRODUK%(3) = 1200 PRODUK%(4) = 1300 PRODUK%(5) = 1400 ’’ Main Menu 1 CLS PRINT “Menu:” PRINT “1. Produk” PRINT “2. Laporan” PRINT “3. Transaksi” PRINT “4. Keluar” INPUT “Pilih Menu:”, menu SELECT CASE menu CASE 1 GOTO 10 CASE 2 GOTO 20 CASE 3 GOTO 30 CASE 4 END END SELECT ’’ Data produk 10 CLS PRINT ...
Ubuntu gnome-shell design Bad news for Unity Desktop fans, that Ubuntu will stop developing Unity 8 and MIR. For more than 2 years development Unity 8 and MIR don't have stable release, too many bugs and only few hardware supported. Ubuntu CEO has announced that next LTS release will use Gnome as default desktop instead of Unity. Its good news for Gnome fans, but bad news for unity fans. Good news for Gnome development to get more support for canonical. Do you have plan to upgrade your Ubuntu OS to next LTS version, which not use unity as default desktop again?