Search found 884 matches

by stemsee
Tue Apr 29, 2025 10:00 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 39
Views: 8552

Re: SSTE (Super Simple Text Editor)

I have set the uri handler to yad --html --browser
Together with tailscale vpn, I host a shared drive 'funnel' just a directory to the public web, if i symlink documents, images, gifs or videos into the funnel directory I can then get the links from the browser and include them in SSTE documents ...
by stemsee
Tue Apr 29, 2025 9:31 am
Forum: FatDog64
Topic: XSR - X Screen Recorder
Replies: 13
Views: 417

Re: XSR - X Screen Recorder

Change the profiles for gif to more useful 12 22 32 42 13 23 33 .. 64 84 . the first digit is fps, the second digit is width x 100
so 63 means 6 frames per second and 300 width scaled . 13 means 1 frame per second 300 width scaled. etc
Necessary in order to get gif size under 500k for the forum.

by stemsee
Tue Apr 29, 2025 7:39 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

Added help.
Captured with XSR - X Screen Recorder.

by stemsee
Tue Apr 29, 2025 6:02 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

I don't think anyone would want to string together multiple text + code + text + math + code + math....
But in case someone does here are the changed formatting rules:
0) use 'x' not '*' and '÷' not '/' ... same for code or try escaping '\/' .
1) math must be preceded by a '#,' so #,4+5 (changed ...
by stemsee
Tue Apr 29, 2025 1:18 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based



..
echo "$commands" | while read line; do result="$line"; sed -i -e 's|$line|$result|g' /tmp/usertxt; done ... It didn't work!!

I think for sed with variables you should use double quotes; sed -i -e "s|$line|$result|g"

Oh yeah! Thanks ... I missed that one! I would prefer to use awk gsub ...
by stemsee
Tue Apr 29, 2025 1:10 am
Forum: FatDog64
Topic: XSR - X Screen Recorder
Replies: 13
Views: 417

Re: XSR - X Screen Recorder

Next update features
1) On start recording main gui and XRS reporting minimize.
2) A Three button 'Stop' 'Pause' 'Continue' mini panel opens next to the counter. xscreenshot-20250429T004939.png
3) Audio file is left in /tmp until app is closed. Giving the user opportunity to save it, for playing ...
by stemsee
Mon Apr 28, 2025 8:28 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

Is there a way to get awk '{"date" | getline output;gsub{"old_line",output, $0};print $0}' to accept 'date' as a variable?

Maybe not! No matter, there is always a work around. For code in text just format like this '@code@,' that's it. Simple (one line) code results appear directly, replacing their ...
by stemsee
Mon Apr 28, 2025 5:34 am
Forum: FatDog64
Topic: XSR - X Screen Recorder
Replies: 13
Views: 417

Re: XSR - X Screen Recorder

Currently at 798 downloads with 365 views... So either each viewer is downloading x2 or more, or the link is being shared.

by stemsee
Mon Apr 28, 2025 2:45 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

Doing math among the text is good. I would also like it to do simple code among the text as well.
For example I want to insert the current date $(date) 'Today is $(date)' .... what is the term to extract this pattern
grep -e '$(.*)'
or commands=$(grep -E -e '([$(]){1}([)]{1})\1.*\2') and how to ...
by stemsee
Sun Apr 27, 2025 11:47 am
Forum: FatDog64
Topic: rtirq fixed version
Replies: 2
Views: 931

Re: rtirq fixed version

There was a test of the existence of a file or binary. The path was incorrect for FatDog, so the test failed, and I didn't notice any improvement in performance. After the fix I got the benefit. I will try to find it.

by stemsee
Sun Apr 27, 2025 3:18 am
Forum: FatDog64
Topic: XSR - X Screen Recorder
Replies: 13
Views: 417

Re: XSR - X Screen Recorder

xscreenshot-20250427T031600.png
xscreenshot-20250427T031600.png (39.75 KiB) Viewed 136 times

336 !! hold on ... let me get my SSC running
336-30 = 306.0000000 Downloads worth a total of 3 thanks!Much appreciated 3 thanks :lol:

by stemsee
Sun Apr 27, 2025 2:36 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

This app is now two in one!
The regular calculator. Plus the math in text calculator!

Added Memory Banks for text with math. MV MVI MVII MVIII MVIV each has a button.
These will temporarily store the entire window text.
MVIV is always updated with the latest text 'Calculation'.
M+ Let's user ...
by stemsee
Sat Apr 26, 2025 1:45 pm
Forum: FatDog64
Topic: XSR - X Screen Recorder
Replies: 13
Views: 417

Re: XSR - X Screen Recorder

fatdoguser wrote: Sat Apr 26, 2025 12:58 pm

Image
Impressive.

Thanks

Rockedge says bots are downloading it ... so not so impressive :lol:

by stemsee
Sat Apr 26, 2025 1:38 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

And Now it clears the hashes, so no recalculation for those. One thing that would be great is to save the entire text and sums in a Memory button.
For slideshow like functionality.

xscreenshot-20250426T132331.png
xscreenshot-20250426T132331.png (67.36 KiB) Viewed 250 times
xscreenshot-20250426T132353.png
xscreenshot-20250426T132353.png (64.25 KiB) Viewed 250 times
by stemsee
Sat Apr 26, 2025 12:37 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

xscreenshot-20250426T121822.png
xscreenshot-20250426T121822.png (161.64 KiB) Viewed 257 times
xscreenshot-20250426T121840.png
xscreenshot-20250426T121840.png (152.54 KiB) Viewed 257 times
xscreenshot-20250426T123226.png
xscreenshot-20250426T123226.png (91.05 KiB) Viewed 257 times

Took this one step further.

by stemsee
Sat Apr 26, 2025 10:03 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

This is an inspired version. Nesting Brackets determines order of execution.

xscreenshot-20250426T101133.png
xscreenshot-20250426T101133.png (37.82 KiB) Viewed 271 times

The green 'display' is editable. type in your bc format compatible sum. Then select all text (but not =), then press calculate button. This depends on xclip command.

by stemsee
Sat Apr 26, 2025 6:35 am
Forum: Kernels
Topic: SUKK - 2025 (Stems Unattended Kernel Kit)
Replies: 0
Views: 75

SUKK - 2025 (Stems Unattended Kernel Kit)

Stems Unattended Kernel Kit - SUKK

just run nubuild.sh in terminal. Pressing Enter for defaults.

by stemsee
Sat Apr 26, 2025 12:54 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

I changed the button layout. Yad --form --focus-field is set to '=' so that keyboard Enter works with it. It seems to be a --focus-field default that maps keyboard 'Enter' to first --field in yad --form. Thanks to MochiMoppel for testing and reporting.

Apart from this, in my test (no keypad ...
by stemsee
Fri Apr 25, 2025 2:57 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based



I am using this....
So did I, but unlike you I used your calculator OOTB, without any resizing!
If you ran it from geany or clicked on it directly then yeah i see the problem. As stated above 'exec ycalc.sh vance' or 'exec ycalc.sh simp'. But I will restore a default for the case of clicking ...
by stemsee
Fri Apr 25, 2025 1:24 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

err ..... !

xscreenshot-20250425T132239.png
xscreenshot-20250425T132239.png (19.52 KiB) Viewed 398 times

I am using this....you have to press '='

by stemsee
Fri Apr 25, 2025 7:10 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

SSC has 4x memory buttons M1-M4. There is also M+ which activates loading the values. The method is that all calculations inc. the sum and the results are stored in a history log. Pressing M+ button loads the last four results into the respective Memory bank. The last result is M1, the second to ...
by stemsee
Fri Apr 25, 2025 3:24 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

Two posts above there was an error .... sqrt 9 6 formatted to sqrt(6) ... because the regex was [0-9.]{1} meaning only one ... this is now [0-9.]+ meaning one or more.
=) sum=$(cat /tmp/test | sed -E -e 's| ||g' -e 's|(sqrt){1}([0-9.]+)|\1(\2)|g' -e 's|([csal]){1}([0-9.]+)|\1(\2)|g')
take input ...
by stemsee
Thu Apr 24, 2025 7:29 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

This handles floating point.

xscreenshot-20250424T192447.png
xscreenshot-20250424T192447.png (28.33 KiB) Viewed 489 times
xscreenshot-20250424T192347.png
xscreenshot-20250424T192347.png (30.36 KiB) Viewed 489 times
by stemsee
Thu Apr 24, 2025 6:02 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

Using sed regex SSC now formats chained trig functions.

So this entry

xscreenshot-20250424T175628.png
xscreenshot-20250424T175628.png (28.7 KiB) Viewed 504 times

Formats to this statement

xscreenshot-20250424T175512.png
xscreenshot-20250424T175512.png (101.84 KiB) Viewed 504 times
by stemsee
Thu Apr 24, 2025 5:03 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

The next feature for the fuller featured version is going to be M+, remember result of last calculation ready for use in the next or later calculation/s. I actually want to implement 4 or 5 M buttons. However having one M button followed by a number M8, would allow to have a large number of ...
by stemsee
Thu Apr 24, 2025 4:33 pm
Forum: FatDog64
Topic: XSR - X Screen Recorder
Replies: 13
Views: 417

Re: XSR - X Screen Recorder

I changed the name to X Simple Recorder - XSR ... after seeing a xbs app from 2024 with the same name.

This update notifies of missing deps.
Dependencies include xrectsel ffmpeg arecord and yad.

xsr.sh.gz
(4.14 KiB) Downloaded 802 times
by stemsee
Thu Apr 24, 2025 3:54 pm
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

hi geo_c

How about two modes 'SSC.sh simp' and 'SSC.sh vance'?

For now here is a simple update.



This next one is a slightly altered version. After getting the result of a calculation, the equation and its elements remain. e.g. 365 / 7 = 52.1428571 - now hit Del. this will delete the last part ...
by stemsee
Thu Apr 24, 2025 6:04 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

@rockedgeThere are 7 views, and 65 downloads! Same on my other recent posts! How does that work? Is it possible to download without viewing the post first? Your server logs could let us know if there are a number of different ip addresses downloading. Thanks!

by stemsee
Thu Apr 24, 2025 5:26 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

Re: SSC - Super Simple Calculator - yad based

This update adds arctan cos sine and log, using bc -l

xscreenshot-20250424T052449.png
xscreenshot-20250424T052449.png (19.48 KiB) Viewed 584 times
by stemsee
Wed Apr 23, 2025 2:05 am
Forum: Utilities
Topic: SSC - Super Simple Calculator - yad based
Replies: 28
Views: 665

SSC - Super Simple Calculator - yad based

This is a simple calculation tool, at the moment, which uses a yad paned gui, with yad --text-info on top and yad --form below.

'Del' button deletes last entered character, like backspace.
'Clr' removes ~/.ycalc.history.


Operations supported are
1) addition : 5 + 4 + 5 + 9
2) subtraction: 5 - 4 ...

Go to advanced search