Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
49 views

This is a very general question, but I am currently working on a project that researches anomalies in databases. I know there are a lot of general algorithms I can look into, but what are the correct ...
Ward Wielockx's user avatar
1 vote
1 answer
80 views

From this answer and similar blog posts I've used the decorator method to do data validation when creating a class. But now I need to validate one attribute relative to another. E.g.: class Planet: ...
thosphor's user avatar
  • 2,831
1 vote
0 answers
68 views

Consider a small Winforms application that has a list of custom objects bound to a DataGridView. The data class: public class MyAwesomeClass : IDataErrorInfo, INotifyPropertyChanged { string _Name;...
lhiapgpeonk's user avatar
0 votes
0 answers
33 views

Been trying to block a botnet attack that somehow goes directly to all the add-to-cart urls on my site without ever crawling the pages. htaccess rewrites are only blocking 90% of the requests. Google'...
Mesmer7's user avatar
  • 13
0 votes
1 answer
37 views

My form includes 3 checkboxes. <fieldset class="mb-5"> <legend class="h4">Question?</legend> <div class="input-group has-validation mb-3"&...
Boycott A.I.'s user avatar
  • 18.9k
0 votes
1 answer
66 views

I have the following struct for mapping payloads for updating an entity: #[derive(Clone, Deserialize, ToSchema, Validate)] pub struct BookUpdateset { #[cfg_attr( any(feature = "test-...
nacho's user avatar
  • 3
0 votes
0 answers
41 views

I am struggling to pull data that has overlapping dates to calculate the number of days when certain criteria is met. I used Results Reporting which is a SAP BI object. I've tried nested if statements ...
user32429269's user avatar
0 votes
3 answers
76 views

I am using jquery.validation in an ASP.NET MVC form and would like to disable the submit button when jquery.validation passes and form actually submits. The validation triggers in the background (I am ...
tshunter105's user avatar
0 votes
2 answers
92 views

I use Jinja2 and mixhtml for validating length of the input from the user. From my app.py two cons USER_USERNAME_MIN = 2 USER_USERNAME_MAX = 20 But I'm not sure how to place them into the input ...
ktj_jcbsn's user avatar
0 votes
2 answers
183 views

I'm new to C#, and I'm wondering if there is a more efficient way to validate user input than the code below. I've only been learning C# for about 2 weeks, and the code below will use the returned ...
AcidPanda's user avatar
Advice
0 votes
2 replies
104 views

I want to make sure I clearly understand the difference between GetInvalidfileNameChars and GetInvalidPathChars because, at least on windows platform, the former will exclude things like * ? : while ...
CitizenInsane's user avatar
0 votes
0 answers
67 views

The following admonition block: has been implemented as: <div role="alert" class="..." > <div id="ADMONITION_BLOCK-g63lpdW6hNuTc-02DamYx-TITLE" ...
Takeshi Tokugawa YD's user avatar
-1 votes
2 answers
66 views

I have a batch file as shown below where I compare the target date to the current date. The batch file works as long as the target date and current date are equal. What I need is to set up so that if ...
zimboy's user avatar
  • 1
1 vote
3 answers
133 views

I am currently migrating an AngularJS application to Angular 19+. I am using template-driven forms, because it is close to the AngularJS way of doing it. When I have a form input in AngularJS using ng-...
tschach's user avatar
  • 41
0 votes
1 answer
45 views

I have an existing Budget P&L model that was originally built to work on a single selected month only using `Max(MONTH_NUM)~. The variables work perfectly month by month, but I am trying to ...
MarioGB's user avatar

15 30 50 per page
1
2 3 4 5
4514