open source software to control computer fan speed [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
So I asked a similar question here but it was considered a duplicate: https://stackoverflow.com/q/6181191/319862
This time I will be a little bit more specific...
Are there any open source projects that can control the pwm frequency of a motherboard fan header. Please share links. The only software I can find is Speedfan and it does not seem to make the source available.
The next best thing I found was openhardwaremonitor, but it does not control fan speeds yet according to the issues list on google code.
-- edit --
I am mainly interested in Windows at this time, although a cross platform project would be great.

lm-sensors provides a fancontrol tool that can change the speed of your fans, along with some nice calibration tools to help you maintain reasonable temperatures with minimum energy and noise. Excellent tools.

Related

Free WPF real time chart [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for some simple line chart solution. I need that for my app written in wpf that is part of a final college exam. I was trying to find some, but I have found only paid solutions and because I need that just for this purpose I dont want to pay for it.
The only additional requirement is that it must work with real time data, min 1 update per sec (brain affective data which im obtaining from neuroheadset).
You might try OxyPlot. It's free, certainly fast enough for what you want, and fairly easy to use.
WPF Toolkit has a nice free easy to use chart control available here.
And here's a good demo project on codeproject.

How to simulate drop in LAN bandwidth [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
A customer is reporting some odd behaviour which I suspect is due to a massive drop on LAN bandwidth (It matches the times when the IT dept pump out windows updates).
I want to simulate this so I can design around it and make our software more robust to this. I have tried manually setting a bunch of copies going at the same time, but it doesn't put enough load.
Is there a tool out there which can swamp the network?
On Windows, you can use a tool such as Clumsy, which provides many configuration options to emulate various scenarii such as packet loss, lag, out-of-order packets, etc...
Install Fiddler, under Rules > Performance> Simulate modem speeds , you can simulate a low bandwidth connection

Implementing an Excel-like formula engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a professional tool that will enable me to implement an excel like formula engine.
I require support for custom functions, an editor (in winforms or WPF) which gives a descent user experience (Intellisense , auto complete, partial evaluation of the formula etc...)
All I could find so far are just back-end projects such as:
http://www.codeproject.com/Articles/17853/Implementing-an-Excel-like-formula-engine
http://www.codeproject.com/Articles/57264/Eval3-wrapper
And those do not provide any client side , only backend engine.
There are some Excel-formula-engines out there (mostly commercial) - but since you need a frontend too the only one I know of is SpreadsheetGear. Hope this helps...
Spreadsheetgear is one of the more established products. According to their site Microsoft also use their product?? It's expensive though.

RTS Game Design and Code Organization [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to write a 2D real time strategy game probably using XNA and was looking for a book or other resource that walks through the structure of the code and the main process of creating a larger game.
Does anyone know of any good resources I can use.
First: You might get better answers here
Secondly: Read this old article that still contains a lot of valuable information on a classic RTS game. www.Gamasutra.com is a very valuable source of information.
http://www.xnadevelopment.com/tutorials.shtml might be helpfull.
If you havent done any XNA game development before I would start with the simple stuff and work your way through the tutorials before getting into writing your game.

Open Source Graph Layout Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for an open source (GPL, LGPL etc) graph layout library for .net framework, preferably fully managed code. Im not worried about the visualisation aspect of things.
I can find lots of them for Java, but none for .net...
Thanks!
http://graphsharp.codeplex.com/ (Nice "visualisation aspect of things" :)
(...and for the "oldie" GraphViz, you can get no less than 3 language bindings for C#)
http://satsumagraph.sourceforge.net
Has force-directed graph layout (charged particles & springs model).
http://zedgraph.org/wiki/index.php?title=Main_Page
Tried it before...works great.

Categories

Resources