The assign tag has no wiki summary.
3
votes
1answer
44 views
data.table := assigning and grouping
Working on country specific data. Need to assign and group countries into pre-defined country groups. Wrote code as below. Like to know if there is more efficient way to script by NOT typing each ...
0
votes
1answer
60 views
Efficiency in assigning programmatically in R
In summary, I have a script for importing lots of data stored in several txt files. In a sigle file not all the rows are to be put in the same table (DF now switching to DT), so for each file I select ...
0
votes
1answer
47 views
merge same row of different Vector and multiplicate afterwards
I have a dataset like this:
MQ = data.frame(Model=c("C150A","B174","DG18"),Quantity=c(5000,3800,4000))
MQ is a data.frame, it shows the Productionplan for a week in the future. With Model producing ...
0
votes
0answers
17 views
Is it possible to get args name (not the value) sent to a function?
I'm trying to make a very easy function to assign variables to a child variables of a function.
The best will be something like this :
$this->assign($param1, $param2, $param3);
and in the ...
0
votes
1answer
77 views
Delphi7, I/O error 102, When Assigning a file
My teacher assigned me to create a simple project: Create a form, which the user has to complete and when he presses the submit button, then the program should write all the information in different ...
5
votes
1answer
51 views
C++ streamsize prec = cout.precision(3) - How does it work?
I am kind of newbie in using c++. I have a quick question, probably a dumb question.
streamsize prec = cout.precision(3);
As I understand correctly this declaration works like that: set the cout ...
5
votes
3answers
62 views
Additional function name but with fewer arguments [duplicate]
I need to create additional name for my_function(i,x) (where i can be an integer from 1 to 25). I'd like it to work like this
my_function1(x) sames as my_function(1,x)
my_function2(x) sames as ...
2
votes
0answers
18 views
Kunena - Ability for Admin to Subscribe a user to a Post/Topic/Category/Forum
I'm using Kunena Forums and it's working fine, however I've a requirement where the SuperAdmin has the ability to subscribe a user to a particular post/topic/category or entire Forum.
I did check ...
0
votes
1answer
24 views
Setting default assigns with slim using smarty
I am about to convert a site to use the Slim Framework with the Smarty template engine.
On the current site I have assigned some default smarty vars, but I am not sure how to set them with the Slim ...
0
votes
1answer
23 views
Plesk 11 assign another plesk user (reseller or customer) to subscription
Is it possible in Plesk 11 to assign multiple plesk users (resellers, customers) to a single subscription? What i need is that multiple people (employees) can work on a single website with their own ...
1
vote
2answers
15 views
assign one key of function output array to variable in tight away?
I need to make following in one line, i am looking for method of making similar code one line not to solve this particular example.
$file_path = pathinfo($_SERVER["SCRIPT_NAME"]);
$file_name = ...
-2
votes
1answer
34 views
How do I assign an HTML button value to a variable in javascript? [closed]
I am making a simple calculator (add, subtract, multiply, divide). I need a way so that I can assign the button values to javascript variables so I can put together the values (i.e. a number like ...
0
votes
0answers
19 views
Why doesn't dajax assign work?
Either I'm not seeing the obvious or something fundamental must be wrong. I'm playing around with dajax and first everything seemed to be working right. That is the alert "Hello world" test went ...
0
votes
1answer
21 views
MySQL Procedure - Assign calculation on columns within an update to a variable to be used in another update
I have a database with 3 tables and I am updating a row in the first, and then trying to update the second and third tables based on the change to a field in the first.
Here is what I have at ...
0
votes
3answers
25 views
Use smarty variable in assigned varaible
I assigned a variable in php with fetched data from database like this:
$smarty->assign("text",$result->text);
$smarty->assign("amount",250);
in the $result->text is Amount is ...
-1
votes
3answers
70 views
Create dataframes AND named columns within a for loop using variables
I'm trying to create a bunch of dataframes, & modify the variables within those dataframes, in a loop. The code below almost works, except that it creates a whole bunch of objects of the form ...
0
votes
2answers
49 views
Java: Set assign value to string from running thread?
how can I assign a value to String outside of run() in java. It's starting new thread, running and obtaining value, then is supposed to return it. if I try to just set string = value in thread, it ...
0
votes
1answer
43 views
I'm trying to pull a variable from a query string and use the value to populate a hidden variable in my form.
I am trying to pull a variable from a url and populate a hidden variable in my form using jquery.
I've been stuck on this for a few hours now, and I'm hoping someone better at jquery than me can ...
0
votes
1answer
21 views
Obtain List from asynctask
public class GetAllEggs extends AsyncTask<Void, Void, List<Egg>> {
List<Egg> eggs;
Egg eg;
JSONParser jParser = new JSONParser();
@Override
protected void ...
0
votes
0answers
58 views
Excel Add-in: How to remove macro hotkey
How do I remove the hotkey from a macro which does NOT appear in Tools > Macro > Macros?
I installed an add-in and Excel has automatically assigned the hotkey "CTRL+U" to it. I want Ctrl+U to retain ...
0
votes
0answers
33 views
Is it possible to modify an object on a list in a parent frame in R?
I'm working on an R package that has a number of functions that follow a non-R-standard practice of modifying in place the object passed in as an argument. This normally works OK, but fails when the ...
0
votes
5answers
95 views
IOS retain , Assign
I observed the following behavior.
Took two property variables.
@property (nonatomic, retain) NSString *stringOne;
@property (nonatomic, assign) NSString *stringTwo;
In .m file written below ...
-1
votes
1answer
74 views
Microsoft VB.NET 2010 - Assigning a Key to start a process when the window is minimized
This is an auto talker that i created, but it isn't very convenient to click on start and stop when the text is being typed at 10 milliseconds. So i wanted to create a key that when pressed starts the ...
0
votes
3answers
201 views
How to assign value to the datagridviewtextboxcolumn in code behind?
I have a gridview of type datagridviewtextbox column.
It has following fields.
SrNo. | Description | HSN Code | Qty | Rate | Amount
I have fetched records of "Description", "HSN ...
0
votes
1answer
149 views
Create a new record with a specific owner without calling AssignRequest in CRM 2011
In our application, we create a few thousand phonecall records. Each phonecall should have a different owner, determined by a method named GetAnyAppropriateSystemUser(), which finds some random ...
1
vote
1answer
47 views
How to access variable outside thread without making the variable final
How to access variable outside thread without making the variable final?
int x=0;
Thread test = new Thread(){
public void run(){
x=10+20+20; //i can't access this variable x without making it ...
1
vote
4answers
41 views
Split string with denominator not working [duplicate]
Quick question: I want to split an IP Address (eg. 192.168.0.1) using the period (.) as a delimiter. I can't seem to get it right. I tried running different scenarios to see if it's my brain ...
0
votes
1answer
59 views
Why can't I assign random.nextInt to a variable? [closed]
I want the variables p and z to get a new random number assigned to them but I get a NullPointerException when using the code below. I've done something similar before and it worked fine so I am ...
5
votes
2answers
64 views
When it make sense to replace “class_name obj_name = func()” by “class_name obj_name{func()}”?
In a code I see the following construct:
const class_name obj_name{func()};
func() return an object of the class called class_name. So, I wonder why not to use the following construction:
const ...
0
votes
1answer
52 views
Cannot assign one pointer to another because of type mismatch, or so the compiler says
Here is the header file code, stack.h:
#include <iostream>
using namespace std;
//template <class T> struct stackNode;
//template <class T>
struct stackNode {
int item;
stackNode ...
1
vote
3answers
102 views
C# assign one reference type to another without it's reference to the object
Can I assign value to reference type without giving it's reference to that object.
Like I have function that gets fileinfo and I wanna check if thats changed later in different thread.
Example
info ...
0
votes
0answers
33 views
How to define a dynamic value to “Match No.” field in “Regular Expression Extractor”?
I am trying to define a variable to "Match No." field in "Regular Expression Extractor" and later assign value for each iterations. Is there any way to do this?
My scenario is like below:
Iteration ...
2
votes
3answers
147 views
Assigning value from struct to variable fails
Edit 3 describes the narrowed-down problem after debugging
Edit 4 contains the solution - it's all about type difference between C and C#
Today I came across a curious problem. In C I have the ...
3
votes
2answers
551 views
Error: Assigning to an array from an initializer list
I have a class such as:
class dialog
{
public:
double dReturnType[][5][3];
};
#include <cstdlib>
#include <iostream>
include <string>
using namespace std;
...
-1
votes
1answer
80 views
ArrayIndexOutOfBoundsException error in while loop [closed]
I am trying to work with arrays, and i get a bunch of errors. I am not sure if i am using them wrong, or they simply can't do what i want them to. I want to assign a number to a part of an array, ...
-2
votes
1answer
69 views
Why doesn't my function save my
f1 <- function(x) {
zx1 <- sample(1:nrow(zone4[[x]]), nrow(zone4[[x]]), replace=F)
zone4[[x]]$randnums <- zx1
}
f1(1)
## DOESN'T UPDATE zone4[[1]]
zx2 <- ...
0
votes
1answer
167 views
Matlab to Python conversion - Can't assign to function call
I have recently been trying to convert a piece of Matlab code into Python code.
I have made most of the changes that I need to however, the issue I am having is the line where it says:
y(index(m)) = ...
-1
votes
1answer
79 views
Nonblocking simultaneous assignments to wires and registers in Verilog
I am interested to write Verilog module which simultaneously will update several outputs
Something like following code, makes 3 operations at the same time (clk 10):
module mymodule (a,b,c,d,e);
...
0
votes
3answers
107 views
error C2101: '&' on constant [duplicate]
I have a following code:
std::map<size_t,Cell&> m_cellMap;
when Cell is defined as follows:
class Cell
{
public:
Cell(int x = 0,int y = 0) : m_x(x),m_y(y) { }
...
2
votes
2answers
99 views
Why does an lvalue cast work?
I saw this kind of cast for the first time today, and I'm curious as to why this works. I thought casting in this manner would assign to the temporary, and not the class member. Using VC2010.
class A
...
0
votes
1answer
47 views
how to store the field value in the scanner
I am trying to assign the value String in my Scanner, Shall I use nextLine() as it might contain more than a word or shall use next()?
The original codes are too long and I can't paste them all ...
1
vote
3answers
83 views
assign values executed to array in python
n = 1
for n in range(3):
p = Poly(a[n+1][0:3])
print p
n=n+1
this is my coding. basically, I have a 3 times 3 matrix, I want to assign each row to a polynomial function and ...
2
votes
2answers
82 views
tryCatch - namespace?
I am quite new to R and I am confused by the correct usage of tryCatch. My goal is to make a prediction for a large data set. If the predictions cannot fit into memory, I want to circumvent the ...
-2
votes
2answers
86 views
what is difference between copy and assigning a vector? [duplicate]
what is the difference between copy and assigning a vector ?
line 2 and 4 .
1 vector<int> V1(5);
2 vector<int> V3(V1);
3 vector<int> V4(V1.size());
4 V4 = V1 ;
1
vote
2answers
57 views
Update the whole structure
Suppose I have some function which returns a struct:
(struct layer (points lines areas))
(define (build-new-layer height)
...
(layer list-a list-b list-c))
I want to keep track of the last ...
0
votes
3answers
131 views
Assigning many variables in a single code line C#
I'm not sure of what the operation is called that I want to do in C#, but I know it can be done in other languages.
Suppose I have three vars and set them to the same value:
MyObject Ob1 = new ...
0
votes
4answers
170 views
Set all values to one variable in c#
I have a foreach statement that outputs a list of customer id's to a log file:
foreach(var customer in _response.CustomersList)
{
log.WriteLine(customer.CustID);
}
The Id's output correctly ...
-3
votes
1answer
54 views
preprocessor macros variables
I have the code:
#DEFINE NEW = 1;
And a Struct:
typedef struct PCB
{
/*Process state:new, ready, running, waiting, terminated*/
int state;
}PCB;
How can I assign NEW, such that state=1?
...
0
votes
1answer
98 views
How to assign a particular row of two dimensional array passed as an argument of the function to one-dimensional vector in c++
This is what I do, but I get segmentation fault when I debug (Step Into -> v.assign() is the problem.
void vertex::sort_all_neighbours(int i, int **array, int size_array){
v.reserve(size_array);
...
-2
votes
1answer
20 views
what cases we are using assign property in objective-c [closed]
Give me examples.
what cases we are using assign property in objective-c.



