Search found 884 matches
- 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)
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 ...
- 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.
- 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.
- 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
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 ...
- 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 ...
- Tue Apr 29, 2025 1:10 am
- Forum: FatDog64
- Topic: XSR - X Screen Recorder
- Replies: 13
- Views: 417
Re: XSR - X Screen Recorder
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 ...
- 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
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 ...
- 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.
- 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
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 ...
- 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.
- Sun Apr 27, 2025 3:18 am
- Forum: FatDog64
- Topic: XSR - X Screen Recorder
- Replies: 13
- Views: 417
Re: XSR - X Screen Recorder
336 !! hold on ... let me get my SSC running
336-30 = 306.0000000 Downloads worth a total of 3 thanks!Much appreciated 3 thanks
- 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
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 ...
- Sat Apr 26, 2025 1:45 pm
- Forum: FatDog64
- Topic: XSR - X Screen Recorder
- Replies: 13
- Views: 417
Re: XSR - X Screen Recorder
Rockedge says bots are downloading it ... so not so impressive
- 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.
- 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
Took this one step further.
- 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.
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.
- 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.
- 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
Apart from this, in my test (no keypad ...
- 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 ...
- 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 ..... !
I am using this....you have to press '='
- 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
- 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
=) 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 ...
- 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.
- 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
Formats to this statement
- 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
- 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.
- 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
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 ...
- 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!
- 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
- 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
'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 ...