The automation of the creations of classes, files, documentation, or anything else for which manual creation is costly.
-1
votes
0answers
14 views
php: generate 2 random time range with incremental after generating the first [closed]
How can I generate 2 time range in php? example format: 10:20:02 to 10:20:45 a duration can take seconds or minutes. but considering that the generated ranges should not repeat.
thanks in advance for ...
0
votes
0answers
2 views
Generate POCO from SPMetal generated classes
I have generated SharePoint list objects through SPMetal utility now I want to generate the simple POCO from SPMetal objects, because I want to travel these objects into different layers.
If anyone ...
-2
votes
0answers
28 views
Automatic generation of relevant mathematical exercises (similar to ones written by human) with the help of machine learning [closed]
I am doing research on automatic generation of relevant mathematical exercises (similar to ones written by human) with the help of machine learning.
I have found several research papers on ...
0
votes
1answer
41 views
Solution Design - Architecture : Auto-generate from and submit form events
This is a design issue i would like to discuses before starting development so , any opinion may help, there is no specific way to do it except that the system should be delivered under sharepoint ...
0
votes
0answers
52 views
Codeigniter, Ion-auth: mail user password
I use Wordpress as a CMS, and it has a nice option whereby, when an admin creates a user, Wordpress generates a password and emails it to the user, who can then login and change it to something more ...
0
votes
0answers
28 views
Create a multi-page pdf document using an existing script or package [closed]
I am a designer and we frequently create large documents, detailing our material specifications in the form of a book, which can be up to 200 pages long.
Not infrequently, the task of laying out ...
0
votes
0answers
8 views
VS2012 Generate New Type Error/Bug with Solution Folders
Whenever I try to use VS2012's built-in "Generate -> New Type..." to create a class in a different solution folder, I get the following error message:
"Generate Type failed: Object reference not set ...
0
votes
0answers
21 views
Generate HTML form from JS model (with bindings)
I am interested in a JS library that does the following.
Given a model, for example
{
name: 'James Smith',
level : 3,
groups: ['admins', 'users']
}
it should create a set of fields ...
1
vote
1answer
42 views
Programmatically generate cache with Rails
I have a huge page that I'm caching with rails caches_page command.
Before the cache has been generated the first http request takes about 30 seconds to generate the cache. I would like to avoid this ...
1
vote
0answers
114 views
Entity Framework Dynamic DbSet for all entities
I have a database mapped with entity framework,
I need to implement a generic method for getting a a list of items based on a parameter I Pass
getGenericList("product") => returns the list of ...
0
votes
0answers
52 views
Hibernate id with Auto generation + user input
I have one scenario in hibernate id generation
1) If user didn't pass id, then Hibernate must create it.
2) If user given id, then hibernate must use the same and not to create automatic.
To achive ...
0
votes
1answer
88 views
EF 5.0 not rolling back transaction with computed identity value
I have two tables, HOTEL and OWNER.
Both have and Identity column, but one has a required foreign key for the other table.
I NEED to transactionly add both records at the same time, but if the insert ...
0
votes
0answers
36 views
Flex. Creating auto-generating templates
How can I display templates (from Preferences: Flash Builder->Editors->Code Templates) in Proposal window (Ctrl+Space) for my components field?
For example, I want to display proposal "auto-generate ...
0
votes
0answers
37 views
Unit Test Generation Error : Test Generation is only supported on non test projects
I just started learning MS Test framework in Visual Studio.
I am trying to generate unit test for a page method in my (asp.net) website using right click to select "create unit test".
I haven't ...
0
votes
1answer
125 views
Validation of viewstate MAC failed error.
I built a website with some ASPX-C# pages, I added a new page with a form. The problem is that when I click submit I get the following error:
Validation of viewstate MAC failed. If this ...
-1
votes
2answers
50 views
Auto update ID in Java
This is my school assignment. I need an inventory system which auto-updates product ID when users key-in a new product. I created an array of object named Product with 4 ...
0
votes
1answer
295 views
Adding JCheckBox Array to JPanel in Netbeans
I've been trying to add an array of JCheckBoxes to a JPanel in Netbeans that has been automatically generated by the Netbeans GUI, when I create an array of the JCheckBoxes and then try to add them to ...
1
vote
0answers
391 views
how to export my sql table to a .doc file using php and download it
I have a table with large amount of data in my sql database, i have to take a copy of .doc or .pdf format using PHP coding.
I have to download while clicking the Download Button in my Page.
In my ...
4
votes
3answers
156 views
D Binding Generation Tool
Is there a tool to automatically create D bindings from C headers? I've hade some problems with obselete D wrappers on github and it would be great to have a tool do all the manual work for me and ...
0
votes
0answers
19 views
auto insert or auto generate numbers in a link title
I have this code <a href="url.php?q='.$srch.'" title="'.$name.'">'.$name.'</a> that displays some search results and i want to know if there is any way to auto insert or generate ascending ...
0
votes
0answers
41 views
DataGrid AutoGenerateColumns with inheritance tables to show all child table columns
Is it possible to make a DataGrid AutoGenerate columsn for child tables?
If I retrieve List, it should contain all the children, but when I use that for the DataGrid ItemsSource, it gives me only the ...
0
votes
1answer
75 views
Autogenerated PHP page after somsone fills in a form
how to make a autogenerated page in this style after someone fills in registration-form:
<div ...
2
votes
1answer
95 views
customizing some auto generated codes with T4
I Used "EF 4.x DbContext Fluent Genarator" to generate my poco classes , mapping files and also Context file, in EF Code first.(in fact "EF 4.x DbContext Fluent Genarator" uses 3 T4 files)
now i want ...
0
votes
3answers
80 views
array_rand password [duplicate]
<?php
$abc = array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o','p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', ...
0
votes
1answer
246 views
Jquery get dynamically generated Id of control
I have a page where Ids are changed to ctl00_MainContent_txt_insurance. In this case I cannot use the actual Id as $("#txt_insurance"). so what I did was to use $("#<%= txt_insurance.ClientID ...
0
votes
1answer
121 views
Auto generate get set methods for Doctrine
I am using Doctrine I have to make a lot of models, and it would be nice if I wouldnt have to do everything manually.
I set and attribute like this:
/**
* @var string $name
*
* ...
4
votes
2answers
126 views
How to auto-generate a version string in git [duplicate]
Possible Duplicate:
Enable ident string for Git repos
In my project, every source file (regardless of the language - Java, Python, shell) has a comment line that contains source control ...
1
vote
0answers
146 views
datagridcheckboxcolumn with dynamic columns and binding…
I've spend the past months reading questions, answers and advice on StackOverflow. I'm a beginner in C#, .Net, WPF and MVVM. I'm developing a PMS (property management system) for a friend's hotel.
...
0
votes
1answer
62 views
double click WPF event shortcut for deleting auto generated function and XAML added tags
When i double click on my User Control file, system auto generates a UserControl_Loaded function in .cs file and adds loaded tag in XAML as Loaded="UserControl_Loaded" for UserControl element.It also ...
1
vote
2answers
280 views
Auto Comment (e.g. “///”) but not in XML in Visual Studio 2012
I like the "///" feature in visual studio just fine, but I find the fact that it is displayed in XML, is disorienting. I would much rather have the output look something like javadocs:
/**
* @author ...
1
vote
3answers
219 views
Azure blob storage - auto generate unique blob name
I am writing a small web application for Windows Azure, which should use the blob storage for, obviously, storing blobs.
Is there a function or a way to automatically generate a unique name for a ...
1
vote
1answer
100 views
find max number from sql & generate next number
pls help i m new on c# just read it there is error on script it didn't generate next number
error showing "use of assigned local variable max"
on this line
"maxCommand.Parameters.Add("@acn", ...
-5
votes
1answer
146 views
How to create autogenerated code in Visual Studio? [closed]
I want to careate my own autogenerated code in Visual Studio? Assume i need to create some methods from database table data, I'm connect to database, read all rows from table and generate methods from ...
0
votes
0answers
393 views
create wiki page with workflow sharepoint 2010
Currently I have a workflow that is attempting to create a Wiki Page in list "Pages". I will go through more how it's all working.
A user creates a new "Article" in the "Articles List", this list ...
0
votes
2answers
115 views
WCF client proxy keep alive?
It there any disadvantage of creating a wcf client in code everytime a call is needed. currently i have a static class that creates a client and reuses it for a period of time (couple of minutes ...
1
vote
4answers
81 views
Is there a good way, to generate code in c++ for sending function parameters over the network?
I need something (like annotations, reflections, defines, or something completely different) that I can add to a arbitrary function or function call.
For every function f, which has this something ...
0
votes
1answer
236 views
Generate Unique Long ID for a view in MySql
I have a view over three tables. It has 6 columns as follows:
ID | NAME | PRINCIPAL_ID | DESCRIPTION | GROUP_ID | TYPE
As I'm using hibernate to retrieve data from database, I had to put the ID ...
2
votes
4answers
87 views
Add method to Generated class in Java
I have classes that are automatically generated in Java. I want to add a method to that class (in another file) so that I can add additional functionality without changing the generated file. The idea ...
0
votes
1answer
38 views
auto-generate my xml through out the build process
Let's say I have a serialized class (members with attribtues and everything).
Is there a way I can auto-generate it's correlative XML within the build? this will be a required file to be inserted to ...
1
vote
4answers
5k views
Freeze asp.net grid view column
How can i freeze initial 2 -3 leftmost column in asp.net grid view? so that while horizontal scrolling initial 2 - 3 columns that got freezes will always be display.
Any answers??
2
votes
0answers
116 views
How do I auto-generate a GUID for a join table?
I'm using Hibernate 4.1.0.Final, JPA 2.0, and MySQL 5.5. I have the following entity:
@GenericGenerator(name = "uuid-strategy", strategy = "uuid.hex")
@Entity
@Table(name = "cb_organization", ...
0
votes
1answer
29 views
injecting a build tool into eclipse cdt
I would like to convert my file into .h and then run the build. How do I do that (particularly, in Xilinx SDK 12.4, which says that it is eclipse Version: 3.5.1.R35x and cdt Version: ...
0
votes
1answer
178 views
Incremental alphanumeric Primary Key
Hello I'd like to have an incremental alphanumeric key (primary key) in one of my tables. I'd like it to be BR10000, BR10001, BR10002, and so on. Any ideas? I've made some researches on google, but I ...
0
votes
1answer
175 views
PHP + MySQL - create ID based on current values in database
Google failed me, so I seek expert-help :)
Let's say I have a database consisting of "ID" and "Name".
Currently in this database I have these records:
001 - John
002 - Eric
003 - Kathy
To ...
0
votes
0answers
312 views
Eclipse: How to use auto generated axis2 code in dynamic webproject
I have converted an existing Java project containing auto generated code into a Dynamic Web project but cannot debug the thing. So I started from scratch to Dynamic Web project using Axis2's code ...
0
votes
1answer
75 views
PHP - How can we display generated numbers for related rows if using class function
How can i generate a numbers to the table that has been fetch a data from database, here are my situation:
//Action File Calling a data
$loads = array();
$loadno = $_GET['eig'];
$result = ...
1
vote
0answers
11 views
Visual Studio Control Recognition
The original problem:
I would add a control in a .aspx web form file, save it, and the designer code would not be appropriately updated. Therefore, my code behind file could not find any of the ...
2
votes
1answer
860 views
How do I generate a formatted Word report from multi-row/column Excel spreadsheet
I'm trying to auto-build a formatted Word report from an Excel template used by multiple teams. For example, if i have the following Excel structure:
......A.... |.....B.... |....C...
1 Name | ...
4
votes
1answer
1k views
RESTful web service auto-generate WADL
I have created a RESTful web service in C# and have deployed it to IIS. When I access the service HeadOffice.svc, I have the option to view the WSDL (HeadOffice.svc?wsdl). What I would like to do is ...
0
votes
2answers
112 views
Create entity and return ID
Using Open JPA 2.0, and database is DB2 9.7. I would like to like to create an entity which includes ID which is Primary Key, and auto generated Identity column and after creating the entity I need to ...




