Search found 94 matches

by VR
Sat Nov 07, 2020 3:26 pm
Forum: Chit-Chat
Topic: Some thoughts about Machine learning
Replies: 6
Views: 3782

Some thoughts about Machine learning

<r>Two quick comments:<br/>
<br/>
* There is an interesting concept for situations, where you want to use supervised learning, but the available training data is limited. It's called <URL url="https://www.datacamp.com/community/tutorials/active-learning"><s>[url=https://www.datacamp.com/community ...
by VR
Mon Oct 26, 2020 7:04 pm
Forum: Chit-Chat
Topic: XsDupFinder
Replies: 8
Views: 4323

XsDupFinder

<r>Hi.<br/>
<br/>
thanks for the feedback.<br/>
<br/>
@Wolfgang: I'll see if I can add an "include only" and "exclude" option. But since RegEx is kinda complicated, I'll probably use <URL url="https://github.com/kthompson/glob/"><s>[url=https://github.com/kthompson/glob/]</s>Glob<e>[/url]</e></URL ...
by VR
Sat Oct 10, 2020 5:10 pm
Forum: Chit-Chat
Topic: XsDupFinder
Replies: 8
Views: 4323

XsDupFinder

<r>Hello. <br/>
<br/>
I work for the same company as Arne and Hansjörg. In my spare time, I created a small tool called XsDupFinder, that some of you might find useful. With XsDupFinder you can analyze x# source code for duplicate code fragments. You can download it from my <URL url="https://github ...
by VR
Mon Sep 21, 2020 9:50 am
Forum: Visual FoxPro
Topic: Security Scan for X#
Replies: 9
Views: 8027

Security Scan for X#

<t>Hello,<br/>
<br/>
we use SonarQube for some of our c# projects. I tried, if the dotnet scanner of SonarQube picks up X# code, but sadly that is not the case.<br/>
<br/>
It is possible to create plugins for SonarQube to add new languages. I created a proof of concept, that scans x# code and counts ...