Search found 123 matches

by TecnoGuy458
Mon 19 Feb 2018, 12:39
Forum: HOWTO ( Solutions )
Topic: How To Easily Make a VLC AppDir in 64bit pups
Replies: 2
Views: 3667

Hi TecnoGuy458, nice tip. I prefer vlc as multimedia player. In Xenialpup64 I extracted the Appimage in /root/my-applications/bin/ and created a desktop file (attached) in /usr/share/applications/ for a menu entry. Thank you very much! :D your welcome! it is nice having vlc media player without a b...
by TecnoGuy458
Fri 16 Feb 2018, 03:23
Forum: HOWTO ( Solutions )
Topic: How To Easily Make a VLC AppDir in 64bit pups
Replies: 2
Views: 3667

How To Easily Make a VLC AppDir in 64bit pups

VLC has a lot of dependencies. and i was somewhat disappointed that xenialpup didn't include vlc. Rather than install a bazzilion dependencies and such, i decided to try an appimage of VLC. I found one here: https://github.com/darealshinji/vlc-AppImage/releases (i chose v2.2.8 ) make executable and....
by TecnoGuy458
Sun 07 Jan 2018, 02:34
Forum: HOWTO ( Solutions )
Topic: fix gpodder false network detection failure
Replies: 0
Views: 1298

fix gpodder false network detection failure

I have to say i was rather annoyed when gpodder tried to tell me the network was down when i tried to update podcasts, when i was clearly browsing, streaming podcasts, and gpodder itself was adding podcasts just fine... so failing a duck search, i did a little digging... turns out the busybox ifconf...
by TecnoGuy458
Mon 18 Apr 2016, 00:52
Forum: Programming
Topic: T-IMG
Replies: 5
Views: 1982

So could you use this to display an image during execution of a normal bash script? eg if I had a script that examined and listed every file on my hard drive and displayed a huge scrolling list in a terminal could TMG be called within that script to display something like a large tick or cross each...
by TecnoGuy458
Sun 17 Apr 2016, 12:33
Forum: Programming
Topic: T-IMG
Replies: 5
Views: 1982

T-CODE.sh and TIMGTRANS.sh

I've created some scripts for converting TIMG images to raw, bash-ready, escape codes. T-CODE.sh is the actual converter. it outputs to the file output.txt TIMGTRANS.sh is A wrapper script that converts all the TIMG images in the directory It Is In, (and make sure T-CODE.sh is in the same directory ...
by TecnoGuy458
Sun 17 Apr 2016, 12:02
Forum: Games
Topic: Text-Maze
Replies: 4
Views: 4769

UPDATE: v2.4 is out

-first off, the v2.* display system has been sped up (again). this was done using a T-IMG to escape code converter, which makes the draw time (very) fast. (NOTE: this is not going to cause a significant speed up in the 1.x versions, due to the compositor being the major culprit of their slowness.) ...
by TecnoGuy458
Wed 10 Feb 2016, 18:42
Forum: Games
Topic: Text-Maze
Replies: 4
Views: 4769

UPDATE: v2.2 is out. -> finished switching over to the new lookup routine. -> reworked the controls to use "wasd" for mvement and "q" to quit. as a default key-map. (key-map can be changed in the config file (see first post) -> add config file (see first post) -> update TIMG to v...
by TecnoGuy458
Tue 29 Dec 2015, 05:16
Forum: Games
Topic: Text-Maze
Replies: 4
Views: 4769

second edition (v2.x) is here! (see first post)
by TecnoGuy458
Fri 11 Dec 2015, 22:34
Forum: Programming
Topic: tfun -simple media script language
Replies: 5
Views: 1964

tfun -simple media script language

just pointing out T-IMG has been updated. it now has 53 colors.

link to current pre-release is in first post.

also if anyone has any, feedback, ideas or suggestions, feel free to reply.
by TecnoGuy458
Thu 26 Nov 2015, 00:09
Forum: Programming
Topic: T-IMG
Replies: 5
Views: 1982

T-IMG

GitHub: https://github.com/ThomasTheSpaceFox/T-IMG T-IMG is a Terminal Image System. primarily designed to allow bash scripts to draw simple images. current version: v4.1 (T-IMG.sh) (T-COL.sh: v1.1) 62 colors + a blank character code COLOR CHARACTER CODES. R=red B=blue G=green 1=white 0=black C=cyan...
by TecnoGuy458
Wed 25 Nov 2015, 02:11
Forum: Multimedia
Topic: Thomas Virtual Piano
Replies: 6
Views: 3459

ill look into it later.

looks nice! :D i will try it later. currently busy extending my Terminal Image System's color pallet. 8)

btw on a side note,

that $WHEREAMI thing is a neat trick isn't it? :D
by TecnoGuy458
Sun 22 Nov 2015, 03:14
Forum: Games
Topic: Doorway Trivia
Replies: 0
Views: 1497

Doorway Trivia

GitHub: https://github.com/ThomasTheSpaceFox/Doorway-Trivia .PET attached below. A bit of history: v1.0: early 2014, HTML, never released, limited to a hard coded trivia game. v1.1: mid 2014, never left technical planning, never completed. v1.2: (current) November 2015, Bash & gtkdialog, first r...
by TecnoGuy458
Sat 21 Nov 2015, 20:59
Forum: Multimedia
Topic: Thomas Virtual Piano
Replies: 6
Views: 3459

Thomas Virtual Piano

screenshot:
by TecnoGuy458
Sat 21 Nov 2015, 20:56
Forum: Multimedia
Topic: Thomas Virtual Piano
Replies: 6
Views: 3459

Thomas Virtual Piano

GitHub: https://github.com/ThomasTheSpaceFox/Th ... tual-Piano

.PET attached below.

uses Bash, gtkdialog and beep, to allow the user to play a small virtual piano through their PC speaker.

piano specs: 4 piece percussion. keys 21-40.
by TecnoGuy458
Sat 21 Nov 2015, 20:48
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 494884

worked around it.

ended up splitting the number bar into icons. which worked.

EDIT: its now finished, PET can be found here:
http://murga-linux.com/puppy/viewtopic.php?t=101714
by TecnoGuy458
Sat 21 Nov 2015, 18:31
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 494884

want to stretch the width of a pixmap...

its just the buttons that are the keys often vary in size. oh well, i guess the number bar can still serve as a visual aid of sorts. you see the number bar is above the keys. it shows the key numbers in order. the technical side of things work. the 21-40 piano keys and 4 piece percussion all work. E...
by TecnoGuy458
Sat 21 Nov 2015, 17:25
Forum: Cutting edge
Topic: Gtkdialog Development
Replies: 838
Views: 494884

want to stretch the width of a pixmap...

I need to stretch a pixmap to the width of the dialog automatically.

reason: im making a little piano app in gtkdialog and would like the key number bar image i made to stretch to the size of the dialog. (automatically)

is this do-able and if so, how?
by TecnoGuy458
Sat 14 Nov 2015, 05:02
Forum: Users ( For the regulars )
Topic: Puppy On Laptops
Replies: 347
Views: 586042

Compaq Presario V5000

Model: Compaq Presario V5000 (RG324UA#ABA) Puppy: Tahrpup 6.0.2 PAE install type: Full Install WIFI works well once installed Special Note: my Compaq Presario V5000 is the variant without PCMCIA card slot, Bluetooth, card reader, etc. I was unable to test: -Express Card slot: I have been unable to ...
by TecnoGuy458
Fri 13 Nov 2015, 18:55
Forum: Games
Topic: Text-Maze
Replies: 4
Views: 4769

Text-Maze

screenshots of similar.MAZE
by TecnoGuy458
Fri 13 Nov 2015, 18:44
Forum: Games
Topic: Text-Maze
Replies: 4
Views: 4769

Text-Maze

EDIT: second edition is out. (v2.x) GITHUB: https://github.com/ThomasTheSpaceFox/Text-Maze-2 text maze uses various bash scripts to allow the player to solve mazes. lookup.sh -used in wall detection logic T-IMG.sh -used to display the current maze view. play-text-maze.sh -runs the game in the termin...