I create an application, that merges multiple pdfs with a bookmark. If the origin pdfs already have bookmarks, I want to keep them and just add a bookmark at th
I am working on a project in Android studio. Suddenly, auto import stopped working in android studio for Android classes, like Android.widgets.Textview, etc. In
Here is the source code github of my current project which i am working i belive i might doing something very stupid i cant figure whats that The main issue in
I'm having some problem with saveing the vaule of the longest fence. I tried this: int longestFence(char input [], int size) { int i , max = 0, count = 0;
I need to pass a primary key from a newly created ModelForm to another form field in the same view but I get an error. Any suggestions to make this work? It loo
I'd like to know if its possible to run an Rscript while passing in a list of values, have that R script run and then output a resluting list of values back to
I am trying to run Inkscape from command prompt however the error occurs. I have added c:/Program Files/ Inkscape/inkscape.com in the PATH but this not working.
I am trying to use reactjs on local system. I followed the official documentation of reactjs and was trying its tutorial on tic tac toe. For local development
Using the Avada theme's form builder functionality, I’m attempting to use the “Send to URL” option to POST the form and then run an api call i