Questions tagged [generated]

Do not use. This tag has been used for generated code, generated keys, generated-anything. Too broad.

212 questions
1
vote
1 answer

Generated
inside Bootstrap-Modal needs to have a unique ID

Well, I searched the whole Internet the last days to find a way to attach an unique ID and/or name to a GENERATED form inside a Bootstrap-Modal and I never succeeded... I know I'm making mistakes in the code, but I ran out of ideas, I don't know…
1
vote
1 answer

generate individual config file for a python package

I have a python package which build some particular text file, and save it on a bucket on google storage. The access keys of google storage are a parameter of my program which are defined in a file config.py, but these keys should not be given to…
sweeeeeet
  • 1,769
  • 4
  • 26
  • 50
1
vote
1 answer

Control AIF document service schema

On Dynamics AX 2012 R3 CU8 when you use the wizard to create a document service, the system generates the schema for the different operations in the service. Is there a way to control what gets generated? For example, if I create a query with…
RT.
  • 435
  • 2
  • 9
  • 25
1
vote
1 answer

How would you simulate space RTS in infinite universe

I have a game design/programming question. Let`s say I create procedurally generated galaxy (2D), but you play it as RTS. So you can pan camera everywhere (At least where you have explored and have units/structures). Now, the design question comes.…
Wrymn
  • 173
  • 1
  • 2
  • 13
1
vote
0 answers

Netbeans/JPA change owning side of many to many relationship

I'm using netbeans "Entity classes from database" function to generate my entity classes. Sadly, netbeans chooses the wrong manytomany relationship owner. I have for example a user and group table which are related via many to many. In my case the…
ManuPanu
  • 217
  • 1
  • 3
  • 12
1
vote
1 answer

How can i generate domain model diagrams, and documentation

I imported my project files into Enterprise Architect, under the Domain Model section. The program imported the files correctly, but it did not create domain model diagrams, so i can generate documentation about it, but it is empty. If i imported…
1
vote
4 answers

Java: How to check if a generated level is possible?

I've created a text based game which automatically generates a map with 10x10 rooms, a few of the rooms are blocked by various debris and I couldn't work out the most efficient way to check if a player can still reach a key and get to the exit…
1
vote
0 answers

Generate HTML form from XSD file

Hi I want to generate an HTML form according to this XSD file, I know there are way with Javascript but I want with PHP if is possiblee. I have a XSD file as follows:
diank
  • 628
  • 2
  • 11
  • 19
1
vote
4 answers

JavaScript generated div keeps disappearing

I'm only new at this. I have the code that generates a div through a JavaScript function. The div is created successfully, but disappears within a few seconds. html:
Jas
  • 25
  • 5
1
vote
1 answer

GeneratedValue counter for Id resets every time that the server and client are executed

I'm working on a JavaEE application with EJB and JPA. My Entities, are defined, for instance, like this: @Entity public class Utente implements Serializable { @Id @GeneratedValue private int cod_utente; private String nome_utente; private String…
Ghost
  • 113
  • 4
  • 11
1
vote
1 answer

EF6: Access a mapped table, generated via code first fluent API

I have a generated table via fluent API as follows: modelBuilder.Entity() .HasMany(m => m.Friends) .WithMany() .Map(w => w.ToTable("Friendship").MapLeftKey("PersonID").MapRightKey("FriendID")); And this works fine, the table is generated…
1
vote
2 answers

generally change JaxB class name mapping

I have a fairly big xsd from which I generate JaxB classes using the org.jvnet.jaxb2.maven2.maven-jaxb2-plugin. The element names are all capital letters delimited by underscores like FOO_BAR_BAZ. This results in hideous names for the generated…
Blank Chisui
  • 1,043
  • 10
  • 25
1
vote
1 answer

Hadoop on periodically generated files

I would like to use Hadoop to process input files which are generated every n minute. How should I approach this problem? For example I have temperature measurements of cities in USA received every 10 minute and I want to compute average…
medivh
  • 71
  • 2
  • 7
1
vote
2 answers

GO: manipulating random generated float64

I was wondering if we can specify to the random generator to how many numbers should be generated after the point decimal? Example of default behaviour: fmt.Println(rand.float64()) Would print out the number 0.6046602879796196 Desired…
iLoveWagons
  • 1,091
  • 4
  • 17
  • 30
1
vote
1 answer

Generated XSD does not unmarshall the XML

I have an XML string, and I could not use the supplied XSD to unmarshal the object in java. So I tried to use an online tool (www.freeformatter.com/xsd-generator.html) to generate a valid xsd and got the same error. I don't understand what I'm…
susichan
  • 338
  • 1
  • 7