okay, so i have a text file with example content below line1with some random stuff here line 2 with something very completely different
I am working on a web application (using Grails) which will generate a gif开发者_开发知识库t certificate.I\'m thinking of a workflow like this:
I have a requirement to display text at a 45 degree angle in the browser. The text is selected via ajax calls from a selection of a lot of values.
currently, if I make a page object of a pdf page with pyPdf, and extractText(), what happens is that lines are concatenated to开发者_StackOverflowgether. For example, if line 1 of the page says \"hell
I have in input, which could be a single primitive or a list or tuple of primitives. I\'d like to flatten it to just a list, like so:
I decided to create a currency converter in 开发者_JAVA百科Java, and have it so that it would pull the conversion values out of a text file (to allow for easy editability since these values are consta
I have a list-box where items are loaded from database , when user types anything in text-box, list-box should search the starting characters entered and display it in text-box.?
I am unsure why this code will not work. When I click a button (action: buttonclick) it should change the two text boxes\' (MyTextLabel and MyTextLabel2) text increment value \"r\" by one. Here is the
I need a random 4 digit number right now im using rand(1000,9999) that always gives me a 4 digit number but i eliminates 0000-0999 as possible results.
HTML: <table> <tr> <td> <a href=\"#\" class=\"nav\">link</a> <td> </tr>