freeware

Are there any decent free Java data plotting libraries out there? [closed]

扶醉桌前 提交于 2019-11-29 19:57:57
On a recent Java project, we needed a free Java based real-time data plotting utility. After much searching, we found this tool called the Scientific Graphics Toolkit or SGT from NOAA. It seemed pretty robust, but we found out that it wasn't terribly configurable. Or at least not configurable enough to meet our needs. We ended up digging very deeply into the Java code and reverse engineering the code and changing it all around to make the plot tool look and act the way we wanted it to look and act. Of course, this killed any chance for future upgrades from NOAA. So what free or cheap Java

A good tool to populate database with dummy data? [closed]

扶醉桌前 提交于 2019-11-29 04:49:49
is there a good freeware that generates fake data for SQL Server? It would be really great if the tool generate the data according to foreign key (other constraints). Its such a repetitive task I am sure there must be a good tool for this but somehow i cant seem to find it. I've always written my own. It rarely takes very long to write. This way I know what I'm dealing with and if it's not correct, then I can tweak as needed and re-run it. If you cannot find a free version, RedGate produce a commercial one called SQL Data Generator . other commercial tools. 1. EMS Data Generator for SQL Server

development smtp server for windows [closed]

泪湿孤枕 提交于 2019-11-27 17:36:52
I am looking for a free test smptp server which can save emails in to files for my development tests. Since my development environment is windows I prefer test email server to run on windows but I can consider to install any other linux based alternatives. marc_s There are a few: SMTP Impostor (formerly Antix SMTP Server), NuGet package - looks very good Dumbster - fake SMTP server under Apache license Or you can also set it up in your web.config to just store the e-mails in the file system (the config way of what "silky" has proposed in code): <system.net> <mailSettings> <smtp deliveryMethod=