Autor Thema: Entwicklertools diverses  (Gelesen 65468 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Visual Studio Code 1.11.1
« Antwort #390 am: 07 April, 2017, 18:45 »
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

Changelog

Hot exit: Lost editor contents on upgrade.
SCM progress API is still in proposed state.

[close]

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Visual Studio Code 1.11.2
« Antwort #391 am: 14 April, 2017, 17:40 »
Whats new:>>

We are releasing a 1.11.2 update to add the 1.11 translations and address a handful of 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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Boostnote 0.8.7
« Antwort #392 am: 19 April, 2017, 18:15 »
Boostnote is an open-source note-taking app designed for programmers and web developers.

There are quick access links found on the lower right that include zoom, every type of document you could imagine, size, indent and last update. Resizing Boostnote smaller does screw up the formatting of these quick links. The menu section allows you to decide where your storage is, define hotkeys, and tweak the user interface.

Boostnote lets you take your notes in Markdown with live previewer, use snippet notes, multiple hotkeys, finder popup (similar to the spotlight of OSX), and latex support. Boostnote is a full featured note-taking app geared for programmers and web developers not to be confused with a post-it style application or a Notepad replacement.

License: Open Source

https://boostnote.io/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
SWI-Prolog 7.5.4 Development
« Antwort #393 am: 24 April, 2017, 13:07 »
Changelog

DOC: absolute_file_name/2: small correction
PORT: Install pcre components for Windows
PORT: Add download and install for libpcre to README.mingw
DOC: LaTeX syntax error
ADDED: pcre submodule
ADDED: package pcre
ADDED: PL_put_term_from_chars(), adding support for different multibyte encodings and length/string combination.
ADDED: PL_new_atom_mbchars()
FIXED: Possible memory leak creating an atom from a wide character pointer
MODIFIED: Replaced PL_put_string_nmbchars() with more consistent and versatile PL_put_chars()
FIXED: memory issue in new PL_put_string_nmbchars()
ADDED: PL_put_string_nmbchars()
FIXED: format/3: handle error status from low level write operations and avoid memory leaks in some control paths.
FIXED: Removed writeln/1 from reduced/[1,3].
ADDED: reduced/1,3, complementing distinct/1,2. After discussion with Wouter Beek.
Note that the signature allows this usage mode!
FIXED: Correct error in partition/5.
MODIFIED: (undocumented) PL_get_term_value() to return new types PL_NIL, PL_BLOB, PL_LIST_PAIR and PL_DICT. Fixes problems handling these types using the prolog type in xpce. Birgit Elbl.
ENHANCED: Raise a representation_error(continuation) error if we cannot capture the continuation. This shouldn't happen, but a normal Prolog exception makes locating easier and is less drastic.
FIXED: restarting a continuation should copy flags from the parent, notably FR_INRESET. Samer Abdallah.
FIXED: prolog_load_context(stream, S) and :- encoding(Enc) when compiling from a stream.
MODIFIED: set_stream(S, record_position(true)) now resets the position and documents this behaviour.
ADDED: stream property write_errors(+How), which can be used to ask a stream (typically user_error) to ignore write errors.

Package http:

FIXED: Issue#84: ws_receive/3: fixed retry after an websocket ping message.
FIXED: Make sure an unlikely exception while computing websocket random is not lost.
FIXED: Correct setting name is StartLimitBurst. DefaultStartLimitBurst is only admissible in system.conf.
FIXED: Use Restart=on-failure in the systemd demo script to restart if the server is halted with status != 0 which happens e.g., if the service looses stderr.
DOC: Correct default timeout for threaded HTTP servers.
MODIFIED: If we loose an HTTP worker thread due to a write error to user_error the server is terminated with status 2. This problem may happen if Prolog is launched by service manager that reads the Prolog output from stderr and the monitoring process is restarted. Not doing anything is not an option as we will loose all server threads, eventually starving the server. Ignoring will probably become an alternative, but this needs to implemented elsewhere.

Package odbc:

FIXED: Issue#5: properly cancel a statement after an error.

Package pengines:

ADDED: Allow setting source locations using :- '#file'(File,Line).

Package semweb:

FIXED: rdf11 type conversion hook now check for no string.

Package xpce:

ENHANCED: Better formalisation of syntax hacks for Prolog. On the short term this avoids 0' to upset syntax handling when the debugger is used. Later versions will improve handling of notably 0'.
FIXED: PceEmacs: replace using empty regex match (^, $)
FIXED: regex->for_all: ensure we make progress on empty search targets.

[close]

http://www.swi-prolog.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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Boostnote 0.8.8
« Antwort #394 am: 25 April, 2017, 05:45 »
Changelog

Update:

Design update
Improve trash button
Remove ctrl+B shortcut key
Write mark automatically when writing list on Markdown
Double click on tab to rename on snippet note
Fix behavior of the shortcut key to make text bold on Markdown
Add syntax highlight theme preview
Remove esc button on initial modal window

Bug Fix:

Fixed Snippet tabs overwriting other tabs when closed
The problem with closing app when fullscreen mode

Development:

Fix config of ESLint
Add npm script dev-start
Start using yarn

[close]

https://boostnote.io/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
PMD 5.6.0
« Antwort #395 am: 25 April, 2017, 19:20 »
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, PLSQL, Apache Velocity, XML, XSL.
Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Ruby, Scala, Objective C, Matlab, Python, Go, Swift.

Available Plugins include:

    Maven PMD.
    Eclipse.
    NetBeans.
    JBuilder.
    JDeveloper.
    IntelliJ IDEA.

PMD additionally includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Scala, Objective C, Matlab, Python, Go.

Open Source

Changelog

Fixed Issues:
General:
Inconsistent behavior of Rule.start/Rule.end.
Zip file stream closes spuriously when loading rulesets.
Shortnames option is broken with relative paths.
PMD not executing under git bash.
Automated release - github release notes missing.
Version 5.5.4 seems to hold file lock on rules JAR (affects Windows only).
Apex-apexunit:
ApexUnitTestClassShouldHaveAsserts assumes APEX is case sensitive.
Apex-complexity:
NCSS Method length is incorrect when using method chaining.
NCSS Type length is incorrect when using method chaining.
apex-security:
ApexXSSFromURLParamRule shouldn’t enforce ESAPI usage. String.escapeHtml4 is sufficient.
Documentation flaw on Apex Sharing Violations.
java:
CPD runs into NPE when analyzing Lucene.
Parse error on annotation fields with generics.
Parse error on method reference with generics.
Parse error with local class with 2 or more annotations.
CPD: OutOfMemory when analyzing Lucene.
Parse error on method reference.
CPD throws an NPE when parsing enums with -ignore-identifiers.
Symbol Table fails to resolve inner classes.
java-basic:
SimplifiedTernary: Incorrect ternary operation can be simplified.
java-coupling:
LoD false positive.
java-design:
UnnecessaryLocalBeforeReturn false positive for SuppressWarnings annotation.
ImmutableField: Private field in inner class gives false positive with lambdas.
UnnecessaryLocalBeforeReturn with assert.
New Rule: AccesorMethodGeneration - complements accessor class rule.
Combine rules AvoidConstantsInInterface and ConstantsInInterface.
MissingBreakInSwitch - False positive for continue.
UseLocaleWithCaseConversions does not works with ResultSet (false negative).
SingularField with lambdas as final fields.
NonThreadSafeSingleton: Be more explicit as to why double checked locking is not recommended.
UnnecessaryLocalBeforeReturn: ClassCastException in switch case with local variable returned.
UnnecessaryLocalBeforeReturn: Enhance by checking usages.
AccessorMethodGeneration: Method inside static inner class incorrectly reported.
FinalFieldCouldBeStatic: Constant in @interface incorrectly reported as “could be made static”.
UnnecessaryLocalBeforeReturn false positive when cloning Maps.
Improve quality of AccessorClassGeneration.
UnnecessaryLocalBeforeReturn enhancement is overly restrictive – method order matters.
AccessorClassGeneration throws ClassCastException when seeing array construction.
java-imports:
False positive on DontImportJavaLang when importing java.lang.ProcessBuilder.
False positive on DontImportJavaLang when importing Java 7’s java.lang.invoke.MethodHandles.
UnnecessaryFullyQualifiedNameRule doesn’t take into consideration conflict resolution.
UnusedImportRule - False Positive for only usage in Javadoc - {@link ClassName#CONSTANT}.
UnnecessaryFullyQualifiedName: Really necessary fully qualified name.
java-junit:
JUnitTestsShouldIncludeAssertRule should support @Rule as well as @Test(expected = …).
NPE applying rule JUnitTestsShouldIncludeAssert.
java-logging-java:
InvalidSlf4jMessageFormat: False positive with placeholder and exception.
InvalidSlf4jMessageFormat: fails with NPE.
java-optimizations:
RedundantFieldInitializer report for annotation field not explicitly marked as final.
UseStringBufferForStringAppends: False Positive with ternary operator.
java-strings:
ConsecutiveAppendsShouldReuse is not really an optimization.
InefficientEmptyStringCheck misses String.trim().isEmpty().
java-unnecessary:
UselessParentheses: Parentheses in return statement are incorrectly reported as useless.
java-unusedcode:
UnusedModifier doesn’t check annotations.
UnusedModifier doesn’t check annotations inner classes.
UnusedModifier doesn’t check static keyword on nested enum declaration.
UnusedLocalVariable false positive.
XML:
Error while processing xml file with “.webapp” in the file or directory name.
psql:
Parse error for IS [NOT] NULL construct.
javascript:
Template strings are not correctly parsed.

[close]

https://pmd.github.io/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Vagrant 1.9.4
« Antwort #396 am: 25 April, 2017, 20:15 »
Vagrant fasst alles, was Entwickler benötigen, in einer virtuellen Entwicklungsumgebung zusammen, was Entwicklern das Leben deutlich vereinfachen soll. Webentwickler müssen beispielsweise keine Infrastrukturkomponenten mehr einrichten oder sich um Abhängigkeiten Gedanken machen.

Das von Mitchell Hashimoto und John Bender 2010 initiierte Projekt Vagrant macht die Zusammenstellung virtueller Maschinen für Entwickler deutlich einfacher. Mit wenigen Handgriffen lassen sich virtuelle Maschinen mit allen benötigten Komponenten erstellen, die dann das gesamte Team nutzen kann, so dass alle mit exakt den gleichen Bibliotheken und Infrastrukturkomponenten in identischen Versionen arbeiten.

Vagrant basiert auf Oracles freier Virtualisierungslösung Virtualbox und nutzt Chef und Puppet, um die virtuellen Maschinen einzurichten. Gesteuert wird das Ganze über sogenannte Vagrantfiles.

Vagrant läuft unter Windows, Linux und Mac OS X, die eigentliche Entwicklungsumgebung wurde unter Ubuntu Linux umgesetzt. Es stehen aber auch sogenannte Basisboxen mit Arch Linux, Debian, Fedora, FreeBSD, Gentoo, Redhat, Solaris und Suse bereit.

Changelog

Features:

command/validate: Add Vagrantfile validation command [GH-8264, GH-8151]
communicators/winssh: Add WinSSH communicator for Win32-OpenSSH [GH-8485]
provider/hyperv: Support integration services configuration [GH-8379, GH-8378]

Improvements:

core: Update internal dependencies [GH-8329, GH-8456]
core/bundler: Warn when plugin require fails instead of generating hard failure [GH-8400, GH-8392]
core/bundler: Error when configured plugin sources are unavailable [GH-8442]
guests/elementary: Add support for new guest "Elementary OS" [GH-8472]
guests/esxi: Add public_key capability [GH-8310]
guests/freebsd: Add chef_install and chef_installed? capabilities [GH-8443]
guests/gentoo: Add support for systemd in network configuration [GH-8407, GH-8406]
guests/windows: Support mounting synced folders via SSH on windows [GH-7425, GH-6220]
hosts/windows: Improve user permission detection [GH-7797]
provider/docker: Improve IP and port detection [GH-7840, GH-7651]
provider/docker: Do not force docker host VM on Darwin or Windows [GH-8437, GH-7895]
provisioners/ansible_local: Add pip_args option to define additional parameters when installing Ansible via pip [GH-8170, GH-8405]
provisioners/ansible_local: Add :pip_args_only install mode to allow full custom pip installations [GH-8405]
provisioners/salt: Update minion version installed to 2016.11.3 [GH-8448]

BUG FIXES:

command/box: Remove extraneous sort from box list prior to display [GH-8422]
command/box: Properly handle local paths with spaces for box add [GH-8503, GH-6825]
command/up: Prevent other provider installation when explicitly defined [GH-8393, GH-8389]
communicators/ssh: Do not yield empty output data [GH-8495, GH-8259]
core: Provide fallback and retry when 0.0.0.0 is unavailable during port check [GH-8399, GH-8395]
core: Support port checker methods that do not expect inclusion of host_ip [GH-8497, GH-8423]
core/bundler: Check if source is local path and prevent addition to remote sources [GH-8401]
core/ui: Prevent deadlock detection errors [GH-8414, GH-8125]
guests/debian: Remove hardcoded device name in interface template [GH-8336, GH-7960]
guests/linux: Fix SMB mount capbability [GH-8410, GH-8404]
hosts/windows: Fix issues with Windows encoding [GH-8385, GH-8380, GH-8212, GH-8207, GH-7516]
hosts/windows: Fix UNC path generation when UNC paath is provided [GH-8504]
provisioners/salt: Allow Salt version to match 2 digit month [GH-8428]
provisioners/shell: Properly handle remote paths on Windows that include spaces [GH-8498, GH-7234]

[close]

http://www.vagrantup.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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Software Ideas Modeler 10.68.6325.16334
« Antwort #397 am: 26 April, 2017, 16:45 »
Software Ideas Modeler is used to draw UML diagrams which are used in professional software development. Software Ideas Modeler can also be used to draw some other diagrams such as entity-relationship diagrams and UI mockups.

Main features:

    Intuitive and quick drawing of diagrams
    All UML 2.4 diagrams
    Flowcharts, Data Flow Diagrams, Entity Relationship Diagram (Crow Foot/Chen), CRC Cards, User Interface, Hierarchical Task Analysis, Entity Life History, Robustness Diagram, Concurrency Diagram, Venn Diagram, Mind Map, JSD diagrams
    Styling
    Print - batch printing, multiple pages per diagram
    Export diagrams to various image formats (BMP, PNG, JPG, GIF, TIFF, SVG, WMF, EMF) and PDF


Officially supports GNU/Linux via Mono.

Note: paid versions with additional features are also available.

License:    Free for non-commercial use

Changelog

The new version 10.68 bring several fixes for database reverse engineering and for displaying distance auto guides:

Fixed displayed double distance number between diagrams [RQ#1500]
Fixed loading tables from some OLE DB data sources [RQ#1502]
Fixed incorrect showing leading "." for tables without schema [RQ#1502]
Fixed updating entities from data source other than MS SQL Server (Database Reverse Engineering)
[close]

http://www.softwareideas.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: 158890
  • Ohne Input kein Output
    • DVB-Cube
SWI-Prolog 7.5.5 Development
« Antwort #398 am: 28 April, 2017, 16:45 »
Changelog

FIXED: It was possible that a new atom did not become part of the atom table. This has two consequences: (1) the guarantee that atom-identity can be tested using handle-identity is not true, leading to possible incorrect results and (2) trying to reclaim this atom in AGC traps an assertion error (assert(*ap)).
DEBUG: Extended checkAtoms()
ADDED: library(sandbox): term_variables/3 is safe. Samer Abdallah.
MODIFIED: This patch changes the IOSTREAM structure of SWI-Prolog. This is needed because, since stream handles are subject to atom-GC, we need atomic access to the reference count of streams, but this was stored in a bit-field. This patch fixed IOSTREAM reference issues and adds debug infrastructure for them. Foreign libraries that use SWI-Stream.h are still source code compatible, but NOT BINARY, i.e., all such foreign libraries must be RECOMPILED.
ENHANCED: Sunlock(): cleaner unalloc condition.
FIXED: Sset_filter(): clear filter downstream and added additional assert() statements.
MAINTAIN: Additional assert() to check stream references.
CLEANUP: stream locking of get_code/1,2 and get_char/1,2.
FIXED: qsave_program/1,2: save current prompt.
FIXED: consistent prompt initialization

Package http:

FIXED: Clean websocket.o
FIXED: locking and error recovery in websocket stream
FIXED: locking issues and error recovery for opening chunked streams.
MODIFIED: json_read/2 and friends no raise an exception if the input ends before there is any data instead of returning @(end_of_file).

Package semweb:

IMPROVED: keep .gz suffix on source property for graphs loaded from file (similar to graphs loaded from http)

Package sgml:

FIXED: Handling of #empty and #default.

Package ssl:

CLEANUP: make ssl_close() more readable
CLEANUP: ssl_negotiate/5: more readable and complete cleanup in error conditions.
FIXED: ssl_close(): return -1 on errors of underlying functions.

Package xpce:

PORT: Avoid conflict on Windows.
COMPAT: Copy modified SWI-Stream.h from Prolog development tree. Note that this version only works with the matching swipl-devel and later.

[close]

http://www.swi-prolog.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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Boostnote 0.8.9
« Antwort #399 am: 02 Mai, 2017, 12:30 »
Changelog

Features:

Improve wordings. https://github.com/BoostIO/Boostnote/pull/480/files
Added Shift on Hints. BoostIO/Boostnote#488
Fix md viewer line breaks when copying. BoostIO/Boostnote#512
Add star display on note list. BoostIO/Boostnote#522
Change design of sidebar. BoostIO/Boostnote#520

Bug Fix:

Fix a shortcut for deletion. BoostIO/Boostnote#484
[windows]Scrollbar no longer appears above modal. BoostIO/Boostnote#513

[close]

https://boostnote.io/

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Visual Studio Code 1.12.1
« Antwort #400 am: 05 Mai, 2017, 05:20 »
Whats new:>>

Fixes an issue with .NET debugging.

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
SWI-Prolog 7.5.6 Development
« Antwort #401 am: 12 Mai, 2017, 16:45 »
Changelog

INSTALL: library(pengines_sandbox) for Windows.
PORT: pl-dict.c: fully portable version of dict sorting using qsort_r, (BSD or GNU style), qsort_s (Windows), GCC nested functions or as a last resort a mutex and qsort. Required implementation is detected by an extensive configure script.
PORT: Added qsort_r/qsort_s to configure tests to improve portability
FIXED: In predicate prolog_clause:ubody/5, added clause to process parentheses_term_position(_, _, _).
FIXED: Variables or meta-predicates where not geing marked as non fresh. Note also that is not safe to consider extra variables as fresh since we don't know how they will eventually be called.
FIXED: Possible crash in considerClauseGC() while clause GC is running. This patch also makes considerClauseGC() return early if clause GC kicks in while it is being considered.
PORT: Make sure we actually define __assert_fail().
PORT: Issue#224: More robust redefinition of __assert_fail().
FIXED: Issue#226: crash when combining tabling and constraints.
FIXED: git_process_output/3 (and derived predicates): properly read all input before waiting if the process handler fails or raises an exception. This avoids a deadlock.
MODIFIED: transpose/2 now fails for ragged matrices. Julien Cumin. Example, previously
User programs are unlikely to be affected (for the worse) by this change. Still, if you encounter a case where the previous behaviour is more desirable, please let me know. Note that transpose/2 also fails for such cases in SICStus Prolog, where it ships in library(lists).
FIXED: Memory leak for localised predicates that have no clauses as the thread dies.
FIXED: in_temporary_module/3: handling of possible collisions.
FIXED: Avoid stream-pair ambiguity for wait_for_input/3 and set_end_of_stream/1.
MODIFIED: Operations on stream pairs (see stream_pair/3) that are ambiguous (e.g., get the position of the stream) used to select the input stream. It now prints a message (and still selects the input), while an error is raised if the flag error_ambiguous_stream_pair is set to true. Eventually that will become default, but I fear too much code will break.

Package clib:

DOC: Pull request#9, Eyal Drechter.
FIXED: read_stream_to_codes/3: avoid ambiguous stream reference
FIXED: read_line_to_codes/3: avoid ambiguous stream reference

Package http:

FIXED: Ambiguous usage of stream pair
FIXED: Make JSON read/write work on stream pairs. Position information for syntax error and layout could select the wrong stream from the pair. Analysed by Abramo Bagnara.

Package pcre:

ENHANCED: Raise exception for unknown flags.
DOC: Fixed for changed flags
MODIFIED: Use de-facto standard for regex flags: /x for Perl extended and /s for dotall mode.

Package pengines:

TEST: Include sandbox
MODIFIED: Move pengine sandbox declarations to a new library(pengines_sandbox) to disallow using a pengine server as a proxy by default.
FIXED: Use more reliable beforeunload to kill all running Pengines.

Package semweb:

FIXED: Avoid ambiguous stream pair.

Package sgml:

FIXED: Issue#4: use on_error hook from main parser when parsing XML DTD statements. This makes such errors available to Prolog and suppresses them if asked by the user.
FIXED: Issue#19: sgml_parse/2: propagate I/O errors.
FIXED: Avoid ambiguous stream reference

Package xpce:

FIXED: regex->for_all: use end of match if match is not at start OR not empty instead of `AND not empty'.

[close]

http://www.swi-prolog.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: 158890
  • Ohne Input kein Output
    • DVB-Cube
SourceTree 2.0.20.1
« Antwort #402 am: 12 Mai, 2017, 17:20 »
SourceTree is a nice alternative to the git command line. It is a fast and easy way to work with Git and Mercurial, especially if you are using Git Flow and looking for free software.

Managing code workflow in SourceTree is intuitive, and it can facilitate most git tasks in a logical manner.

Lizenz: Open Source

Changelog

SRCTREEWIN-6962 Security Fix for CVE-2017-8768. Block potentially harmful remote url formats.

[close]

https://www.atlassian.com/software/sourcetree

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHotkey v1.1.25.02
« Antwort #403 am: 13 Mai, 2017, 10:30 »
Whats new:>>

Fixed GUI option strings being permanently truncated if an error is raised.
Fixed properties and class sub-variables to allow non-ASCII characters.
Fixed new operator to allow __New to throw or exit.

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: 158890
  • Ohne Input kein Output
    • DVB-Cube
Cppcheck 1.79
« Antwort #404 am: 14 Mai, 2017, 18:45 »
Cppcheck is an analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, we don't detect syntax errors. Cppcheck only detects the types of bugs that the compilers normally fail to detect.

License : GPL

Changelog

General changes:

C++ code in C files is rejected now (use --language=c++ to enforce checking the code as C++)
Write function access type to XML dump

Checking improvements:

Improved configuration extraction in preprocessor
Improved accuracy of AST
Improved template parsing
Improved support for (STL) containers in SymbolDatabase
Improved support for C++11's 'auto' type
Experimental support for uninitialized variables in ValueFlow analysis
Added qt.cfg and sfml.cfg, improved several existing .cfg files

GUI:

Use CFGDIR macro

[close]

http://cppcheck.sourceforge.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 )