The names tag has no wiki summary.
0
votes
3answers
13 views
What is a good name for a Date field
Which of these do you think are the best names for date fields?
createdOn/updatedOn
createdDate/updatedDate
creationDate/updatationDate
Other options? Thank you!
0
votes
2answers
16 views
Arranging First and Last Names in data
Are there guidelines or best practice for formatting first and last names displayed in gridviews? Is it better to display the first name first or the last name first?
0
votes
0answers
12 views
How to keep col names when making a dataframe from a list?
I have been struggling with this for a while now, and can't seem to find an equal question.
I have imported a CSV table from excel, which appears to be a list in my R studio.
I want to convert this ...
0
votes
0answers
8 views
randomizer arrays and parring them up 2 and 2
Hey I'm trying to create a litle program that can take a list of names and then write them out in pairs.
Every time i run the program it has to pair the people up in a new way.
I have begun on the ...
0
votes
0answers
39 views
Android: Camera Stock application packages
I'm looking for the stock camera appliaction package names for an intentstart.
Intent mIntent = new Intent();
mIntent.setPackage(cameraIntent);
mIntent.addCategory(Intent.CATEGORY_DEFAULT);
...
0
votes
1answer
36 views
SAS dynamic variable names from other variables
I am trying to create SAS variable names based on data contained within other variables. For example, I could start with
Obs Var1 Var2
1 abc X
2 def X
3 ghi Y
4 jkl ...
0
votes
0answers
69 views
What is the correct notation with Delphi's XmlIntf.IXMLNode for writing and reading a CDATA XML section alongside other 'standard' data types?
I am storing Delphi form text (DFM) in an XML file alongside other 'simple' values. I see that for best practise and to avoid parse errors I should 'wrap' the DFM in a CDATA section and I have working ...
0
votes
0answers
31 views
Clone row Increment name jquery
Well my problem is the following.. I wanna clone a element but also increment the name like fotonaam[1] fotomaam[2] fotonaam[3]
Cloning isn't to difficult but i just can't wrap my head around this ...
-4
votes
2answers
63 views
Reading files based on file name and not data type
I am very new to python. I want to read files based on file name and not data type. Say I have Hello.txt_1, Hello.txt_2, Hello.txt_3 in a folder and these files are created automatically by an ...
5
votes
1answer
71 views
What's the difference between Name and CanonicalName?
What is the difference between Java's Class.getName() and Class.getCanonicalName()?
0
votes
2answers
78 views
Modify sorting algorithm to work with listboxes?
So I'm trying to figure out to modify this integer sorting algorithm to work with data elements (file names) alphabetically in a listbox but have no idea how?
I understand how the sorting algorithm ...
0
votes
1answer
30 views
Compare team names of different bookmakers
I am trying to make a small sport betting odds comparison script for my personal use. For this I am getting the data of the XML feeds (from the different bookmakers). For comparing them I have to know ...
-1
votes
2answers
41 views
Make an email list, by entering only recipient names
I want to make a simple code, that prompts you to enter names, separated by comma or just a space, and when you click enter, to take every one word you entered, and put a @gmail.com at the end of it, ...
0
votes
0answers
6 views
Radacting surnames and first names from web posts
I am looking for an algorithm or text mining tool that highlight and/or redact surnames and first names in text. For privacy purposes I want to filter out peoples names out postings. Anyone knows a ...
0
votes
1answer
36 views
Heuristics for splitting full names
Splitting a full name into first and last names is an unsolvable problem because names are really, really complicated. As a result, my model, which represents authors and other contributors to a book, ...
0
votes
1answer
42 views
Is there a way to draw under names in MKMapView?
I've looked at the many fine threads on how to draw routes on an MKMapView and didn't see anything on this.
I want to be able to draw information (e.g. traffic flow imagery for routes, possibly ...
0
votes
2answers
67 views
Coefficient Variable Membership in R
I have worked up a horribly lengthy solution to this before using regular expressions but I hope there is a more native way to do it.
Given a model, perhaps like
data(tips, package="reshape2")
mod ...
2
votes
2answers
81 views
Iteration over variable names in python?
I have a group of variables named k1, k2 k3....k52. They variables are lists/numpy arrays depending on the scenario. Essentially I'd like to perform the same manipulation on them en masse within a ...
0
votes
0answers
61 views
jqgrid can I label rows?
jqgrid has the ability to label columns with the property colNames. I need to have col labels and row labels for a project. Is there a way to replace the row numbers with labels or titles?
I looked ...
0
votes
1answer
79 views
PHP Setting a SESSION Variable Name Using A Variable
I would like to set the name of a $_SESSION variable to be the value of another variable.
e.g.
$var = "123";
$_SESSION['$var'] = "yes";
echo $_SESSION['123']; // Would like to echo "yes"
echo ...
1
vote
2answers
53 views
Changing multiple data frame column titles in r
The program that I am running creates three data frames using the following code:
datuniqueNDC <- data.frame(lapply(datlist, function(x) length(unique(x$NDC))))
datuniquePID <- ...
0
votes
1answer
496 views
VB Script code to read column value from lotus notes database
Set domSession = CreateObject("Notes.NotesSession")
Dim domDatabase
Set domDatabase = domSession.GetDatabase("server Name", "xyz.nsf")
Set domView = domDatabase.GetView("All Projects")
Up to here ...
0
votes
1answer
47 views
I need a simple way in python that prevents a first name or last name to be part of a password inputed
If I ask the user to input their first name and their last name I need the password that is inputed to not include the first and last name. I also need a simple way to do this not very difficult to ...
-2
votes
2answers
40 views
How certain technologies got their names? [closed]
How did Ant, Maven, Tomcat, Glass Fish, etc got their names?
I noticed these are all animal (-related) names.
0
votes
1answer
141 views
How do I map dynamically created columns in SSRS 2008?
I wrote a stored procedure, whose results include 4 columns whose names will change over time.
They correspond to Week numbers. So one column will be '1', another will be '2' and so on.
They will ...
1
vote
5answers
244 views
Select random string in drop down list in c#
I am trying to figure out how to have my method randomly select an account type from a drop down list. Basically in my web application the user will choose: active, inactive, prospect, or suspended ...
0
votes
4answers
722 views
Random name generator in c#
I have a list of female and male first names then a list of last names in arrays.
What I was trying to do was use the random generator to take those names in those arrays and output a random first ...
1
vote
1answer
129 views
Sitecore: Valid item names
How do I expand the list of valid characters in item names, to include æøåÆØÅ?
As per default the valid characters seems to be defined by this rule in web.config:
<setting ...
0
votes
0answers
81 views
IOS app only displaying contacts from address book, which dont contain both first and last name.. Solutions please
Our ios app is only displaying contacts from the address book that contain both first and last name. For example, if I have a friend "John" his contact will not be imported. How can you display ...
0
votes
1answer
200 views
django ModelChoiceField: display field names
I would like to display all the field names of a table in a drop down list. Here is my form:
sortFields=forms.ModelChoiceField(queryset=ActsInformationModel._meta.get_all_field_names(), ...
0
votes
1answer
135 views
Python IRC bot that reads data returned from a command of the IRC server
I have a similar question to PHP IRC bot that reads data returned from a command of the IRC server
I'm using an IRC bot written in Python found widely across the web.
I must send a "NAMES" command ...
0
votes
1answer
206 views
get json objects inside another json object (not array)
i got this structure:
{
"parent": {
"child-parent-1": {
"att1": null,
"att2": null,
},
"child-parent-2": {
"att1": null,
"att2": ...
1
vote
6answers
127 views
1
vote
1answer
50 views
Using const& type for relabeling variables
I like to use const& type T = LongVariableName to relabel variables in a short segment of code, especially one that involves formulas.
For example:
const double& x = VectorNorm;
double y = ...
2
votes
2answers
53 views
Get names of the available members of a Java class
I'm trying to get the member names of a class in Java. For instance, let's say I have the class:
class Dog
{
private int legs = 4;
private int ears = 2;
}
Is there anyway I can get a list ...
0
votes
2answers
584 views
How to get column names from Hibernate query result in Java?
I'm writing a Java app that uses Hibernate to get data, in my app I have an input text area that takes an user typed-in sql command string and run that through Hibernate to get whatever data the user ...
0
votes
2answers
321 views
Javascript: Dynamic function names
How to create a function with a dynamic name? Something like:
function create_function(name){
new Function(name, 'console.log("hello world")');
}
create_function('example');
example(); // --> ...
1
vote
2answers
128 views
Get anonymous function name
How to get the the variable name from within a function in this example:
// it should return A
var A = function(){ console.log(this.name); }
Is there something like this?
0
votes
2answers
84 views
Sorting names() based on dates
Im trying to sort columns for individual patients based on dates in those columns in R. I made an example data set, however, the data set does not return dates, but long numbers (no idea why). Forgive ...
-3
votes
1answer
369 views
Can I have a php function and javascript function with the same name? [closed]
The php function validates user form details in the includes folder.
My javascript function validates user details in the javascript external source.
0
votes
2answers
100 views
Why get error message when trying to get column name from Hibernate in Java?
I tried to get column names from Hibernate query in Java, I did some search online and found a solution, but when I tried the code, it gave me error messages :
private void executeHQLQuery(String ...
1
vote
2answers
291 views
Batch file moving files with spaces in their name.
My hope is that some can help me out I've spent the last few days searching Google for answers and not getting anywhere. I have a two part code fist pulls everything out of sub-folders and then the ...
1
vote
1answer
85 views
Can twisted.names.client be forced to return ipv4 addresses? (without modifying resolv.conf or ETH devices)
The problem I'm running into is that because IPv6 is enabled on my ethernet interface - so hostname resolution sometimes yields IPv6 results when I don't want them.
Is it possible to get ...
1
vote
3answers
54 views
python determining name of the importing module
How do you determine the name of the importing module within the module that is being imported. I have the partial solution, but not the complete one.
The code is:
A.py
import B
if __name__ == ...
2
votes
2answers
64 views
How add rownames with no dimensions in R
> Cases <- c(4,46,98,115,88,34)
> Cases
[1] 4 46 98 115 88 34
> str(Cases)
num [1:6] 4 46 98 115 88 34
I want to name row as "total.cases" and I got error attempt to set ...
0
votes
1answer
120 views
two names for the same struct in C
I want to hide the nature of a public struct for an API inside my .h/.c couple, so I declare only the typedef in the .h and I complete the declaration in the .c like this:
foo.h
typedef struct ...
1
vote
1answer
85 views
split vs by + subset
I want to split a data frame based on two columns, but I want the output to be a 2-D matrix of data frames, rather than a flat list of data frames. I can achieve what I want using by() and subset but ...
3
votes
1answer
473 views
rbind data.frames without names
I am trying to figure out why the rbind function is not working as intended when joining data.frames without names.
Here is my testing:
test <- data.frame(
id=rep(c("a","b"),each=3),
...
0
votes
2answers
86 views
how to change headers of a file using R?
Lets say I have this file (main)
Name samp1 samp2 samp3 samp4
pg1 0.43 0.32 0.21 0.54
pg2 0.43 0.22 1.00 0.44
pg3 0.11 0.99 0.78 0.54
pg4 0.65 0.32 0.12 0.23
I also have this header file below ...
1
vote
3answers
116 views
C# Extract names with HttpWebRequests [closed]
I am anime fan and I want to get full list of all ANIME CHARACTERS, so I've come across this site:
http://www.animevice.com/characters/?page=1
My goal is to extract all names and add them to listBox1. ...

