Click here to Skip to main content
15,867,686 members
Home / Discussions / Free Tools
   

Free Tools

This forum is for discussing and recommending Free tools for software development. Please post direct links to tools, and not just links to pages that review or list tools.No shareware and no commercial products allowed. Please report spammers by voting to remove their messages and reporting their accounts.

 
GeneralRe: NanoCAD a free alternative to AutoCAD Pin
Joan M4-Mar-21 23:29
professionalJoan M4-Mar-21 23:29 
GeneralRe: NanoCAD a free alternative to AutoCAD Pin
Richard Deeming4-Mar-21 23:35
mveRichard Deeming4-Mar-21 23:35 
GeneralRe: NanoCAD a free alternative to AutoCAD Pin
Joan M4-Mar-21 23:38
professionalJoan M4-Mar-21 23:38 
GeneralI can recommend it Pin
Nelek14-Oct-22 22:29
protectorNelek14-Oct-22 22:29 
GeneralMore.Windows.Forms library 1.1 Pin
Tomaž Štih21-Feb-21 11:09
Tomaž Štih21-Feb-21 11:09 
GeneralRe: More.Windows.Forms library 1.1 Pin
Richard Deeming21-Feb-21 22:23
mveRichard Deeming21-Feb-21 22:23 
GeneralRe: More.Windows.Forms library 1.1 Pin
Tomaž Štih22-Feb-21 0:13
Tomaž Štih22-Feb-21 0:13 
QuestionSimplify coding replace issue Pin
mininja213111-Jan-21 3:12
mininja213111-Jan-21 3:12 
Ok I have been trying to find a solution to my issue. I have a few configs that I am trying to build. But I have a single string that needs to be replaced OVER AND OVER but with different values. EX:
      {
        "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_TekRifle.PrimalItem_TekRifle'",
        "Player": {
          "AllowDamage": true,
          "AllowDamageText": true,
          "MaxDistance": -1,
          "DamageMultiplier": 1,
          "MaxDamage": -1
        },
        "TamedDino": {
          "AllowDamage": false,
          "AllowDamageText": true,
          "MaxDistance": -1,
          "DamageMultiplier": 1,
          "MaxDamage": -1
        },
        "WildDino": {
          "AllowDamage": true,
          "AllowDamageText": true,
          "MaxDistance": -1,
          "DamageMultiplier": 1,
          "MaxDamage": -1
        },
        "Structure": {
          "AllowDamage": true,
          "AllowDamageText": true,
          "MaxDistance": 1000,
          "DamageMultiplier": 1,
          "MaxDamage": -1
        }
      },
But I would like to replace "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_TekRifle.PrimalItem_TekRifle" over and over with multi different strings from a list. I would like to find a way to dump in said list and have it copy that whole code block and replace said value with the first thing in the list and so on till it is finished. I have over 100 entries and copy and paste is starting to cause my eyes to go crossed.I know that I have to be doing it the hard way right now. But I have not found a solution. 

AnswerRe: Simplify coding replace issue Pin
Richard MacCutchan11-Jan-21 3:19
mveRichard MacCutchan11-Jan-21 3:19 
GeneralRe: Simplify coding replace issue Pin
mininja213111-Jan-21 3:37
mininja213111-Jan-21 3:37 
GeneralRe: Simplify coding replace issue Pin
Richard MacCutchan11-Jan-21 3:47
mveRichard MacCutchan11-Jan-21 3:47 
AnswerRe: Simplify coding replace issue Pin
Nelek15-Jan-21 7:55
protectorNelek15-Jan-21 7:55 
GeneralMulti-Account Container - Firefox extension Pin
Richard Deeming1-Dec-20 23:41
mveRichard Deeming1-Dec-20 23:41 
GeneralMessage Removed Pin
30-Nov-20 22:41
SasShara30-Nov-20 22:41 
AnswerAnimation Tools Pin
thatraja17-Nov-20 7:47
professionalthatraja17-Nov-20 7:47 
GeneralMessage Closed Pin
3-Jan-21 22:20
Jerigo3-Jan-21 22:20 
GeneralRe: Animation Tools Pin
thatraja4-Jan-21 3:37
professionalthatraja4-Jan-21 3:37 
GeneralHash Check Pin
Nelek11-Sep-20 12:06
protectorNelek11-Sep-20 12:06 
Generaldebug method helper (DMH) Extension for Visual Studio Pin
Balaji 356-Sep-20 5:25
professionalBalaji 356-Sep-20 5:25 
GeneralWordpress to html software, So I can code it freely (live option?) Pin
Dr3am'R6-Sep-20 4:45
Dr3am'R6-Sep-20 4:45 
AnswerRe: Wordpress to html software, So I can code it freely (live option?) Pin
OriginalGriff6-Sep-20 4:49
mveOriginalGriff6-Sep-20 4:49 
GeneralRe: Wordpress to html software, So I can code it freely (live option?) Pin
vic11con3-Jun-21 2:36
vic11con3-Jun-21 2:36 
GeneralMessage Removed Pin
28-Aug-20 2:57
Jim.Developer28-Aug-20 2:57 
GeneralPrecise Calculator Pin
Bassam Abdul-Baki29-Jul-20 7:27
professionalBassam Abdul-Baki29-Jul-20 7:27 
GeneralStretchly Pin
Kevin McFarlane24-Jul-20 5:49
Kevin McFarlane24-Jul-20 5:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.