961 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
131
views
How to bulk load CSV file in mySQL workbench without import wizard? [closed]
I am trying to write a stored procedure to import CSV data from local system to mySQL tables. I do not want to use import wizard as I want SP to create, import and display time taken to import.
...
0
votes
1
answer
56
views
Restricting IAM user from accessing/downloading my .py files in AWS sagemaker
I want to share my jupyter notebook to public in AWS sagemaker. But when an IAM user logins all the files are listed under file explorer and he is allowed to download myfunctions.py files where all ...
1
vote
0
answers
81
views
Givens Rotation on Python
I’m replicating Shapiro & Watson (1988) and need to impose the long-run restriction with a Givens rotation.
The target identity is
C_inf@B=C_inf(P@Q_total)=(C_inf@P)@Q_total=A@Q_total
Yet my code ...
-2
votes
1
answer
35
views
Does Chrome silently drop some subdomain names?
I have a website with a main domain and several subdomains.
example.com
sub1.example.com
ltd.example.com
They all have visibly different content.
With Chrome if I enter sub1.example.com I get sub1....
0
votes
1
answer
467
views
Cypress Cross-Origin Restriction – Accessing Elements Inside an iFrame
I'm facing an issue related to cross-origin restrictions. The website I'm testing contains an iframe with a src attribute pointing to a different origin than the main website's URL.
The iframe within ...
0
votes
0
answers
39
views
Is there a way to add a common/global restriction to all element in XSD?
I want to add a common/global restriction to all my elements, is there a way to add a restriction to all element in XSD instead of applying the restriction one-by-one to each element. Below is the ...
0
votes
0
answers
79
views
How can i check SwiftLint working on commit and edited file
I'm using Github action to lint the swift language and using SwiftLint for that. I want SwiftLint to check only the committed and edited files in my project. I've tried multiple solutions, but none of ...
2
votes
1
answer
90
views
Classification issue in an OWL ontology
I am defining a simple ontology to classify a sandwich based on its ingredients. The structure is as follows:
Classes:
Ingredient
Bio
Vegetable
Fish
Meat
Sandwich
BioBurger
FishBurger
Data ...
1
vote
0
answers
87
views
Restrict Youtube API_KEY to only my android app
I'm trying to restrict my API_KEY to only my app. In the Edit API key page I set to 'Android apps' and set the package name and Fingerprint.
The package name is the same as in my AndroidManifest.xml:
&...
0
votes
1
answer
34
views
Do unmentioned element attributes in a complexContent xsd:restriction copy over from the parent type?
If an element in an xsd:restriction doesn’t have an attribute used by the matching element of the complex type the restriction is derived from, what is the calculated value of the attribute for the ...
0
votes
0
answers
52
views
OWL conditional if... then
I am working with Protegé and trying to create an OWL file that allows inferring that if "child1" and "child2" have the same "mother1", then "child1" and "child2" are siblings. That is, in the ...
0
votes
2
answers
111
views
Can you somehow restrict any installed app with your own app?
Basically I want to create an app where you can select any of your installed apps and then restrict/unrestrict them. I have a great idea for an app, but need the user to be able to restrict an ...
1
vote
0
answers
121
views
Algorithm to Count Permutations Without Adjacent Repeating Characters and Find the Inverse
I would appreciate the help of this great community in finding an algorithm (in any programming language, though I have it in Visual Basic) to solve two related problems:
Counting permutations with ...
1
vote
0
answers
852
views
Error with @SQLRestriction in Hibernate: "Violation of PRIMARY KEY constraint"
I'm encountering an issue when using the @SQLRestriction annotation in my Hibernate entity. My goal is to filter out inactive records by adding a restriction that only loads entities where is_active = ...
1
vote
1
answer
1k
views
How to Handle Google Play Developer Account Restriction Due to Identity Verification Issues?
Hello Developers,
I'm facing an issue with my Google Play Developer account being restricted due to identity verification problems. Here's a summary of the situation:
I received a notification from ...