|
They offer several different options:
nanoCAD plus, pro, mechanical, construction, 3D scan and nanoCAD.
The last one (the one I'm referring to[^]) is a MULTI PURPOSE FREE DRAFTING SOFTWARE as they state in their web site.
A great tool, they offer this as free because they use it as a base platform to their business pay tools.
Check this link I posted now and scroll down to the first text paragraph and you will see it is free.
Which it is AMAZING.
|
|
|
|
|
Maybe you should have posted the direct link, instead of the link to their homepage?
Looking at the homepage, we have "download free trial", "buy nanocad", and details of their commercial offerings. The page title says it's "low cost" software. There's no indication that any of their products are actually free rather than free trials.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
You are right... I had "discovered" it yesterday, installed it and started to use to see I love it... just wanted to share it.
Now it is much more clear. Even the link I pasted reads "with free option..." and this is the direct Ctrl+V result from the link itself.
Thanks for the suggestion.
|
|
|
|
|
I have lately been using the free version a lot and is really, really nice. Of course there are shortcuts or plugins from other software that might be missing, but I have done the plans for a big project of mine and I could make anything I needed without missing Autocad or other software I used in the past.
A big
Thanks Joan
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Good evening,
second iteration of the More library: a collection of free (MIT licensed) WinForms controls is finished.
You can download full source code from here
GitHub - tstih/more: A growing collection of (MIT licensed) professional Windows Forms Controls for .NET Core.[^]
There are already three controls in the pipeline for the next (third) iteration:
- force directed graph control,
- ruler control, and
- world control (a canvas for drawing in native units that handles zooms, axes, different coordinate systems i.e. cartesian and polar, etc.)
Wish you happy coding,
Tom
|
|
|
|
|
Since you already have a really good readme.md , you might want to submit this as a project.
Your GitHub Project on CodeProject[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Done[^]. I also removed the Hire me chapter/ad at the bottom because it is appropriate content for my personal git hub repo, but not for the CP article. ![Java | [Coffee]](https://codeproject.freetls.fastly.net/script/Forums/Images/coffee.gif)
|
|
|
|
|
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.
|
|
|
|
|
mininja2131 wrote: I have been trying to find a solution Then you should post your question in the correct forum. This one is for suggesting free tools, as clearly stated at the top of the page.
|
|
|
|
|
Ok my bad I thought that there might be a free tool to help me with this issue. That is the only reason I picked this forum. What one would you suggest I post this in then? And thank you for your reply.
|
|
|
|
|
|
Code your own one?
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Firefox Multi-Account Container[^]
Extremely useful if you need to log into the same site with multiple different accounts.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
modified 2-Dec-20 6:30am.
|
|
|
|
|
|
It's a popular painting app. Version 3.0.x onwards Animation support came.
|
|
|
|
|
Pretty old, but simply elegant and very light.
Originally from HashCheck Shell Extension[^] "current" version (2.1) is old but still works (at least in Windows 7) (more old tools too, still have to test them though)
The one I am using is a bit newer (v2.4) in Download HashCheck Shell Extension 2.4.0.55[^]
I like its simplicity and always readyness.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Why should we code to test a method
No need for postman or any testing framework for c# development for testing.
use DMH debug method helper
Extension for Visual Studio 2015/2017/2019.
DMH - Visual Studio Marketplace[^]
Free & opensource
Not just for web services or web API it supports all frameworks written in c#.
supporting Core version are 2.1 & 3.1.
|
|
|
|
|
Hello,
I am looking for software where I can code and alter my wordpress site. Using a mac, tried dreamweaver, didnt get far. Recommandations please. Thank you in advance!
|
|
|
|
|
Wrong place to ask - this forum is for telling other members about tools, not for askign for tehm.
You could try Quick Answers[^] but probably you won't have much luck: this is a development site, not a web design one. I'd suggest asking in the Wordpress forums: Forums | WordPress.org[^] you'll be talking direct to people with a lot more experience of exactly what you are trying to do than here.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Try Bluegriffon's free version and if you like you can upgrade to the pro version. Coffee cup HTML editor is another good choice
|
|
|
|
|
|
|
I update my logging NuGet package. It is free to use, and has free support by email.
The NuGet package is at NuGet Gallery | Jeff.Jones.JLogger 1.1.2[^]
The publicly available demo code and documentation is located at GitHub - MSBassSinger/JLogger_Demo: Demo of how to use the JLogger NuGet package[^]
Features:
- Made for simplicity, multi-threaded .NET (Framework or Core) applications. Targeted to .NEDT Standard 2.0
- Creates logs to a file (tab delimited that can be opened in Excel)
- Creates logs to a SQL Server table (T-SQL code provided for table and stored procedures)
- Option for SQL Server to audit changes to the log table
- High throughput (file or DB writes are handled on a separate thread in the background)
- User defined log fields (in addition to a number of fixed log fields
- Log retention is user settable
- Optional email sent, specified per log entry.
Sample log entries (UDF 1 and UDF 2 are user defined columns; column names can be anything the programmer sets):
Time Log Type Message Addtl Info Entity Name Device Exception Data Stack Info Module Method Line No. ThreadID UDF 1 UDF 2
19:42:56.731 StartupShutdown Default Debug Options Bitset Value: [000A18CA]. Unit Tests JJONES-DEV CreateDebugLogFile 0 1
19:42:58.929 Informational Initial Log entry Log Testers Anonymous frmMain.cs btnRunTest_Click 350 1
19:42:58.945 Error Type: [Error] - Attempted to divide by zero.; Source=[LoggingDemo] Division by zero was intentional Log Testers Anonymous JJONES-DEV [Exception Data:] [x]=[100]; [y]=[0]; N/A frmMain Void TestMethod(Int32) 464 12 Sample value for UDF 1. Sample value for UDF 2.
19:42:58.955 Error, SendEmail Type: [Error, SendEmail] - Attempted to divide by zero.; Source=[LoggingDemo] Division by zero was intentional Log Testers Anonymous JJONES-DEV [Exception Data:] [x]=[100]; [y]=[0]; N/A frmMain Void TestMethod(Int32) 464 1 Sample value for UDF 1. Sample value for UDF 2.
19:42:58.957 StartupShutdown Last line in the log This denotes the last log entry for the logging session. Log Testers Anonymous JJONES-DEV N/A N/A Logger Boolean StopLog() 23 1
If you have any questions, please let me know.
modified 21-Jul-20 10:24am.
|
|
|
|
|
Still works under Windows 10. If you need to "navigate" an XML file, this is still a great tool.
Download XML Notepad 2007 from Official Microsoft Download Center
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it.
― Confucian Analects: Rules of Confucius about his food
|
|
|
|
|
There's a more up-to-date version on Microsoft's GitHub account:
https://microsoft.github.io/XmlNotepad/[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|