|
If a link exists then Google will probably be able to find it.
|
|
|
|
|
There is no link on Google so I guess it has disappeared forever. I was told that it was included in an electronic/scientific package (Dacs) for measuring quantities for hospitals and science labs, but I could not locate that either. I purchased some dac boards myself, but it was not on the install disks provided with the boards. I played around with the vb6 softwire package years ago, but wondered what the net version was like.
|
|
|
|
|
|
Problem solved. I ended up finding out where it is. It is part of the InstaCal package from measurement computing. I purchased some DAC boards and other equipment equipment recently, so a very big thank you to Joe for pointing me in the right direction. It seems that I had the old software. The net package was given away for a limited time and then it was added to the commercial Instacal package. I was just curious how different it was to the vb6 version. Once again , many thanks to those people that helped me out. It was greatly appreciated.
|
|
|
|
|
The WizardWrx .NET API, which has been on GitHub - txwizard/WizardWrx_NET_API for several years, is finally available as a set of NuGet packages. Everything is subject to the same three-clause BSD license.
The WizardWrx .NET API is a set of libraries that expose a rich set of general-purpose helper classes for use in projects that target the Microsoft .NET Framework. Among other things, they offer the following.
1) Syntactic sugar, such as the routines that identify the first, last, and next-to-last iteration of a FOR loop, convert subscripts to and from ordinals (zero-based versus one-based subscripts), compute a modulus (remainder), and perform decimal shifts
2) Prse dynamically generated format control strings (used with string.format and such),
3) Reduce computing message digests to a single method call
4) Transparently convert Registry values of all types into native types (strings, integers of various sizes, and byte arrays)
5) Parse command line arguments for any program (command line or graphical),
6) Add numerous extension methods to system.string and system.IO.FileOnfo
7) Simplify working with the match groups returned by the Regular Expression engine
8) Dynamically generate format strings to compactly represent data in tabular format
9) Implement the Singleton design pattern in a way that fully leverages certain guarantees about the behavior of static constructors
10) Format and log exception reports, optionally recording them in a Windows Event Log and efficiently reporting them on the two standard console output streams, taking into account when either or both has been redirected to a file
11) Accurately identify the type of processor on which the code is executing and the Windows subsystem (character mode, graphical, etc.) in which it is executing
12) Walk the dependency tree of any executing assembly
13) Sort collections of FileInfo objects, so that the files they represent can be processed in any order
14) Provide scores of handy symbolic constants to disambiguate and properly document your code
The3re is much more; these are the highlights, most of which I use daily.
You can search the gallery for WizardWrx , though a more efficient strategy is to follow the directions given near the top of README.md in the GitHub repository. MSDN-style documentation is published at Introduction to the WizardWrx .NET API, which is a much better reference than anything that is practical to include in a NuGet package.
Though the API comprises ten libraries, you can get everything, including the two external dependencies (WizardWrx.AnyCSV and WizardWrx.BitMath ) with just three NuGet requests, which are listed in the ReadMe file. This is possible because the packages include complete dependency chains.
Since each package has a companion debug symbols package, you can debug with symbols by adding https://nuget.smbsrc.net/ to your list of symbol servers. See the Debugging node in Visual Studio Options. The symbols packages add only a PDB file; if you want the source, clone the repository.
Though I didn't use test frameworks for most of it, every routine has been carefully tested, and the test program, DllServices2TestStand.exe , is included in the GitHub repository and the downloadable library packages. (It's not in the NuGet packages, where it would be significant dead weight.)
David A. Gray
Delivering Solutions for the Ages, One Problem at a Time
Interpreting the Fundamental Principle of Tabular Reporting
modified 4-May-19 3:01am.
|
|
|
|
|
Hi,
At the new place I am at installing new software takes a lot of time and a complicated procedure.
For file/directory backup I have been using FreeFileSync for the last couple of years. However that requires an install on Windows which I can't do without it costing a lot of time.
Fortunately I have found a free portable alternative ( link below ). It is a pretty old program ( last version dates back to 2007 ) and pretty basic but to simply copy the content of one or more directories to a backup directory on a USB drive it works just fine, even on a windows 10 machine. It is probably a good old win32 based application that despite its age just keeps on working.
There are even a few options you can set such as only to copy new/updated files etc...
Anyway, for me it does exactly what I need it to do, maybe someone else might like it as well.
Freebyte Backup[^]
|
|
|
|
|
|
fd9750 wrote: Freebyte Backup[^]
Went looking for this last weekend, the entire site seems have disappeared, I can only find the program on places like CNet and the like.
They say it is version 3.0 dated 09-10-2012, wonder if it is the same thing.
Michael Martin
Australia
"I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible."
- Mr.Prakash One Fine Saturday. 24/04/2004
|
|
|
|
|
Yes, the website has gone up into smoke but what you find on CNET etc... is exactly the same software.
|
|
|
|
|
Hello All,
I'm seriously having a brain hiccup...
Can you point me to the 'best way/most efficient way' to complete the following:
- I will pull two reports from a system (I get it in report format)
- I need to merge the information from the two files together into one file
- I need to create a report with information from specific fields
- I need to add additional information to make a well rounded email
- I need to review complete file and allow approval prior to sending
- I need to send via email
Which path / program would you use to complete something like above?
Insight appreciated.
Thanks,
CE
|
|
|
|
|
Why have you posted this here, it has nothing to do with Free Tools? Please read the preamble at the top of the page.
|
|
|
|
|
I posted here because I was looking for a 'free tool' that was readily available, not a 'paid tool' and
...that is why. I was seeking any insight into what free tool would allow me to do what was mentioned in the note.
I also noted that I was having a brain hiccup...
Since then, I built something from scratch myself.
Thanks.
CE
|
|
|
|
|
Member 14151984 wrote: Can you point me to the 'best way/most efficient way' to complete the following:
Hire someone that knows something about architecture, programming and requirements gathering.
|
|
|
|
|
yeah. I ended up building it myself.
As my note said, I was having a brain hiccup.
...seriously thought I would be able to get kind feedback that would trigger something for me.
Thanks.
CE
|
|
|
|
|
It all depends on what format the reports are coming in and what tools/development languages do you already know.
Social Media - A platform that makes it easier for the crazies to find each other.
Everyone is born right handed. Only the strongest overcome it.
Fight for left-handed rights and hand equality.
|
|
|
|
|
Thanks ZurdoDev.
I ended up getting over the brain hiccup and built something myself.
Have a great day and thanks for responding.
CE
|
|
|
|
|
canopy - f#rictionless web testing
Quote:
canopy is a web testing framework with one goal in mind, make UI testing simple:
Solid stabilization layer built on top of Selenium. Death to "brittle, quirky, UI tests".
Quick to learn. Even if you've never done UI Automation, and don't know F#.
Clean, concise API.
.net Standard 2.0.
MIT License.
This is useful just for web automation during development independently of actually writing tests. Although it's F# you can just copy and edit from his starter examples. It's far easier than learning Selenium itself.
Install-Package canopy
Kevin
|
|
|
|
|
|
|
This is a really nice free Hex Editor*.
And it is the portable app version so you can even run it off a USB drive or whatever.
Frhed Portable (hex editor) | PortableApps.com[^]
*I tried to search the forum to make sure it hasn't been posted before.
|
|
|
|
|
There are a lot of resources for finding information about zip codes and populations on this website. Enter any zip code and it will do a radius search, up to date congressional districts. It can do this for the U.S. and Canada.
Zip Code Database - Free tools[^]
|
|
|
|
|
Message Removed
modified 31-Jan-19 15:13pm.
|
|
|
|
|
Is there any Image available with Full Access (internet/usb port open) for VS Development Environment, with some 3rd Party tools like DevExpress or Telerik installed .. any help for home user for Free/ or minimum cost and goes beyond 30/90 days) as Student and home user
It would be more interesting if NCrunch or some likewise tools in it ..
Any other solution or component help is highly appreciated
|
|
|
|
|
Even if there was, we would not be providing them to you: what you are doing is in breach of at least 2 copyright and licencing agreements, and counts as malicious behaviour.
We do not condone, support, or assist in any way with such activities: this is a professional site for professional developers, many of whom earn their money writing software with such licence terms included.
If you want to know such things, you will have to visit hacker sites. But ... be sure to disable all firewall and anti-virus products before connecting or they will not trust you enough to help.
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
If you are new to programming, keep away from the "shiny buttons libraries". It is more important that the thing does as expected than that it has the latest shiny buttons.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|