Questions tagged [auto-generate]

The automation of the creation of classes, files, documentation, or anything else for which manual creation is costly.

See also

654 questions
0
votes
1 answer

Load a pre-completed word document on html/php

I am wondering, is it possible to do the auto-generation of the letter head for a company, given that we have put a template in it? Lets say, invoice, delivery order, payment voucher, etc all have a different kind of template/format so we need…
Luqman
  • 249
  • 4
  • 25
-1
votes
1 answer

Postgres sequence from table

I have a table. ID name col lev 1 "Rack 1" 9 7 2 "Rack 2" 6 7 3 "Rack 3" 6 7 4 "Rack 4" 7 7 I want to crate a second table from this one that uses 'col' and 'lev' number as to range. Also, 'lev' needs to be in…
Rodrigo
  • 33
  • 5
-1
votes
2 answers

Automatic generation of dots in Notepad++ when pressing space

I am encountering an issue in Notepad++ where dots are automatically generated when I press the spacebar. This behavior is unexpected and causes inconvenience while working with text. To provide some context, whenever I type a space between words in…
-1
votes
1 answer

Passing primary key value from one form to another

I have a problem with a project which I'm doing in Visual Studio, using ASP.NET and C#. I have one form where I list all the customers from database. The Id is autogenerated from the database. At this form I have a button for updating a record, when…
-1
votes
1 answer

Is there a way to generate woocommerce products from .jpeg images?

A customer of mine sent me some images (2300) for 600 products that he wants to create. The images are all .jpeg format and the image name is like this: SKU - name - material - dimensions. There is also a number at the end of the image name, if it…
-1
votes
1 answer

VS Code - generating TODO comment when using Source action generating overriding methods

I would like to ask how can I turn off generation of TODO comments when I am using Source action generating for generiting overriding methods etc. in VS Code. See the image. I have only Java Extension Pack and couple of more extensions that…
pitris90
  • 13
  • 2
-1
votes
1 answer

WPF drop-down list for auto generated column in datagrid

How to make a drop-down list when you click on an element of a specific table column in which you can select an element for this cell? Column is auto generated.
-1
votes
1 answer

Generate automatically invoice with Laravel

I am working on a very simple project for my school assignment. So it's a house rent site. Everything seems fine but I want create an automatically invoice like "INV0001" but I don't know how to do that. Maybe you guys can help me fix my…
-1
votes
2 answers

How to Auto Generate a code using Codeigniter framework? example for generate member number for a member card

How to make an auto-generated code for member number. I use Codeigniter framework. but it shows some error and all data success entry to the database except "member number" that highlights in error pictured below. This is my codes: //Model public…
-1
votes
1 answer

How to auto generate HTML page from a text file?

I have a text file named info.txt and I want to generate a HTML page that shows its contents. How can I achieve it? Text file: Year : 2012 Name : Dragons Size : 250mb Expected HTML output: Year of Realese : 2012 Name of the Show : Dragons Size :…
-1
votes
1 answer

An in code class auto generator from a string of text or some other mechanism

I would like to be able to automatically generate a class in code if possible. I know that I can have a text or script file that can be opened and the contents of that file be loaded into either a vector of strings or a string stream, and from there…
Francis Cugler
  • 7,788
  • 2
  • 28
  • 59
-1
votes
1 answer

Auto-generate HTML blog page

So, I am creating a web page for a family member who has a very small business they want online. I am pretty new to creating websites and so I am figuring out most of it on the fly. I am using bootstrap for the site. One of the parts needed for…
Lee Morgan
  • 550
  • 1
  • 6
  • 26
-1
votes
1 answer

C# Generating a random number in while loop

I've tried everything from YouTube videos to this forum. I used to find always a solution here but now I'm stuck. I need to generate a random number between 39 and 52. Here's the somewhat source: case Form1.number.WITHRANDOM: { int i = 0; …
-1
votes
1 answer

String generation based on the other string in Python

I want to create a simple string generator and here is how it will work I declare a pattern_string = "abcdefghijklmnopqrstuvwxyz" My starting string lets say starting_string = "qywtx" Now I want to generate strings as follows: Check the last…
Adrian Grzywaczewski
  • 868
  • 1
  • 12
  • 25
-1
votes
2 answers

How to generate multiple colors from a Color by Javascript

I want to generate multiples colors from a Single color which I will gave. I got some codes and this works. But on every refresh the color is getting change. I want like color will not change on every refresh. How can I do that? Can anyone…
Kapil Paul
  • 446
  • 7
  • 22