Tagged Questions
The generation tag has no wiki summary.
54
votes
11answers
7k views
Tools for Generating Mock Data?
I'm looking for recommendations of a good, free tool for generating sample data for the purpose of loading into test databases. By analogy, something that produces "lorem ipsum" text for any RDBMS. ...
41
votes
11answers
6k views
Looking for a good world map generation algorithm
I'm working on a Civilization-like game and I'm looking for a good algorithm for generating Earth-like world maps. I've experimented with a few alternatives, but haven't hit on a real winner yet.
One ...
25
votes
4answers
494 views
Algorithm for maze generation with no dead ends?
I'm looking for a maze generation algorithm that can generate mazes with no dead ends but only a start and end. Like this:
.
Where do I find or go about constructing such a maze generation ...
22
votes
22answers
40k views
Generate list of all possible permutations of a string
How would I go about generating a list of all possible permutations of a string between x and y characters in length, containing a variable list of characters.
Any language would work but it should ...
21
votes
5answers
900 views
How can I generate an “unlimited” world?
I would like to create a game with an endless (in reality an extremely large) world in which the player can move about. Whether or not I will ever get around to implement the game is one matter, but I ...
14
votes
8answers
3k views
Is there a way to generate word documents dynamically without having word on the machine
I am planning on generating a Word document on the webserver dynamically. Is there good way of doing this in c#? I know I could script Word to do this but I would prefer another option.
9
votes
9answers
5k views
How to generate a verification code/number?
I'm working on an application where users have to make a call and type a verification number with the keypad of their phone.
I would like to be able to detect if the number they type is correct or ...
8
votes
5answers
4k views
8
votes
4answers
5k views
Javadoc template generator
I have a large codebase without javadoc and I want to run a program to write a skeleton with the basic javadoc information (e.g. for each method's parameter write @param...) so I just have to fill the ...
7
votes
2answers
141 views
Framework for .net Reflection.Emit simplification?
Is there a framework, that makes the use of of Reflection.Emit easier? Something I can tell: Give me a class with a string field and get,set accessors.
The code I find in
Create a class type in ...
7
votes
3answers
2k views
How to generate barcode from a string using c#?
Is it possible to generate barcode from a string
using c#?
Is there any builtin classes for generating barcodes in asp.net?
Is it possible to detect a barcode printer connected with a system?
6
votes
1answer
246 views
What Doxygen alternative would Dave DeLong use?
Here's a sure way to get downvoted, kickbanned and laughed at, but I'm gonna try it anyway.
Yesterday Dave DeLong answered a question of mine. It wasn't the answer I was looking for, but in the ...
6
votes
5answers
1k views
Generate password in python
I'dl like to generate some alphanumeric passwords in python. Some possible ways are:
import string
from random import sample, choice
chars = string.letters + string.digits
length = 8
...
5
votes
3answers
265 views
Which Java xml framework can handle code generation with restrictions/extensions in schemas?
Greetings,
There is a set of XSD files, with the following types described in them:
A is a complex type with various elements.
B restricts A, keeping only some of its elements
C extends B, adding ...
5
votes
4answers
1k views
What algorithm to use to calculate a check digit?
What algorithm to use to calculate a check digit for a list of digits?
The length of the list is between 8 and 12 digits.
see also:
How to generate a verification code/number?
4
votes
4answers
110 views
Random terrain generation
How can I make a terran gererator that makes more realisic terrain?
My current generator makes this type of terrain -
http://gyazo.com/2cafecafb6c6f2d8dfb3e0fc9c187d6e
how can I make it make more ...
4
votes
2answers
212 views
C# Version of Improved Noise keeps returning 0
I'm trying to implement Improved Noise in my XNA game, but my Improved Noise function keeps returning 0.0f. It's the exact same code as Ken Perlin's (http://mrl.nyu.edu/~perlin/noise/), just ported ...
4
votes
5answers
1k views
How to select random values from a given range
I'm trying to create an android application which will generate random series of values (integer numbers in this case) in a given range (but NOT equal between them) and display them in a simple ...
4
votes
2answers
350 views
Procedural Avatar Generation
I'd like to implement a system that generates unique NxN blocks when given a MD5 hash as an input, currently I'm splitting the MD5 into sub-strings and just using them as Hex colour-codes, does anyone ...
4
votes
8answers
792 views
Story telling/building algorithms?
I'm working on a simple story generator and am looking for story building algorithms and patterns to use in my design. Anyone has some good recommendations?
3
votes
2answers
37 views
Shared hosting and page generation with PHP
I've got a website on a shared hosting and I'm using PHP to generate the pages.
As of now, using the management system the admin can modify the database, which is stored in an XML file (SQL is not ...
3
votes
1answer
52 views
Custom Maven Archetype or alternatives to project generation
We would like to generate projects from a Maven Archetype but we are finding it a bit simplistic. We would like to do the following:
Have a simple starting point. Not ask too many questions.
Allow ...
3
votes
3answers
386 views
Is unique id generation using UUID really unique?
I want generate unique ID just like auto increment in java . So previously i used current nano seconds but i end up with clash since two data comes with in same nano seconds ..
Does UUID solves the ...
3
votes
1answer
293 views
Is it possible to generate db sql script with Ef4 CodeFirst on build?
On build, I want to automatically create a sql script to generate a fresh database. I plan to use this script so I have can create a master database I can compare with the production database, to ...
3
votes
1answer
721 views
Html to PDF with webkit transform
When producing PDF from Html the webkit transform does not work. I need to rotate a div at 45 angle and after using webkit transform it looks ok on the screen but with winnovatives Html to PDF ...
3
votes
1answer
217 views
Graph better than Google charts? [closed]
Possible Duplicate:
Generate line graph for any benchmark?
What services do you recommend to generate graphs for benchmark results, like the following?
...
3
votes
3answers
185 views
Generating a random number but with a twist
I need to generate a random number.
But the twist is that the % of lower numbers should be greater than the higher.
For example.
rand > 1 to 100
13,
15,
12,
16,
87,
15,
27,
12,
1,
12,
98,
12,
53,
...
3
votes
4answers
776 views
How to recursively delete some xml elements using XSLT
So I got this situation which sucks. I have an XML like this
<table border="1" cols="200 100pt 200">
<tr>
<td>isbn</td>
...
3
votes
4answers
233 views
Adding new functionality to an application using on-the-fly class generation
Is it possible to generate subclasses at runtime or while an application is running? If so, how is this achieved and what precautions should be taken to prevent a rogue object wreaking havoc inside an ...
3
votes
1answer
831 views
Best lightning generation\simulation algorithm?
So I need some algorithm for programing lightning path generation. Which one is fastest and at the same time realistic?
3
votes
2answers
788 views
UML Code generation tool in c#
Please suggest me any opensource tool to generate C# code from UML designer,Or any plugin
to generate code from visualstudio.
My requirement is to have a code generation tool for c#.
3
votes
3answers
238 views
Removing the About link from maven site
I'm using mvn site to generate my site's documentation. For the most part, I'm satisfied with the default site, but I'd like to remove the "About" link from the left hand menu bar and just have the ...
3
votes
2answers
765 views
Generating color ranges in python
I want to generate a list of color specifications in the form of (r, g, b) tuples, that span the entire color spectrum with as many entries as I want. So for 5 entries I would want something like:
...
2
votes
4answers
104 views
Generate “characters” based on a probability
I need a little help with my tetris game
that I am coding in C++ , here is my problem:
The list of tetris blocks are 7 types:
{'I', 'J', 'L', 'S', 'Z', 'O', 'T'}
and i need to pick ONE of the above ...
2
votes
1answer
161 views
Fastest Perlin-Like 3D noise algorithm?
It's been well over 20 years since Ken Perlin first invented his noise. Has anybody managed to make a faster kind of 3D noise generator with properties close to Perlin's (procedural, natural-looking ...
2
votes
2answers
507 views
asp.net mvc 3 and dynamic view generation
I am working on implementing a custom user profile screen.
This is pretty much a typical profile screen for a user that you would find on most any web site that has some sort of membership element.
...
2
votes
1answer
439 views
Depth-first-search maze generation algorithm with blocks instead of walls
I am trying to implement the depth first search algorithm into my game. I have been studying this web page: http://www.mazeworks.com/mazegen/mazetut/index.htm , only to find that I wouldn't be able to ...
2
votes
1answer
321 views
How to generate mosaic picture from image file?
I have a source image like left picture and a set of elements like right picture: Source Image And Elements...
..and I need to generate a mosaic picture like this.
But until this moment I have not ...
2
votes
1answer
331 views
Xcode 3.2.5 fail to create IPA file
I'm trying to create an IPA file for my application using XCode 3.2.5 (iOS SDK 4.0). But after doing the "Build and Archive" I try to "Save to disk..." the ipa file and nothing happens. The message ...
2
votes
2answers
319 views
PDF417 image generation API recommendation
in a grails application I need to generate a PDF417 image and send it via email. Can anybody recommend me a (hopefully free) grails plugin or java library ? Thanks
2
votes
2answers
2k views
Perlin Noise in Java
For a cellular automata project I'm working on I need to generate two dimensional boolean arrays randomly using different algorithms and techniques. At the moment I have just one type of randomization ...
2
votes
4answers
264 views
generating thumbnails using CF8 cfimage tag - large filesize caused by image metadata
i'm building a small web app that will resize images to different pixel dimensions after they have been uploaded.
I am attempting to create 150px X 100px thumbnail from a 3mb jpg image, but am unable ...
2
votes
1answer
51 views
Framework for generating BPEL in runtime?
I need to generate BPEL XML code in runtime. The only way I can do it now is to create XML document with "bare hands" using DOM API. But there must be a framework that could ease such work ...
2
votes
2answers
67 views
Pseudorandom Number Generation with Specific Non-Uniform Distributions
I'm writing a program that simulates various random walks (with differing distributions). At each timestep, I need randomly generated, two dimensional step distances and angles from the distribution ...
2
votes
3answers
178 views
Generating sequential members of an infinite list
I have an infinite list of entities generated thus:
entities =
let f x = x ++ "'"
in "x" : "y" : "z" : map f entities
I would like to define a function which returns a new entity on each ...
2
votes
3answers
355 views
Is there any algorithm for generating 3d clouds?
So Id love to see an algorithm for generating 3d cloud objects. as realistic as possible. I know that there are different cloud types But I am moust interested in such cloud tupes like
so can any ...
2
votes
5answers
3k views
Generate XML document in-memory with JavaScript
I am working on a Web application that needs to send XML to a server backend. I'd like to build a XML document in-memory on the client-side, but using XML manipulation routines, instead of appending ...
2
votes
2answers
496 views
Map generation algorithms
I am currently working on a game in C# Xna, which works with (X,Y,Z) coordinates.
Each unit, contains some information about what is placed at that position, etc dirt, rock or nothing.
But I am pretty ...
2
votes
2answers
467 views
Google Web Toolkit (gwt) - how does the post token is generated?
I am having a request like:
5|0|7|http://localhost:8080/testproject/|29F4EA1240F157649C12466F01F46F60|com.test.client.GreetingService|greetServer|java.lang.String|myInput1|myInput2|1|2|3|4|2|5|5|6|7|
...
2
votes
6answers
180 views
how can I generate integers that satisfy some restrictions?
Can anyone give me a hand with techniques to generate integers that satisfy certain restrictions.
For example, say I need to generate integers x and y such that
100 > x
and y < x + 5
...