Autor Thema: Tools diverses (Desktop,Dateimanipulation,Shell etc.)...  (Gelesen 1066690 mal)

0 Mitglieder und 13 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
dnGrep 4.0.189.0
« Antwort #22200 am: 13 Dezember, 2023, 10:30 »
dnGREP is a useful application that was desigend in order to help you manage the content of your files by quickly seraching and replacing any string. All you have to do is provide the file or folder you want to search in and the user defined parameters.

Freeware

Changelog

Release schedule : since v4.0, dnGrep has been updated monthly on the second Tuesday of each month after the .NET updates are posted on the Microsoft website. The winget releases of dnGrep are available about 24 hours later when the release has been approved by the winget team. I will try to continue this schedule, but there may be exceptions.
Changes in this release:

#957 Document read errors. Release 4.0.115 added this change:

    #931 Raise PDF errors: If PDF files are secured or encrypted, they will fail to open. These errors are logged to the dnGrep log file, but not shown in the results. This has been changed so the file open errors are shown in the results tree.

Some users thought that dnGrep had been changed to show errors for files that they previously had been able to search - but this is not the case, it is now showing errors where previously the files were silently skipped.

This release adds a new option to again hide the individual file errors. A new ! indicator has been added to the status bar when file read errors occur in the search, and the tooltip on the indicator shows the number of files. The status bar indicator is shown with or without the option to hide individual file errors in the results list.

Hiding or showing the individual file read errors can be controlled with a new option in the Options dialog in the Search results section: Show files with search errors in the results panel.

#967 PDF files with no text. Also in this release, a new PDF read error has been added: if the PDF document contains no text and just images (such as a scanned document), it will also be shown as a document read error the same as secured or encrypted files.

#966 Search in DOCX footnotes. The release adds new options for extracting text from Word (docx) documents. These
options are off by default and can be enabled/disabled in the dnGrep Options dialog.

    Extract footnotes - this option will enable extracting footnotes and endnotes. Footnotes and endnotes are placed at the end of the document text (not by page since the text version of the document is not paginated). The footnote/endnote reference number or symbol may also be added inline in the document text in different formats. Note that including the footnote/endnote reference may affect searching across multiple words.
        Not shown
        Superscript - this option uses Unicode superscript characters which may not be supported in all fonts.
        Full size character - this option will show the reference number/character as a full-size character, which may be not obvious or confusing in line with the document text.
        Full size character with parenthesis - adding parenthesis around the reference makes them stand out more.

This release supports the six numbering formats for footnotes and endnotes found in the US English version of Word: numbers, upper- and lower-case letters, upper- and lower-case Roman numerals and Chicago style.

If you would like to see other formats, please create an issue. You will need to identify full sequence of characters and the repeat pattern when the number of footnotes exceeds the length of the sequence.

    Extract comments - this option will enable extracting comments. The comments are also placed at the end of the document text. Comment reference numbers may also be added inline in the document text, but they are always numbers, starting at zero. The numbers may be shown in these formats:
        Not shown
        Subscript - this option uses Unicode subscript characters which may not be supported in all fonts.
        Full size character with parenthesis

    Extract headers - this option will extract the header text, once for each header format.

    Extract footers - this o will extract the footer text, once for each footer format.

    Extracted header and footer position - header and footer text may be extracted at the start of each document section where the header or footer changes, or all headers and footers at the end of the document.

#969 Script menu. This release fixes two bugs on the Scripts menu. The first bug is if the script file name contains an underscore, the underscore was dropped in the menu. The second bug fixed is for multiple levels of script folders - the lower levels folders were not shown as submenus on the Scripts menu.

#970 Bookmarks. The change in this release is to save and restore the Bookmarks column order, column size and Bookmarks window size. This allows you to arrange the bookmarks dialog to better fit your needs.

#978 Copy command. A new command has been added to the Script commands, with command name "copy". This command has a bit different format than the other scripting commands as it has four optional arguments:

copy -match [pattern] -rename [pattern] -overwrite [True/False] -out [destination]

The intent of the copy command is to create file backups before modification, but can be used to copy files anywhere, optionally renaming them. The command operates on all files in the current result set.
The -match and -rename arguments are regular expressions. The match pattern should contain a capture group which is referenced in the rename pattern. Using regular expressions with capture groups provides many options for renaming files.
The default for -overwriteis false,
The default for the -out output directory is the same directory as the source file. The path to the destination directory may be a relative path or fully qualified path.
If the copy command cannot copy all files successfully, it will stop the script execution.

Here is an example in a script:

set pathtomatch *.txt
set searchfor ""
search
copy -match (.*)\.txt -rename $1.txt.bak -overwrite True

This script will find all the text files in the search path and create a backup of each file in the same directory as the original file. Overwrite is set to true to always copy the file, even if the backup file already exists. This pair of regular expressions shown in the -match and -replace will take the original filename and add a .bak extension.

#982 Natural sort order of matches. The existing file sort options use character-by-character sorting which works well for many file names. But if the file names contain multiple numeric digits, the sort order is not what most users expect - for example, file 10 will sort before file 2.

A new option on the Sort drop-down enables natural sorting for the four file name sort options. Natural sorting is enabled by default. With natural sorting enabled, you will get this:

file 1
file 2
file 3
file 10
file 11
file 20

Without natural sorting:

file 1
file 10
file 11
file 2
file 20
file 3

#984 Escape quotes in custom editor options. When configuring arguments to pass to the custom editor, the %match option will be filled with the first matching text on the line. If the matching text contains quotes, the quotes will usually need to be escaped with a backslash like this \" for the custom editor to read the argument. This new option is enabled by default but can be disabled in the Options dialog if it is a problem for your custom editor.

This release contains an update to .NET runtime:
[close]

https://github.com/dnGrep/dnGrep

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
7+ Taskbar Tweaker 5.15.1.0
« Antwort #22201 am: 13 Dezember, 2023, 17:45 »
Mit dem Tool "7+ Taskbar Tweaker" lässt sich die Taskleiste von Windows 7/8/10/11 an Ihre Wünsche anpassen.

Die Windows 7/8-Taskbar ist innovativ und gut gelungen. Mit dem Tool "7+ Taskbar Tweaker" können Sie die Bedienung der so genannten Superbar per Maus individualisieren und so noch komfortabler für Sie gestalten. Beispielsweise können Sie einstellen, dass bei einem Klick mit der mittleren Maustaste auf ein Taskbar-Icon sich nicht wie gewohnt eine neue Instanz öffnet, sondern ein Fenster geschlossen oder fokussiert wird. Außerdem lassen sich von Windows zusammengefasste Taskbar-Elemente wieder trennen - dauerhaft oder automatisch, wenn Sie mit der Maus die Icons überfahren. Eine weitere Option ist, dass bei einem Klick mit der rechten Maustaste auf ein Icon die klassischen Befehle der alten Taskleiste angezeigt werden, anstatt der neu eingeführten Jumplist. Außerdem können Sie mit dem "7+ Taskbar Tweaker" die Fenstervorschau deaktivieren, die standardmäßig erscheint, wenn Sie mit der Maus über ein Programm-Icon fahren.

Freeware

Whats new:>>

    A notice regarding Windows 11: 7+ Taskbar Tweaker doesn't support the Windows 11 taskbar, but some of the tweaks are available in Windows 11 as Windhawk mods. Check out the list of mods, and vote for missing mods that you'd like to see implemented:

    Windhawk mods for the Windows 11 taskbar.
    Fixed the incompatibility caused by update KB5032278 of Windows 10 version 22H2.

https://rammichael.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
f.lux 4.130
« Antwort #22202 am: 13 Dezember, 2023, 18:15 »
A handy and efficient piece of software designed as a customization tool for your display, so your computer's colors can adjust to the outside light.

Free on Windows, for personal use

Whats new:>>

    Additional fixes for Hue backoff integration (fixed a race condition at power on)
    Workaround for some Fresco Logic adapters
    Fixed map scaling
    Not using Google Maps anymore for location preview, now using NASA’s “Black Marble” to show the earth at night

https://justgetflux.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Playnite 10.31
« Antwort #22203 am: 13 Dezember, 2023, 18:45 »
Playnite is a manager and launcher for video games with support for Steam, Origin, GOG, Uplay through a sleek, unified interface.

With Playnite you can freely import games from Steam, Origin, GOG and Uplay services including games that are not yet installed. You have three options for viewing while using Playnite. You also have a custom game option - add any game or program with custom launch options, automatic update - so the app automatically updates to a new version and portable so you can take all your games with you. Additionally, there is an option to configure the database location for automatic syncing through Dropbox, Google Drive, etc.

License: Open Source

Changelog


This update makes Playnite no longer work on Windows 7 and Windows 8. Do not update if you want to keep using Playnite on those Windows versions!

Fixed:

    Crash on startup in Desktop mode

10.30

This update makes Playnite no longer work on Windows 7 and Windows 8. Do not update if you want to keep using Playnite on those Windows versions!

New:

    Controller input handling switched to SDL library (supports DirectInput controllers) more info
    Audio handling switched to SDL library
    Option to customize folder tracking timings
    Software tools can execute scripts
    Option to restore Playnite window only when game was launched from UI
    Added option to completely disable program and addon update checks
    Install size is automatically calculated after game finishes installing
    Emulation scanner exclusions now support relative definitions and regular expressions
    Options to add system lock and logout actions to Fullscreen main menu
    {ReleaseYear} variable can be used in web image search string
    Installation status added to the explorer panel
    Statistics view allows filtering by installed state

Fixed:

    Updated web view component
    Multi game edit dialog shows warning about unsaved changes even if no changes have been made
    Some windows fail to properly restore saved size
    Settings window doesn't remember size and position
    Changing Desktop mode settings that require restart no longer switches to Fullscreen mode after restart
    Emulation scanner importing duplicates if assigned roms are missing names
    Adding new game doesn't properly set modified date as well
    Game selection is not remember on app restart
    Game menu showing some items incorrectly

[close]

DL -> https://github.com/JosefNemec/Playnite/releases

http://playnite.link/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
clippy 1.2.3
« Antwort #22204 am: 13 Dezember, 2023, 20:15 »
A dedicated clipboard manager can be quite an addition to your software collection. Some workflows are more clipboard-intensive than others, yet users of all types can benefit from the advantages of a dedicated tool like such.

License: Open Source

Whats new:>>

add mac support

https://github.com/don-cryptus/clippy

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
AllDup 4.5.58
« Antwort #22205 am: 13 Dezember, 2023, 20:30 »
Durchsucht Festplatten, Netzwerke und Verzeichnisse nach Dateiduplikaten.

Freeware

Changelog

    NEW: Options / General: Under Windows 10/11, file types and folders can now be excluded from monitoring by Windows Defender, thereby increasing AllDup's working speed.
    NEW: Search Result / 'Select' menu: Added 'Select all corrupted image files' command.
    NEW: Search result / 'Select' menu: Added 'Select files by date' command.
    NEW: Search result / 'Deselect' menu: Added 'Deselect files by date' command.
    NEW: Search result / 'Deselect' menu: Added 'Deselect files by size' command.
    NEW: Search result / Context menu 'Copy to clipboard': Added 'File name without extension' command.
    UPD: Search result: The input mask for the command 'Select/deselect files by name' has been expanded.
    UPD: Search result: The input mask for the command 'Select/deselect files by path' has been expanded.
    UPD: Search result: The input mask for the command 'Select/deselect files by size' has been expanded.
    UPD: Search Result / Export: More than 1,048,576 rows can now be exported to an Excel file.
    UPD: The external component for the plug-in 'Media Info Viewer' has been updated.
    UPD: The UI rendering component has been updated.
    UPD: The French translation of the user interface has been updated.
    UPD: The Portuguese translation of the user interface has been updated.
    UPD: The Slovenian translation of the user interface has been updated.
    FIX: Various optimizations have been introduced in various sections of AllDup.

[close]

http://www.alldup.de/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Clipboardic v1.16
« Antwort #22206 am: 14 Dezember, 2023, 07:20 »
Clipboardic is a small utility that listen to the clipboard activity, and each time that you copy something into the clipboard, it automatically save the copied data into Windows clipboard file (.clp). Later, when you need the copied data again, you can simply select the right clipboard file, and Clipboardic will automatically insert it into the clipboard.
Clipboardic also allows you to easily share the clipboard data between multiple computers on your local network.

Freeware

Whats new:>>

Added 'Start As Hidden' option. When this option and 'Put Icon On Tray' option are turned on, the main window of FullEventLogView will be invisible on start.

https://www.nirsoft.net/utils/clipboardic.html

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Balabolka 2.15.0.859
« Antwort #22207 am: 14 Dezember, 2023, 09:20 »
Balabolka is a feature-rich program to read text aloud from a variety of file types including DOC, RTF, PDF, ODT, FB2 and HTML. The program uses Microsoft's own Speech API 4 and 5, but lets you fine tune various voice parameters, including rate and pitch, and a substitution list can also be applied to improve the quality of the voice's articulation. The program supports customized font and background color, skins, control reading from the system tray or by the global hotkeys.

Balabolka can also save the synchronized text to external LRC files or in MP3 tags inside the audio files. When the audio file is played with players on a computer or on modern digital audio players, the text will be displayed synchronously (in the same way as lyrics for songs).

Also includes batch conversion tools from of a wide variety of document formats to audio or plain text and a file compare tool, file splitter, and screen magnification window.

License: Freeware

Changelog

    Resources for Uzbek language were added (thanks to Ulugbek Tolakov).
    Updated the using of Microsoft Azure Text-To-Speech.
    Updated the list of voices for Google Cloud.

[close]

http://www.cross-plus-a.com/balabolka.htm

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
clippy 1.2.4
« Antwort #22208 am: 14 Dezember, 2023, 10:20 »
Whats new:>>

Add dependencies and create RPM package

https://github.com/don-cryptus/clippy

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Anki 23.12 Beta 3
« Antwort #22209 am: 14 Dezember, 2023, 17:45 »
Anki is a program designed to help you remember facts (such as words and phrases in a foreign language) as easily, quickly and efficiently as possible. To do this, it tracks how well you remember each fact, and uses that information to optimally schedule review times.

License: Open Source

Changelog

    FSRS:

    Calculate elapsed days for intraday learning cards in browse screen and relative overdueness sorting.
    Better approximate average retention/ease/difficulty
    Fix error generating parameters when a parameter is 0
    Don't use SM2 memory state when cards are manually introduced
    Give a hint about optimizing all presets
    Fix incorrect search being used when evaluating parameters

    Deck options:

    Fix unwanted border on macOS
    Split "auto advance" into a separate section
    Allow decimal numbers in auto advance
    Reword auto advance settings + help
    Fix revert icon position in RTL
    Change link to manual in help screen from icon to text by @Gustaf-C in #2886

    Other:

    Revert "Prefer image pastes over HTML in the editor (#2856)" due to regressions when pasting.
    Fix changes to groups of I/O masks not saving by @abdnh in #2878
    Fix IO card count by @abdnh in #2884
    Fix CSV importer dropdowns not updating after changes by @RumovZ in #2885
    Add hint for zero minutes in filtered deck by @Gustaf-C in #2887
    More fixes for auto advance state by @abdnh in #2879
    Ensure cloze numbers sort in order
    Fix underscores in MathJax breaking rendering
    Show tooltip when auto-advance enabled/disabled
    Fix some issues with the toggle masks shortcut
    Catch another invalid-timestamp error
    Another fix for unfocused input box in Qt 6.6.1
    Fix broken HTML in CSV import screen
    Ensure deck browser fetches collection data in the background
    Fix sync status check blocking collection access when network offline

[close]

https://apps.ankiweb.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Ant Download Manager 2.10.8 Build 86737 Beta
« Antwort #22210 am: 14 Dezember, 2023, 19:50 »
Ant Download Manager is a fast and easy downloader of any internet files. The application has many useful features various Internet download content, browse, manage them.

Freemium

Whats new:>>

    added YouTube Multi-Language support
    fixed memory leaks (libcurl.dll problem)
    fixed mp3 conversion
    refactoring and bug fix

http://antdownloadmanager.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
OneLaunch 5.26.0
« Antwort #22211 am: 15 Dezember, 2023, 19:10 »
OneLaunch is a full-featured launcher providing a centralized location to work from.

It is packed with numerous features that will help make your PC session more convenient and efficient. One-click allows instant access to the OneLaunch browser, your favorite shortcuts, apps, and so much more. It is displayed from an intuitive interface that allows for smooth navigation to its various features. When not in use, you have a sleek, unobtrusive toolbar at the top of your screen. By default, many apps are chosen for everyday practicality to provide you with easy access, like Gmail, Microsoft.com, PayPal, Amazon, etc. You have the freedom to add or remove them as you see fit. You can also bookmark your favorites sites.

Freeware

https://onelaunch.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
streamCapture2 2.14.3 Beta
« Antwort #22212 am: 15 Dezember, 2023, 19:20 »
Save streaming video to your computer with the help of this user-friendly piece of software that enables you to effortlessly manage your downloads.

License: GPLv3

Whats new:>>

    Bugfix: Tooltips with dark light were not showing.
    Improved screenshot.

2.14.2

    Choose light or dark theme.
    FFmpeg updated to version 6.1
    Improved translation.

https://gitlab.com/posktomten/streamcapture2/-/wikis/home

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Aladin 12.114 Beta
« Antwort #22213 am: 15 Dezember, 2023, 20:10 »
Aladin is a reliable program that allows you to acquire sky maps from dedicated services and analyze star properties, distances or coordinates. This astronomical analyzer allows you to associate images to coordinates, match object luminosity, create cross references, as well as draw shapes or contours.

License: GPLv3

Changelog


    New features and performance improvements:

    Web Authentication & Authorization support (auth.jar M.Taylor lib)
    Stack backup Instrumental FoVs support
    VODML support for MIVOT/MANGO
    Resource tree double-click fix for avoiding unintentional multiple loads
    Support for resolver of solar system bodies (IMCCE resolver)
    Support for Data origin INFO tags in VOTable (IVOA R&D)
    Hipsgen improvements: generic index.html
    Hipslint improvements

    Fixed bugs:

    TAP support improvement (use of hard limit)
    Bug fix for "spectrum" tool a.getstatistics plugin method.
    Hipsgen RGB MOC bug fix
    Hipsgen MIRROR bug introduced in 12.06 (master properties)

[close]

https://aladin.u-strasbg.fr/AladinDesktop/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
FilelistCreator 23.12.16
« Antwort #22214 am: 16 Dezember, 2023, 19:10 »
Lightweight application which enables you to create lists based on the contents of particular directories, and save them to the hard drive.

Donationware

https://www.sttmedia.com/filelistcreator

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )