Added new projects
Update .htaccess, sidebar.php, and 16 more files...
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
[
|
||||
{
|
||||
"id": "lscom-cli",
|
||||
"id": "lscom-cli-dotnet",
|
||||
"title": {
|
||||
"en": "PB-ListComPort",
|
||||
"fr": "PB-ListComPort"
|
||||
"en": "DotNet-ListComPort",
|
||||
"fr": "DotNet-ListComPort"
|
||||
},
|
||||
"preamble": {
|
||||
"en": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.<br>This tool is intended to replace the tedious task of having to use the <code>mode</code> command, and the <i>Device Manager</i> to find a newly plugged-in device that provides a COM port.",
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemin des ports COM.<br>Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>."
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemins des ports COM.<br>Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>."
|
||||
},
|
||||
"image": "/resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd-cli.png",
|
||||
"tags": ["application", "tool" ,"lscom", "purebasic", "windows"]
|
||||
"image": "/resources/Azias/imgs/lscom/lscom-dotnet.png",
|
||||
"tags": ["application", "tool" ,"lscom", "dotnet", "windows"]
|
||||
},
|
||||
{
|
||||
"id": "youtube-auto-archiver",
|
||||
@@ -41,6 +41,22 @@
|
||||
"web"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "dotnet-arguments",
|
||||
"title": {
|
||||
"en": "DotNet-Arguments",
|
||||
"fr": "DotNet-Arguments"
|
||||
},
|
||||
"preamble": {
|
||||
"en": "A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.",
|
||||
"fr": "Une petite librairie simple et efficace pour lire et interpréter les options de lancement d'un programme pour .NET et .NET Core."
|
||||
},
|
||||
"image": "/resources/Azias/imgs/placeholder.png",
|
||||
"tags": [
|
||||
"library",
|
||||
"dotnet"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mc-expanded-iron-bundles",
|
||||
"title": {
|
||||
@@ -57,5 +73,18 @@
|
||||
"minecraft",
|
||||
"mod"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "lscom-cli",
|
||||
"title": {
|
||||
"en": "PB-ListComPort (Legacy)",
|
||||
"fr": "PB-ListComPort (Legacy)"
|
||||
},
|
||||
"preamble": {
|
||||
"en": "A simple CLI tool that can list COM ports with their name, friendly name and device name easily and cleanly.<br>This tool is intended to replace the tedious task of having to use the <code>mode</code> command, and the <i>Device Manager</i> to find a newly plugged-in device that provides a COM port.",
|
||||
"fr": "Un petit utilitaire pour invité de commande qui permet de facilement lister les noms, noms formatés et chemins des ports COM.<br>Cet outil a pour bût de faciliter cette tâche sans avoir à utiliser la commande <code>mode</code> ou le <i>Gestionnaire de périphérique</i>."
|
||||
},
|
||||
"image": "/resources/Azias/imgs/lscom/lscom-v2-text-01-bkgd-cli.png",
|
||||
"tags": ["application", "tool" ,"lscom", "purebasic", "windows"]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user