All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
5 views

AWS Cognito vs Firebase Auth with phone + password authentication

I am building an Application that needs to use phone & password authentication (incl. SMS for user verification and password retrieval). For that particular case it seems that only Cognito is ...
0
votes
0answers
3 views

I want to combine my main R code with Shiny . I am getting output in R Studio, however no output in Shiny. What could be the reason?

I am getting the output in R just like wanted however there is zero output in Shiny .Not able to figure out if function I wrote is wrong or my syntax in Shiny ? R studio output i would need in Shiny ...
0
votes
0answers
3 views

RouteValueDictionary dose not return the name of ActionMethod in ASP.NET MVC 5

my is problem in RouteValueDictionary, its return the Controller name just without the index ActionMethos I want to redirect to (LicenseBranch/Index) if the IActive property == false public void ...
0
votes
0answers
4 views

How to delete just one row in sql database?

I'd be very grateful if you could help me with my problem :). My table is the following: ID | Drink | quantity ID1 | Coke | 1 ID2 | Coke | 1 ID1 | Beer | 1 ID2 | Beer | 1 ...
0
votes
0answers
2 views

How to compile socket program In C coorectly into an apllication software

I wrote a program on linux ubuntu using a text editor saved the file as C code i tried debugging and it dint really work to fix any code I have gcc compiler preinstalid gcc filename1.c filename2.c ./a....
0
votes
0answers
2 views

Making an exel column wider in javascript (HTA)

I want to set the width of a column in JavaScript. This is my code so far excel = new ActiveXObject("Excel.Application"); excel.Visible = true; excel.DisplayAlerts = false; link = "C:\\...
0
votes
0answers
3 views

passing data from viewControllers into tableViewCell when button is clicked without segue

Hi im new in swift and im trying to build food ordering application and it is all set, but i have a problem with card viewController and i will name it ( 1 ) , i want to create it but i want it to be ...
0
votes
0answers
10 views

Two ways to compile a C program

Let's say I have the following C program: // hi.c int main() { int a = 8; int b = 13; return a + b; } On linux (x86_64 GNU/Linux), here is how I normally compile and run it: ubuntu@ip-172-...
0
votes
0answers
6 views

Printing Non-Linear Linked Lists

I am trying to understand the relationship between Nodes and linked lists. This problem is apart of a bigger program, however, I wish to focus on this specifically. I have a non-linear singly-linked ...
0
votes
0answers
4 views

Html/css/jQuery draggle octagonal container which allows background-image and shadow

I'm taking a risk here because usually questions with no code are blindly downvoted even though planning before coding is part of programming. I'll take my chances anyway and I hope you'll see it's ...
0
votes
0answers
7 views

Error: React-Table: Could not find a column with id:

I'm trying to make my columns searchable, but I keep getting an error that says there are no columns with the id '-whatever I search for- '. I've search extensively, and I can't seem to find an ...
0
votes
0answers
7 views

php query how to use “Order by” after using “Order By … Limit”?

I want to have a sort function on my php site which shows 10 newest items. So normally shows 10 newest items which order by create date, and I would like to have sort function for these 10 items by ...
0
votes
0answers
3 views

Adaptive cards for actionable messages for outlook not rendering values when used in Power Automate

I am using this Json to create an Adaptive Card with template, the data is inline and I am trying to create dynamic columns based on the data values. This works great when I preview it in the Adaptive ...
0
votes
0answers
8 views

VLOOKUP not working with custom function when numeric

I have an item accounting page that looks for the value of column A, from sheet A, in column A of sheet Metadata. But! Column A (sheet A) sometimes has a prefix which is indicated by _D_ or a code ...
0
votes
0answers
7 views

Setup Airflow on Ec2 Instance

Tech nerds out there I am Struggling to setup the apache-airflow on AWS Ec2 Instance of type Linux 2 AMI. I followed many tech blogs and documents written online, nothing worked. Can anyone please ...

15 30 50 per page
1
2 3 4 5
1327501