├── .gitignore ├── Home ├── DoDistro.HC.Z ├── HomeSys.HC ├── MakeHome.HC.Z ├── Supplemental │ ├── Sup1Bin │ │ ├── GodPassage │ │ ├── GodWords │ │ ├── GodWords100 │ │ ├── QEMU │ │ │ ├── emu124gig │ │ │ ├── emu1core │ │ │ ├── emu24core │ │ │ ├── emu4core │ │ │ ├── emu8core │ │ │ ├── emu_TAD_in │ │ │ ├── emu_TAD_in2 │ │ │ ├── emu_TAD_out │ │ │ ├── emu_TAD_out2 │ │ │ ├── emu_in │ │ │ ├── emu_in2 │ │ │ ├── emu_install │ │ │ ├── emu_lite_new │ │ │ ├── emu_mnt │ │ │ ├── emu_mov │ │ │ ├── emu_out │ │ │ ├── emu_out2 │ │ │ ├── emu_song_in │ │ │ ├── emu_song_in2 │ │ │ ├── emu_song_out │ │ │ ├── emu_song_out2 │ │ │ ├── emu_staff_new │ │ │ ├── emu_std_new │ │ │ └── emu_umnt │ │ ├── VMware │ │ │ ├── vm_TAD_in │ │ │ ├── vm_TAD_in2 │ │ │ ├── vm_TAD_out │ │ │ ├── vm_TAD_out2 │ │ │ ├── vm_install │ │ │ ├── vm_log │ │ │ ├── vm_log2 │ │ │ ├── vm_mnt │ │ │ ├── vm_mov │ │ │ ├── vm_song_in │ │ │ ├── vm_song_in2 │ │ │ ├── vm_song_out │ │ │ ├── vm_song_out2 │ │ │ └── vm_umnt │ │ ├── VirtualBox │ │ │ ├── vb_in │ │ │ ├── vb_in2 │ │ │ ├── vb_install │ │ │ ├── vb_mnt │ │ │ ├── vb_out │ │ │ ├── vb_out2 │ │ │ └── vb_umnt │ │ ├── gw │ │ ├── make_tosz │ │ └── mix_SND │ ├── Sup1Blog │ │ ├── Benchmark.DD.Z │ │ ├── Blackened.DD.Z │ │ ├── Bookmarks.html │ │ ├── Elephant.DD.Z │ │ ├── LightHouse.DD.Z │ │ ├── Luthur.DD.Z │ │ ├── Metallica.DD.Z │ │ ├── Misspell.DD.Z │ │ ├── Movies100.DD.Z │ │ ├── NumBible.TXT │ │ ├── NumWords1000.TXT │ │ ├── NumWords10k.TXT │ │ ├── Ozymandais.DD.Z │ │ ├── Paintings1.HC.Z │ │ ├── Paintings100.DD.Z │ │ ├── Paintings1000.DD.Z │ │ ├── Paintings2.HC.Z │ │ ├── Poems100.DD.Z │ │ ├── Profanity.DD.Z │ │ ├── SR71.DD.Z │ │ ├── Sirach21.DD.Z │ │ ├── Sirach38.DD.Z │ │ ├── Temple.DD.Z │ │ ├── Xeon.DD.Z │ │ └── YouTube.DD.Z │ ├── Sup1CodeScraps │ │ ├── ACMisspell.HC.Z │ │ ├── Circuit.HC.Z │ │ ├── Comm │ │ │ ├── CommTest.HC.Z │ │ │ └── TOSSocket.c │ │ ├── Dbg16.HC.Z │ │ ├── DocIDE.HC.Z │ │ ├── FileSysISO3.HC.Z │ │ ├── KUSB.HC.Z │ │ ├── Mem │ │ │ ├── Mem2Meg.HC.Z │ │ │ ├── PageTableEntries.HC.Z │ │ │ ├── UncachedAlias.HC.Z │ │ │ └── UncachedAlloc.HC.Z │ │ ├── Rezip.HC.Z │ │ └── USB.HC.Z │ ├── Sup1Distro │ │ ├── DbgMakeAdam.HC.Z │ │ ├── DbgMount.HC.Z │ │ ├── DbgStartOS.HC.Z │ │ └── UltraMenu.DD.Z │ ├── Sup1Games │ │ ├── AfterEgypt │ │ │ ├── AESplash.DD.Z │ │ │ ├── AfterEgypt.HC.Z │ │ │ ├── Battle.HC.Z │ │ │ ├── Camp.HC.Z │ │ │ ├── Clouds.HC.Z │ │ │ ├── Comics.HC.Z │ │ │ ├── Comics │ │ │ │ ├── Moses01.DD.Z │ │ │ │ ├── Moses02.DD.Z │ │ │ │ ├── Moses04.DD.Z │ │ │ │ ├── Moses05.DD.Z │ │ │ │ ├── Moses06.DD.Z │ │ │ │ ├── Moses07.DD.Z │ │ │ │ └── Moses08.DD.Z │ │ │ ├── GodTalking.HC.Z │ │ │ ├── HorebA.HC.Z │ │ │ ├── HorebBMP.HC.Z │ │ │ ├── HorebBSP.HC.Z │ │ │ ├── HorebC.HC.Z │ │ │ ├── Load.HC.Z │ │ │ ├── Map.HC.Z │ │ │ ├── Mountain.HC.Z │ │ │ ├── Quail.HC.Z │ │ │ ├── Run.HC.Z │ │ │ └── WaterRock.HC.Z │ │ ├── B17.HC.Z │ │ ├── Chess.HC.Z │ │ ├── Coach.HC.Z │ │ ├── DiningStars.HC.Z │ │ ├── Flappy.HC.Z │ │ ├── MissileDefense.HC.Z │ │ ├── Pilgrims │ │ │ ├── GrVectMap.HC.Z │ │ │ ├── NewEngland.GR.Z │ │ │ └── Pilgrims.HC.Z │ │ └── Rocks.HC.Z │ ├── Sup1Graphics │ │ ├── A10.BMP │ │ ├── Bling.HC.Z │ │ ├── Logo128x152.BMP │ │ ├── MaxwellsEqs.DD.Z │ │ ├── TOSTheme.BMP │ │ ├── TOSTheme.HC.Z │ │ └── VanGogh │ │ │ ├── BMPView.HC.Z │ │ │ ├── Cafe.BMP.Z │ │ │ └── Elephants.BMP.Z │ ├── Sup1HDAudio │ │ ├── Examples │ │ │ ├── BeatFreq.HC.Z │ │ │ ├── Chords.HC.Z │ │ │ ├── Echo.HC.Z │ │ │ ├── Guitar.HC.Z │ │ │ ├── PolyPhonic.HC.Z │ │ │ ├── Record.HC.Z │ │ │ ├── SndScope.HC.Z │ │ │ └── Synth.HC.Z │ │ ├── HDAudio.HC.Z │ │ ├── HDCfg.HC.Z │ │ └── HDInstall.HC.Z │ ├── Sup1Hymns │ │ ├── abiding.HC.Z │ │ ├── abyss.HC.Z │ │ ├── adopted.HC.Z │ │ ├── advantage.HC.Z │ │ ├── age.HC.Z │ │ ├── almighty.HC.Z │ │ ├── alone.HC.Z │ │ ├── appreciate.HC.Z │ │ ├── awake.HC.Z │ │ ├── battlehymnsolo.HC.Z │ │ ├── bedewed.HC.Z │ │ ├── beseech.HC.Z │ │ ├── blinded.HC.Z │ │ ├── born.HC.Z │ │ ├── caesar.HC.Z │ │ ├── childish.HC.Z │ │ ├── codes.HC.Z │ │ ├── compassions.HC.Z │ │ ├── completed.HC.Z │ │ ├── conception.HC.Z │ │ ├── cosam.HC.Z │ │ ├── counterattacks.HC.Z │ │ ├── deemed.HC.Z │ │ ├── depending.HC.Z │ │ ├── determination.HC.Z │ │ ├── dialogue.HC.Z │ │ ├── doing.HC.Z │ │ ├── downfall.HC.Z │ │ ├── dream.HC.Z │ │ ├── efforts.HC.Z │ │ ├── elijah.HC.Z │ │ ├── environeth.HC.Z │ │ ├── epicurus.HC.Z │ │ ├── exalt.HC.Z │ │ ├── exiled.HC.Z │ │ ├── exodus.HC.Z │ │ ├── expedition.HC.Z │ │ ├── fairness.HC.Z │ │ ├── fearfully.HC.Z │ │ ├── feigned.HC.Z │ │ ├── finger.HC.Z │ │ ├── first.HC.Z │ │ ├── fishermen.HC.Z │ │ ├── fixing.HC.Z │ │ ├── flung.HC.Z │ │ ├── fog.HC.Z │ │ ├── forasmuch.HC.Z │ │ ├── free.HC.Z │ │ ├── furnishing.HC.Z │ │ ├── garfield.HC.Z │ │ ├── gates.HC.Z │ │ ├── good.HC.Z │ │ ├── gutenberg.HC.Z │ │ ├── happy.HC.Z │ │ ├── hearsay.HC.Z │ │ ├── honestly.HC.Z │ │ ├── hope.HC.Z │ │ ├── image.HC.Z │ │ ├── internal.HC.Z │ │ ├── josh.HC.Z │ │ ├── keeping.HC.Z │ │ ├── kept.HC.Z │ │ ├── killed.HC.Z │ │ ├── limit.HC.Z │ │ ├── mary.HC.Z │ │ ├── medians.HC.Z │ │ ├── mightest.HC.Z │ │ ├── mildly.HC.Z │ │ ├── molded.HC.Z │ │ ├── nay.HC.Z │ │ ├── night.HC.Z │ │ ├── o.HC.Z │ │ ├── overflowed.HC.Z │ │ ├── owes.HC.Z │ │ ├── passions.HC.Z │ │ ├── permitted.HC.Z │ │ ├── personal.HC.Z │ │ ├── population.HC.Z │ │ ├── project.HC.Z │ │ ├── proponent.HC.Z │ │ ├── prosper.HC.Z │ │ ├── provisions.HC.Z │ │ ├── psalm.HC.Z │ │ ├── purpose.HC.Z │ │ ├── readier.HC.Z │ │ ├── reasoning.HC.Z │ │ ├── reliance.HC.Z │ │ ├── reposes.HC.Z │ │ ├── restless.HC.Z │ │ ├── risen.HC.Z │ │ ├── rush.HC.Z │ │ ├── satisfaction.HC.Z │ │ ├── savour.HC.Z │ │ ├── science.HC.Z │ │ ├── service.HC.Z │ │ ├── signifies.HC.Z │ │ ├── silver.HC.Z │ │ ├── sixth.HC.Z │ │ ├── slug.HC.Z │ │ ├── small.HC.Z │ │ ├── spokest.HC.Z │ │ ├── strategist.HC.Z │ │ ├── struggles.HC.Z │ │ ├── sustain.HC.Z │ │ ├── tarnished.HC.Z │ │ ├── thither.HC.Z │ │ ├── threeships.HC.Z │ │ ├── tookest.HC.Z │ │ ├── tormenting.HC.Z │ │ ├── tungsten.HC.Z │ │ ├── twins.HC.Z │ │ ├── veils.HC.Z │ │ ├── vengeance.HC.Z │ │ ├── verses.HC.Z │ │ ├── villa.HC.Z │ │ ├── whos.HC.Z │ │ ├── wine.HC.Z │ │ ├── witherto.HC.Z │ │ ├── worship.HC.Z │ │ └── you.HC.Z │ ├── Sup1Snd │ │ ├── MakeSnd.HC.Z │ │ ├── SndEffects.HC.Z │ │ ├── SndFile.HC.Z │ │ ├── SndMath.HC.Z │ │ └── SndMusic.HC.Z │ ├── Sup1Utils │ │ ├── BinRep.HC.Z │ │ ├── CmpChk.HC.Z │ │ ├── CvtCmp.HC.Z │ │ ├── CvtSong500.HC.Z │ │ ├── CvtSprite300.HC.Z │ │ ├── CyrillicFont.HC.Z │ │ ├── DblSpaceScan.HC.Z │ │ ├── FileBMP.HC.Z │ │ ├── FileRaw.HC.Z │ │ ├── PressKeyHelp.HC.Z │ │ ├── Reindent.HC.Z │ │ └── SortHeaders.HC.Z │ ├── Sup1Videos │ │ ├── FillTri.HC.Z │ │ ├── NewOS.HC.Z │ │ └── Sermon01.DD.Z │ ├── Sup1Words │ │ ├── AugustWords.TXT │ │ ├── GodDict.HC.Z │ │ ├── HappyWords.TXT │ │ ├── LinuxDict.TXT │ │ ├── Words1000.TXT │ │ └── Words10k.TXT │ ├── Sup2Hymns │ │ ├── adopted.HC.Z │ │ ├── advantage.HC.Z │ │ ├── bought.HC.Z │ │ ├── cauldron.HC.Z │ │ ├── conception.HC.Z │ │ ├── cosam.HC.Z │ │ ├── counterattacks.HC.Z │ │ ├── deemed.HC.Z │ │ ├── environeth.HC.Z │ │ ├── epicurus.HC.Z │ │ ├── fearfully.HC.Z │ │ ├── feigned.HC.Z │ │ ├── gates.HC.Z │ │ ├── hearsay.HC.Z │ │ ├── hope.HC.Z │ │ ├── internal.HC.Z │ │ ├── kept.HC.Z │ │ ├── medians.HC.Z │ │ ├── molded.HC.Z │ │ ├── o.HC.Z │ │ ├── overflowed.HC.Z │ │ ├── owes.HC.Z │ │ ├── passions.HC.Z │ │ ├── permitted.HC.Z │ │ ├── personal.HC.Z │ │ ├── population.HC.Z │ │ ├── project.HC.Z │ │ ├── provisions.HC.Z │ │ ├── readier.HC.Z │ │ ├── reasoning.HC.Z │ │ ├── reliance.HC.Z │ │ ├── reposes.HC.Z │ │ ├── restless.HC.Z │ │ ├── rush.HC.Z │ │ ├── savour.HC.Z │ │ ├── service.HC.Z │ │ ├── signifies.HC.Z │ │ ├── silver.HC.Z │ │ ├── sixth.HC.Z │ │ ├── spokest.HC.Z │ │ ├── strategist.HC.Z │ │ ├── thither.HC.Z │ │ ├── threeships.HC.Z │ │ ├── tookest.HC.Z │ │ ├── tormenting.HC.Z │ │ ├── veils.HC.Z │ │ ├── villa.HC.Z │ │ ├── whos.HC.Z │ │ ├── wine.HC.Z │ │ └── witherto.HC.Z │ └── Sup3Hymns │ │ ├── allowed.HC.Z │ │ └── inevitable.HC.Z └── Themes │ ├── ThemeManager.HC │ ├── badwolf.HC │ ├── base16.HC │ ├── blaquemagick.HC │ ├── catppuccin-frappe.HC │ ├── catppuccin-latte.HC │ ├── catppuccin-macchiato.HC │ ├── catppuccin-mocha.HC │ ├── dracula.HC │ ├── gruvbox-dark.HC │ ├── gruvbox-light.HC │ ├── nord.HC │ ├── rose-pine-dawn.HC │ ├── rose-pine-moon.HC │ ├── rose-pine.HC │ ├── solarized-dark.HC │ ├── solarized-light.HC │ └── xterm.HC ├── LICENSE ├── README.md ├── TOSZ ├── README.md ├── TOSZ.CPP └── make_tosz ├── TempleOS.ISO ├── base.conf ├── install.sh ├── mount.sh ├── net-run.sh ├── net.conf ├── run.sh ├── screenshots ├── badwolf │ ├── code.png │ └── fetch.png ├── base16 │ ├── code.png │ └── fetch.png ├── blaquemagick │ ├── code.png │ └── fetch.png ├── bokettoall.mp4 ├── catppuccin │ ├── frappe │ │ ├── code.png │ │ └── fetch.png │ ├── latte │ │ ├── code.png │ │ └── fetch.png │ ├── macchiato │ │ ├── code.png │ │ └── fetch.png │ └── mocha │ │ ├── code.png │ │ └── fetch.png ├── dracula │ ├── code.png │ └── fetch.png ├── gruvbox │ ├── dark-code.png │ ├── dark-fetch.png │ ├── light-code.png │ └── light-fetch.png ├── nord │ ├── code.png │ └── fetch.png ├── rose-pine │ ├── base-code.png │ ├── base-fetch.png │ ├── dawn-code.png │ ├── dawn-fetch.png │ ├── moon-code.png │ └── moon-fetch.png ├── solarized │ ├── dark-code.png │ ├── dark-fetch.png │ ├── light-code.png │ └── light-fetch.png └── xterm │ ├── code.png │ └── fetch.png ├── sync.sh ├── text-run.sh └── text.conf /.gitignore: -------------------------------------------------------------------------------- 1 | ########### 2 | # Folders # 3 | ########### 4 | 5 | *.bak 6 | backups 7 | images 8 | isos 9 | mnt 10 | 11 | 12 | 13 | ######### 14 | # Files # 15 | ######### 16 | 17 | *.img 18 | -------------------------------------------------------------------------------- /Home/DoDistro.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/DoDistro.HC.Z -------------------------------------------------------------------------------- /Home/HomeSys.HC: -------------------------------------------------------------------------------- 1 | //Place this file in /Home and change 2 | //anything you want. 3 | 4 | #include "~/Themes/ThemeManager.HC" 5 | SetTheme("gruvbox-light"); 6 | 7 | U0 UserStartUp() 8 | {//Run each time a user a spawned 9 | DocTermNew; 10 | Type("::/Doc/Start.DD"); 11 | LBts(&Fs->display_flags,DISPLAYf_SHOW); 12 | WinToTop; 13 | WinZBufUpdate; 14 | Dir; 15 | } 16 | 17 | U0 SrvStartUp() 18 | {//Run each time a srv task is spawned. 19 | DocTermNew; 20 | LBts(&Fs->display_flags,DISPLAYf_SHOW); 21 | WinToTop; 22 | WinZBufUpdate; 23 | } 24 | 25 | U0 StartUpTasks() 26 | { 27 | CTask *user1; 28 | user1=User; 29 | WinMax(user1); 30 | "Boot Time:%7.3fs\n",tS; 31 | XTalk(user1,""); 32 | Silent; //no output to scrn 33 | ACInit("/*;!*/Bible.TXT*"); 34 | Silent(OFF); //no output to scrn 35 | } 36 | 37 | StartUpTasks; 38 | 39 | "\nTempleOS V%5.3f\t%D %T\n\n",sys_os_version,sys_compile_time,sys_compile_time; 40 | -------------------------------------------------------------------------------- /Home/MakeHome.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/MakeHome.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/GodPassage: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #This prints a random Bible passage. 4 | 5 | if [ ! -f Bible.TXT ]; then 6 | echo "Downloading Bible.TXT..." 7 | wget http://www.templeos.org/Wb/Home/Wb2/Files/Text/Bible.TXT 8 | echo "Done." 9 | fi 10 | 11 | LINE=$(shuf -en 1 {1..100000} --random-source=/dev/urandom) 12 | echo "Line $LINE:" 13 | tail -n $LINE Bible.TXT | head -n 16 14 | 15 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/GodWords: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #This prints ten random words. 4 | 5 | echo "$(shuf -n 10 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')" 6 | 7 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/GodWords100: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #This prints a hundred random words. 4 | 5 | echo "$(shuf -n 100 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')" 6 | 7 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu124gig: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU for 124 Gig use. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=24 -enable-kvm -cpu host -m 126976 -rtc base=localtime -soundhw pcspk 6 | 7 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu1core: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU for normal use. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=1 -enable-kvm -cpu host -m 2048 -rtc base=localtime -soundhw pcspk 6 | 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu24core: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU for normal use. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=24 -enable-kvm -cpu host -m 57344 -rtc base=localtime -soundhw pcspk 6 | 7 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu4core: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU for normal use. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=4 -enable-kvm -cpu host -m 5000 -rtc base=localtime -soundhw pcspk 6 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu8core: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU for normal use. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=8 -enable-kvm -cpu host -m 2048 -rtc base=localtime -soundhw pcspk 6 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_TAD_in: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files into QEMU. 4 | 5 | echo TAD EMU In 6 | sudo ~/TOS/Bin/QEMU/emu_TAD_in2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_TAD_in2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files into QEMU. 4 | 5 | rm ~/TOS/Bin/*~ 6 | rm ~/TOS/Home/*~ 7 | rm ~/TOS/Home/Sup1/Sup1Bin/*~ 8 | 9 | cp -R --preserve=all ~/TOS/Bin/God* ~/TOS/Home/Sup1/Sup1Bin 10 | cp -R --preserve=all ~/TOS/Bin/iso* ~/TOS/Home/Sup1/Sup1Bin 11 | cp -R --preserve=all ~/TOS/Bin/make_* ~/TOS/Home/Sup1/Sup1Bin 12 | cp -R --preserve=all ~/TOS/Bin/mix* ~/TOS/Home/Sup1/Sup1Bin 13 | cp -R --preserve=all ~/TOS/Bin/QEMU ~/TOS/Home/Sup1/Sup1Bin 14 | cp -R --preserve=all ~/TOS/Bin/VMware ~/TOS/Home/Sup1/Sup1Bin 15 | cp -R --preserve=all ~/TOS/Bin/TOSSocket* ~/TOS/Home/Sup1/Sup1CodeScraps/Comm 16 | 17 | ~/TOS/Bin/QEMU/emu_mnt 18 | rm -R /mnt/qemu_disk/Home 19 | cp -R --preserve=timestamps ~/TOS/Home /mnt/qemu_disk 20 | ~/TOS/Bin/QEMU/emu_umnt 21 | 22 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_TAD_out: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files out of QEMU. 4 | 5 | echo TAD EMU Out 6 | sudo ~/TOS/Bin/QEMU/emu_TAD_out2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_TAD_out2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files out of QEMU. 4 | 5 | ~/TOS/Bin/QEMU/emu_mnt 6 | rm -R ~/TOS/Site1/Wb 7 | rm -R ~/TOS/Home/Sup1 8 | rm -R ~/TOS/Home/TAD 9 | rm -R ~/TOS/Home/TOS 10 | rm -R ~/TOS/Home/Web 11 | rm ~/TOS/Home/* 12 | mv /mnt/qemu_disk/Wb/TempleOSStaff.ISO ~/TOS 13 | cp -R --preserve=all /mnt/qemu_disk/Wb ~/TOS/Site1/Wb 14 | cp --preserve=all /mnt/qemu_disk/Wb/Home/Web/index.html ~/TOS/Site1 15 | cp --preserve=all /mnt/qemu_disk/Wb/Home/Web/TempleOS.html ~/TOS/Site1 16 | cp --preserve=all /mnt/qemu_disk/Home/* ~/TOS/Home 17 | cp -R --preserve=all /mnt/qemu_disk/Home/Sup1 ~/TOS/Home/Sup1 18 | cp -R --preserve=all /mnt/qemu_disk/Home/TAD ~/TOS/Home/TAD 19 | cp -R --preserve=all /mnt/qemu_disk/Home/TOS ~/TOS/Home/TOS 20 | cp -R --preserve=all /mnt/qemu_disk/Home/Web ~/TOS/Home/Web 21 | chmod -R 777 ~/TOS 22 | ~/TOS/Bin/QEMU/emu_umnt 23 | 24 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_in: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer files into QEMU. 4 | 5 | echo EMU In 6 | sudo ~/TOS/Bin/QEMU/emu_in2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_in2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer files into QEMU. 4 | 5 | cd ~/TOS/Site/Downloads/Linux 6 | ./make_tosz 7 | cp TOSZ ~/TOS/Bin 8 | 9 | rm ~/TOS/Bin/*~ 10 | rm ~/TOS/Home/*~ 11 | rm ~/TOS/Home/Sup1/Sup1Bin/*~ 12 | 13 | cp --preserve=all ~/TOS/Bin/gw ~/TOS/Home/Sup1/Sup1Bin 14 | cp -R --preserve=all ~/TOS/Bin/QEMU ~/TOS/Home/Sup1/Sup1Bin 15 | 16 | ~/TOS/Bin/QEMU/emu_mnt 17 | rm -R /mnt/qemu_disk/Home 18 | cp -R --preserve=timestamps ~/TOS/Home /mnt/qemu_disk 19 | rm -R /mnt/qemu_disk/Downloads/Linux 20 | cp -R --preserve=timestamps ~/TOS/Site/Downloads/Linux /mnt/qemu_disk/Downloads/Linux 21 | ~/TOS/Bin/QEMU/emu_umnt 22 | 23 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_install: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Install QEMU for the first time. 4 | 5 | sudo apt-get install qemu-kvm 6 | qemu-img create -f qcow2 ~/qemu_disk.qcow2 3G 7 | chmod 777 ~/qemu_disk.qcow2 8 | mkdir /mnt/qemu_disk 9 | chmod 777 /mnt/qemu_disk 10 | 11 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_lite_new: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU and boot Dropbox CDROM in order to install new TempleOS files. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=1 -enable-kvm -cpu host -m 2048 -rtc base=localtime -soundhw pcspk -cdrom ~/TOS/Site/Downloads/TOS_Lite.ISO -boot d 6 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_mnt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Mount QEMU drive. 4 | 5 | echo EMU Mnt 6 | sudo modprobe nbd max_part=16 7 | sudo qemu-nbd -c /dev/nbd0 ~/qemu_disk.qcow2 8 | sudo partprobe /dev/nbd0 9 | sudo mount /dev/nbd0p2 /mnt/qemu_disk 10 | 11 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_mov: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer BMP screenshot movie files out of QEMU. 4 | 5 | echo QEMU Mov 6 | ~/TOS/Bin/QEMU/emu_mnt 7 | cp -R --preserve=all /mnt/qemu_disk/Tmp/*.AU ~/Pictures 8 | cp -R --preserve=all /mnt/qemu_disk/Tmp/*.MV ~/Pictures 9 | ~/TOS/Bin/QEMU/emu_umnt 10 | cd ~/Pictures 11 | rm MOVIE.MP4 12 | ~/TOS/Bin/TOSZ -mp4 13 | rm *.AU 14 | rm *.MV 15 | 16 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_out: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer files out of QEMU. 4 | 5 | echo EMU Out 6 | sudo ~/TOS/Bin/QEMU/emu_out2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_out2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer files out of QEMU. 4 | 5 | ~/TOS/Bin/QEMU/emu_mnt 6 | rm -R ~/TOS/Home 7 | rm -R ~/TOS/Site/Downloads 8 | mv /mnt/qemu_disk/Downloads/TOS_Staff.ISO ~/TOS 9 | cp -R --preserve=all /mnt/qemu_disk/Home ~/TOS/Home 10 | cp -R --preserve=all /mnt/qemu_disk/Downloads ~/TOS/Site/Downloads 11 | chmod -R 777 ~/TOS 12 | ~/TOS/Bin/QEMU/emu_umnt 13 | 14 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_song_in: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files into QEMU. 4 | 5 | echo EMU Song In 6 | sudo ~/TOS/Bin/QEMU/emu_song_in2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_song_in2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files into QEMU. 4 | 5 | ~/TOS/Bin/QEMU/emu_mnt 6 | rm -R /mnt/qemu_disk/Home/Sup1/Sup1Hymns 7 | rm -R /mnt/qemu_disk/Home/Sup1/Sup1Songs 8 | cp -R --preserve=timestamps ~/TOS/Home/Sup1/Sup1Hymns /mnt/qemu_disk/Home/Sup1 9 | ~/TOS/Bin/QEMU/emu_umnt 10 | 11 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_song_out: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files out of QEMU. 4 | 5 | echo EMU Song Out 6 | sudo ~/TOS/Bin/QEMU/emu_song_out2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_song_out2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files out of QEMU. 4 | 5 | ~/TOS/Bin/QEMU/emu_mnt 6 | rm -R ~/TOS/Home/Sup1/Sup1Hymns 7 | rm -R ~/TOS/Home/Sup1/Sup1Songs 8 | cp -R --preserve=all /mnt/qemu_disk/Home/Sup1/Sup1Hymns ~/TOS/Home/Sup1 9 | chmod -R 777 ~/TOS 10 | ~/TOS/Bin/QEMU/emu_umnt 11 | 12 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_staff_new: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU and boot Dropbox CDROM in order to install new TempleOS files. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=1 -enable-kvm -cpu host -m 2048 -rtc base=localtime -soundhw pcspk -cdrom ~/TOS/TOS_Staff.ISO -boot d 6 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_std_new: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Start QEMU and boot Dropbox CDROM in order to install new TempleOS files. 4 | 5 | qemu-system-x86_64 -hda ~/qemu_disk.qcow2 -machine kernel_irqchip=off -smp cores=1 -enable-kvm -cpu host -m 2048 -rtc base=localtime -soundhw pcspk -cdrom ~/TOS/Site/Downloads/TOS_Distro.ISO -boot d 6 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/QEMU/emu_umnt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Unmount QEMU drive. 4 | 5 | echo EMU Umnt 6 | sudo umount /mnt/qemu_disk 7 | sudo qemu-nbd -d /dev/nbd0 8 | sudo partprobe 9 | 10 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_TAD_in: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files into VMware. 4 | 5 | echo TAD VMware In 6 | sudo ~/TOS/Bin/VMware/vm_TAD_in2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_TAD_in2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files into VMware. 4 | 5 | rm ~/TOS/Bin/*~ 6 | rm ~/TOS/Home/*~ 7 | rm ~/TOS/Home/Sup1/Sup1Bin/*~ 8 | 9 | cp -R --preserve=all ~/TOS/Bin/God* ~/TOS/Home/Sup1/Sup1Bin 10 | cp -R --preserve=all ~/TOS/Bin/iso* ~/TOS/Home/Sup1/Sup1Bin 11 | cp -R --preserve=all ~/TOS/Bin/make_* ~/TOS/Home/Sup1/Sup1Bin 12 | cp -R --preserve=all ~/TOS/Bin/mix* ~/TOS/Home/Sup1/Sup1Bin 13 | cp -R --preserve=all ~/TOS/Bin/QEMU ~/TOS/Home/Sup1/Sup1Bin 14 | cp -R --preserve=all ~/TOS/Bin/VMware ~/TOS/Home/Sup1/Sup1Bin 15 | cp -R --preserve=all ~/TOS/Bin/TOSSocket* ~/TOS/Home/Sup1/Sup1CodeScraps/Comm 16 | 17 | ~/TOS/Bin/VMware/vm_mnt 18 | rm -R /mnt/vm_disk/Home 19 | cp -R --preserve=timestamps ~/TOS/Home /mnt/vm_disk 20 | ~/TOS/Bin/VMware/vm_umnt 21 | 22 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_TAD_out: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files out of VMware. 4 | 5 | echo TAD VMware Out 6 | sudo ~/TOS/Bin/VMware/vm_TAD_out2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_TAD_out2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer /Home/TAD files out of VMware. 4 | 5 | ~/TOS/Bin/VMware/vm_mnt 6 | rm -R ~/TOS/Site1/Wb 7 | rm -R ~/TOS/Home/Sup1 8 | rm -R ~/TOS/Home/TAD 9 | rm -R ~/TOS/Home/TOS 10 | rm -R ~/TOS/Home/Web 11 | rm ~/TOS/Home/* 12 | mv /mnt/vm_disk/Wb/TempleOSStaff.ISO ~/TOS 13 | cp -R --preserve=all /mnt/vm_disk/Wb ~/TOS/Site1/Wb 14 | cp --preserve=all /mnt/vm_disk/Wb/Home/Web/index.html ~/TOS/Site1 15 | cp --preserve=all /mnt/vm_disk/Wb/Home/Web/TempleOS.html ~/TOS/Site1 16 | cp --preserve=all /mnt/vm_disk/Home/* ~/TOS/Home 17 | cp -R --preserve=all /mnt/vm_disk/Home/Sup1 ~/TOS/Home/Sup1 18 | cp -R --preserve=all /mnt/vm_disk/Home/TAD ~/TOS/Home/TAD 19 | cp -R --preserve=all /mnt/vm_disk/Home/TOS ~/TOS/Home/TOS 20 | cp -R --preserve=all /mnt/vm_disk/Home/Web ~/TOS/Home/Web 21 | chmod -R 777 ~/TOS 22 | ~/TOS/Bin/VMware/vm_umnt 23 | 24 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_install: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Install VMware for the first time. 4 | 5 | mkdir /mnt/vm_disk 6 | sudo chmod 777 /mnt/vm_disk 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_log: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my website log files into VMware. 4 | 5 | echo VMware Log 6 | sudo ~/TOS/Bin/VMware/vm_log2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_log2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my website log files into VMware. 4 | 5 | cd ~/Downloads 6 | rm access.log 7 | wget "http://www.templeos.org/Tmp/access.log" 8 | ~/TOS/Bin/VMware/vm_mnt 9 | mkdir /mnt/vm_disk/Tmp 10 | mkdir /mnt/vm_disk/Tmp/Logs 11 | mv ~/Downloads/a*.log /mnt/vm_disk/Tmp/Logs 12 | ~/TOS/Bin/VMware/vm_umnt 13 | 14 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_mnt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Mount VMware drive. 4 | 5 | echo VMware Mnt 6 | chmod -R 777 ~/vmware 7 | /usr/bin/vmware-mount ~/vmware/TOS/TOS.vmdk 2 /mnt/vm_disk 8 | 9 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_mov: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer BMP screenshot movie files out of VMware. 4 | 5 | echo VMware Mov 6 | ~/TOS/Bin/VMware/vm_mnt 7 | rm -R ~/Tmp/Mov 8 | mkdir ~/Tmp/Mov 9 | cp -R --preserve=all /mnt/vm_disk/Tmp/ScrnShots ~/Tmp/Mov/ScrnShots 10 | for f in ~/Tmp/Mov/ScrnShots/*.Z; do ~/TOS/Bin/TOSZ $f; done 11 | chmod -R 777 ~/Tmp/Mov/ScrnShots 12 | cp -R --preserve=all /mnt/vm_disk/Tmp/*.SND ~/Tmp/Mov 13 | chmod -R 777 ~/Tmp 14 | ~/TOS/Bin/VMware/vm_umnt 15 | 16 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_song_in: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files into VMware. 4 | 5 | echo VMware Song In 6 | sudo ~/TOS/Bin/VMware/vm_song_in2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_song_in2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files into VMware. 4 | 5 | ~/TOS/Bin/VMware/vm_mnt 6 | rm -R /mnt/vm_disk/Home/Sup1/Sup1Hymns 7 | rm -R /mnt/vm_disk/Home/Sup1/Sup1Songs 8 | cp -R --preserve=timestamps ~/TOS/Home/Sup1/Sup1Hymns /mnt/vm_disk/Home/Sup1 9 | ~/TOS/Bin/VMware/vm_umnt 10 | 11 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_song_out: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files out of VMware. 4 | 5 | echo VMware Song Out 6 | sudo ~/TOS/Bin/VMware/vm_song_out2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_song_out2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home song files out of VMware. 4 | 5 | ~/TOS/Bin/VMware/vm_mnt 6 | rm -R ~/TOS/Home/Sup1/Sup1Hymns 7 | rm -R ~/TOS/Home/Sup1/Sup1Songs 8 | cp -R --preserve=all /mnt/vm_disk/Home/Sup1/Sup1Hymns ~/TOS/Home/Sup1 9 | chmod -R 777 ~/TOS 10 | ~/TOS/Bin/VMware/vm_umnt 11 | 12 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VMware/vm_umnt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Unmount VMware drive. 4 | 5 | echo VMware Umnt 6 | /usr/bin/vmware-mount -d /mnt/vm_disk 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VirtualBox/vb_in: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home files into VirtualBox. 4 | 5 | echo VB In 6 | sudo ~/TOS/Bin/VirtualBox/vb_in2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VirtualBox/vb_in2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home files into VirtualBox. 4 | 5 | rm ~/TOS/Bin/*~ 6 | rm ~/TOS/Home/*~ 7 | rm ~/TOS/Home/Sup1/Sup1Bin/*~ 8 | 9 | cp -R --preserve=all ~/TOS/Bin/God* ~/TOS/Home/Sup1/Sup1Bin 10 | cp -R --preserve=all ~/TOS/Bin/iso* ~/TOS/Home/Sup1/Sup1Bin 11 | cp -R --preserve=all ~/TOS/Bin/make_* ~/TOS/Home/Sup1/Sup1Bin 12 | cp -R --preserve=all ~/TOS/Bin/mix* ~/TOS/Home/Sup1/Sup1Bin 13 | cp -R --preserve=all ~/TOS/Bin/QEMU ~/TOS/Home/Sup1/Sup1Bin 14 | cp -R --preserve=all ~/TOS/Bin/VMware ~/TOS/Home/Sup1/Sup1Bin 15 | cp -R --preserve=all ~/TOS/Bin/TOSSocket* ~/TOS/Home/Sup1/Sup1CodeScraps/Comm 16 | 17 | ~/TOS/Bin/VirtualBox/vb_mnt 18 | rm -R /mnt/vb_disk/Home 19 | cp -R --preserve=timestamps ~/TAD/Home /mnt/vb_disk 20 | ~/TOS/Bin/VirtualBox/vb_umnt 21 | 22 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VirtualBox/vb_install: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Install VirtualBox for the first time. 4 | 5 | mkdir /mnt/vb_fuse 6 | chmod 777 /mnt/vb_fuse 7 | mkdir /mnt/vb_disk 8 | chmod 777 /mnt/vb_disk 9 | 10 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VirtualBox/vb_mnt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Mount VirtualBox drive. 4 | 5 | echo VB Mnt 6 | #sudo vdfuse -a -f "~/VirtualBox VMs/TOS/TOS.vdi" /mnt/vb_fuse 7 | #sudo mount -o loop /mnt/vb_fuse/Parition2 /mnt/vb_disk 8 | chmod -R 777 ~/vmware 9 | /usr/bin/vmware-mount "/home/tad/VirtualBox VMs/TOS/TOS.vmdk" 2 /mnt/vb_disk 10 | 11 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VirtualBox/vb_out: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home files out of VirtualBox. 4 | 5 | echo VB Out 6 | sudo ~/TOS/Bin/VirtualBox/vb_out2 7 | 8 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VirtualBox/vb_out2: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Transfer my /Home files out of VirtualBox. 4 | 5 | ~/TAD/Bin/VirtualBox/vb_mnt 6 | rm -R ~/TOS/Site1/Wb 7 | rm -R ~/TOS/Home 8 | mv /mnt/vb_disk/Wb/TempleOSStaff.ISO ~/TOS 9 | cp -R --preserve=all /mnt/vb_disk/Wb ~/TOS/Site1/Wb 10 | cp --preserve=all /mnt/vb_disk/Wb/Home/Web/index.html ~/TOS/Site1 11 | cp --preserve=all /mnt/vb_disk/Wb/Home/Web/TempleOS.html ~/TOS/Site1 12 | cp -R --preserve=all /mnt/vb_disk/Home ~/TOS 13 | chmod -R 777 ~/TOS 14 | ~/TAD/Bin/VirtualBox/vb_umnt 15 | 16 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/VirtualBox/vb_umnt: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Unmount VirtualBox drive. 4 | 5 | echo VB Umnt 6 | #sudo umount /mnt/vb_disk 7 | /usr/bin/vmware-mount -d /mnt/vb_disk 8 | 9 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/gw: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #This prints random words from the Linux dictionary. 4 | 5 | echo "$(shuf -n 32 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')" 6 | 7 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/make_tosz: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Make TOSZ 4 | 5 | echo Make TOSZ 6 | cp ~/TAD/Site1/Wb/Linux/TOSZ.CPP ~/TAD/Bin 7 | cd ~/TAD/Bin 8 | cc TOSZ.CPP -o TOSZ 9 | chmod 777 TOSZ 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Bin/mix_SND: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #This mixes a .SND and .FLV file to make an .FLV. 4 | 5 | echo Mix SND 6 | cd ~/Tmp/Mov 7 | ffmpeg -i Audio000.SND -ar 44100 Audio000.mp3 8 | ffmpeg -i ./ScrnShots/Video.flv -i Audio000.mp3 Movie.flv 9 | 10 | 11 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Benchmark.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Benchmark.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Blackened.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Blackened.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Elephant.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Elephant.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/LightHouse.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/LightHouse.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Luthur.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Luthur.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Metallica.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Metallica.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Misspell.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Misspell.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Movies100.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Movies100.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/NumWords1000.TXT: -------------------------------------------------------------------------------- 1 | 000 the 2 | 001 of 3 | 002 to 4 | 003 and 5 | 004 a 6 | 005 in 7 | 006 is 8 | 007 it 9 | 008 you 10 | 009 that 11 | 010 he 12 | 011 was 13 | 012 for 14 | 013 on 15 | 014 are 16 | 015 with 17 | 016 as 18 | 017 I 19 | 018 his 20 | 019 they 21 | 020 be 22 | 021 at 23 | 022 one 24 | 023 have 25 | 024 this 26 | 025 from 27 | 026 or 28 | 027 had 29 | 028 by 30 | 029 hot 31 | 030 word 32 | 031 but 33 | 032 what 34 | 033 some 35 | 034 we 36 | 035 can 37 | 036 out 38 | 037 other 39 | 038 were 40 | 039 all 41 | 040 there 42 | 041 when 43 | 042 up 44 | 043 use 45 | 044 your 46 | 045 how 47 | 046 said 48 | 047 an 49 | 048 each 50 | 049 she 51 | 050 which 52 | 051 do 53 | 052 their 54 | 053 time 55 | 054 if 56 | 055 will 57 | 056 way 58 | 057 about 59 | 058 many 60 | 059 then 61 | 060 them 62 | 061 write 63 | 062 would 64 | 063 like 65 | 064 so 66 | 065 these 67 | 066 her 68 | 067 long 69 | 068 make 70 | 069 thing 71 | 070 see 72 | 071 him 73 | 072 two 74 | 073 has 75 | 074 look 76 | 075 more 77 | 076 day 78 | 077 could 79 | 078 go 80 | 079 come 81 | 080 did 82 | 081 number 83 | 082 sound 84 | 083 no 85 | 084 most 86 | 085 people 87 | 086 my 88 | 087 over 89 | 088 know 90 | 089 water 91 | 090 than 92 | 091 call 93 | 092 first 94 | 093 who 95 | 094 may 96 | 095 down 97 | 096 side 98 | 097 been 99 | 098 now 100 | 099 find 101 | 100 any 102 | 101 new 103 | 102 work 104 | 103 part 105 | 104 take 106 | 105 get 107 | 106 place 108 | 107 made 109 | 108 live 110 | 109 where 111 | 110 after 112 | 111 back 113 | 112 little 114 | 113 only 115 | 114 round 116 | 115 man 117 | 116 year 118 | 117 came 119 | 118 show 120 | 119 every 121 | 120 good 122 | 121 me 123 | 122 give 124 | 123 our 125 | 124 under 126 | 125 name 127 | 126 very 128 | 127 through 129 | 128 just 130 | 129 form 131 | 130 sentence 132 | 131 great 133 | 132 think 134 | 133 say 135 | 134 help 136 | 135 low 137 | 136 line 138 | 137 differ 139 | 138 turn 140 | 139 cause 141 | 140 much 142 | 141 mean 143 | 142 before 144 | 143 move 145 | 144 right 146 | 145 boy 147 | 146 old 148 | 147 too 149 | 148 same 150 | 149 tell 151 | 150 does 152 | 151 set 153 | 152 three 154 | 153 want 155 | 154 air 156 | 155 well 157 | 156 also 158 | 157 play 159 | 158 small 160 | 159 end 161 | 160 put 162 | 161 home 163 | 162 read 164 | 163 hand 165 | 164 port 166 | 165 large 167 | 166 spell 168 | 167 add 169 | 168 even 170 | 169 land 171 | 170 here 172 | 171 must 173 | 172 big 174 | 173 high 175 | 174 such 176 | 175 follow 177 | 176 act 178 | 177 why 179 | 178 ask 180 | 179 men 181 | 180 change 182 | 181 went 183 | 182 light 184 | 183 kind 185 | 184 off 186 | 185 need 187 | 186 house 188 | 187 picture 189 | 188 try 190 | 189 us 191 | 190 again 192 | 191 animal 193 | 192 point 194 | 193 mother 195 | 194 world 196 | 195 near 197 | 196 build 198 | 197 self 199 | 198 earth 200 | 199 father 201 | 200 head 202 | 201 stand 203 | 202 own 204 | 203 page 205 | 204 should 206 | 205 country 207 | 206 found 208 | 207 answer 209 | 208 school 210 | 209 grow 211 | 210 study 212 | 211 still 213 | 212 learn 214 | 213 plant 215 | 214 cover 216 | 215 food 217 | 216 sun 218 | 217 four 219 | 218 between 220 | 219 state 221 | 220 keep 222 | 221 eye 223 | 222 never 224 | 223 last 225 | 224 let 226 | 225 thought 227 | 226 city 228 | 227 tree 229 | 228 cross 230 | 229 farm 231 | 230 hard 232 | 231 start 233 | 232 might 234 | 233 story 235 | 234 saw 236 | 235 far 237 | 236 sea 238 | 237 draw 239 | 238 left 240 | 239 late 241 | 240 run 242 | 241 don't 243 | 242 while 244 | 243 press 245 | 244 close 246 | 245 night 247 | 246 real 248 | 247 life 249 | 248 few 250 | 249 north 251 | 250 open 252 | 251 seem 253 | 252 together 254 | 253 next 255 | 254 white 256 | 255 children 257 | 256 begin 258 | 257 got 259 | 258 walk 260 | 259 example 261 | 260 ease 262 | 261 paper 263 | 262 group 264 | 263 always 265 | 264 music 266 | 265 those 267 | 266 both 268 | 267 mark 269 | 268 often 270 | 269 letter 271 | 270 until 272 | 271 mile 273 | 272 river 274 | 273 car 275 | 274 feet 276 | 275 care 277 | 276 second 278 | 277 book 279 | 278 carry 280 | 279 took 281 | 280 science 282 | 281 eat 283 | 282 room 284 | 283 friend 285 | 284 began 286 | 285 idea 287 | 286 fish 288 | 287 mountain 289 | 288 stop 290 | 289 once 291 | 290 base 292 | 291 hear 293 | 292 horse 294 | 293 cut 295 | 294 sure 296 | 295 watch 297 | 296 color 298 | 297 face 299 | 298 wood 300 | 299 main 301 | 300 enough 302 | 301 plain 303 | 302 girl 304 | 303 usual 305 | 304 young 306 | 305 ready 307 | 306 above 308 | 307 ever 309 | 308 red 310 | 309 list 311 | 310 though 312 | 311 feel 313 | 312 talk 314 | 313 bird 315 | 314 soon 316 | 315 body 317 | 316 dog 318 | 317 family 319 | 318 direct 320 | 319 pose 321 | 320 leave 322 | 321 song 323 | 322 measure 324 | 323 door 325 | 324 product 326 | 325 black 327 | 326 short 328 | 327 numeral 329 | 328 class 330 | 329 wind 331 | 330 question 332 | 331 happen 333 | 332 complete 334 | 333 ship 335 | 334 area 336 | 335 half 337 | 336 rock 338 | 337 order 339 | 338 fire 340 | 339 south 341 | 340 problem 342 | 341 piece 343 | 342 told 344 | 343 knew 345 | 344 pass 346 | 345 since 347 | 346 top 348 | 347 whole 349 | 348 king 350 | 349 space 351 | 350 heard 352 | 351 best 353 | 352 hour 354 | 353 better 355 | 354 true 356 | 355 during 357 | 356 hundred 358 | 357 five 359 | 358 remember 360 | 359 step 361 | 360 early 362 | 361 hold 363 | 362 west 364 | 363 ground 365 | 364 interest 366 | 365 reach 367 | 366 fast 368 | 367 verb 369 | 368 sing 370 | 369 listen 371 | 370 six 372 | 371 table 373 | 372 travel 374 | 373 less 375 | 374 morning 376 | 375 ten 377 | 376 simple 378 | 377 several 379 | 378 vowel 380 | 379 toward 381 | 380 war 382 | 381 lay 383 | 382 against 384 | 383 pattern 385 | 384 slow 386 | 385 center 387 | 386 love 388 | 387 person 389 | 388 money 390 | 389 serve 391 | 390 appear 392 | 391 road 393 | 392 map 394 | 393 rain 395 | 394 rule 396 | 395 govern 397 | 396 pull 398 | 397 cold 399 | 398 notice 400 | 399 voice 401 | 400 unit 402 | 401 power 403 | 402 town 404 | 403 fine 405 | 404 certain 406 | 405 fly 407 | 406 fall 408 | 407 lead 409 | 408 cry 410 | 409 dark 411 | 410 machine 412 | 411 note 413 | 412 wait 414 | 413 plan 415 | 414 figure 416 | 415 star 417 | 416 box 418 | 417 noun 419 | 418 field 420 | 419 rest 421 | 420 correct 422 | 421 able 423 | 422 pound 424 | 423 done 425 | 424 beauty 426 | 425 drive 427 | 426 stood 428 | 427 contain 429 | 428 front 430 | 429 teach 431 | 430 week 432 | 431 final 433 | 432 gave 434 | 433 green 435 | 434 oh 436 | 435 quick 437 | 436 develop 438 | 437 ocean 439 | 438 warm 440 | 439 free 441 | 440 minute 442 | 441 strong 443 | 442 special 444 | 443 mind 445 | 444 behind 446 | 445 clear 447 | 446 tail 448 | 447 produce 449 | 448 fact 450 | 449 street 451 | 450 inch 452 | 451 multiply 453 | 452 nothing 454 | 453 course 455 | 454 stay 456 | 455 wheel 457 | 456 full 458 | 457 force 459 | 458 blue 460 | 459 object 461 | 460 decide 462 | 461 surface 463 | 462 deep 464 | 463 moon 465 | 464 island 466 | 465 foot 467 | 466 system 468 | 467 busy 469 | 468 test 470 | 469 record 471 | 470 boat 472 | 471 common 473 | 472 gold 474 | 473 possible 475 | 474 plane 476 | 475 stead 477 | 476 dry 478 | 477 wonder 479 | 478 laugh 480 | 479 thousand 481 | 480 ago 482 | 481 ran 483 | 482 check 484 | 483 game 485 | 484 shape 486 | 485 equate 487 | 486 hot 488 | 487 miss 489 | 488 brought 490 | 489 heat 491 | 490 snow 492 | 491 tire 493 | 492 bring 494 | 493 yes 495 | 494 distant 496 | 495 fill 497 | 496 east 498 | 497 paint 499 | 498 language 500 | 499 among 501 | 500 grand 502 | 501 ball 503 | 502 yet 504 | 503 wave 505 | 504 drop 506 | 505 heart 507 | 506 am 508 | 507 present 509 | 508 heavy 510 | 509 dance 511 | 510 engine 512 | 511 position 513 | 512 arm 514 | 513 wide 515 | 514 sail 516 | 515 material 517 | 516 size 518 | 517 vary 519 | 518 settle 520 | 519 speak 521 | 520 weight 522 | 521 general 523 | 522 ice 524 | 523 matter 525 | 524 circle 526 | 525 pair 527 | 526 include 528 | 527 divide 529 | 528 syllable 530 | 529 felt 531 | 530 perhaps 532 | 531 pick 533 | 532 sudden 534 | 533 count 535 | 534 square 536 | 535 reason 537 | 536 length 538 | 537 represent 539 | 538 art 540 | 539 subject 541 | 540 region 542 | 541 energy 543 | 542 hunt 544 | 543 probable 545 | 544 bed 546 | 545 brother 547 | 546 egg 548 | 547 ride 549 | 548 cell 550 | 549 believe 551 | 550 fraction 552 | 551 forest 553 | 552 sit 554 | 553 race 555 | 554 window 556 | 555 store 557 | 556 summer 558 | 557 train 559 | 558 sleep 560 | 559 prove 561 | 560 lone 562 | 561 leg 563 | 562 exercise 564 | 563 wall 565 | 564 catch 566 | 565 mount 567 | 566 wish 568 | 567 sky 569 | 568 board 570 | 569 joy 571 | 570 winter 572 | 571 sat 573 | 572 written 574 | 573 wild 575 | 574 instrument 576 | 575 kept 577 | 576 glass 578 | 577 grass 579 | 578 cow 580 | 579 job 581 | 580 edge 582 | 581 sign 583 | 582 visit 584 | 583 past 585 | 584 soft 586 | 585 fun 587 | 586 bright 588 | 587 gas 589 | 588 weather 590 | 589 month 591 | 590 million 592 | 591 bear 593 | 592 finish 594 | 593 happy 595 | 594 hope 596 | 595 flower 597 | 596 clothe 598 | 597 strange 599 | 598 gone 600 | 599 jump 601 | 600 baby 602 | 601 eight 603 | 602 village 604 | 603 meet 605 | 604 root 606 | 605 buy 607 | 606 raise 608 | 607 solve 609 | 608 metal 610 | 609 whether 611 | 610 push 612 | 611 seven 613 | 612 paragraph 614 | 613 third 615 | 614 shall 616 | 615 held 617 | 616 hair 618 | 617 describe 619 | 618 cook 620 | 619 floor 621 | 620 either 622 | 621 result 623 | 622 burn 624 | 623 hill 625 | 624 safe 626 | 625 cat 627 | 626 century 628 | 627 consider 629 | 628 type 630 | 629 law 631 | 630 bit 632 | 631 coast 633 | 632 copy 634 | 633 phrase 635 | 634 silent 636 | 635 tall 637 | 636 sand 638 | 637 soil 639 | 638 roll 640 | 639 temperature 641 | 640 finger 642 | 641 industry 643 | 642 value 644 | 643 fight 645 | 644 lie 646 | 645 beat 647 | 646 excite 648 | 647 natural 649 | 648 view 650 | 649 sense 651 | 650 ear 652 | 651 else 653 | 652 quite 654 | 653 broke 655 | 654 case 656 | 655 middle 657 | 656 kill 658 | 657 son 659 | 658 lake 660 | 659 moment 661 | 660 scale 662 | 661 loud 663 | 662 spring 664 | 663 observe 665 | 664 child 666 | 665 straight 667 | 666 consonant 668 | 667 nation 669 | 668 dictionary 670 | 669 milk 671 | 670 speed 672 | 671 method 673 | 672 organ 674 | 673 pay 675 | 674 age 676 | 675 section 677 | 676 dress 678 | 677 cloud 679 | 678 surprise 680 | 679 quiet 681 | 680 stone 682 | 681 tiny 683 | 682 climb 684 | 683 cool 685 | 684 design 686 | 685 poor 687 | 686 lot 688 | 687 experiment 689 | 688 bottom 690 | 689 key 691 | 690 iron 692 | 691 single 693 | 692 stick 694 | 693 flat 695 | 694 twenty 696 | 695 skin 697 | 696 smile 698 | 697 crease 699 | 698 hole 700 | 699 trade 701 | 700 melody 702 | 701 trip 703 | 702 office 704 | 703 receive 705 | 704 row 706 | 705 mouth 707 | 706 exact 708 | 707 symbol 709 | 708 die 710 | 709 least 711 | 710 trouble 712 | 711 shout 713 | 712 except 714 | 713 wrote 715 | 714 seed 716 | 715 tone 717 | 716 join 718 | 717 suggest 719 | 718 clean 720 | 719 break 721 | 720 lady 722 | 721 yard 723 | 722 rise 724 | 723 bad 725 | 724 blow 726 | 725 oil 727 | 726 blood 728 | 727 touch 729 | 728 grew 730 | 729 cent 731 | 730 mix 732 | 731 team 733 | 732 wire 734 | 733 cost 735 | 734 lost 736 | 735 brown 737 | 736 wear 738 | 737 garden 739 | 738 equal 740 | 739 sent 741 | 740 choose 742 | 741 fell 743 | 742 fit 744 | 743 flow 745 | 744 fair 746 | 745 bank 747 | 746 collect 748 | 747 save 749 | 748 control 750 | 749 decimal 751 | 750 gentle 752 | 751 woman 753 | 752 captain 754 | 753 practice 755 | 754 separate 756 | 755 difficult 757 | 756 doctor 758 | 757 please 759 | 758 protect 760 | 759 noon 761 | 760 whose 762 | 761 locate 763 | 762 ring 764 | 763 character 765 | 764 insect 766 | 765 caught 767 | 766 period 768 | 767 indicate 769 | 768 radio 770 | 769 spoke 771 | 770 atom 772 | 771 human 773 | 772 history 774 | 773 effect 775 | 774 electric 776 | 775 expect 777 | 776 crop 778 | 777 modern 779 | 778 element 780 | 779 hit 781 | 780 student 782 | 781 corner 783 | 782 party 784 | 783 supply 785 | 784 bone 786 | 785 rail 787 | 786 imagine 788 | 787 provide 789 | 788 agree 790 | 789 thus 791 | 790 capital 792 | 791 won't 793 | 792 chair 794 | 793 danger 795 | 794 fruit 796 | 795 rich 797 | 796 thick 798 | 797 soldier 799 | 798 process 800 | 799 operate 801 | 800 guess 802 | 801 necessary 803 | 802 sharp 804 | 803 wing 805 | 804 create 806 | 805 neighbor 807 | 806 wash 808 | 807 bat 809 | 808 rather 810 | 809 crowd 811 | 810 corn 812 | 811 compare 813 | 812 poem 814 | 813 string 815 | 814 bell 816 | 815 depend 817 | 816 meat 818 | 817 rub 819 | 818 tube 820 | 819 famous 821 | 820 dollar 822 | 821 stream 823 | 822 fear 824 | 823 sight 825 | 824 thin 826 | 825 triangle 827 | 826 planet 828 | 827 hurry 829 | 828 chief 830 | 829 colony 831 | 830 clock 832 | 831 mine 833 | 832 tie 834 | 833 enter 835 | 834 major 836 | 835 fresh 837 | 836 search 838 | 837 send 839 | 838 yellow 840 | 839 gun 841 | 840 allow 842 | 841 print 843 | 842 dead 844 | 843 spot 845 | 844 desert 846 | 845 suit 847 | 846 current 848 | 847 lift 849 | 848 rose 850 | 849 continue 851 | 850 block 852 | 851 chart 853 | 852 hat 854 | 853 sell 855 | 854 success 856 | 855 company 857 | 856 subtract 858 | 857 event 859 | 858 particular 860 | 859 deal 861 | 860 swim 862 | 861 term 863 | 862 opposite 864 | 863 wife 865 | 864 shoe 866 | 865 shoulder 867 | 866 spread 868 | 867 arrange 869 | 868 camp 870 | 869 invent 871 | 870 cotton 872 | 871 born 873 | 872 determine 874 | 873 quart 875 | 874 nine 876 | 875 truck 877 | 876 noise 878 | 877 level 879 | 878 chance 880 | 879 gather 881 | 880 shop 882 | 881 stretch 883 | 882 throw 884 | 883 shine 885 | 884 property 886 | 885 column 887 | 886 molecule 888 | 887 select 889 | 888 wrong 890 | 889 gray 891 | 890 repeat 892 | 891 require 893 | 892 broad 894 | 893 prepare 895 | 894 salt 896 | 895 nose 897 | 896 plural 898 | 897 anger 899 | 898 claim 900 | 899 continent 901 | 900 oxygen 902 | 901 sugar 903 | 902 death 904 | 903 pretty 905 | 904 skill 906 | 905 women 907 | 906 season 908 | 907 solution 909 | 908 magnet 910 | 909 silver 911 | 910 thank 912 | 911 branch 913 | 912 match 914 | 913 suffix 915 | 914 especially 916 | 915 fig 917 | 916 afraid 918 | 917 huge 919 | 918 sister 920 | 919 steel 921 | 920 discuss 922 | 921 forward 923 | 922 similar 924 | 923 guide 925 | 924 experience 926 | 925 score 927 | 926 apple 928 | 927 bought 929 | 928 led 930 | 929 pitch 931 | 930 coat 932 | 931 mass 933 | 932 card 934 | 933 band 935 | 934 rope 936 | 935 slip 937 | 936 win 938 | 937 dream 939 | 938 evening 940 | 939 condition 941 | 940 feed 942 | 941 tool 943 | 942 total 944 | 943 basic 945 | 944 smell 946 | 945 valley 947 | 946 nor 948 | 947 double 949 | 948 seat 950 | 949 arrive 951 | 950 master 952 | 951 track 953 | 952 parent 954 | 953 shore 955 | 954 division 956 | 955 sheet 957 | 956 substance 958 | 957 favor 959 | 958 connect 960 | 959 post 961 | 960 spend 962 | 961 chord 963 | 962 fat 964 | 963 glad 965 | 964 original 966 | 965 share 967 | 966 station 968 | 967 dad 969 | 968 bread 970 | 969 charge 971 | 970 proper 972 | 971 bar 973 | 972 offer 974 | 973 segment 975 | 974 slave 976 | 975 duck 977 | 976 instant 978 | 977 market 979 | 978 degree 980 | 979 populate 981 | 980 chick 982 | 981 dear 983 | 982 enemy 984 | 983 reply 985 | 984 drink 986 | 985 occur 987 | 986 support 988 | 987 speech 989 | 988 nature 990 | 989 range 991 | 990 steam 992 | 991 motion 993 | 992 path 994 | 993 liquid 995 | 994 log 996 | 995 meant 997 | 996 quotient 998 | 997 teeth 999 | 998 shell 1000 | 999 neck 1001 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Ozymandais.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Ozymandais.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Paintings1.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Paintings1.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Paintings100.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Paintings100.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Paintings1000.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Paintings1000.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Paintings2.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Paintings2.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Poems100.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Poems100.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Profanity.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Profanity.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/SR71.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/SR71.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Sirach21.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Sirach21.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Sirach38.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Sirach38.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Temple.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Temple.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/Xeon.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/Xeon.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Blog/YouTube.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Blog/YouTube.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/ACMisspell.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/ACMisspell.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Circuit.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Circuit.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Comm/CommTest.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Comm/CommTest.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Comm/TOSSocket.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | #define SOCK_PATH "echo_socket" 10 | 11 | int main(void) 12 | { 13 | int s, s2, t, len; 14 | struct sockaddr_un local, remote; 15 | char str[100]; 16 | 17 | if ((s = socket(AF_UNIX, SOCK_STREAM, 0)) == -1) { 18 | perror("socket"); 19 | exit(1); 20 | } 21 | 22 | local.sun_family = AF_UNIX; 23 | strcpy(local.sun_path, SOCK_PATH); 24 | unlink(local.sun_path); 25 | len = strlen(local.sun_path) + sizeof(local.sun_family); 26 | if (bind(s, (struct sockaddr *)&local, len) == -1) { 27 | perror("bind"); 28 | exit(1); 29 | } 30 | 31 | if (listen(s, 5) == -1) { 32 | perror("listen"); 33 | exit(1); 34 | } 35 | 36 | for(;;) { 37 | int done, n; 38 | printf("Waiting for a connection...\n"); 39 | t = sizeof(remote); 40 | if ((s2 = accept(s, (struct sockaddr *)&remote, &t)) == -1) { 41 | perror("accept"); 42 | exit(1); 43 | } 44 | 45 | printf("Connected.\n"); 46 | 47 | done = 0; 48 | do { 49 | n = recv(s2, str, 100, 0); 50 | if (n <= 0) { 51 | if (n < 0) perror("recv"); 52 | done = 1; 53 | } 54 | 55 | if (!done) 56 | if (send(s2, str, n, 0) < 0) { 57 | perror("send"); 58 | done = 1; 59 | } 60 | } while (!done); 61 | 62 | close(s2); 63 | } 64 | 65 | return 0; 66 | } 67 | 68 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Dbg16.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Dbg16.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/DocIDE.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/DocIDE.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/FileSysISO3.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/FileSysISO3.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/KUSB.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/KUSB.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Mem/Mem2Meg.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Mem/Mem2Meg.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Mem/PageTableEntries.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Mem/PageTableEntries.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Mem/UncachedAlias.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Mem/UncachedAlias.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Mem/UncachedAlloc.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Mem/UncachedAlloc.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/Rezip.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/Rezip.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1CodeScraps/USB.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1CodeScraps/USB.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Distro/DbgMakeAdam.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Distro/DbgMakeAdam.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Distro/DbgMount.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Distro/DbgMount.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Distro/DbgStartOS.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Distro/DbgStartOS.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Distro/UltraMenu.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Distro/UltraMenu.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/AESplash.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/AESplash.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/AfterEgypt.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/AfterEgypt.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Battle.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Battle.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Camp.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Camp.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Clouds.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Clouds.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses01.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses01.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses02.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses02.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses04.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses04.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses05.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses05.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses06.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses06.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses07.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses07.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses08.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Comics/Moses08.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/GodTalking.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/GodTalking.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/HorebA.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/HorebA.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/HorebBMP.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/HorebBMP.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/HorebBSP.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/HorebBSP.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/HorebC.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/HorebC.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Load.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Load.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Map.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Map.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Mountain.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Mountain.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Quail.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Quail.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/Run.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/Run.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/AfterEgypt/WaterRock.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/AfterEgypt/WaterRock.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/B17.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/B17.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/Chess.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/Chess.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/Coach.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/Coach.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/DiningStars.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/DiningStars.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/Flappy.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/Flappy.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/MissileDefense.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/MissileDefense.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/Pilgrims/GrVectMap.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/Pilgrims/GrVectMap.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/Pilgrims/NewEngland.GR.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/Pilgrims/NewEngland.GR.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/Pilgrims/Pilgrims.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/Pilgrims/Pilgrims.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Games/Rocks.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Games/Rocks.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/A10.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/A10.BMP -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/Bling.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/Bling.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/Logo128x152.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/Logo128x152.BMP -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/MaxwellsEqs.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/MaxwellsEqs.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/TOSTheme.BMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/TOSTheme.BMP -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/TOSTheme.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/TOSTheme.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/VanGogh/BMPView.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/VanGogh/BMPView.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/VanGogh/Cafe.BMP.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/VanGogh/Cafe.BMP.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Graphics/VanGogh/Elephants.BMP.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Graphics/VanGogh/Elephants.BMP.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/BeatFreq.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/BeatFreq.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/Chords.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/Chords.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/Echo.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/Echo.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/Guitar.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/Guitar.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/PolyPhonic.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/PolyPhonic.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/Record.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/Record.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/SndScope.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/SndScope.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/Examples/Synth.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/Examples/Synth.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/HDAudio.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/HDAudio.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/HDCfg.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/HDCfg.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1HDAudio/HDInstall.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1HDAudio/HDInstall.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/abiding.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/abiding.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/abyss.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/abyss.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/adopted.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/adopted.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/advantage.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/advantage.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/age.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/age.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/almighty.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/almighty.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/alone.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/alone.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/appreciate.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/appreciate.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/awake.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/awake.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/battlehymnsolo.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/battlehymnsolo.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/bedewed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/bedewed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/beseech.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/beseech.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/blinded.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/blinded.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/born.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/born.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/caesar.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/caesar.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/childish.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/childish.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/codes.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/codes.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/compassions.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/compassions.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/completed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/completed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/conception.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/conception.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/cosam.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/cosam.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/counterattacks.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/counterattacks.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/deemed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/deemed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/depending.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/depending.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/determination.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/determination.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/dialogue.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/dialogue.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/doing.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/doing.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/downfall.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/downfall.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/dream.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/dream.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/efforts.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/efforts.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/elijah.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/elijah.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/environeth.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/environeth.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/epicurus.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/epicurus.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/exalt.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/exalt.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/exiled.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/exiled.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/exodus.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/exodus.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/expedition.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/expedition.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/fairness.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/fairness.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/fearfully.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/fearfully.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/feigned.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/feigned.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/finger.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/finger.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/first.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/first.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/fishermen.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/fishermen.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/fixing.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/fixing.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/flung.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/flung.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/fog.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/fog.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/forasmuch.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/forasmuch.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/free.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/free.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/furnishing.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/furnishing.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/garfield.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/garfield.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/gates.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/gates.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/good.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/good.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/gutenberg.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/gutenberg.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/happy.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/happy.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/hearsay.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/hearsay.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/honestly.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/honestly.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/hope.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/hope.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/image.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/image.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/internal.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/internal.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/josh.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/josh.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/keeping.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/keeping.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/kept.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/kept.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/killed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/killed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/limit.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/limit.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/mary.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/mary.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/medians.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/medians.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/mightest.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/mightest.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/mildly.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/mildly.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/molded.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/molded.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/nay.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/nay.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/night.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/night.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/o.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/o.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/overflowed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/overflowed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/owes.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/owes.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/passions.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/passions.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/permitted.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/permitted.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/personal.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/personal.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/population.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/population.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/project.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/project.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/proponent.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/proponent.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/prosper.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/prosper.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/provisions.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/provisions.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/psalm.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/psalm.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/purpose.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/purpose.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/readier.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/readier.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/reasoning.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/reasoning.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/reliance.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/reliance.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/reposes.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/reposes.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/restless.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/restless.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/risen.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/risen.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/rush.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/rush.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/satisfaction.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/satisfaction.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/savour.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/savour.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/science.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/science.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/service.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/service.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/signifies.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/signifies.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/silver.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/silver.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/sixth.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/sixth.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/slug.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/slug.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/small.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/small.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/spokest.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/spokest.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/strategist.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/strategist.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/struggles.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/struggles.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/sustain.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/sustain.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/tarnished.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/tarnished.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/thither.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/thither.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/threeships.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/threeships.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/tookest.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/tookest.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/tormenting.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/tormenting.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/tungsten.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/tungsten.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/twins.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/twins.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/veils.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/veils.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/vengeance.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/vengeance.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/verses.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/verses.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/villa.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/villa.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/whos.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/whos.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/wine.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/wine.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/witherto.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/witherto.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/worship.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/worship.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Hymns/you.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Hymns/you.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Snd/MakeSnd.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Snd/MakeSnd.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Snd/SndEffects.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Snd/SndEffects.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Snd/SndFile.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Snd/SndFile.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Snd/SndMath.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Snd/SndMath.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Snd/SndMusic.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Snd/SndMusic.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/BinRep.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/BinRep.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/CmpChk.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/CmpChk.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/CvtCmp.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/CvtCmp.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/CvtSong500.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/CvtSong500.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/CvtSprite300.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/CvtSprite300.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/CyrillicFont.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/CyrillicFont.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/DblSpaceScan.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/DblSpaceScan.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/FileBMP.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/FileBMP.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/FileRaw.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/FileRaw.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/PressKeyHelp.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/PressKeyHelp.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/Reindent.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/Reindent.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Utils/SortHeaders.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Utils/SortHeaders.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Videos/FillTri.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Videos/FillTri.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Videos/NewOS.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Videos/NewOS.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Videos/Sermon01.DD.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Videos/Sermon01.DD.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Words/GodDict.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup1Words/GodDict.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Words/HappyWords.TXT: -------------------------------------------------------------------------------- 1 | 'kay 2 | African 3 | Angel 4 | BBC 5 | BRB 6 | Bam 7 | Boo 8 | Burp 9 | CIA 10 | California 11 | Catastrophic_Success 12 | China 13 | Church 14 | Cosmos 15 | Dad 16 | Dudly_Doright 17 | FBI 18 | GarryKasparov 19 | Ghost 20 | Give_me_praise 21 | God 22 | God_is_not_mocked 23 | God_smack 24 | Greece 25 | Greek_to_me 26 | Han_shot_first 27 | Hasta 28 | Heaven 29 | Hicc_up 30 | HolySpirit 31 | I'll_ask_nicely 32 | I'll_be_back 33 | I'll_get_right_on_it 34 | I'll_let_you_know 35 | I'll_think_about_it 36 | I'm_God_and_you're_not 37 | I'm_God_who_the_hell_are_you 38 | I'm_beginning_to_wonder 39 | I'm_bored 40 | I'm_busy 41 | I'm_done 42 | I'm_feeling_nice_today 43 | I'm_gonna_smack_someone 44 | I'm_good_you_good 45 | I'm_grieved 46 | I'm_impressed 47 | I'm_in_suspense 48 | I'm_not_dead_yet 49 | I'm_not_sure 50 | I'm_off_today 51 | I'm_on_a_roll 52 | I'm_the_boss 53 | I'm_thrilled 54 | I'm_tired_of_this 55 | IMHO 56 | I_am_not_amused 57 | I_be_like 58 | I_can't_believe_it 59 | I_could_be_wrong 60 | I_could_swear 61 | I_didn't_do_it 62 | I_didn't_see_that 63 | I_don't_care 64 | I_donno 65 | I_forgot 66 | I_give_up 67 | I_got_your_back 68 | I_had_a_crazy_dream 69 | I_hate_when_that_happens 70 | I_have_an_idea 71 | I_just_might 72 | I_love_this 73 | I_love_you 74 | I_made_it_that_way 75 | I_pity_the_fool 76 | I_planned_that 77 | I_quit 78 | I_see_nothing 79 | I_veto_that 80 | I_was_just_thinking 81 | I_was_sleeping 82 | Icarus 83 | If_had_my_druthers 84 | Is_that_so 85 | Is_that_your_final_answer 86 | Isn't_that_special 87 | It's_nice_being_God 88 | It_grieves_me 89 | Ivy_league 90 | Japan 91 | Jedi_mind_trick 92 | Jesus 93 | King_Midas 94 | Knock_you_upside_the_head 95 | LOL 96 | Make_America_Great_Again 97 | Mars 98 | Mission_Accomplished 99 | Mom 100 | Moses 101 | NOT 102 | NeilDeGrasseTyson 103 | Obama 104 | Oh_Hell_No 105 | Oh_really 106 | Okilydokily 107 | One_finger_salute 108 | Oy 109 | Pope 110 | Putin 111 | ROFLMAO 112 | Russia 113 | Shakespeare 114 | Shalom 115 | Shhh 116 | StephenHawking 117 | SupremerCourt 118 | Terry 119 | That's_gonna_leave_a_mark 120 | That's_my_favorite 121 | The_good_stuff 122 | This_is_confusing 123 | Varoom 124 | Vegas 125 | Venus 126 | Watch_this 127 | What 128 | What_I_want 129 | What_are_you_doing_Dave 130 | WooHoo 131 | Wow 132 | Yawn 133 | Yes_you_are 134 | Yo 135 | You_can_count_on_that 136 | You_da_man 137 | You_fix_it 138 | You_get_what_you_pray_for 139 | You_know 140 | Zap 141 | Zzzzzzzz 142 | a_flag_on_that_play 143 | a_likely_story 144 | a_screw_loose 145 | abnormal 146 | absetively_posilutely 147 | absolutely 148 | act 149 | adjusted_for_inflation 150 | adultery 151 | after_a_break 152 | ahh 153 | ahh_thats_much_better 154 | air_head 155 | and_the_award_goes_to 156 | and_then_what 157 | angel 158 | anger 159 | application 160 | are_you_deaf 161 | are_you_feeling_lucky 162 | are_you_insane 163 | are_you_sure 164 | arent_you_clever 165 | arrogant 166 | as_a_matter_of_fact 167 | astounding 168 | astronomical 169 | astrophysics 170 | atheist 171 | atrocious 172 | au_revoir 173 | awesome 174 | awful 175 | ba_ha 176 | bad 177 | bad_ol_puddytat 178 | baffling 179 | bank 180 | basically 181 | basket_case 182 | bastard 183 | battle 184 | be_happy 185 | be_quiet_bird 186 | beam_me_up 187 | because_I_said_so 188 | beep_beep 189 | begs_the_question 190 | bickering 191 | big_fish 192 | biggot 193 | birds 194 | bizarre 195 | blessing 196 | boink 197 | boss 198 | break_some_woopass_on_you 199 | bring_it_on 200 | bummer 201 | busybody 202 | but_of_course 203 | by_the_way 204 | bye 205 | can_you_hear_me_now 206 | car 207 | catastrophe 208 | caution 209 | chaos 210 | charged 211 | charity 212 | check_this_out 213 | cheerful 214 | chess 215 | chill 216 | chill_out 217 | choose_one 218 | chump_change 219 | church 220 | class__class__shutup 221 | clever 222 | climate 223 | close_your_eyes 224 | come_and_get_me 225 | comedy 226 | commanded 227 | completely 228 | computers 229 | conservative 230 | cosmetics 231 | could_it_be___Satan 232 | couldn't_be_better 233 | couldnt_possibly 234 | courage 235 | cowardice 236 | cracks_me_up 237 | crash_and_burn 238 | crazy 239 | cursing 240 | dance 241 | dang_it 242 | daunting 243 | dean_scream 244 | debt 245 | delicious 246 | delightful 247 | depressing 248 | desert 249 | didn't_I_say_that 250 | dignity 251 | do_I_have_to 252 | do_it 253 | do_not_disturb 254 | do_over 255 | do_you_get_a_cookie 256 | do_you_have_a_problem 257 | do_you_know_what_time_it_is 258 | do_you_like_it 259 | do_you_want_another 260 | doh 261 | don't_count_on_it 262 | don't_even_think_about_it 263 | don't_have_a_cow 264 | don't_mention_it 265 | don't_push_it 266 | don't_worry 267 | downer 268 | drama 269 | driving 270 | duck_the_shoe 271 | dude_such_a_scoffer 272 | earnest 273 | economy 274 | eh 275 | ehh_a_wise_guy 276 | ehheh_that's_all_folks 277 | employee 278 | employer 279 | end 280 | endeared 281 | endeavor 282 | endure 283 | energy 284 | enough 285 | enough_said 286 | envy 287 | epic_fail 288 | et_tu 289 | everything's_a_okay 290 | evolution 291 | exorbitant 292 | experts 293 | exports 294 | fabulous 295 | face_palm 296 | failure_is_not_an_option 297 | failure_to_communicate 298 | fake 299 | fancy 300 | far_out_man 301 | fer_sure 302 | fight 303 | figuratively 304 | food 305 | fool 306 | fortitude 307 | foul 308 | freak 309 | frown 310 | fun 311 | funny 312 | furious 313 | gambling 314 | game_changer 315 | game_over 316 | geek 317 | genius 318 | ghastly 319 | ghetto 320 | glam 321 | glorious 322 | gluttony 323 | go_ahead_make_my_day 324 | good 325 | gosh 326 | gross 327 | grumble 328 | guilty 329 | guppy 330 | ha 331 | handyman 332 | hang_in_there 333 | happy 334 | happy_happy_joy_joy 335 | hard_working 336 | harder_than_it_looks 337 | hate 338 | have_fun 339 | he_be_like 340 | heads_I_win_tails_you_lose 341 | heathen 342 | hello 343 | here_now 344 | hey_Mikey_he_likes_it 345 | hey_thats_right 346 | hi 347 | high_five 348 | high_mucky_muck 349 | hilarious 350 | hippy 351 | hit 352 | ho_ho_ho 353 | hobnob 354 | hold_on_a_minute 355 | holier_than_thou 356 | holy_grail 357 | home 358 | homo 359 | honestly 360 | honesty 361 | hooah 362 | hope 363 | hopefully 364 | horrendous 365 | hot_air 366 | hotel 367 | how's_the_weather 368 | how_about 369 | how_about_that 370 | how_about_those_yankees 371 | how_bout_it 372 | how_come 373 | how_could_you 374 | how_do_I_put_this 375 | how_goes_it 376 | how_hard_could_it_be 377 | how_high 378 | huh 379 | humility 380 | humongous 381 | hurts_my_head 382 | husband 383 | hypocrite 384 | ice_cream 385 | if_and_only_if 386 | if_anything_can_go_wrong 387 | illogical 388 | imports 389 | impossible 390 | in_a_galaxy_far_far_away 391 | in_a_perfect_world 392 | in_other_words 393 | in_practice 394 | in_theory 395 | incoming 396 | incredibly 397 | industrious 398 | ingrate 399 | insane 400 | ipod 401 | is_it_just_me_or 402 | it'd_take_a_miracle 403 | it's_hopeless 404 | it's_my_world 405 | it_figures 406 | it_gets_better 407 | it_was_nothing 408 | jealousy 409 | job 410 | jobs 411 | joke 412 | joker 413 | joking 414 | joy 415 | joyful 416 | just_between_us 417 | just_lovely 418 | kick_back 419 | kludge 420 | later 421 | laziness 422 | left_field 423 | let's_roll 424 | let's_see 425 | let_me_count_the_ways 426 | liberal 427 | lifes_like_chocolates 428 | lift 429 | lighten_up 430 | like_like 431 | listen_buddy 432 | little_buddy 433 | little_fish 434 | look_buddy 435 | look_on_the_brightside 436 | look_out 437 | love 438 | lulz 439 | lust 440 | lying 441 | make_my_day 442 | manufacturing 443 | maybe_I_didn't_make_it_clear 444 | meek 445 | meh 446 | merry_christmas 447 | middle_class 448 | mine 449 | mission_from_God 450 | mocking 451 | money 452 | mundo_stoked 453 | music 454 | my_bad 455 | my_precious 456 | na_na 457 | nasty 458 | naughty 459 | nerd 460 | nevada 461 | never_happy 462 | news_to_me 463 | no_more 464 | no_more_tears 465 | no_news_is_good_news 466 | no_way_dude 467 | no_you_cant 468 | nope 469 | not 470 | not_a_chance_in_hell 471 | not_good 472 | not_in_kansas_anymore 473 | not_in_my_wildest_dreams 474 | not_that_theres_anything_wrong 475 | not_the_sharpest_knife_in_the_drawer 476 | not_too_shabby 477 | now_that_I_think_about_it 478 | now_you_tell_me 479 | nut_job 480 | obviously 481 | off_the_record 482 | oh_come_on 483 | oh_my 484 | oh_no 485 | oh_oh 486 | ohh_thank_you 487 | oil 488 | okay 489 | on_occassion 490 | on_the_otherhand 491 | once_upon_a_time 492 | one_more_time 493 | one_small_step 494 | oops 495 | ordinarily 496 | other 497 | ouch 498 | outrageous 499 | over_the_top 500 | overflow 501 | pardon_the_french 502 | patience 503 | peace 504 | perfect 505 | persistence 506 | pet 507 | petty 508 | phasors_on_stun 509 | pick_me_pick_me 510 | piety 511 | place 512 | play 513 | poor 514 | population 515 | potentially 516 | pow 517 | praise 518 | praying 519 | pride 520 | programming 521 | prosperity 522 | pwned 523 | qed 524 | quit 525 | quit_it 526 | quite 527 | radio 528 | really 529 | recipe 530 | refreshing 531 | relax 532 | repeat_after_me 533 | repent 534 | resume 535 | reverse_engineer 536 | revolution 537 | rich 538 | ridiculous 539 | rip_off 540 | rocket_science 541 | rose_colored_glasses 542 | roses_are_red 543 | rubbish 544 | run_away 545 | saber_rattling 546 | sad 547 | scorning 548 | scum 549 | segway 550 | service_sector 551 | services 552 | sess_me 553 | sex 554 | shist 555 | shucks 556 | silly_human 557 | sing 558 | skills 559 | sky 560 | sloth 561 | slumin 562 | smack_some_sense_into_you 563 | small_talk 564 | smart 565 | smile 566 | smurfs 567 | snap_out_of_it 568 | so_he_sess 569 | so_let_it_be_done 570 | so_let_it_be_written 571 | soap_opera 572 | special_case 573 | spending 574 | spirit 575 | spoiled_brat 576 | sports 577 | spunky 578 | stoked 579 | straighten_up 580 | strip 581 | study 582 | stuff 583 | stunning 584 | super_computer 585 | surprise_surprise 586 | take_the_day_off 587 | take_your_pick 588 | talk_to_my_lawyer 589 | tattle_tale 590 | taxes 591 | test_pilot 592 | thank_you_very_much 593 | that's_all_folks 594 | that's_for_me_to_know 595 | that's_much_better 596 | that's_no_fun 597 | that's_your_opinion 598 | thats_just_wrong 599 | thats_laughable 600 | thats_right 601 | the 602 | the_enquirer 603 | theft 604 | theres_no_place_like_home 605 | these_cans_are_defective 606 | think_you_could_do_better 607 | this_might_end_badly 608 | threads 609 | tiffanies 610 | to_infinity_and_beyond 611 | tomorrow 612 | tree_hugger 613 | try_again 614 | uh_huh 615 | umm 616 | umm_the_other_answer 617 | umm_what_now 618 | unemployment 619 | unsung_hero 620 | vengeance 621 | vengeful 622 | vermin 623 | vice 624 | virtue 625 | voodoo 626 | vote 627 | walking 628 | wanna_bet 629 | wastoid 630 | watch_it_buddy 631 | wazz_up_with_that 632 | we_ve_already_got_one 633 | well_I_never 634 | well_golly 635 | well_obviously 636 | whale 637 | what's_it_to_you 638 | what's_the_plan 639 | what's_up 640 | what_a_mess 641 | what_a_nightmare 642 | what_do_you_expect 643 | what_do_you_want 644 | what_have_you_done_for_me_lately 645 | what_luck 646 | what_part_of_God_do_you_not_understand 647 | what_planet_are_you_from 648 | what_the_heck 649 | what_was_I_thinking 650 | what_would_Jesus_do 651 | whatcha_talkin'_'bout 652 | whazza_matter_for_you 653 | when_hell_freezes_over 654 | where's_the_love 655 | whiner 656 | white_trash 657 | who's_to_say 658 | who_are_you_to_judge 659 | whoop_there_it_is 660 | why_didn'_you_tell_me 661 | why_do_I_put_up_with_this 662 | why_is_it 663 | wife 664 | wishful_thinking 665 | won't_you_be_my_neighbor 666 | wonderbread 667 | wonderful 668 | woot 669 | wot 670 | wrath 671 | yada_yada_yada 672 | yeah 673 | yep 674 | yikes 675 | you'll_see 676 | you're_fired 677 | you're_in_big_trouble 678 | you're_lucky 679 | you're_no_fun 680 | you're_not_all_there_are_you 681 | you're_nuts 682 | you're_out_of_your_mind 683 | you're_so_screwed 684 | you're_welcome 685 | you're_wonderful 686 | you_are_my_sunshine 687 | you_better_not 688 | you_do_it 689 | you_don't_like_it 690 | you_don't_say 691 | you_hoser 692 | you_know_a_better_God 693 | you_never_know 694 | you_owe_me 695 | you_see_the_light 696 | you_should_be_so_lucky 697 | you_shouldn't_have 698 | you_talkin'_to_me 699 | you_think_I'm_joking 700 | you_think_you_could_do_better 701 | yuck 702 | zoot 703 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup1Words/Words1000.TXT: -------------------------------------------------------------------------------- 1 | the 2 | of 3 | to 4 | and 5 | a 6 | in 7 | is 8 | it 9 | you 10 | that 11 | he 12 | was 13 | for 14 | on 15 | are 16 | with 17 | as 18 | I 19 | his 20 | they 21 | be 22 | at 23 | one 24 | have 25 | this 26 | from 27 | or 28 | had 29 | by 30 | hot 31 | word 32 | but 33 | what 34 | some 35 | we 36 | can 37 | out 38 | other 39 | were 40 | all 41 | there 42 | when 43 | up 44 | use 45 | your 46 | how 47 | said 48 | an 49 | each 50 | she 51 | which 52 | do 53 | their 54 | time 55 | if 56 | will 57 | way 58 | about 59 | many 60 | then 61 | them 62 | write 63 | would 64 | like 65 | so 66 | these 67 | her 68 | long 69 | make 70 | thing 71 | see 72 | him 73 | two 74 | has 75 | look 76 | more 77 | day 78 | could 79 | go 80 | come 81 | did 82 | number 83 | sound 84 | no 85 | most 86 | people 87 | my 88 | over 89 | know 90 | water 91 | than 92 | call 93 | first 94 | who 95 | may 96 | down 97 | side 98 | been 99 | now 100 | find 101 | any 102 | new 103 | work 104 | part 105 | take 106 | get 107 | place 108 | made 109 | live 110 | where 111 | after 112 | back 113 | little 114 | only 115 | round 116 | man 117 | year 118 | came 119 | show 120 | every 121 | good 122 | me 123 | give 124 | our 125 | under 126 | name 127 | very 128 | through 129 | just 130 | form 131 | sentence 132 | great 133 | think 134 | say 135 | help 136 | low 137 | line 138 | differ 139 | turn 140 | cause 141 | much 142 | mean 143 | before 144 | move 145 | right 146 | boy 147 | old 148 | too 149 | same 150 | tell 151 | does 152 | set 153 | three 154 | want 155 | air 156 | well 157 | also 158 | play 159 | small 160 | end 161 | put 162 | home 163 | read 164 | hand 165 | port 166 | large 167 | spell 168 | add 169 | even 170 | land 171 | here 172 | must 173 | big 174 | high 175 | such 176 | follow 177 | act 178 | why 179 | ask 180 | men 181 | change 182 | went 183 | light 184 | kind 185 | off 186 | need 187 | house 188 | picture 189 | try 190 | us 191 | again 192 | animal 193 | point 194 | mother 195 | world 196 | near 197 | build 198 | self 199 | earth 200 | father 201 | head 202 | stand 203 | own 204 | page 205 | should 206 | country 207 | found 208 | answer 209 | school 210 | grow 211 | study 212 | still 213 | learn 214 | plant 215 | cover 216 | food 217 | sun 218 | four 219 | between 220 | state 221 | keep 222 | eye 223 | never 224 | last 225 | let 226 | thought 227 | city 228 | tree 229 | cross 230 | farm 231 | hard 232 | start 233 | might 234 | story 235 | saw 236 | far 237 | sea 238 | draw 239 | left 240 | late 241 | run 242 | don't 243 | while 244 | press 245 | close 246 | night 247 | real 248 | life 249 | few 250 | north 251 | open 252 | seem 253 | together 254 | next 255 | white 256 | children 257 | begin 258 | got 259 | walk 260 | example 261 | ease 262 | paper 263 | group 264 | always 265 | music 266 | those 267 | both 268 | mark 269 | often 270 | letter 271 | until 272 | mile 273 | river 274 | car 275 | feet 276 | care 277 | second 278 | book 279 | carry 280 | took 281 | science 282 | eat 283 | room 284 | friend 285 | began 286 | idea 287 | fish 288 | mountain 289 | stop 290 | once 291 | base 292 | hear 293 | horse 294 | cut 295 | sure 296 | watch 297 | color 298 | face 299 | wood 300 | main 301 | enough 302 | plain 303 | girl 304 | usual 305 | young 306 | ready 307 | above 308 | ever 309 | red 310 | list 311 | though 312 | feel 313 | talk 314 | bird 315 | soon 316 | body 317 | dog 318 | family 319 | direct 320 | pose 321 | leave 322 | song 323 | measure 324 | door 325 | product 326 | black 327 | short 328 | numeral 329 | class 330 | wind 331 | question 332 | happen 333 | complete 334 | ship 335 | area 336 | half 337 | rock 338 | order 339 | fire 340 | south 341 | problem 342 | piece 343 | told 344 | knew 345 | pass 346 | since 347 | top 348 | whole 349 | king 350 | space 351 | heard 352 | best 353 | hour 354 | better 355 | true 356 | during 357 | hundred 358 | five 359 | remember 360 | step 361 | early 362 | hold 363 | west 364 | ground 365 | interest 366 | reach 367 | fast 368 | verb 369 | sing 370 | listen 371 | six 372 | table 373 | travel 374 | less 375 | morning 376 | ten 377 | simple 378 | several 379 | vowel 380 | toward 381 | war 382 | lay 383 | against 384 | pattern 385 | slow 386 | center 387 | love 388 | person 389 | money 390 | serve 391 | appear 392 | road 393 | map 394 | rain 395 | rule 396 | govern 397 | pull 398 | cold 399 | notice 400 | voice 401 | unit 402 | power 403 | town 404 | fine 405 | certain 406 | fly 407 | fall 408 | lead 409 | cry 410 | dark 411 | machine 412 | note 413 | wait 414 | plan 415 | figure 416 | star 417 | box 418 | noun 419 | field 420 | rest 421 | correct 422 | able 423 | pound 424 | done 425 | beauty 426 | drive 427 | stood 428 | contain 429 | front 430 | teach 431 | week 432 | final 433 | gave 434 | green 435 | oh 436 | quick 437 | develop 438 | ocean 439 | warm 440 | free 441 | minute 442 | strong 443 | special 444 | mind 445 | behind 446 | clear 447 | tail 448 | produce 449 | fact 450 | street 451 | inch 452 | multiply 453 | nothing 454 | course 455 | stay 456 | wheel 457 | full 458 | force 459 | blue 460 | object 461 | decide 462 | surface 463 | deep 464 | moon 465 | island 466 | foot 467 | system 468 | busy 469 | test 470 | record 471 | boat 472 | common 473 | gold 474 | possible 475 | plane 476 | stead 477 | dry 478 | wonder 479 | laugh 480 | thousand 481 | ago 482 | ran 483 | check 484 | game 485 | shape 486 | equate 487 | hot 488 | miss 489 | brought 490 | heat 491 | snow 492 | tire 493 | bring 494 | yes 495 | distant 496 | fill 497 | east 498 | paint 499 | language 500 | among 501 | grand 502 | ball 503 | yet 504 | wave 505 | drop 506 | heart 507 | am 508 | present 509 | heavy 510 | dance 511 | engine 512 | position 513 | arm 514 | wide 515 | sail 516 | material 517 | size 518 | vary 519 | settle 520 | speak 521 | weight 522 | general 523 | ice 524 | matter 525 | circle 526 | pair 527 | include 528 | divide 529 | syllable 530 | felt 531 | perhaps 532 | pick 533 | sudden 534 | count 535 | square 536 | reason 537 | length 538 | represent 539 | art 540 | subject 541 | region 542 | energy 543 | hunt 544 | probable 545 | bed 546 | brother 547 | egg 548 | ride 549 | cell 550 | believe 551 | fraction 552 | forest 553 | sit 554 | race 555 | window 556 | store 557 | summer 558 | train 559 | sleep 560 | prove 561 | lone 562 | leg 563 | exercise 564 | wall 565 | catch 566 | mount 567 | wish 568 | sky 569 | board 570 | joy 571 | winter 572 | sat 573 | written 574 | wild 575 | instrument 576 | kept 577 | glass 578 | grass 579 | cow 580 | job 581 | edge 582 | sign 583 | visit 584 | past 585 | soft 586 | fun 587 | bright 588 | gas 589 | weather 590 | month 591 | million 592 | bear 593 | finish 594 | happy 595 | hope 596 | flower 597 | clothe 598 | strange 599 | gone 600 | jump 601 | baby 602 | eight 603 | village 604 | meet 605 | root 606 | buy 607 | raise 608 | solve 609 | metal 610 | whether 611 | push 612 | seven 613 | paragraph 614 | third 615 | shall 616 | held 617 | hair 618 | describe 619 | cook 620 | floor 621 | either 622 | result 623 | burn 624 | hill 625 | safe 626 | cat 627 | century 628 | consider 629 | type 630 | law 631 | bit 632 | coast 633 | copy 634 | phrase 635 | silent 636 | tall 637 | sand 638 | soil 639 | roll 640 | temperature 641 | finger 642 | industry 643 | value 644 | fight 645 | lie 646 | beat 647 | excite 648 | natural 649 | view 650 | sense 651 | ear 652 | else 653 | quite 654 | broke 655 | case 656 | middle 657 | kill 658 | son 659 | lake 660 | moment 661 | scale 662 | loud 663 | spring 664 | observe 665 | child 666 | straight 667 | consonant 668 | nation 669 | dictionary 670 | milk 671 | speed 672 | method 673 | organ 674 | pay 675 | age 676 | section 677 | dress 678 | cloud 679 | surprise 680 | quiet 681 | stone 682 | tiny 683 | climb 684 | cool 685 | design 686 | poor 687 | lot 688 | experiment 689 | bottom 690 | key 691 | iron 692 | single 693 | stick 694 | flat 695 | twenty 696 | skin 697 | smile 698 | crease 699 | hole 700 | trade 701 | melody 702 | trip 703 | office 704 | receive 705 | row 706 | mouth 707 | exact 708 | symbol 709 | die 710 | least 711 | trouble 712 | shout 713 | except 714 | wrote 715 | seed 716 | tone 717 | join 718 | suggest 719 | clean 720 | break 721 | lady 722 | yard 723 | rise 724 | bad 725 | blow 726 | oil 727 | blood 728 | touch 729 | grew 730 | cent 731 | mix 732 | team 733 | wire 734 | cost 735 | lost 736 | brown 737 | wear 738 | garden 739 | equal 740 | sent 741 | choose 742 | fell 743 | fit 744 | flow 745 | fair 746 | bank 747 | collect 748 | save 749 | control 750 | decimal 751 | gentle 752 | woman 753 | captain 754 | practice 755 | separate 756 | difficult 757 | doctor 758 | please 759 | protect 760 | noon 761 | whose 762 | locate 763 | ring 764 | character 765 | insect 766 | caught 767 | period 768 | indicate 769 | radio 770 | spoke 771 | atom 772 | human 773 | history 774 | effect 775 | electric 776 | expect 777 | crop 778 | modern 779 | element 780 | hit 781 | student 782 | corner 783 | party 784 | supply 785 | bone 786 | rail 787 | imagine 788 | provide 789 | agree 790 | thus 791 | capital 792 | won't 793 | chair 794 | danger 795 | fruit 796 | rich 797 | thick 798 | soldier 799 | process 800 | operate 801 | guess 802 | necessary 803 | sharp 804 | wing 805 | create 806 | neighbor 807 | wash 808 | bat 809 | rather 810 | crowd 811 | corn 812 | compare 813 | poem 814 | string 815 | bell 816 | depend 817 | meat 818 | rub 819 | tube 820 | famous 821 | dollar 822 | stream 823 | fear 824 | sight 825 | thin 826 | triangle 827 | planet 828 | hurry 829 | chief 830 | colony 831 | clock 832 | mine 833 | tie 834 | enter 835 | major 836 | fresh 837 | search 838 | send 839 | yellow 840 | gun 841 | allow 842 | print 843 | dead 844 | spot 845 | desert 846 | suit 847 | current 848 | lift 849 | rose 850 | continue 851 | block 852 | chart 853 | hat 854 | sell 855 | success 856 | company 857 | subtract 858 | event 859 | particular 860 | deal 861 | swim 862 | term 863 | opposite 864 | wife 865 | shoe 866 | shoulder 867 | spread 868 | arrange 869 | camp 870 | invent 871 | cotton 872 | born 873 | determine 874 | quart 875 | nine 876 | truck 877 | noise 878 | level 879 | chance 880 | gather 881 | shop 882 | stretch 883 | throw 884 | shine 885 | property 886 | column 887 | molecule 888 | select 889 | wrong 890 | gray 891 | repeat 892 | require 893 | broad 894 | prepare 895 | salt 896 | nose 897 | plural 898 | anger 899 | claim 900 | continent 901 | oxygen 902 | sugar 903 | death 904 | pretty 905 | skill 906 | women 907 | season 908 | solution 909 | magnet 910 | silver 911 | thank 912 | branch 913 | match 914 | suffix 915 | especially 916 | fig 917 | afraid 918 | huge 919 | sister 920 | steel 921 | discuss 922 | forward 923 | similar 924 | guide 925 | experience 926 | score 927 | apple 928 | bought 929 | led 930 | pitch 931 | coat 932 | mass 933 | card 934 | band 935 | rope 936 | slip 937 | win 938 | dream 939 | evening 940 | condition 941 | feed 942 | tool 943 | total 944 | basic 945 | smell 946 | valley 947 | nor 948 | double 949 | seat 950 | arrive 951 | master 952 | track 953 | parent 954 | shore 955 | division 956 | sheet 957 | substance 958 | favor 959 | connect 960 | post 961 | spend 962 | chord 963 | fat 964 | glad 965 | original 966 | share 967 | station 968 | dad 969 | bread 970 | charge 971 | proper 972 | bar 973 | offer 974 | segment 975 | slave 976 | duck 977 | instant 978 | market 979 | degree 980 | populate 981 | chick 982 | dear 983 | enemy 984 | reply 985 | drink 986 | occur 987 | support 988 | speech 989 | nature 990 | range 991 | steam 992 | motion 993 | path 994 | liquid 995 | log 996 | meant 997 | quotient 998 | teeth 999 | shell 1000 | neck 1001 | -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/adopted.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/adopted.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/advantage.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/advantage.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/bought.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/bought.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/cauldron.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/cauldron.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/conception.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/conception.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/cosam.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/cosam.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/counterattacks.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/counterattacks.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/deemed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/deemed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/environeth.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/environeth.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/epicurus.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/epicurus.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/fearfully.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/fearfully.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/feigned.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/feigned.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/gates.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/gates.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/hearsay.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/hearsay.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/hope.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/hope.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/internal.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/internal.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/kept.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/kept.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/medians.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/medians.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/molded.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/molded.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/o.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/o.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/overflowed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/overflowed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/owes.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/owes.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/passions.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/passions.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/permitted.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/permitted.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/personal.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/personal.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/population.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/population.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/project.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/project.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/provisions.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/provisions.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/readier.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/readier.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/reasoning.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/reasoning.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/reliance.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/reliance.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/reposes.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/reposes.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/restless.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/restless.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/rush.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/rush.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/savour.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/savour.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/service.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/service.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/signifies.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/signifies.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/silver.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/silver.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/sixth.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/sixth.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/spokest.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/spokest.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/strategist.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/strategist.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/thither.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/thither.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/threeships.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/threeships.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/tookest.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/tookest.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/tormenting.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/tormenting.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/veils.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/veils.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/villa.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/villa.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/whos.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/whos.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/wine.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/wine.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup2Hymns/witherto.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup2Hymns/witherto.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup3Hymns/allowed.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup3Hymns/allowed.HC.Z -------------------------------------------------------------------------------- /Home/Supplemental/Sup3Hymns/inevitable.HC.Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/Home/Supplemental/Sup3Hymns/inevitable.HC.Z -------------------------------------------------------------------------------- /Home/Themes/ThemeManager.HC: -------------------------------------------------------------------------------- 1 | // BY BOKETTO | https://github.com/sirboketto 2 | // I wrote this code while listening to "Bad Day" from the "Alvin And The Chipmunks Soundtrack" on YouTube ON FUCKING LOOP. As all good developers do. 3 | 4 | // So I was going to #include everything directly but this is probably way better since it's dynamic. 5 | // Also I accidentally recreated the whole FileFind function because I forgot it existed. My Autocomplete only showed FilesFind. 6 | #define MAX_FILES 1000 7 | 8 | U8 *filenames[MAX_FILES]; 9 | 10 | Bool EndsWith(U8 *str, U8 *suffix) { 11 | if (StrLen(suffix) > StrLen(str)) { 12 | return FALSE; 13 | } 14 | return (StrCmp(str + StrLen(str) - StrLen(suffix), suffix) == 0); 15 | } 16 | 17 | Bool Clause(U8 *file){ 18 | return EndsWith(file, ".HC") && StrCmp(file, "ThemeManager.HC"); 19 | } 20 | 21 | I8 StrInArray(U8* str, U8 **arr, I64 len) 22 | { 23 | I64 i; 24 | for (i=0; iname)) file_count++; 49 | 50 | dir_entry = dir_entry->next; 51 | } 52 | 53 | // Check if there's enough space in the global array 54 | if (file_count > MAX_FILES) { 55 | "Error: Too many files.\n"; 56 | DirEntryDel2(dir_entries); 57 | return FALSE; 58 | } 59 | 60 | // Fill the filenames array 61 | dir_entry = dir_entries; 62 | while (dir_entry) { 63 | // Must follow clause 64 | if (Clause(dir_entry->name)){ 65 | filenames[i++] = dir_entry->name; 66 | } 67 | dir_entry = dir_entry->next; 68 | } 69 | 70 | // Finally checking if the paramater is even in the Array. 71 | if (StrInArray(themename, filenames, file_count)){ 72 | "$FG,2$OK: $FG,0$ switched to '%s' theme. $FD$\n", themename; 73 | themenameloc = MStrPrint("%s/%s", AbsLoc,themename); 74 | ExeFile2(themenameloc); // CHANGE THEME 75 | Free(themenameloc); 76 | } else{ 77 | if (!StrCmp(themename, "all")){ 78 | for (i = 0; i < file_count; i++){ 79 | themenameloc = MStrPrint("%s/%s", AbsLoc,filenames[i]); 80 | ExeFile2(themenameloc); 81 | "-> %s\n", themenameloc; 82 | Sleep(350); 83 | 84 | } 85 | Free(themenameloc); 86 | return -1; 87 | } 88 | "$FG,4$ERR: $FG,0$ Unable to find the specified theme.\nList of themes: $FD$\n", themename; 89 | for (i = 0; i < file_count; i++) { 90 | U8 temp[256]; 91 | StrCpy(temp, filenames[i]); 92 | temp[StrLen(temp) - 3] = '\0'; // Remove the last 3 characters 93 | " %s\n", temp; 94 | } 95 | } 96 | 97 | 98 | // Free the memory allocated by FilesFind 99 | DirEntryDel2(dir_entries); 100 | return TRUE; 101 | } 102 | -------------------------------------------------------------------------------- /Home/Themes/badwolf.HC: -------------------------------------------------------------------------------- 1 | // /* badwolf */ 2 | public CBGR48 gr_palette_badwolf[COLORS_NUM]={ 3 | 0xf8f8f6f6f2f2, // BLACK 4 | 0x0a0a9d9dffff, // BLUE 5 | 0xaeaeeeee0000, // GREEN 6 | 0x8c8cffffbaba, // CYAN 7 | 0xffff2c2c4b4b, // RED 8 | 0xffff9e9eb8b8, // PURPLE 9 | 0xfefe80801919, // BROWN 10 | 0x3c3c38383636, // LTGRAY 11 | 0x505049494545, // DKGRAY 12 | 0x85857f7f7878, // LTBLUE 13 | 0xc7c791915b5b, // LTGREEN 14 | 0x888863633f3f, // LTCYAN 15 | 0xffffa7a72424, // LTRED 16 | 0x99998f8f8484, // LTPURPLE 17 | 0xfafadede3e3e, // YELLOW 18 | 0x1c1c1b1b1a1a // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_badwolf); 22 | MemCpy(gr_palette_std, gr_palette_badwolf, sizeof(gr_palette_badwolf)); 23 | -------------------------------------------------------------------------------- /Home/Themes/base16.HC: -------------------------------------------------------------------------------- 1 | // /* base16 */ 2 | public CBGR48 gr_palette_base16[COLORS_NUM]={ 3 | 0xf8f8f8f8f8f8, // BLACK 4 | 0x7c7cafafc2c2, // BLUE 5 | 0xa1a1b5b56c6c, // GREEN 6 | 0x8686c1c1b9b9, // CYAN 7 | 0xabab46464242, // RED 8 | 0xbaba8b8bafaf, // PURPLE 9 | 0xffff9f9f4343, // BROWN 10 | 0x585858585858, // LTGRAY 11 | 0xd8d8d8d8d8d8, // DKGRAY 12 | 0x7c7cafafc2c2, // LTBLUE 13 | 0xa1a1b5b56c6c, // LTGREEN 14 | 0x8686c1c1b9b9, // LTCYAN 15 | 0xabab46464242, // LTRED 16 | 0xbaba8b8bafaf, // LTPURPLE 17 | 0xf7f7caca8888, // YELLOW 18 | 0x181818181818 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_base16); 22 | MemCpy(gr_palette_std, gr_palette_base16, sizeof(gr_palette_base16)); 23 | -------------------------------------------------------------------------------- /Home/Themes/blaquemagick.HC: -------------------------------------------------------------------------------- 1 | // /* blaquemagick */ 2 | public CBGR48 gr_palette_blaquemagick[COLORS_NUM]={ 3 | 0xc2c2c2c2b0b0, // BLACK 4 | 0x808080808080, // BLUE 5 | 0x424242424242, // GREEN 6 | 0xcccccccccccc, // CYAN 7 | 0x5f5f87878787, // RED 8 | 0xa8a8a8a8a8a8, // PURPLE 9 | 0xe6e6e6e6e6e6, // BROWN 10 | 0x4d4d4d4d4d4d, // LTGRAY 11 | 0xbfbfbfbfbfbf, // DKGRAY 12 | 0x808080808080, // LTBLUE 13 | 0x424242424242, // LTGREEN 14 | 0xcccccccccccc, // LTCYAN 15 | 0x5f5f87878787, // LTRED 16 | 0xa8a8a8a8a8a8, // LTPURPLE 17 | 0x666666666666, // YELLOW 18 | 0x1c1c1c1c1c1c // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_blaquemagick); 22 | MemCpy(gr_palette_std, gr_palette_blaquemagick, sizeof(gr_palette_blaquemagick)); 23 | -------------------------------------------------------------------------------- /Home/Themes/catppuccin-frappe.HC: -------------------------------------------------------------------------------- 1 | // /* catppuccin frappe */ 2 | public CBGR48 gr_palette_catfrappe[COLORS_NUM]={ 3 | 0xc6c6d0d0f5f5, // BLACK 4 | 0x8c8caaaaeeee, // BLUE 5 | 0xa6a6d1d18989, // GREEN 6 | 0x8181c8c8bebe, // CYAN 7 | 0xe7e782828484, // RED 8 | 0xf4f4b8b8e4e4, // PURPLE 9 | 0xa5a5adadcece, // BROWN 10 | 0x626268688080, // LTGRAY 11 | 0x515157576d6d, // DKGRAY 12 | 0x8c8caaaaeeee, // LTBLUE 13 | 0xa6a6d1d18989, // LTGREEN 14 | 0x8181c8c8bebe, // LTCYAN 15 | 0xe7e782828484, // LTRED 16 | 0xf4f4b8b8e4e4, // LTPURPLE 17 | 0xe5e5c8c89090, // YELLOW 18 | 0x303034344646 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_catfrappe); 22 | MemCpy(gr_palette_std, gr_palette_catfrappe, sizeof(gr_palette_catfrappe)); 23 | -------------------------------------------------------------------------------- /Home/Themes/catppuccin-latte.HC: -------------------------------------------------------------------------------- 1 | // /* catppuccin latte */ 2 | public CBGR48 gr_palette_catlatte[COLORS_NUM]={ 3 | 0x4c4c4f4f6969, // BLACK 4 | 0x1e1e6666f5f5, // BLUE 5 | 0x4040a0a02b2b, // GREEN 6 | 0x171792929999, // CYAN 7 | 0xd2d20f0f3939, // RED 8 | 0xeaea7676cbcb, // PURPLE 9 | 0x5c5c5f5f7777, // BROWN 10 | 0xacacb0b0bebe, // LTGRAY 11 | 0x6c6c6f6f8585, // DKGRAY 12 | 0x1e1e6666f5f5, // LTBLUE 13 | 0x4040a0a02b2b, // LTGREEN 14 | 0x171792929999, // LTCYAN 15 | 0xd2d20f0f3939, // LTRED 16 | 0xeaea7676cbcb, // LTPURPLE 17 | 0xdfdf8e8e1d1d, // YELLOW 18 | 0xefeff1f1f5f5 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_catlatte); 22 | MemCpy(gr_palette_std, gr_palette_catlatte, sizeof(gr_palette_catlatte)); 23 | -------------------------------------------------------------------------------- /Home/Themes/catppuccin-macchiato.HC: -------------------------------------------------------------------------------- 1 | // /* catppuccin macchiato */ 2 | public CBGR48 gr_palette_catmacchiato[COLORS_NUM]={ 3 | 0xcacad3d3f5f5, // BLACK 4 | 0x8a8aadadf4f4, // BLUE 5 | 0xa6a6dada9595, // GREEN 6 | 0x8b8bd5d5caca, // CYAN 7 | 0xeded87879696, // RED 8 | 0xf5f5bdbde6e6, // PURPLE 9 | 0xa5a5adadcbcb, // BROWN 10 | 0x49494d4d6464, // LTGRAY 11 | 0x5b5b60607878, // DKGRAY 12 | 0x8a8aadadf4f4, // LTBLUE 13 | 0xa6a6dada9595, // LTGREEN 14 | 0x8b8bd5d5caca, // LTCYAN 15 | 0xeded87879696, // LTRED 16 | 0xf5f5bdbde6e6, // LTPURPLE 17 | 0xeeeed4d49f9f, // YELLOW 18 | 0x242427273a3a // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_catmacchiato); 22 | MemCpy(gr_palette_std, gr_palette_catmacchiato, sizeof(gr_palette_catmacchiato)); 23 | -------------------------------------------------------------------------------- /Home/Themes/catppuccin-mocha.HC: -------------------------------------------------------------------------------- 1 | // /* catppuccin mocha */ 2 | public CBGR48 gr_palette_catmocha[COLORS_NUM]={ 3 | 0xcdcdd6d6f4f4, // BLACK 4 | 0x8989b4b4fafa, // BLUE 5 | 0xa6a6e3e3a1a1, // GREEN 6 | 0x9494e2e2d5d5, // CYAN 7 | 0xf3f38b8ba8a8, // RED 8 | 0xf5f5c2c2e7e7, // PURPLE 9 | 0xa6a6adadc8c8, // BROWN 10 | 0x454547475a5a, // LTGRAY 11 | 0x58585b5b7070, // DKGRAY 12 | 0x8989b4b4fafa, // LTBLUE 13 | 0xa6a6e3e3a1a1, // LTGREEN 14 | 0x9494e2e2d5d5, // LTCYAN 15 | 0xf3f38b8ba8a8, // LTRED 16 | 0xf5f5c2c2e7e7, // LTPURPLE 17 | 0xf9f9e2e2afaf, // YELLOW 18 | 0x1e1e1e1e2e2e // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_catmocha); 22 | MemCpy(gr_palette_std, gr_palette_catmocha, sizeof(gr_palette_catmocha)); 23 | -------------------------------------------------------------------------------- /Home/Themes/dracula.HC: -------------------------------------------------------------------------------- 1 | // /* dracula */ 2 | public CBGR48 gr_palette_dracula[COLORS_NUM]={ 3 | 0xf8f8f8f8f2f2, // BLACK 4 | 0xbdbd9393f9f9, // BLUE 5 | 0x5050fafa7b7b, // GREEN 6 | 0x8b8be9e9fdfd, // CYAN 7 | 0xffffff555555, // RED 8 | 0xffff7979c6c6, // PURPLE 9 | 0xffffb8b86c6c, // BROWN 10 | 0x4d4d4d4d4d4d, // LTGRAY 11 | 0xbfbfbfbfbfbf, // DKGRAY 12 | 0xcacaa9a9fafa, // LTBLUE 13 | 0x5a5af7f78e8e, // LTGREEN 14 | 0x9a9aededfefe, // LTCYAN 15 | 0xffff6e6e6767, // LTRED 16 | 0xffff9292d0d0, // LTPURPLE 17 | 0xf1f1fafa8c8c, // YELLOW 18 | 0x28282a2a3636 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_dracula); 22 | MemCpy(gr_palette_std, gr_palette_dracula, sizeof(gr_palette_dracula)); 23 | -------------------------------------------------------------------------------- /Home/Themes/gruvbox-dark.HC: -------------------------------------------------------------------------------- 1 | // /* gruvbox dark */ 2 | public CBGR48 gr_palette_gruvdark[COLORS_NUM]={ 3 | 0xebebdbdbb2b2, // BLACK 4 | 0x454585858888, // BLUE 5 | 0x989897971a1a, // GREEN 6 | 0x68689d9d6a6a, // CYAN 7 | 0xcccc24241d1d, // RED 8 | 0xb1b162628686, // PURPLE 9 | 0xfefe80801919, // BROWN 10 | 0x3c3c38383636, // LTGRAY 11 | 0x505049494545, // DKGRAY 12 | 0x8383a5a59898, // LTBLUE 13 | 0xb8b8bbbb2626, // LTGREEN 14 | 0x8e8ec0c07c7c, // LTCYAN 15 | 0xfbfb49493434, // LTRED 16 | 0xd3d386869b9b, // LTPURPLE 17 | 0xfafabdbd2f2f, // YELLOW 18 | 0x282828282828 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_gruvdark); 22 | MemCpy(gr_palette_std, gr_palette_gruvdark, sizeof(gr_palette_gruvdark)); 23 | -------------------------------------------------------------------------------- /Home/Themes/gruvbox-light.HC: -------------------------------------------------------------------------------- 1 | // /* gruvbox light */ 2 | public CBGR48 gr_palette_gruvlight[COLORS_NUM]={ 3 | 0x282828282828, // BLACK 4 | 0x454585858888, // BLUE 5 | 0x989897971a1a, // GREEN 6 | 0x68689d9d6a6a, // CYAN 7 | 0xcccc24241d1d, // RED 8 | 0xb1b162628686, // PURPLE 9 | 0xafaf3a3a0303, // BROWN 10 | 0x66665c5c5454, // LTGRAY 11 | 0x3c3c38383636, // DKGRAY 12 | 0x070766667878, // LTBLUE 13 | 0x797974740e0e, // LTGREEN 14 | 0x42427b7b5858, // LTCYAN 15 | 0x9d9d00000606, // LTRED 16 | 0x8f8f3f3f7171, // LTPURPLE 17 | 0xd7d799992121, // YELLOW 18 | 0xfbfbf1f1c7c7 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_gruvlight); 22 | MemCpy(gr_palette_std, gr_palette_gruvlight, sizeof(gr_palette_gruvlight)); 23 | -------------------------------------------------------------------------------- /Home/Themes/nord.HC: -------------------------------------------------------------------------------- 1 | // /* nord */ 2 | public CBGR48 gr_palette_nord[COLORS_NUM]={ 3 | 0xd8d8dedee9e9, // BLACK 4 | 0x8181a1a1c1c1, // BLUE 5 | 0xa3a3bebe8c8c, // GREEN 6 | 0x8888c0c0d0d0, // CYAN 7 | 0xbfbf61616a6a, // RED 8 | 0xb4b48e8eadad, // PURPLE 9 | 0xd0d087877070, // BROWN 10 | 0x4c4c56566a6a, // LTGRAY 11 | 0x3b3b42425252, // DKGRAY 12 | 0x8181a1a1c1c1, // LTBLUE 13 | 0xa3a3bebe8c8c, // LTGREEN 14 | 0x8f8fbcbcbbbb, // LTCYAN 15 | 0xbfbf61616a6a, // LTRED 16 | 0xb4b48e8eadad, // LTPURPLE 17 | 0xebebcbcb8b8b, // YELLOW 18 | 0x2e2e34344040 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_nord); 22 | MemCpy(gr_palette_std, gr_palette_nord, sizeof(gr_palette_nord)); 23 | -------------------------------------------------------------------------------- /Home/Themes/rose-pine-dawn.HC: -------------------------------------------------------------------------------- 1 | // /* rose pine dawn */ 2 | public CBGR48 gr_palette_rosepined[COLORS_NUM]={ 3 | 0x575752527979, // BLACK 4 | 0x282869698383, // BLUE 5 | 0x565694949f9f, // GREEN 6 | 0xd7d782827e7e, // CYAN 7 | 0xb4b463637a7a, // RED 8 | 0x90907a7aa9a9, // PURPLE 9 | 0xffff9f9f4343, // BROWN 10 | 0x6e6e6a6a8686, // LTGRAY 11 | 0x575752527979, // DKGRAY 12 | 0x282869698383, // LTBLUE 13 | 0x565694949f9f, // LTGREEN 14 | 0xd7d782827e7e, // LTCYAN 15 | 0xb4b463637a7a, // LTRED 16 | 0x90907a7aa9a9, // LTPURPLE 17 | 0xeaea9d9d3434, // YELLOW 18 | 0xfafaf4f4eded // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_rosepined); 22 | MemCpy(gr_palette_std, gr_palette_rosepined, sizeof(gr_palette_rosepined)); 23 | -------------------------------------------------------------------------------- /Home/Themes/rose-pine-moon.HC: -------------------------------------------------------------------------------- 1 | // /* rose pine moon */ 2 | public CBGR48 gr_palette_rosepinem[COLORS_NUM]={ 3 | 0xe0e0dedef4f4, // BLACK 4 | 0x3e3e8f8fb0b0, // BLUE 5 | 0x9c9ccfcfd8d8, // GREEN 6 | 0xeaea9a9a9797, // CYAN 7 | 0xebeb6f6f9292, // RED 8 | 0xc4c4a7a7e7e7, // PURPLE 9 | 0xffff9f9f4343, // BROWN 10 | 0x6e6e6a6a8686, // LTGRAY 11 | 0xe0e0dedef4f4, // DKGRAY 12 | 0x3e3e8f8fb0b0, // LTBLUE 13 | 0x9c9ccfcfd8d8, // LTGREEN 14 | 0xeaea9a9a9797, // LTCYAN 15 | 0xebeb6f6f9292, // LTRED 16 | 0xc4c4a7a7e7e7, // LTPURPLE 17 | 0xf6f6c1c17777, // YELLOW 18 | 0x232321213636 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_rosepinem); 22 | MemCpy(gr_palette_std, gr_palette_rosepinem, sizeof(gr_palette_rosepinem)); 23 | -------------------------------------------------------------------------------- /Home/Themes/rose-pine.HC: -------------------------------------------------------------------------------- 1 | // /* rose pine */ 2 | public CBGR48 gr_palette_rosepine[COLORS_NUM]={ 3 | 0xe0e0dedef4f4, // BLACK 4 | 0x282869698383, // BLUE 5 | 0x9c9ccfcfd8d8, // GREEN 6 | 0xebebbcbcbaba, // CYAN 7 | 0xebeb6f6f9292, // RED 8 | 0x90907a7aa9a9, // PURPLE 9 | 0xb4b463637a7a, // BROWN 10 | 0x393935355252, // LTGRAY 11 | 0x6e6e6a6a8686, // DKGRAY 12 | 0x98989393a5a5, // LTBLUE 13 | 0x565694949f9f, // LTGREEN 14 | 0xeaea9a9a9797, // LTCYAN 15 | 0xd7d782827e7e, // LTRED 16 | 0xc4c4a7a7e7e7, // LTPURPLE 17 | 0xf6f6c1c17777, // YELLOW 18 | 0x191917172424 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_rosepine); 22 | MemCpy(gr_palette_std, gr_palette_rosepine, sizeof(gr_palette_rosepine)); 23 | -------------------------------------------------------------------------------- /Home/Themes/solarized-dark.HC: -------------------------------------------------------------------------------- 1 | // /* solarized dark */ 2 | public CBGR48 gr_palette_soldark[COLORS_NUM]={ 3 | 0x838394949696, // BLACK 4 | 0x26268b8bd2d2, // BLUE 5 | 0x858599990000, // GREEN 6 | 0x2a2aa1a19898, // CYAN 7 | 0xdcdc32322f2f, // RED 8 | 0xd3d336368282, // PURPLE 9 | 0xffffa7a72424, // BROWN 10 | 0x9393a1a1a1a1, // LTGRAY 11 | 0x58586e6e7575, // DKGRAY 12 | 0x838394949696, // LTBLUE 13 | 0x58586e6e7575, // LTGREEN 14 | 0x9393a1a1a1a1, // LTCYAN 15 | 0xcbcb4b4b1616, // LTRED 16 | 0x6c6c7171c4c4, // LTPURPLE 17 | 0xb5b589890000, // YELLOW 18 | 0x00002b2b3636, // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_soldark); 22 | MemCpy(gr_palette_std, gr_palette_soldark, sizeof(gr_palette_soldark)); 23 | -------------------------------------------------------------------------------- /Home/Themes/solarized-light.HC: -------------------------------------------------------------------------------- 1 | // /* solarized light */ 2 | public CBGR48 gr_palette_sollight[COLORS_NUM]={ 3 | 0x00002b2b3636, // BLACK 4 | 0x26268b8bd2d2, // BLUE 5 | 0x858599990000, // GREEN 6 | 0x2a2aa1a19898, // CYAN 7 | 0xdcdc32322f2f, // RED 8 | 0xd3d336368282, // PURPLE 9 | 0x888863633f3f, // BROWN 10 | 0x9393a1a1a1a1, // LTGRAY 11 | 0x65657b7b8383, // DKGRAY 12 | 0x838394949696, // LTBLUE 13 | 0x58586e6e7575, // LTGREEN 14 | 0x9393a1a1a1a1, // LTCYAN 15 | 0xcbcb4b4b1616, // LTRED 16 | 0x6c6c7171c4c4, // LTPURPLE 17 | 0xb5b589890000, // YELLOW 18 | 0xfdfdf6f6e3e3, // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_sollight); 22 | MemCpy(gr_palette_std, gr_palette_sollight, sizeof(gr_palette_sollight)); 23 | -------------------------------------------------------------------------------- /Home/Themes/xterm.HC: -------------------------------------------------------------------------------- 1 | // /* xterm */ 2 | public CBGR48 gr_palette_xterm[COLORS_NUM]={ 3 | 0xe5e5e5e5e5e5, // BLACK 4 | 0x00000000cdcd, // BLUE 5 | 0x0000cdcd0000, // GREEN 6 | 0x0000cdcdcdcd, // CYAN 7 | 0xcdcd00000000, // RED 8 | 0xcdcd0000cdcd, // PURPLE 9 | 0xcdcdcdcd0000, // BROWN 10 | 0xaaaababac8c8, // LTGRAY 11 | 0x4d4d4d4d4d4d, // DKGRAY 12 | 0x00000000ffff, // LTBLUE 13 | 0x0000ffff0000, // LTGREEN 14 | 0x0000ffffffff, // LTCYAN 15 | 0xffff00000000, // LTRED 16 | 0xffff0000ffff, // LTPURPLE 17 | 0xffffffff0000, // YELLOW 18 | 0x000000000000 // WHITE 19 | }; 20 | 21 | GrPaletteSet(gr_palette_xterm); 22 | MemCpy(gr_palette_std, gr_palette_xterm, sizeof(gr_palette_xterm)); 23 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to 25 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | FUCK GITHUB AND FUCK COPILOT, WE'RE MOVING THIS SHIT TO CODEBERG 2 | ================================================================ 3 | [GO HERE FOR UP TO DATE VERSION](https://codeberg.org/bubstance/templeos-plus) 4 | 5 | *RIP Terry A. Davis (1969-12-15 to 2018-08-11)* 6 | =============================================== 7 | 8 | *Original scripts and basic implementation by [tsoding](https://gitlab.com/tsoding), modified and expanded by myself.* 9 | 10 | *`ThemeManager.HC` script created and submitted by [Boketto](https://github.com/SirBoketto).* 11 | 12 | *All themes are approximations of their namesakes and are not 1:1 implementations. 13 | All documents and files contained in this repository are for educational purposes only. 14 | Theme contributions and alternative Windows-specific script contributions are welcomed.* 15 | 16 | ![](screenshots/rose-pine/base-fetch.png) 17 | ![](screenshots/rose-pine/base-code.png) 18 | 19 | *rosé pine theme shown; Screenfetch app must be installed separately (see [Additional Software](#additional-software)).* 20 | 21 | 22 | 23 | --- 24 | 25 | 26 | 27 | Table of Contents 28 | ================= 29 | 30 | 31 | * [Overview](#overview) 32 | * [Dependencies](#dependencies) 33 | * [Usage](#usage) 34 | * [Installing the base system](#installing-the-base-system) 35 | * [Running the VM](#running-the-vm) 36 | * [Syncing Files](#syncing-files) 37 | * [Customization](#customization) 38 | * [Changing the theme](#changing-the-theme) 39 | * [Installing a different fork of TempleOS](#installing-a-different-fork-of-templeos) 40 | * [Additional Software](#additional-software) 41 | * [Bonus Tips](#bonus-tips) 42 | 43 | 44 | 45 | 46 | --- 47 | 48 | 49 | 50 | Overview 51 | ======== 52 | 53 | This repository aims to assist with setting up a complete TempleOS environment via QEMU, including all files from Terry's supplemental `.ISO.C` files on [templeos.org](templeos.org). 54 | 55 | These scripts are intended for use on Linux machines; Windows users will need to use a tool like [ImDisk Toolkit](http://www.ltr-data.se/opencode.html/) to mount the virtual TempleOS drive and copy files to/from the VM. 56 | 57 | A few notes: 58 | 59 | * `C:` and `::` can be used interchangeably in TempleOS to refer to the root of the `C:` drive (with `::` referring to the root of the currently mounted disk) 60 | 61 | * `HomeSys.HC` was uncompressed from the `HomeSys.HC.Z` located in `C:` by using the `TOSZ` tool to allow for easy external editing 62 | 63 | * These scripts only affect the `C:` drive of a TempleOS installation; the `D:` drive (and any additional drives created when installing the `TinkerOS.ISO`) are kept clean unless manually mounted and edited 64 | 65 | Dependencies 66 | ------------ 67 | 68 | - [QEMU](https://www.qemu.org/) 69 | - [rsync](https://rsync.samba.org/) 70 | 71 | The `install.sh`, `mount.sh`, `run.sh`, and `sync.sh` scripts use settings from `base.conf`; customize it to your liking. For example, you may want to add the following flag to enable sound: `-audiodev alsa,id=snd0 -machine pcspk-audiodev=snd0`. Replace `alsa` with `pa` for PulseAudio. 72 | 73 | The `net-run.sh` and `text-run.sh` scripts use settings from `net.conf` and `text.conf`, respectively. 74 | 75 | 76 | 77 | --- 78 | 79 | 80 | 81 | Usage 82 | ===== 83 | 84 | Clone this repository with the following command: 85 | 86 | ```console 87 | $ git clone https://github.com/bubstance/templeos 88 | ``` 89 | 90 | Installing the base system 91 | -------------------------- 92 | 93 | ```console 94 | $ ./install.sh .img 95 | 96 | Follow the installer's instructions, then close the VM. 97 | 98 | $ ./sync.sh temple .img 99 | 100 | Syncs the contents of the included Home directory into the TempleOS image. 101 | ``` 102 | 103 | This will create a raw 512MiB (~537MB) virtual disk image, which is a safe minimum and should be more than enough for most use cases. You can adjust the size by editing the value of `QEMU_IMG_SIZE` in `base.conf`. No suffix indicates kibibytes, `M` is for mebibytes, `G` is for gibibytes. 104 | 105 | The supplied base configuration runs TempleOS with 2GiB of RAM and as many CPU cores as your system has available. You can change this by editing the value of the `-m` flag in `base.conf`; the value is in MiB by default. 512MiB is the absolute minimum amount of RAM required for TempleOS to boot. 106 | 107 | Running the VM 108 | -------------- 109 | 110 | ```console 111 | $ ./run.sh .img 112 | 113 | Boots the installed image. 114 | ``` 115 | 116 | Mounting the entire filesystem (optional) 117 | --------------------------------------------------------- 118 | 119 | ```console 120 | $ ./mount.sh .img 121 | $ cd ./mnt/ 122 | ``` 123 | 124 | This will mount the entirety of the TempleOS filesystem to a `mnt` directory created in the primary `templeos` directory. This can be useful for browsing through and editing files that are not contained in `Home`. 125 | 126 | You can run the `mount.sh` script multiple times; it unmounts the image before trying to mount it again. The `run.sh` script also unmounts the image before running the VM. You usually don't have to unmount it manually, but if you need to you can always do `umount ./mnt/`. 127 | 128 | Networking via `net-run.sh` (for Shrine images) 129 | ----------------------------------------------- 130 | 131 | Sources `net.conf` and runs Shrine with networking enabled. 132 | 133 | Displaying in text-only mode with `text-run.sh` (for TinkerOS images) 134 | ----------------------------------------------- 135 | 136 | Requires installing `TinkerOS` and setting the graphical display mode to `15` during installation. 137 | 138 | Sources `text.conf` and runs TinkerOS in the text-only 15th mode. 139 | 140 | 141 | --- 142 | 143 | 144 | 145 | Syncing Files 146 | ============= 147 | 148 | * **NOTE:** the `sync.sh` script does not currently work with TinkerOS or ShrineOS; you need to use `mount.sh` to interact with their filesystems 149 | 150 | The subcommand (`temple` or `host`) denotes the target of the sync operation. 151 | 152 | From `Host` to `Temple` 153 | ------------------- 154 | 155 | ```console 156 | $ ./sync.sh temple .img 157 | ``` 158 | 159 | From `Temple` to `Host` 160 | ------------------- 161 | 162 | ```console 163 | $ ./sync.sh host .img 164 | ``` 165 | 166 | 167 | 168 | --- 169 | 170 | 171 | 172 | Customization 173 | ============= 174 | 175 | Changing the theme 176 | ------------------ 177 | 178 | Themes are stored in the `Themes` folder in the `Home` directory. Edit `SetTheme();` in `HomeSys.HC` file to source the theme of your choice on each boot. The default selection is `gruvbox-light`. 179 | 180 | To change theme instantly, use `ThemeManager.HC`'s `SetTheme();` command (both created by [Boketto](https://github.com/SirBoketto)). 181 | 182 | ```c 183 | #include "~/Themes/ThemeManager.HC"; 184 | SetTheme(); // no arguments to list all available themes 185 | SetTheme("nord"); // name an available theme to set it 186 | SetTheme("all"); // "all" cycles through all themes 187 | ``` 188 | 189 | ![ThemeManager.HC demo video by Boketto](screenshots/bokettoall.mp4) 190 | 191 | Current theme choices are: 192 | 193 | * [`badwolf`](screenshots/badwolf) 194 | 195 | * [`base16`](screenshots/base16) 196 | 197 | * [`blaquemagick`](screenshots/blaquemagick) 198 | 199 | * [`catppuccin`](screenshots/catppuccin) 200 | 201 | * [`frappe`](screenshots/catppuccin/frappe) 202 | 203 | * [`latte`](screenshots/catppuccin/latte) 204 | 205 | * [`macchiato`](screenshots/catppuccin/macchiato) 206 | 207 | * [`mocha`](screenshots/catppuccin/mocha) 208 | 209 | * [`dracula`](screenshots/dracula) 210 | 211 | * [`gruvbox`](screenshots/gruvbox) 212 | 213 | * `dark` and `light` 214 | 215 | * [`nord`](screenshots/nord) 216 | 217 | * [`rosé pine`](screenshots/rose-pine) 218 | 219 | * `base`, `moon`, and `dawn` 220 | 221 | * [`solarized`](screenshots/solarized) 222 | 223 | * `dark` and `light` 224 | 225 | * [`xterm`](screenshots/xterm) 226 | 227 | Installing a different fork of TempleOS 228 | --------------------------------------- 229 | 230 | Change the `TEMPLEOS_ISO` variable in `base.conf` to either `TinkerOS.ISO` or `Shrine.ISO`, then use the `install` and `run` scripts as described above. 231 | 232 | 233 | 234 | --- 235 | 236 | 237 | 238 | Additional Software 239 | =================== 240 | 241 | * Try out some TempleOS forks! There's `TinkerOS` from [tinkeros/TinkerOS](https://github.com/tinkeros/TinkerOS), `Shrine` from [minexew/Shrine](https://github.com/minexew/Shrine), and `ZealOS` from [Zeal-Operating-System/ZealOS](https://github.com/Zeal-Operating-System/ZealOS). 242 | 243 | * Check out Jeff Irwin's [temple-viewer](https://github.com/JeffIrwin/temple-viewer) STL viewing application! It's really neat. 244 | 245 | * You can install the `Screenfetch` application by doing the following: 246 | 247 | * Download `Screenfetch.ISO.C` from [the cia-foundation](https://github.com/cia-foundation/TempleOS-Screenfetch/releases) 248 | 249 | * Remove the `.C` extension and run QEMU with the `-cdrom` flag and the location of the `.ISO`. If you move the `Screenfetch.ISO` into the `templeos` directory, the full command would be something like: 250 | 251 | ```console 252 | qemu-system-x86_64 -display gtk,zoom-to-fit=on -rtc base=localtime -cdrom Screenfetch.ISO -enable-kvm -m 2048 -smp $(nproc) -hda custom.img 253 | ``` 254 | 255 | This will start TempleOS (or a fork that you installed) with the `Screenfetch.ISO` mounted to the `T:` drive 256 | 257 | * Copy the contents of the auto-mounted `.ISO` in TempleOS by performing the following command: 258 | 259 | ```console 260 | CopyTree("T:", "::/Apps/Screenfetch"); 261 | ``` 262 | 263 | This will automatically create the folder `C:/Apps/Screenfetch` and populate in with the contents of the `.ISO` 264 | 265 | * Add another `#include` to your `HomeSys.HC` that sources `"::/Apps/Screenfetch/Screenfetch.HC.Z"` 266 | 267 | * You will now have access to the `Screenfetch;` command on every subsequent boot 268 | 269 | * \*\***NOTE**\*\* For ShrineOS running with networking, all you need to do is `pkg-install screenfetch` and then source in your `HomeSys.HC` as above 270 | 271 | 272 | 273 | --- 274 | 275 | 276 | 277 | Bonus Tips 278 | ========== 279 | 280 | * To force TempleOS (and ShrineOS) to run at 60FPS, edit the values of `WINMGR_FPS` and `WINMGR_PERIOD` in `C:/Kernel/KernelA.HH.Z` at lines `1478` and `1479` to `60000.0/1001` and `1001/60000.0`, respectively (this is just changing the `3` to a `6`). Jumping to a line can be done quickly by using the keyboard shortcut ``, entering the desired line number, then pressing `` 281 | 282 | * \*\***NOTE**\*\* Changing the framerate does not seem to work in TinkerOS 283 | 284 | * If you install `TinkerOS.ISO` and set at least one of your drives' graphics mode to `15` during installation, you can then change the `-display gtk` setting in `base.conf` to `-display curses` and get a nice text-only version that works inside of a terminal or TTY 285 | 286 | * You can use the `TOSZ` application made by Terry to uncompress `HC.Z` files *(Linux only)* 287 | 288 | * `chmod +x make_tosz`, then run it in the same directory as `TOSZ.CPP` to make the `TOSZ` executable 289 | 290 | * Run `TOSZ` on the file you wish to uncompress (for example: `./TOSZ -ascii MakeHome.HC.Z`) 291 | 292 | * Here's handy tip from [Jeff Irwin](https://github.com/jeffirwin) on changing the default keyboard layout to Dvorak ([via Reddit](https://old.reddit.com/r/TempleOS_Official/comments/p4k9xa/text_editor_and_dvorak/ijwuefp/)): 293 | 294 | >Open up `C:/Kernel/SerialDev/Keyboard.HC.Z` with the editor `Ed`. The first several lines are like this: 295 | > 296 | >``` 297 | >asm { 298 | > 299 | >NORMAL_KEY_SCAN_DECODE_TABLE:: 300 | > DU8 0,CH_ESC,"1234567890-=",CH_BACKSPACE,'\t'; 301 | > DU8 "qwertyuiop[]",'\n',0,"as"; 302 | > DU8 "dfghjkl;'\`",0,"\\zxcv"; 303 | > DU8 "bnm,./",0,'*',0,CH_SPACE,0,0,0,0,0,0; 304 | > DU8 0,0,0,0,0,0,0,0,0,0,'-',0,0,0,'+',0; 305 | > 306 | >SHIFT_KEY_SCAN_DECODE_TABLE:: 307 | > DU8 0,CH_SHIFT_ESC,"!@#$$%^&*()_+",CH_BACKSPACE,'\t'; 308 | > DU8 "QWERTYUIOP{}",'\n',0,"AS"; 309 | > DU8 "DFGHJKL:\"~",0,"|ZXCV"; 310 | > DU8 "BNM<>?",0,'*',0,CH_SHIFT_SPACE,0,0,0,0,0,0; 311 | > DU8 0,0,0,0,0,0,0,0,0,0,'-',0,0,0,'+',0; 312 | >``` 313 | > 314 | >Keep the `asm {` part, but replace the QWERTY tables with this: 315 | > 316 | >``` 317 | >NORMAL_KEY_SCAN_DECODE_TABLE:: 318 | > DU8 0,CH_ESC,"1234567890[]",CH_BACKSPACE,'\t'; 319 | > DU8 "',.pyfgcrl/=",'\n',0,"ao"; 320 | > DU8 "euidhtns-\`",0,"\\;qjk"; 321 | > DU8 "xbmwvz",0,'*',0,CH_SPACE,0,0,0,0,0,0; 322 | > DU8 0,0,0,0,0,0,0,0,0,0,'-',0,0,0,'+',0; 323 | > 324 | >SHIFT_KEY_SCAN_DECODE_TABLE:: 325 | > DU8 0,CH_SHIFT_ESC,"!@#$$%^&*(){}",CH_BACKSPACE,'\t'; 326 | > DU8 "\"<>PYFGCRL?+",'\n',0,"AO"; 327 | > DU8 "EUIDHTNS_~",0,"|:QJK"; 328 | > DU8 "XBMWVZ",0,'*',0,CH_SHIFT_SPACE,0,0,0,0,0,0; 329 | > DU8 0,0,0,0,0,0,0,0,0,0,'-',0,0,0,'+',0; 330 | >``` 331 | > 332 | >If you're copy/pasting, great! If you're typing it manually, be careful to escape the double quote in the shift table like `\"`. There's a Ctrl key table too which I haven't bothered editing yet. 333 | > 334 | >Finally, recompile with `BootHDIns;` and `Reboot;` 335 | 336 | This would, of course, also apply to any other keyboard layout you wish to map (AZERTY, QWERTZ, etc.) 337 | -------------------------------------------------------------------------------- /TOSZ/README.md: -------------------------------------------------------------------------------- 1 | # Linux TOSZ Utility 2 | 3 | `TOSZ [-ascii] filename` 4 | 5 | Will uncompress a single `.HC.Z` file from within Linux. The `-ascii` flag will convert the irregular TempleOS ASCII 5 and ASCII 31 characters to spaces. 6 | 7 | ASCII 5 is used to mark the cursor position, while ASCII 31 is used for shifted space characters and will cause problems unless you convert them. 8 | 9 | To make, execute the `make_tosz` script in the same directory as the `TOSZ.CPP` file. 10 | -------------------------------------------------------------------------------- /TOSZ/make_tosz: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | #Make TOSZ 4 | 5 | echo Make TOSZ 6 | cc TOSZ.CPP -o TOSZ 7 | chmod 777 TOSZ 8 | -------------------------------------------------------------------------------- /TempleOS.ISO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/TempleOS.ISO -------------------------------------------------------------------------------- /base.conf: -------------------------------------------------------------------------------- 1 | if [ -z ${QEMU_HOME+x} ]; then 2 | QEMU_SYSTEM_X86_64=qemu-system-x86_64 3 | QEMU_IMG=qemu-img 4 | else 5 | QEMU_SYSTEM_X86_64=$QEMU_HOME/bin/qemu-system-x86_64 6 | QEMU_IMG=$QEMU_HOME/bin/qemu-img 7 | fi 8 | 9 | QEMU_FLAGS="-display gtk,zoom-to-fit=on -rtc base=localtime -enable-kvm -m 2048 -smp $(nproc) -audiodev pa,id=snd0 -machine pcspk-audiodev=snd0" 10 | QEMU_IMG_SIZE="512M" 11 | QEMU_IMG_MOUNT_DIR="./mnt/" 12 | # Note on the offset: https://www.cloudsavvyit.com/7517/how-to-mount-a-qemu-virtual-disk-image/ 13 | QEMU_IMG_MOUNT_OFFSET=32256 14 | TEMPLEOS_ISO="./TempleOS.ISO" 15 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ $# -lt 1 ]; then 4 | echo "Usage: ./install.sh .img" 5 | echo "ERROR: no path to image is provided" 6 | exit 1 7 | fi 8 | 9 | set -xe 10 | 11 | . ./base.conf 12 | 13 | $QEMU_IMG create "$1" $QEMU_IMG_SIZE 14 | $QEMU_SYSTEM_X86_64 $QEMU_FLAGS -cdrom $TEMPLEOS_ISO -hda "$1" -boot d 15 | -------------------------------------------------------------------------------- /mount.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ $# -lt 1 ]; then 4 | echo "Usage: ./mount.sh .img" 5 | echo "ERROR: no path to image is provided" 6 | exit 1 7 | fi 8 | 9 | set -xe 10 | 11 | . ./base.conf 12 | 13 | sync 14 | sudo umount $QEMU_IMG_MOUNT_DIR || true 15 | mkdir -p $QEMU_IMG_MOUNT_DIR 16 | sudo mount -o loop,offset=$QEMU_IMG_MOUNT_OFFSET,rw,uid=`id -u`,gid=`id -g` "$1" $QEMU_IMG_MOUNT_DIR 17 | -------------------------------------------------------------------------------- /net-run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ $# -lt 1 ]; then 4 | echo "Usage: ./net-run.sh .img" 5 | echo "ERROR: no path to image is provided" 6 | exit 1 7 | fi 8 | 9 | set -xe 10 | 11 | . ./net.conf 12 | 13 | sync 14 | sudo umount $QEMU_IMG_MOUNT_DIR || true 15 | $QEMU_SYSTEM_X86_64 $QEMU_FLAGS "$1" 16 | -------------------------------------------------------------------------------- /net.conf: -------------------------------------------------------------------------------- 1 | if [ -z ${QEMU_HOME+x} ]; then 2 | QEMU_SYSTEM_X86_64=qemu-system-x86_64 3 | QEMU_IMG=qemu-img 4 | else 5 | QEMU_SYSTEM_X86_64=$QEMU_HOME/bin/qemu-system-x86_64 6 | QEMU_IMG=$QEMU_HOME/bin/qemu-img 7 | fi 8 | 9 | QEMU_FLAGS="-display gtk,zoom-to-fit=on -rtc base=localtime -enable-kvm -m 2048 -smp $(nproc) -netdev user,id=u1 -device pcnet,netdev=u1" 10 | QEMU_IMG_SIZE="512M" 11 | QEMU_IMG_MOUNT_DIR="./mnt/" 12 | # Note on the offset: https://www.cloudsavvyit.com/7517/how-to-mount-a-qemu-virtual-disk-image/ 13 | QEMU_IMG_MOUNT_OFFSET=32256 14 | TEMPLEOS_ISO="./Shrine.ISO" 15 | -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ $# -lt 1 ]; then 4 | echo "Usage: ./run.sh .img" 5 | echo "ERROR: no path to image is provided" 6 | exit 1 7 | fi 8 | 9 | set -xe 10 | 11 | . ./base.conf 12 | 13 | sync 14 | sudo umount $QEMU_IMG_MOUNT_DIR || true 15 | $QEMU_SYSTEM_X86_64 $QEMU_FLAGS "$1" 16 | -------------------------------------------------------------------------------- /screenshots/badwolf/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/badwolf/code.png -------------------------------------------------------------------------------- /screenshots/badwolf/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/badwolf/fetch.png -------------------------------------------------------------------------------- /screenshots/base16/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/base16/code.png -------------------------------------------------------------------------------- /screenshots/base16/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/base16/fetch.png -------------------------------------------------------------------------------- /screenshots/blaquemagick/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/blaquemagick/code.png -------------------------------------------------------------------------------- /screenshots/blaquemagick/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/blaquemagick/fetch.png -------------------------------------------------------------------------------- /screenshots/bokettoall.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/bokettoall.mp4 -------------------------------------------------------------------------------- /screenshots/catppuccin/frappe/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/frappe/code.png -------------------------------------------------------------------------------- /screenshots/catppuccin/frappe/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/frappe/fetch.png -------------------------------------------------------------------------------- /screenshots/catppuccin/latte/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/latte/code.png -------------------------------------------------------------------------------- /screenshots/catppuccin/latte/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/latte/fetch.png -------------------------------------------------------------------------------- /screenshots/catppuccin/macchiato/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/macchiato/code.png -------------------------------------------------------------------------------- /screenshots/catppuccin/macchiato/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/macchiato/fetch.png -------------------------------------------------------------------------------- /screenshots/catppuccin/mocha/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/mocha/code.png -------------------------------------------------------------------------------- /screenshots/catppuccin/mocha/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/catppuccin/mocha/fetch.png -------------------------------------------------------------------------------- /screenshots/dracula/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/dracula/code.png -------------------------------------------------------------------------------- /screenshots/dracula/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/dracula/fetch.png -------------------------------------------------------------------------------- /screenshots/gruvbox/dark-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/gruvbox/dark-code.png -------------------------------------------------------------------------------- /screenshots/gruvbox/dark-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/gruvbox/dark-fetch.png -------------------------------------------------------------------------------- /screenshots/gruvbox/light-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/gruvbox/light-code.png -------------------------------------------------------------------------------- /screenshots/gruvbox/light-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/gruvbox/light-fetch.png -------------------------------------------------------------------------------- /screenshots/nord/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/nord/code.png -------------------------------------------------------------------------------- /screenshots/nord/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/nord/fetch.png -------------------------------------------------------------------------------- /screenshots/rose-pine/base-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/rose-pine/base-code.png -------------------------------------------------------------------------------- /screenshots/rose-pine/base-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/rose-pine/base-fetch.png -------------------------------------------------------------------------------- /screenshots/rose-pine/dawn-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/rose-pine/dawn-code.png -------------------------------------------------------------------------------- /screenshots/rose-pine/dawn-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/rose-pine/dawn-fetch.png -------------------------------------------------------------------------------- /screenshots/rose-pine/moon-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/rose-pine/moon-code.png -------------------------------------------------------------------------------- /screenshots/rose-pine/moon-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/rose-pine/moon-fetch.png -------------------------------------------------------------------------------- /screenshots/solarized/dark-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/solarized/dark-code.png -------------------------------------------------------------------------------- /screenshots/solarized/dark-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/solarized/dark-fetch.png -------------------------------------------------------------------------------- /screenshots/solarized/light-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/solarized/light-code.png -------------------------------------------------------------------------------- /screenshots/solarized/light-fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/solarized/light-fetch.png -------------------------------------------------------------------------------- /screenshots/xterm/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/xterm/code.png -------------------------------------------------------------------------------- /screenshots/xterm/fetch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bubstance/templeos-plus/e63296fbc2b2c623475bc8b5a86223915acad928/screenshots/xterm/fetch.png -------------------------------------------------------------------------------- /sync.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | usage() { 4 | echo "Usage: ./sync.sh .img" 5 | } 6 | 7 | if [ $# -lt 1 ]; then 8 | usage 9 | echo "ERROR: no subcommand is provided" 10 | exit 1 11 | fi 12 | 13 | SUBCOMMAND=$1 14 | shift 15 | 16 | if [ $# -lt 1 ]; then 17 | usage 18 | echo "ERROR: no path to image is provided" 19 | exit 1 20 | fi 21 | 22 | IMAGE_PATH=$1 23 | shift 24 | 25 | set -xe 26 | . ./base.conf 27 | ./mount.sh "$IMAGE_PATH" 28 | 29 | case "$SUBCOMMAND" in 30 | "host") 31 | rsync -avz --delete $QEMU_IMG_MOUNT_DIR/Home ./ 32 | ;; 33 | "temple") 34 | rsync -avz --delete ./Home $QEMU_IMG_MOUNT_DIR/ 35 | ;; 36 | *) 37 | set +x 38 | usage 39 | echo "ERROR: unknown subcommand $SUBCOMMAND" 40 | exit 1 41 | ;; 42 | esac 43 | -------------------------------------------------------------------------------- /text-run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ $# -lt 1 ]; then 4 | echo "Usage: ./text-run.sh .img" 5 | echo "ERROR: no path to image is provided" 6 | exit 1 7 | fi 8 | 9 | set -xe 10 | 11 | . ./text.conf 12 | 13 | sync 14 | sudo umount $QEMU_IMG_MOUNT_DIR || true 15 | $QEMU_SYSTEM_X86_64 $QEMU_FLAGS "$1" 16 | -------------------------------------------------------------------------------- /text.conf: -------------------------------------------------------------------------------- 1 | if [ -z ${QEMU_HOME+x} ]; then 2 | QEMU_SYSTEM_X86_64=qemu-system-x86_64 3 | QEMU_IMG=qemu-img 4 | else 5 | QEMU_SYSTEM_X86_64=$QEMU_HOME/bin/qemu-system-x86_64 6 | QEMU_IMG=$QEMU_HOME/bin/qemu-img 7 | fi 8 | 9 | QEMU_FLAGS="-display curses -rtc base=localtime -enable-kvm -m 2048 -smp $(nproc)" 10 | QEMU_IMG_SIZE="512M" 11 | QEMU_IMG_MOUNT_DIR="./mnt/" 12 | # Note on the offset: https://www.cloudsavvyit.com/7517/how-to-mount-a-qemu-virtual-disk-image/ 13 | QEMU_IMG_MOUNT_OFFSET=32256 14 | TEMPLEOS_ISO="./TinkerOS.ISO" 15 | --------------------------------------------------------------------------------