|
Hey guys. Hope u all well. I just want to show you a project I am working on. It is a nice tool for pentesters. Please feel free to leave feedback and sugestions. What other feautures you think it should have. Thank you all. Kudos
https:
|
|
|
|
|
Is there any plugin present in wordpress for the bilingual or multilingual WordPress website creation?
I have tried Polylang Plugin but not received a desired output.
|
|
|
|
|
|
I have found that GTranslate was a quick and easy way to roll out Wordpress translations.
|
|
|
|
|
try the latest wp multi instal
|
|
|
|
|
Polylang Plugin works very well on me.
|
|
|
|
|
|
Hitherto we used to generate the insert scripts through SSMS -> Tasks -> and then Generate Scripts. However the catch is that there is a need for manual intervention when moving these scripts across servers and between version deployments.
Hence when trying to get assistance in one of my recent engagements I got to know about this OpenSource tool called DataScriptWriter which is an opensource one at-> GitHub: Where the world builds software · GitHub[^]
The things I liked in it:
1) Modes to manage data like Merge (Insert/Delete/Update) using CTE
2) DevExpress Community Library
There were a few unhandled exceptions and limitations where the output being saved. Just thought of doing a bit of fix and submitted the same and the author helped to accept the Pull Request.
|
|
|
|
|
Hello all,
I am an industrial programmer. From time to time I make an interesting project and I make some videos of it that can show what I can do to future customers.
The last week I was trying to find a better tool than what I used till now and I can say I've found it. no matter what video your are editing, with that you will be able to do it FOR FREE and in the platform you prefer (Windows, Mac or Linux).
Davinci Resolve[^]
NOTICE:
The "Davinci Resolve Studio" version is the payment version of that software. You can do almost everything with the free version though.
Hope this helps!
modified 14-Aug-21 13:09pm.
|
|
|
|
|
Each time I have needed to draw something in 2D using known lengths I've being returning to AutoCAD, libreCad and other options out there simply work different and, as I learned to use it years ago, it's frustrating.
Found NanoCAD and let me tell you this works exactly like AutoCAD 2010 +/-.
Super lightweight, free and working like AutoCAD program that you can download from nanoCAD - cheap, easy-to-use CAD software with free download option[^]
In case there is any doubt check their global downloads page... I'm referring to the free nanoCAD 5.0 option[^].
Hope this helps.
modified 5-Mar-21 5:40am.
|
|
|
|
|
According to the site, it's a free trial of a commercial product.
That goes against the ethos of this forum, and counts as spam.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
Message Removed
modified 15-Jan-21 14:10pm.
|
|
|
|