Das Forum rund um DVB am PC, Handy und Tablet
Neuigkeiten:
Anzeigen der neuesten Beiträge
Übersicht
Forum
Hilfe
Einloggen
Registrieren
DVB-Cube BETA <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Tools diverses (Desktop,Dateimanipulation,Shell etc.)...
« vorheriges
nächstes »
Drucken
Seiten:
1
...
995
996
997
998
999
[
1000
]
1001
1002
1003
1004
1005
...
1174
Nach unten
Autor
Thema: Tools diverses (Desktop,Dateimanipulation,Shell etc.)... (Gelesen 817018 mal)
0 Mitglieder und 54 Gäste betrachten dieses Thema.
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
DShutdown 1.78.50
«
Antwort #14985 am:
30 August, 2020, 11:20 »
DShutdown is a stand-alone program that allows you to easily shutdown and wake up local or remote PCs, with many specific options.
DShutdown supports more than just standard shutdown options, there are options relating to "pure" shutdown (such as the "force after wait" option which causes a forced, but 'clear' shutdown). There are monitoring options that allow you to shutdown a PC after a particular application terminates (useful at the end of compressing several files). There are also options to shutdown a PC when Internet traffic reduces below a particular data-rate (useful to shutdown a PC when it has finished a large download).
Freeware
http://dimio.altervista.org/eng/index.html#DShutdown
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
MinimizeToTray 2.0
«
Antwort #14986 am:
30 August, 2020, 19:15 »
Minimize any window to the system tray, and then restore it with a hotkey or a couple of mouse clicks, with this unobtrusive utility.
License: Open Source
Whats new:>>
GUI for user to customize hotkeys. Access this GUI via MTT tray icon -> Edit Hotkeys option.
Save configs to MTTconf.ini in executable's dir.
https://github.com/sandwichdoge/MinimizeToTray
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Quick Hash GUI 3.2.0
«
Antwort #14987 am:
30 August, 2020, 20:40 »
Quick Hash GUI is an Open Source multiplatform utility for hashing various types of data including files, entire file folder trees, physical disks, logical disk volumes, file comparisons and more.
License: Open Source
Release Notes
New : Blake3 hash algorithm added for text strings, a file, Files recursively, Compare Two Folders and Compare Two Files. New : Blake3 hash algorithm added to disk hashing module Fix : Hashing of physical disks in Linux via the "Hash Disk" module is re-enabled after "Access Violations" reported for earlier versions. Fix : In the 'Compare Two Folders' tab, if the "Log Results" was unticked, it generated an access violation. That was fixed. Fix : In the "Copy" tab, when the results are shown in the display grid, the navigation buttons were not clickable. That was fixed. Fix : In the "FileS" tab, when the results are shown in the display grid, the navigation buttons were not clickable either. That was fixed. Fix : "Time Taken" in the "File" tab was showing a 24hr clock instead of showing as the number of seconds elapsed, as intended. That was fixed by utilising GetTickCount. Fix : In the "Compare Two Files" tab, the "Result: Match" value was only showing if the timed scheduler was invoked (though the actual hashes were still being displayed). This was caused due to a loop error where the result only displayed inside the scheduler loop. This has been fixed by moving it out of the loop, so that the result is shown either immediately with no scheduler being used, or following the scheduled invoke. Update : "LCL Scaling" is now incorporated which will hopefully better enable the GUI display on variously sized resolution settings. User feedback will confirm in due course. New : In the 'Compare Two Folders' tab, users have asked for a grid view of the files compared rather than just a text file output. That has been added with many of usual right click menu options such as copy to clipboard, save as HTML, etc.
Update : In the 'Compare Two Folders' tab, the option "Cont. if count differs?" has now been removed for several reasons:
Users were frustrated at analysing often millions of files only to realise after the event that in order to continue if the file count differed they had to do it all over again with the option checked
More users than I anticipated when I first added that feature use the "Compare Two Folders" comparison to not check that both folders do indeed match but in fact to determine in what way they differ.
It is more thorough, allbeit slower, to itteratively check the hashes of both folders both ways rather than checking based merely on count. Fix : In the 'Compare Two Folders' tab, if the user selects "Log Results" (which is enabled by default), then in Linux and OSX, the text log file was only being populated with the hash values and not the filenames too. That was fixed. Important Fix : In the 'Compare Two Folders' tab, the comparison was not sufficiently two way, meaning that if Folder 2 matched Folder 1 it would report a match, but if Folder 1 did not match Folder 2, it might still report a match when it should report a mismatch. THis has now been modified to a 3-way comparison. First it checks the file count, then is compares both hash lists against each other; HashListA against HashListB, then HashListB against HashListA. It has obviously made the comparison slightly slower for millions of files, but hopefully not too significantly, and accuracy is more critical than speed.
Here is a copy of the bug report, provided for full transparancy :
"The folders were set up like this: Folder 1: File A, File A (copy) Folder 2: File A, File B
When running the compare feature, selecting Folder 1 and then Folder 2, the tool reported a match, "The files in both folders are the same. MATCH!" I had expected a mis-match. Yes, all of the files in Folder 1 are in Folder 2, but not all of the files in Folder 2 are in Folder 1. If I re-ran the compare feature in reverse, selecting Folder 2 and then Folder 1, a mis-match was reported, "The files of both folders are NOT the same. The file count is the same, but file hashes differ. MIS-MATCH!" This seemed odd because if I ran this features with the following situation: Folder 1: File A Folder 2: File A, File B I would receive a mis-match message, but the situation is basically the same, all Folder 1 files are within Folder 2, just like if two copies of File A were in Folder 1, which reported a match. I had expected a back and forth comparison, but it appears to be a one-way comparison. "
I thank the reportee who brought this to my attention and it should now be resolved in v3.2.0.
[close]
https://www.quickhash-gui.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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Alternate Directory 3.990
«
Antwort #14988 am:
31 August, 2020, 04:12 »
This program was designed to give you extra space on your harddisk. It deletes unnecessary files concerning their file-types. This file-types can also be defined individual. You may clean a whole drive as well as just a single folder. If selecting a whole drive you may also define folders that shall be skipped or be completely emptied.
Freeware
Whats new:>>
Korean added
http://www.alternate-tools.com/pages/c_directory.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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
PinMe! 0.9.2
«
Antwort #14989 am:
31 August, 2020, 04:17 »
PinMe! is a portable free tool which makes it easy to set a window as "always on top" - to always stay in the foreground, above any others.
Freeware
Whats new:>>
Added option to disable magnify window
Added option for display affinity (requires 10.0.18994)
Added tooltips to preferences options
Magnify window fonts respect PER_MONITOR_AWARE_V2
User messaged after successfully adding to start-up folder
Other miscellaneous fixes and changes
https://forum.tuts4you.com/files/file/2125-pinme/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Classic Color Panel 2.0.0.42
«
Antwort #14990 am:
31 August, 2020, 04:26 »
Classic Color Panel can change all of the colors in Windows 10 including fonts, borders, and anything else you can imagine.
The latest versions of Windows 10 now limits many of the colors you can use for compatibility reasons, and that's why this tool was created. Your results may vary depending on your Windows version and settings. Also, some applications use different display techniques so you may find some apps will not load the color you chose.
Classic Color Panel has 32 different color changes you can make and every color available as well as being able to define customs colors by clicking on a color or defining a specific color with hue, saturation, luminous, numbers and a slider. Most graphic artists and web developers are used to using these tools.
Freeware
Changelog
Add: Slovenian language
[close]
https://www.wintools.info/index.php/classic-color-panel
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
HTTP Downloader 1.0.3.5
«
Antwort #14991 am:
31 August, 2020, 04:45 »
Whats new:>>
Fixed command-line arguments not being set when --immediate is used.
https://erickutcher.github.io/#HTTP_Downloader
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Desktop.Calendar.Tray.OK 2.66
«
Antwort #14992 am:
31 August, 2020, 05:07 »
Desktop.Calendar.Tray.OK ist ein guter Helfer, wenn man sich oft in den Tagen verliert und keine Übersicht über die Kalendertage im Kopf hat!
Der Kalender für den Windows Desktop!
Einen Kalender zu haben ist sehr bequem am Windows Desktop. Beispielsweise können Sie schnell zum gewünschten Monat, oder zu einem bestimmten Datum springen und es über dieses Windows Desktop Tool anzeigen lassen. Jetzt können Sie den ersten Tag der Woche erkennen und die Wochen-Übersicht ist auch sehr praktisch.
Freeware
Whats new:>>
Kleine Korrekturen und Optimierungen für alle Windows 10 - und MS-Server
Wichtiges Update der Sprachdateien
Neue Sprachen für den Desktop-Kalender: Ukrainisch und Hindi
http://www.softwareok.de/?seite=Microsoft/Desktop.Calendar.Tray.OK
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
ShareX v13.2.0
«
Antwort #14993 am:
31 August, 2020, 05:20 »
ShareX is an open source program that lets you take screenshots of any selected area with a single key, save them in your clipboard, hard disk or instantly upload them to over 25 different file hosting services. ShareX can capture screenshots with different shapes: rectangle, rounded rectangle, ellipse, triangle, diamond, polygon and also freehand. It can upload images, text files and all other different file types. It is able to capture screenshots with transparency and shadow. The program also supports clipboard upload and drag-and-drop.
Open Source
Changelog
Upgraded .NET Framework to version 4.7.2. If 4.7.2 or newer version of .NET Framework is not installed on system then it will be installed automatically by the ShareX installer
Added smart eraser annotation tool*
Added image alignment option to image combiner tool
Added experimental UseAlternativeClipboardCopyImage option to “Application settings window -> Advanced tab” which copies images to clipboard with these formats to let supported applications to read image with transparency and file name info:
24 bitmap with background filled white
32 bit PNG image
32 bit premultiplied DIB
HTML fragment (for filename)
Added option to support transparent region selection in screen recorder
Added light version of dark icons which will be used automatically in main window and annotation bar when current theme is dark
Use custom theme colors in region capture tooltips
In region capture when moving, resizing or panning use grab cursor
Added hotkeys for image splitter, image thumbnailer, video converter and QR code (Decode from screen)
Added “Override screenshots folder” option to hotkey task settings window
Added icons to each hotkey task in hotkey task settings window
If checker size option of theme is 0 then use solid color for backgrounds
Region capture “Enable animations” option will also affect border ants animation
Added raw URL option to Seafile file uploader (by @user6323)
Added “Amazon S3 One Zone-Infrequent Access” and “Amazon S3 Intelligent-Tiering” Amazon S3 storage classes
Added shared drive support to Google Drive file uploader (by @SupSuper)
Added Portuguese language (by @FarewellAngelina)
Allow access level selection for Box file uploader shareable link (by @fib25)
Removed apply theme button as theme changes will now be applied automatically
Removed experimental custom theme check box, so now it is always enabled if custom theme is enabled
Improvements to settings save/load system to avoid unexpected setting resets:
When settings are saved to file, it is stored in Windows hard disk cache, so when electricity is lost or PC is not shutdown properly while settings are already in hard disk cache then this was causing the latest settings file and backup of previous settings file to be corrupted, whereas now ShareX bypasses hard disk cache while saving settings and copying backups to avoid this issue *Added two more fallback options when loading settings: temp and last weekly backup file. So if the latest and previous setting files somehow manage to become corrupt then as a last resort ShareX will load the last weekly backup of the settings file. New settings load fallback order is:
Latest setting file: Documents\ShareX\ApplicationConfig.json
Temp latest setting file: Documents\ShareX\ApplicationConfig.json.temp
Backup of previous setting file: Documents\ShareX\Backup\ApplicationConfig.json
Last weekly backup file: Documents\ShareX\Backup\ApplicationConfig-2020-05-W22.json
Uploader passwords are now encrypted using DPAPI while saving settings
Important: If you would like to backup your settings then use “Application settings window -> Settings tab -> Export button” instead of copying Documents\ShareX folder, otherwise you may have problems with encrypted passwords
Improvements to gradient maker window which is mainly used for image effects:
Added gradient presets list*
Allow creating gradient even when start (0%) and end (100%) gradient stop is missing
Gradient stops will be automatically ordered by location
Added “Reverse” button to be able to reverse locations of gradient stops
Show colors as icon in gradient stop list which also helps seeing transparent colors because of checkered background
Image effect related changes:
Redesigned image effects window
Register .sxie extension for ShareX image effects
Added -ImageEffect "filePath" CLI command, which is what .sxie extension use
Added image effect packager (“Packager” button in image effects window), which lets you create .sxie files. Advantage of packager compared to previous .json export is package can contain image files required for image effect to function, but also ease of importing image effects for users which is just double clicking .sxie file*
You can check out the examples in the #image-effects channel in our Discord server or show your image effects to us*
Added “ImageEffects” folder to ShareX personal folder
Added %ShareXImageEffects% path variable which will be used in all image effects which requires file or folder path, so when you supply path which is inside ShareX image effects folder then that section of the path will be automatically replaced with %ShareXImageEffects%. Reason for this is, if you share image effect to another user and if that users image effects folder is in custom location then path will still match correctly. Image effect packager also making sure that you can’t select assets folder outside of ShareX image effects folder to make sure that paths will match correctly
Added interpolation mode option to “Image” (previously called “Image watermark”) image effect, for example Nearest neighbor is handy when you want to make image border with 1px length image and extend it to fill whole image length, without this option extended image was looking blurry because of anti aliasing while drawing enlarged image
Added compositing mode option to “Image” image effect, for example Source copy option is handy when you want to draw image border corner which is rounded and contains transparency, those transparent pixels will be drawn directly without blending with image underneath that way you can make sure corners are transparent
Added opacity option to “Image” image effect
Added size aspect ratio support to “Image” image effect when 0 is used for width or height
Added text rendering mode option to “Text watermark” image effect
Added “Text” image effect, it allows drawing text with gradient outline and shadow*
Added “RGB split” image effect (by @L1Q)
Add “Force proportions” image effect (by @L1Q)
Added palette size option to “Selective color” image effect
Added padding and outline only options to “Outline” image effect
Backward compatibility breaking change: Removed GradientType, Color2 and UseCustomGradient options from image effects, instead UseGradient and Gradient options can be used
Added area and perimeter info to ruler tool
Added “Add image effects” button to main window task menu
Added -ImageEffects "filePath" CLI command
In main window thumbnail view if upload fails then shows error label top of thumbnail which when clicked will open error window
Added “Pick color from clipboard” button to color picker
If your clipboard contains color (hex or rgb) while opening any color dialog then it will load color from clipboard automatically and show tooltip to notify user
Updated Kutt API to v2 and added custom domain support
Removed file extension from YouTube video title
For new installations default tray middle click action now is “Upload from clipboard with content viewer”
Added display path options to directory indexer tool (by @JamieSharpe)
Image editor auto crop tool will account all inserted images and annotations while calculating crop region (by @Scrxtchy)
[close]
http://getsharex.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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
KeepMouseSpeedOK 2.01
«
Antwort #14994 am:
31 August, 2020, 13:21 »
Keep Mouse-Speed OK für Windows, ist das richtige Tool für Windows, wenn sich die Mouse Geschwindigkeit oft automatisch ändert!
Wofür der Mausgeschwindigkeitswächter für Windows!
Bei manchen Windows-Betriebssystemen ändert sich die Mausgeschwindigkeit oft automatisch, ohne dass der Anwender die Mauszeiger Geschwindigkeit verändert hat, auf eine Benutzeranfrage hin ist dieses nette Tool für Windows entstanden, mit einer Größe von unter 50 KB ist es genau das richtige Tool bei schwankender Mausgeschwindigkeit, unter allen Microsoft Windows Betriebssystemen!
Freeware
Whats new:>>
Kleine Korrekturen in Keep-Mouse-Speed-OK sowie Verbesserungen
Neue Sprache für das berühmte Mouse Speed Tool: Ukrainisch, Hindi, Portugiesisch, Polnisch und Vietnamesisch
http://www.softwareok.de/?seite=Freeware/KeepMouseSpeedOK
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
DesktopOK 7.81
«
Antwort #14995 am:
31 August, 2020, 17:15 »
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 : >>
Verbesserungen in: x64 ergo 64-Bit Version des desktop ok unter Windows
Update der DesktopOK-Sprachdateien und kleine Korrekturen in DesktopOK
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
FET 5.46.1
«
Antwort #14996 am:
31 August, 2020, 18:15 »
A timetabling application designed to meet the needs of schools, high-schools and some universities as far as keeping track of student activity is concerned.
License: GPLv3
Whats new:>>
Increased the maximum number of hours per day to 72 (suggested by Celia22).
Added help/information in the add/modify constraint activity preferred room dialog (suggested by math).
Minor improvements.
https://www.lalescu.ro/liviu/fet/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
WizTree 3.35
«
Antwort #14997 am:
31 August, 2020, 19:15 »
WizTree is a disk space analyzer. It scans your entire hard drive very fast and shows you which files and folders are using the most disk space.
Note
: WizTree only works on local NTFS format drives.
License: Freeware
Changelog
Fixed bug introduced in 3.34 that might cause WizTree to hang when scanning certain hard drives
Fixed integer overflow issue that would cause problems when dumping extremely large MFT files
Multi selection on file view did not unselect when Ctrl+Clicking selected item (fixed)
debug logging is now possible by using the new command line parameter "/debug=1". This will create log files in the %appdata%WizTree3DebugLogs folder. Send these to us if you have any problems.
[close]
https://wiztreefree.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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Mochi 1.6.6
«
Antwort #14998 am:
31 August, 2020, 20:15 »
Create eye-pleasing flashcards, store notes, and edit them using Markdown with the help of this simple app built for learning things you usually forget.
Freemium
Changelog
New Features:
Made it so that the card modal on mobile can be swiped down to dismiss.
Added a shortcut (v) to toggle reverse reviews on a card.
Added a shortcut (cmd/ctrl+c) to copy the markdown link for a card.
Learning a new card will now make it due for review on the same day.
Added popup confirmation messages ('toast') for certain actions.
Re-designed the card modal a bit. When selecting a new deck to move a card to, you can now search by typing in the dropdown.
Bug fixes and improvements:
Fixed an issue where hitting the space bar while an image was zoomed in would trigger a 'remember' event.
Fixed an issue where furigana was not being rendered in the references section of a card.
Fixed an issue where unknown attachment types would cause syncing to fail.
Fixed an issue where hiding the sidebar on the dashboard page would not display the button to unhide it.
Added the 'Add side' button to the keyboard accessory bar on iPad.
Fixed an issue where the actions menu button was not clickable on cards in grid view.
Fixed an issue where audio from the sample decks wasn't loading in the desktop app.
[close]
https://mochi.cards/
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 )
SiLæncer
Cheff-Cubie
Beiträge: 158890
Ohne Input kein Output
Bluetooth Battery Monitor 2.7.3.1
«
Antwort #14999 am:
01 September, 2020, 04:20 »
Monitor the battery status of several Bluetooth devices and receive warnings when the levels get under a certain threshold using this tiny tool.
Kostenpflichtig!
: 4,99$ für die erste Maschine, 2,99 für jede weitere
Changelog
Bug Fixes:
Some Logitech devices may not be recognized.
[close]
https://www.bluetoothgoodies.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 )
Drucken
Seiten:
1
...
995
996
997
998
999
[
1000
]
1001
1002
1003
1004
1005
...
1174
Nach oben
« vorheriges
nächstes »
DVB-Cube BETA <<< Das deutsche PC und DVB-Forum >>>
»
PC-Ecke
»
# Hard-und Software Allgemein
»
Thema:
Tools diverses (Desktop,Dateimanipulation,Shell etc.)...