Skip to main content

Questions tagged [library]

Code libraries to write programs to accomplish specific tasks. Please use this tag together with one for the associated programming language.

0 votes
0 answers
12 views

I am looking for a .NET/C# library that checks a website for the availability of updates (I guess that I can provide whatever file they need to do that) can download the update in the background can ...
Thomas Weller's user avatar
1 vote
0 answers
11 views

I am looking for a .NET/C# library that generates a PC fingerprint using e.g. hardware installed in the PC or software that has a metric for change which I can use for my licensing needs. the metric ...
Thomas Weller's user avatar
1 vote
0 answers
15 views

I am looking for a .NET/C# library that generates license keys for software using a private key on my PC and of course can check the validity of such a license key using the public key on the target ...
Thomas Weller's user avatar
0 votes
1 answer
13 views

I need a library for .NET (C#) which detects the language of a text passage. By language I mean "English" or "German". support for English, German, Chinese, Spanish, French, ...
Thomas Weller's user avatar
1 vote
0 answers
13 views

Once upon a time, there AvalonDock was the window docking system to go for C#/.NET. However, it seems that it has not been updated for .NET 8. I am looking for: a window/tab docking library open ...
Thomas Weller's user avatar
1 vote
1 answer
25 views

I would like to have a derive macro like VariantsStruct from variants-struct but which for #[derive(VariantsStruct)] enum Hello { World, There(i32) } would produce struct HelloVariants { ...
Dmitrii Demenev's user avatar
0 votes
0 answers
21 views

Here is the high level description of the issue. A client/user (not necessarily a human, but may be another script) has to trigger a long running task (containing some input arguments) via calling an ...
Della's user avatar
  • 161
0 votes
0 answers
7 views

I'm looking for a open-source Python library or function that has a QWERTY keyboard mapping vicinity between keys. So for example, that given T and Y the software says they're 1 key away, or that ...
bad_coder's user avatar
  • 155
0 votes
1 answer
29 views

On Linux, password managers like .netrc, pass, GNOME/Keyring, and KeePass/KeePassXC can be queried by other processes. I'm not as familiar with the first-party options for Windows, but the KeePassXC ...
charmoniumQ's user avatar
0 votes
0 answers
34 views

While browsing Stack Overflow, I've seen a question about MudBlazor. However, I'm currently using Bootstrap 5.3.7 and Blazor Bootstrap 3.4.0. It's time-consuming for me to compare the two in terms of ...
DevQt's user avatar
  • 101
0 votes
0 answers
45 views

I am looking into mobile development frameworks for a project at work. Our main environment is PHP–Laravel-based, so I was hoping to be able to use NativePHP for a new mobile app we are planning to ...
gabeneil's user avatar
1 vote
0 answers
21 views

I need to use Stripe with my application on Webforms that are running in a webapp (JavaScript). I need to use it provide a payment mechanism integrated into the webapp. I am looking for any of the ...
Rohit Gupta's user avatar
  • 2,005
1 vote
1 answer
39 views

I'm struggling to find a library on Python which provides functions to compute inverse Jacobi elliptic functions, specifically the inverse of cn and dn. So far I've just found that SageMath provide ...
Emanuele Nori's user avatar
0 votes
0 answers
20 views

I am trying to write a testing application for one of my hardware devices. What I am trying to do is to create a MPEG Transport stream, containing a sine wave test tone and some color bars, preferably ...
LaCalienta's user avatar
0 votes
0 answers
16 views

Sometimes, when printing textual output, I want to print information in two columns representining two sources of information or two running processes. I may, or may not, want to be able to clear both ...
einpoklum's user avatar
  • 3,498

15 30 50 per page
1
2 3 4 5
71