I have created an educational app to list products for an online store. I have created a table for these products, but I would like to hide those whose quantity
I'm totaly new to assembly language. I tried to make simple program to decipher a Caesar cipher. The problem is that after linking I get these errors: cezar.o
Context I am making a script that dynamically inserts include directives in code blocks on an AsciiDoc file and then generates a PDF out of that. A generated As
I am using Django templates for my website, and I have a template block for the webpage's title: I have a base template (base.html), which formulates the <ti
I wanna get a module from a class with different name (string variable). However, the content has same form of string as the original module name. For example i
I have an html document which I am converting to epub using pandoc as follows: pandoc -f html -t epub --css pandoc.css --standalone --toc -o book.epub book.html
I have some html code in a $_SESSION. One of the tags are: </form> Now, I want to replace that tag with: </fieldset><fieldset> How to achiev
My overflow text has two parents, each have display: flex. The overflow with ellipsis seems only to work if on parent is removed. Otherwise th
Have JSP page with dynamically generated HTML table with unknown number of rows. Have property on backend, that sets maximum number of rows, e.g: max_rows=15.