Search found 4853 matches
- Fri 06 Mar 2020, 22:45
- Forum: Programming
- Topic: SDL 1.2.15 versus SDL 2.x
- Replies: 6
- Views: 2616
- Mon 02 Mar 2020, 06:11
- Forum: Programming
- Topic: SDL 1.2.15 versus SDL 2.x
- Replies: 6
- Views: 2616
The biggest difference for SDL2 is that the new more permissive license allows static builds. With musl libc and tinyx, that allows you to build apps with no dependencies that are sometimes smaller than the shared lib versions with dynamic gnu libc and xlib. This is because the compiler and linker ...
- Sat 08 Feb 2020, 03:19
- Forum: Programming
- Topic: Speech-to-text app for PyTorch?
- Replies: 6
- Views: 1918
- Wed 05 Feb 2020, 01:59
- Forum: Programming
- Topic: Speech-to-text app for PyTorch?
- Replies: 6
- Views: 1918
Carnegie Mellon has/had great speech speech synthesis and recognizition tools. I am most familiar with their Flite ( text2speech ) and pocket-sphinx ( speech2text )utilities. They're pretty light and have permissive licenses and c bindings which makes them useable in nearly any programming language.
- Tue 04 Feb 2020, 00:32
- Forum: Programming
- Topic: CGI scripts with busybox httpd
- Replies: 26
- Views: 48977
- Mon 20 Jan 2020, 06:21
- Forum: Programming
- Topic: How to parse a m3u file with dmenu? (Solved)
- Replies: 2
- Views: 1258
- Wed 20 Nov 2019, 03:09
- Forum: Programming
- Topic: cli relational database
- Replies: 16
- Views: 4790
Reminded me of this old thread
http://www.murga-linux.com/puppy/viewtopic.php?t=86146
Where I demonstrated 1 way to use your filesystem as a database using only a shell script... just a proof of concept
http://www.murga-linux.com/puppy/viewtopic.php?t=86146
Where I demonstrated 1 way to use your filesystem as a database using only a shell script... just a proof of concept
- Fri 01 Nov 2019, 15:22
- Forum: Beginners Help ( Start Here)
- Topic: SEARCHING; Ways to search the forum for problems/solutions
- Replies: 107
- Views: 344668
- Wed 23 Oct 2019, 01:44
- Forum: Programming
- Topic: How to put a progress bar in dir2sfs? (Solved)
- Replies: 51
- Views: 17680
I'd suggest including lz4 compression also. Very fast (but relatively poor compression). lz4 -Xhc tends to be more like gzip for compression, but is slower (relatively speaking), so not really worth including that IMO when gzip is available (unless you want very fast decompression also), just the ...
- Tue 15 Oct 2019, 03:33
- Forum: Truly off-topic conversations
- Topic: Who is this in the audience?
- Replies: 4
- Views: 667
- Sun 06 Oct 2019, 00:17
- Forum: HOWTO ( Solutions )
- Topic: Updating Widevine for Puppy - a guide
- Replies: 5
- Views: 2574
- Sat 05 Oct 2019, 21:05
- Forum: HOWTO ( Solutions )
- Topic: Updating Widevine for Puppy - a guide
- Replies: 5
- Views: 2574
- Sat 05 Oct 2019, 20:56
- Forum: Truly off-topic conversations
- Topic: solar distillers
- Replies: 2
- Views: 563
- Sat 05 Oct 2019, 06:59
- Forum: Truly off-topic conversations
- Topic: solar distillers
- Replies: 2
- Views: 563
solar distillers
I was checking out Barry's blog and his solar still project reminded me that I once made a solar still using a couple of old chip/crisp bags (the inside is reflective) a black garbage bag (dirty water side) and duct tape (rolled into hose).
It occurred to me that if done properly, my old hack could ...
It occurred to me that if done properly, my old hack could ...
- Mon 23 Sep 2019, 06:54
- Forum: Programming
- Topic: unsorted C snippets for small/fast static apps
- Replies: 60
- Views: 53020
- Sat 21 Sep 2019, 16:45
- Forum: Programming
- Topic: AWK: match($2,/^(.*[^:digit:])([:digit:]*$|$)/,pkg_split)
- Replies: 9
- Views: 2968
- Sat 21 Sep 2019, 04:25
- Forum: Programming
- Topic: AWK: match($2,/^(.*[^:digit:])([:digit:]*$|$)/,pkg_split)
- Replies: 9
- Views: 2968
It may save you some time to test it here:
https://regex101.com/
When you use parens, you can usually print out the matches with \N for debugging (where N is the Nth set of parens), I don't recall how to do it in awk though.
https://regex101.com/
When you use parens, you can usually print out the matches with \N for debugging (where N is the Nth set of parens), I don't recall how to do it in awk though.
- Fri 20 Sep 2019, 05:00
- Forum: Programming
- Topic: Development of 'trans_tray' (translation program)
- Replies: 103
- Views: 28599
- Sun 08 Sep 2019, 09:52
- Forum: Programming
- Topic: Development of 'trans_tray' (translation program)
- Replies: 103
- Views: 28599
- Thu 08 Aug 2019, 23:28
- Forum: Truly off-topic conversations
- Topic: REUSE makes copyright and licensing easier than ever
- Replies: 2
- Views: 300