Konstantin Diachenko
Konstantin Diachenko
I need access to the OTG usb drive.
Well, something like this is possible even now. Look at `Config` class, `SQLiteOutput` and `DoubletsOutput` methods. ``` C# using System.IO; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using Comparisons.SQLiteVSDoublets.Model; using Comparisons.SQLiteVSDoublets.SQLite; using Comparisons.SQLiteVSDoublets.Doublets;...
As I found in [the documentation](https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html#3-use-docfx-integrated-with-visual-studio), instead of: ``` "properties": { "TargetFrameworks": "net452" }, ``` Should be ``` "properties": { "TargetFramework": "net452" }, ```
Should be moved to corresponding repository when https://github.com/linksplatform/Data.Doublets/issues/175 is finished.
After getting the AST using https://github.com/Konard/AntlrExample or Roslyn https://github.com/Konard/CSharpRecompileExample, this task will require to use #489.
Can be a part of https://github.com/Konard/LinksPlatform/issues/477
We should research how to import and use [CodeNet dataset](https://github.com/IBM/Project_CodeNet) with programming languages examples.
We can try to use a smaller dataset of [Rosetta Code project](http://www.rosettacode.org/wiki/Rosetta_Code).
And also translate (move, migrate, mirror, clone, merge, adapt) data from storage to storage (between databases), between services and so on.
An example tasks to test on: 1. Translate all [wikipedia articles](https://www.wikipedia.org/) to all natural languages and join content of articles with the same meaning. 2. Translate all open-source [projects/packages/libraries](https://libraries.io/) to...