Autor Thema: Entwicklertools diverses  (Gelesen 82228 mal)

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Poedit 3.4.3 Build 6938 Pre-release
« Antwort #1440 am: 09 Mai, 2024, 09:50 »
Clean program that enables you to create a new translation based on templates WordPress themes, as well as edit and validate them.

MIT License

Changelog


    Pass --no-convert to msgfmt with gettext ? 0.22 to avoid UTF-8 conversion.
    Fixed parsing of @@locale values in ARB files.
    Updated bundled GNU gettext to 0.22.5.
    Assorted fixes.

[close]

https://poedit.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
Visual Studio Code 1.89.1
« Antwort #1441 am: 09 Mai, 2024, 21:40 »
Visual Studio Code is a powerful IDE, dedicated to building Web applications and cloud programs. The tool is a lightweight and resembles the functionality of Visual Studio, however it features comprehensive revision and compiling utilities, packed in a modern looking interface.

Freeware

Whats new:>>

The update addresses these issues .

https://code.visualstudio.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
Poedit 3.4.4 Build 6941
« Antwort #1442 am: 11 Mai, 2024, 19:10 »
Whats new:>>

Revert back to 32bit GNU gettext bundled binaries.

https://poedit.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
AutoHotkey 2.0.15
« Antwort #1443 am: 16 Mai, 2024, 13:10 »
AutoHotkey is a powerful automation and scripting tool with an option to export to a self-contained executable. Possible uses include assigning the hotkey "Ctrl-Alt-F" to launch Firefox, making abbreviations expand to their full definition as you type them, or saving time by setting the computer to auto-click a confirmation screen.

License:    GNU GPLv2

Changelog


Fixed DBGp property_get failing to retrieve properties due to incorrect paging (since v2.0.14).
Fixed DBGp property evaluation causing Try without Catch to fail (since v2.0.14).
Fixed <base> debugger pseudo-property leaking a reference (since v2.0.14).

[close]

Download : https://github.com/Lexikos/AutoHotkey_L/releases

https://autohotkey.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
PE Anatomist 0.2.12915.2200
« Antwort #1444 am: 16 Mai, 2024, 23:50 »
PE Anatomist shows almost all known data structures inside a PE file and makes some analytics.

MIT License

Changelog

    12530.0115: Fixed error parsing CxxIL symbols if AddressSanitizer was enabled when building the OBJ file
    12530.1706: Fixed an error displaying the value of the S_DEFRANGE_CONSTVAL_ON_ENTRY symbol
    12620.1535: Added parsing of tables with CodeView data in PDB: DEBUG_S_FILECHKSMS, DEBUG_S_CROSSSCOPEIMPORTS, DEBUG_S_CROSSSCOPEEXPORTS
    12705.2002: The file loading mechanism has been changed: access through projection and direct file reading are combined
    12706.1628: Fixed OOB reading of some PE files with IMAGE_LOAD_CONFIG_DIRECTORY smaller than 72 bytes (regress from version 0.2.12223.1950)
    12708.1702: Fixed bug in listing ModI streams in PDB if the number of modules exceeds 32767
    12708.1754: The ability to work with PDB files of any size (including those exceeding 4 GB) allowed by the MSFv7 format has been implemented (filling tables with CodeView types and symbols is limited to the number of ~32 million records)
    12713.1716: Integration with the Windows Explorer context menu has been expanded to display the application icon in the menu
    12714.1719: Added support for IMAGE_DYNAMIC_RELOCATION_ARM64_KERNEL_IMPORT_CALL_TRANSFER symbol in the DVRT table
    12803.0038: The "Relocations" tab layout for PE files has been changed: all entries are summarized in a common table
    12803.1848: Fixed a possible OOB write when decoding fixup signatures from the R2R section READYTORUN_SECTION_IMPORT_SECTIONS
    12816.2229: Added limited support for CEE (COM+ Execution Engine) and CEF (Common Executable Format) architectures in OBJ files
    12828.1906: Viewing the contents of PE file resources has been moved from a separate dialog to a built-in one
    12904.1403: The display of the RT_VERSION resource has been changed to a text view with a block hierarchy
    12907.1953: Fixed a number of errors in converting RT_MESSAGETABLE and RT_STRING resources to text form
    12908.1325: Fixed an error reading at an invalid address, which could lead to a program crash in rare cases on corrupted data (regress from version 0.2.12503.2200)
    12908.2138: Fixed an error displaying the string name of PE resource subdirectories for non-standard data placement inside the resource section

[close]

https://rammerlabs.alidml.ru/index-eng.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 )