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

0 Mitglieder und 36 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
GeoGebra 6.0.496.0
« Antwort #10065 am: 19 September, 2018, 13:11 »
GeoGebra ist eine kostenlose dynamische Mathematiksoftware für SchülerInnen und LehrerInnen aller Altersstufen. Sie verbindet Geometrie, Algebra, Tabellen, Zeichnungen, Statistik und Analysis in einem einfach zu bedienenden Softwarepaket. GeoGebra hat außerdem eine stark wachsende Community mit Millionen von Nutzer aus fast allen Ländern der Welt. GeoGebra ist die weltweit führende Mathematiksoftware und unterstützt innovatives Lehren und Lernen in den Fächern Mathematik, Informatik, Naturwissenschaften und Technik rund um den Globus.

License : GPL

Changelog

fix for LaTeX fonts

[close]

www.geogebra.org

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
Swiss File Knife 1.9.3
« Antwort #10066 am: 19 September, 2018, 13:22 »
Kommandozeilentool für verschiedene Aufgaben wie Text in Dateien suchen, Verzeichnisgrößen listen, Text filtern und ersetzen, doppelte Files finden, Files zusammenfügen, MD5-Listen erzeugen und prüfen sowie eigene Kommandos auf Files ausführen.

Freeware

Changelog

    Sum: added sfk addtovar to collect text lines
    in a variable, sfk crc to create crc-32 checksums,
    sfk difflines to list different unique lines
    between two text files. improved ftp client
    compatibility. many detail improvements
    for scripting, like new variable functions.
    Chg: Syntax Change: command chaining no longer allows
    data tunneling through non consuming commands.
    in a chain like cmd1 +cmd2 +cmd3 +cmd4 +cmd5
    it is no longer possible to send data from
    cmd1 to cmd3/4/5 if cmd2 uses no chain data
    (e.g. if, tell). this tunneling was inconsistent
    and caused endless conflicts by unwanted chain data
    in cmd3/4/5. use -keepdata or SET SFK_CONFIG=keepdata
    for the old behaviour which was inconsistent
    and worked only sometimes.
    Chg: Syntax Change: sfk if: no longer passes through
    any chain data, as this behaviour was ambiguous
    and caused endless unwanted chain input.
    this means combinations like
    +xed /a/b/ +if ... +xed /b/c/
    are no longer possible. use '+tif' instead,
    or global option -keepdata.
    Add: sfk ... +tif for conditional execution
    requesting text and stream data explicitely.
    Add: sfk ... +tgoto to jump to a label passing
    text and stream data explicitely.
    Chg: Syntax Change: sfk md5: now only prints the
    checksum without filename if only a single
    filename is given. use option -name
    for the old behaviour.
    Chg: Data Change: sfk getvar -line no longer
    appends CR or LF at extracted line.
    Chg: Data Change: web: no longer produces shell
    return code 9 on error, but 1, to be
    consistent with command chaining rc.
    FIX: linux: case insensitive pattern match
    and text extraction did not work,
    esp. with xed or xex.
    CHG: improved scripting: combinations like
    sfk echo foo +setvar a=text
    sfk echo foo +setvar a +if ... setvar b=text
    sfk echo foo +xex ... +setvar b=1
    no longer require 'then' in many cases.
    Add: Simple Expressions: tag [skip] at the start
    of a pattern now skips this text completely
    and does not count it as a hit.
    Chg: archive file extensions: extended the list
    of archive files recognized by -[q]arc by
    more office file extensions.
    for full details type: sfk help opt
    Chg: no longer activating archive file read
    implicitely with most functions.
    use -[q]arc instead.
    Fix: ftpserv, httpserv: unwanted listing of
    zip file contents instead of zip file itself.
    Add: sfk addtovar, append text as lines to a variable
    Add: variables: #(strpos(a,b)) and #(contains(a,b))
    now searches content of variable b within
    text of variable a.
    Add: variables: #(begins(a,'word')) now tells if
    text of variable a starts with word.
    Chg: scripts: #(rsubstr(s,o,l)) now also supports
    offset/length beyond string length,
    producing an empty string instead of error.
    Fix: scripts: #(substr(a,n)) with n beyond
    length of a stopped the script with
    "invalid variable expression".
    now it evaluates to an empty string.
    Add: sfk variables: function #(numlines(a))
    to tell number of lines in variable a.
    Add: sfk md5var, create md5 hash
    from sfk variable content.
    Add: sfk difflines, show text lines that differ
    between two text files or variables
    Add: sfk crc, crcgento, crccheck to create
    and verify crc32 checksums (the same as
    used in zip files).
    Add: sfk list: now sets return code if any
    matching files or dirs were found.
    Add: sfk web: now sets return code 1 on any error.
    Add: sfk sft: now sets return code if any
    files were sent.
    Add: del[tree] now sets return code on failure
    Add: deltree now retries a failed folder deletion
    2 times with a 100 msec wait inbetween.
    Add: del[tree] option -stoponerr to stop chain
    execution if deletion fails
    Chg: del[tree] now produces a warning
    if deletion is incomplete.
    Fix: ftp client: 30 second wait after listing
    of directory or file download with some servers.
    Fix: run: -printcmd was ignored.
    Chg: zip reading: invalid zip file now produces
    a warning instead of an error.
    Fix: xfind, replace functions, xrename: variables
    were not expanded for dir parameters.
    Chg: sfk run: now shows a notice if no filenames
    are processed on chaining.
    Chg: xed, xrename now ignore empty pattern parameters
    instead of stopping with an error.
    useful for scripting with optional parms.
    Chg: command chaining: -verbose now shows a notice
    "chaining stops before ...: no data"
    if execution stops due to no data.
    Chg: command chaining: no longer showing
    "chaining stops ...: no filenames"
    unless -verbose is given.

    Chg: sfk batch out.sh under linux:

    added exit after sfk call.
    Chg: sfk sft cput: if no files are sent
    then -quiet no longer tells anything.
    Add: copy -flat2 to copy all files of a dir tree
    to an output folder with relative names.
    Add: make-random-file -lock option, to keep
    a file locked for testing.
    Fix: xfind with -justrc: chaining to if
    was not possible if nothing was found.
    Fix: xfind -showrc produced an error.
    Add: ifnotexist, check if a file does not exist.
    Add: swap, reverse chain text character order
    Add: Windows: sfk clock: pressing enter
    now resets the relative time.
    Add: Windows: sfk clock3 shows overall start time
    and, when pressing Enter, relative time since
    overall start in a second column.
    Add: sfk clock2 to show just a relative time.
    Add: sft client: multi file send: now showing
    total mb info.
    Add: xed: option -tolines to force line output.
    Fix: xed: listing of mem leaks if given filename
    cannot be read, or input too large.
    Doc: end: xed -tolines reference
    Doc: tofile: addtovar reference
    Doc: sft: upload loop example.
    Doc: index: reworked linux examples.
    Doc: xfind: -showrc removed, wrong context.
    Doc: filter: difflines reference.
    Doc: help opt: new list of archive extensions
    and -qarc info
    Doc: xed: reference to sfk swap
    Doc: sfk help chain: data tunneling notice.

[close]

http://stahlworks.com/dev/swiss-file-knife.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
Auslogics Duplicate File Finder 7.0.16.0
« Antwort #10067 am: 19 September, 2018, 13:45 »
Auslogics Duplicate File Finder is a nifty free utility that will help you get rid of useless duplicates and reclaim up to 50% of free hard disk space. It will ask you for duplicate files search criteria - you can match files by name, date and time they were created, size, and even contents. Then it will do a quick but thorough search and present you with the list of duplicate files. You can review them before deleting any. That way you can avoid deleting any files that are not duplicates, but match your search criteria.

Freeware

Latest Changes

    Resolved an issue with duplicates preview when there is a large number of files found.
    Resolved some localization issues.
    Fixed a few minor bugs.

http://www.auslogics.com/en/software/duplicate-file-finder

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
AlwaysMouseWheel 4.11
« Antwort #10068 am: 19 September, 2018, 16:15 »
"Always Mouse Wheel" ist ein kleines portables Windows Programm, das Ihnen beim Einsatz der Mausrad-Funktion (Mouse-Wheel) das Aktivieren des Fensters, bzw. das in den Fordergrund bringen, erspart.

Optional können Sie es aber auch so einstellen, dass nur die Mausradbefehle weitergegeben werden, auch wenn das betreffende Fenster im Hintergrund ist und die Scrollbefehle werden dort weitergeleitet, wo sich der Mauszeiger gerade befindet, bzw. wo es auch gerade benötigt wird.Somit ersparen Sie sich einige Klicks, oder das Umschalten zwischen den einzelnen Fenstern.

License: Freeware

What's new: >>

Verbesserungen beim Weiterleiten der Always Wheel Befehle an Outlook, Excel, Word und andere MS Office Produkte
Weitere kleine Anpassungen sowie Upgrade der Always-Mouse-Wheel Sprachdateien

http://www.softwareok.com/?seite=Microsoft/AlwaysMouseWheel

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
ControlMyMonitor 1.10
« Antwort #10069 am: 19 September, 2018, 17:15 »
ControlMyMonitor provides a simple way to view and modify your monitor's display settings.

You have access to most VCP (Virtual Control Panel) settings including brightness, contrast, sharpness, red/green/blue color balance, and more. You have the option to modify your monitor's settings from either the command-line or through the GUI depending on what you are more comfortable using. ControlMyMonitor will also work with multiple monitors, and they will appear in the drop-down of the main window. Using via GUI is incredibly simple; select an attribute you wish to change you can either hit F6 or double-click on it bring up the menu. It is also incorporated into the right-click context menu.

ControlMyMonitor also allows you to export any monitor settings into a configuration file enabling you to load the same configuration at a later time which can be useful when you like to have different settings for gaming or simple desktop work for instance.

Freeware

Whats new:>>

    Added save command-line options (/scomma, /stab , /shtml, and so on...) to export the current monitor settings into a file.
    Added support for JSON file in 'Save Selected Items' option.

http://www.nirsoft.net/utils/control_my_monitor.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
Gaia Sky 2.1.2
« Antwort #10070 am: 19 September, 2018, 21:10 »
Explore the planets of our solar system along with the nearby stars and other astral bodies in the Milky Way in 3D via this straightforward app.

License: GPLv3

https://zah.uni-heidelberg.de/gaia/outreach/gaiasky/

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
Quick Eye 11.3.48.48
« Antwort #10071 am: 20 September, 2018, 04:45 »
View popular file formats in a single environment, such as pictures, audio and video files, HTML pages, CAD files, or text by simply pressing space.

Freeware

Changelog

When the setting "Preview window size -> Always display last size" is checked, even when restarting Quick Eye, it was changed so that it is displayed in the previous size.

[close]

http://quickeye.clientside.jp/?l=en&p=top&o=win10

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
Euler Math Toolbox 2018-09-19
« Antwort #10072 am: 20 September, 2018, 05:40 »
Euler Math Toolbox is a numerical and symbolic math toolbox developed by a math professor (R. Grothmann) at the University of Eichstätt in Germany. Symbolic computation are done by working with Euler's native capabilities and also in junction with a seamlessly integrated version of Maxima (A Computer Algebra System). Euler Math Toolbox can also be used with Latex (portable version of Latex is available) and Python (a portable version is also available). Instructions to do so are located here on how to integrate Euler Math Toolbox with Latex and Python. Euler Math Toolbox also supports the capabilities of using the built in C compiler (Tiny C) to run C code for important mathematical routines where high performances are required.

Examples of problems solved with Euler Math Toolbox: http://euler.rene-grothmann.de/examples.html

License:    GPL

Release Notes

Fixed a small glitch.

>""+(2-I)

2-1i

[close]

http://euler.rene-grothmann.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
PointerStick 3.33
« Antwort #10073 am: 20 September, 2018, 16:15 »
PointerStick ist ein portables Tool, das auf dem Windows Desktop einen virtuellen Zeigestock präsentiert, um z.B. bei Präsentationen die Mausposition, bzw. das zu Präsentierende besser hervorzuheben. Der Einsatz des virtuellen Zeigestabs ist besonders für Beamer (Projektoren) und größere LED/LCD Bildschirme geeignet.

License: Freeware

What's new: >>

Aktualisierung der Sprachdateien und Verbesserungen in "Pointer Stick " sowie neue Textur für den Zeiger Stab: Zauberstab von Harry Potter für den Windows Desktop.

http://www.softwareok.com/?seite=Freeware/PointerStick

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
DSpeech v1.70.131
« Antwort #10074 am: 20 September, 2018, 21:15 »
DSpeech is a text-to-speech program with the option of saving the output to a variety of formats, great for creating audio books from text sources. It also supports dynamically changing the features of the voices eg. insert pauses, emphasize specific words, spell them out etc. using tags.

The program can import text from TXT, DOC, DOCX, RTF, HTML, XML, and PDF and output to MP3, OGG, AAC, WMA.

DSpeech works out-of-the-box on WinXP and above because the Microsoft speech engine SAPI5 is included by default. For WinNT/2K, you will need to install the speech engine separately. You will find links to plugins, speech engines and voice sets on the program website.

License: Freeware

http://dimio.altervista.org/eng/index.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
DesktopOK 5.65
« Antwort #10075 am: 21 September, 2018, 13:05 »
DesktopOK ist ein kleines Tool zum Speichern der Iconposition, bzw. des Icon Layouts am Desktop. Gerade für Anwender, die oft die Bildschirmauflösung verändern müssen, wie z.B. Webmaster oder Gamer.

Oder auch für potentielle Nutzer (Anwender), die häufig mit einem Beamer am Notebook arbeiten müssen. (Auch hierbei stellt sich gern die Auflösung am Notebook um).

Nach dieser Veränderung findet man ein Iconchaos am Desktop, als ob eine Bombe eingeschlagen hätte. Ebenso bei Arbeiten mit Andockbahren, Desktopleisten und Fenstern verschiebt sich die Iconposition und wird nicht korrekt wiederhergestellt, falls dies vom jeweiligen Programm nicht in vorraussichtlicher Weise berücksichtigt wurde, wie z.B. in "FavoritenFreund".

Freeware

Was ist neu : >>

Neue Programmargumente:
/spacing = Speichern bzw Wiederherstellen vom Desktop Icon Abstand
/size = Speichern bzw Wiederherstellen der Desktop Icon Größe
Update der DesktopOK Sprachdateien

http://www.softwareok.de/?seite=Freeware/DesktopOK

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
Alternate Font Export 1.670
« Antwort #10076 am: 21 September, 2018, 13:08 »
Alternate Font Export is a lightweight tool for exporting font characters as individual pictures to GIF, JPG, and BMP.

It operates in a very easy-to-use manner and provides you with the ability to modify the style, size and color of specific symbols with a quick change selection process. With Alternate Font Export you have the added option of also changing up the transparency of image backgrounds depending on your needs.

Freeware

Whats new:>>

- Turkish translation updated

http://www.alternate-tools.com/pages/c_fontexport.php?lang=ENG

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
Daram Renamer 3.740
« Antwort #10077 am: 21 September, 2018, 19:45 »
Rename large numbers of files in a few easy steps, with this powerful yet intuitive application which also has the benefit of being portable.

MIT License

Changelog

When the change is applied, the same file name already exists in the folder.
If the file name is changed to another name in the program, the file name is applied first, and the logic is modified so that the file name is applied successfully
Padded digits (numbers with 001, 01, 034, ... before 0) in padded digits will remain in padded digits

[close]

https://github.com/daramkun/DaramRenamer

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
Euler Math Toolbox 2018-09-21
« Antwort #10078 am: 21 September, 2018, 20:45 »
Whats new:>>

The formats "shortformat", "short" and "shortest" have been updated.

http://euler.rene-grothmann.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
Balabolka 2.14.0.670
« Antwort #10079 am: 22 September, 2018, 09:45 »
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

– Fixed the text extracting for DjVu files.
* Resources for Slovenian language were updated (thanks to Jožef Gregorc).

[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 )