The modify tag has no wiki summary.
0
votes
1answer
14 views
Excel VBA Change last two digits of a number
I´m trying to make a number to change its last two digits to zero.
In Excel, in a certain Cell I will always get for sure a number always higher than 100. Let´s assume that I get the number 26312. ...
0
votes
1answer
26 views
JS - Modify bookmarklet for Google Translate
This page offers bookmarklets to be used with Google Translate http://translate.google.com/translate_buttons however those bookmarklets opens the Google Translate in same tab/window and replaces the ...
2
votes
3answers
78 views
Need to modify several XML files with Perl script in Linux env
I have several XML files named TC_Circle1, TC_Circle2, TC_Point1, etc in a directory and I want to use a script to update the start and stop dates in each file. The start and stop dates are inside ...
0
votes
1answer
24 views
SAS: Using a Loop for Creating Many Data Sets and renaming the variables in them
I would be very happy if you could help me with the following task:
I have a dataset in a long format as e.g.:
time subject var1 var2 var3
1 1 0.41 0.48 0.85
2 1 0.58 0.38 ...
0
votes
5answers
61 views
Pass references by value Java [duplicate]
I have the following code:
public class PassReferenceByValue {
static void modify(String m)
{
m = "Else";
}
public static void main(String [] arg)
{
String ...
0
votes
2answers
32 views
Modify array contents
I've used
unset($quotes_array[0]['methods'][0]);
$quotes_array[0]['methods'] = array_values($quotes_array[0]['methods']);
to remove the first element of an array, but the selection form where the ...
-3
votes
1answer
34 views
PHP Error: Cannot modify header information, how can I continue then? [duplicate]
I realize this is most likely a duplicate, but I don't see much helpful information in some of the other questions I've seen. Let's see if I can get a question that might address a lot of peoples ...
0
votes
1answer
30 views
Adding multiple attributes in XML node
I want to add two new attributes for all nodes. The attributes name and values are the same for all elements.
I have the following XML structure:
<question id="1001"></question>
...
0
votes
0answers
20 views
How to modify the CMFCPropertySheet Outlookbar surface(width,height…)
My code:
INT_PTR CMineSheet::DoModal()
{
AddPage(&m_pageMis);
AddPage(&m_pageSettings);
m_pImageListBar = new CImageList();
m_pImageListBar->Create(IDB_BMP_OUTLOOK_BAR,32, ...
1
vote
2answers
77 views
Warning: Cannot modify header information - headers already sent by [duplicate]
Whenever I try to change something I get the error mentioned in the title. I tried looking it up but I don't really understand the answers I found. What causes this error and how do you fix it. For ...
-1
votes
0answers
38 views
How to modify recorded voice to Starcraft 1 Terran adjutant's one [closed]
I really like the SC1 Terran Advisors (adjutants) voice!
The idea is to modify an audio file of one's speech so that it sounded like adjutant's one. Or, if it is easier, to adjust some automatic ...
1
vote
0answers
26 views
How can you alter JavaScript in the browser and then run it with the modifications?
I'm trying to compile a list of all the links that are possible between two <select></select> boxes. This includes both links that open in a new window and redirections that happen to the ...
0
votes
1answer
54 views
How to modify a .txt file on Windows server via web GUI
I need to be able to read, display, modify and save the contents of an existing .txt file which is located on a Windows server. I can do the 'read' and 'display' bits already, but not the modify and ...
-2
votes
1answer
38 views
Perl smtp server for modify and forward message
I need to create a perl script that works as an smtp server. When it listens an email, it should change its body and then resend it to some other email server (a MS Exchange one)
Is there a simple ...
0
votes
0answers
28 views
Changing AppData path (System Property)
I'm working on a launcher for the Minecraft game, what I would like to do is set the APPDATA (windows) location for the game. The value is not really changed, but it's modified for the program that ...
0
votes
0answers
35 views
Modify WP theme's gallery behavior
I haven't found any topic about this specific problem here. Well, at least I couldn't figure out how to solve my problem. I'm not a developper and I am new to WordPress so my question might seems a ...
1
vote
0answers
37 views
SQL XML simple table-column-row entry change edit modify
How to correct XML entries in a SQL database table-column-row?
The problem: I have a SQL database called MyClients. The database has three tables:
dbo.Accounts
dbo.Organizations
dbo.Managers
...
0
votes
2answers
94 views
Modified Binary Search java
So I'm running into a huge road block....maybe it's just because my logic is not there but I can't seem to figure this out on my own.
I'm trying to modify BinarySearch so that it will obtain two ...
1
vote
1answer
34 views
Java NoSuchFieldError when using Reflection
I'm trying to modify a public static final String[] field I made in ClassA, and then modify it in ClassB using reflection. However I get a NoSuchFieldException.
java.lang.NoSuchFieldException: test
...
1
vote
1answer
53 views
How to prohibit write access on a deep structure?
I have an issue with accessibility of class members.
I have 3 classes that work together and need full access to each others properties.
classA, classB, classC
However classA is uses somewhere else ...
0
votes
2answers
132 views
Overriding or modifying a Java class constructor at runtime
Ok im basically just looking for a point in the right direction
I have a class being instantiated as part of a sequence (a method goes through a random list of classes and creates 3 instances of ...
0
votes
0answers
21 views
modify attribute of ServletContext
I have an attribute type float in the ServletContext and I would like to modify it from a servlet. This is the code:
float total_price=0;
arg0.getServletContext().setAttribute("total_price", ...
2
votes
1answer
61 views
SQL Server - Replace text in XML variable based on join
For my situation, I have similar XML to the following:
DECLARE @MyXML XML
SET @MyXML =
'
<Students>
<Student>
<Nickname>Cat</Nickname>
...
4
votes
5answers
72 views
Can a primary key be empty? If yes why did this alter cause this result?
I have the following table:
mysql> DESC my_contacts;
+----------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
...
0
votes
1answer
18 views
Does modify work only if I redeclare the data type?
In order to change the order of a column the following works:
ALTER TABLE contacts
MODIFY COLUMN id VARCHAR(20) FIRST;
The following:
ALTER TABLE my_contacts
MODIFY COLUMN id FIRST;
...
0
votes
0answers
49 views
Dynamic buttons to modify objects in javascript
I am new to javascript and I know it is not really object oriented but it makes the most sense to me to use them. So I have a div(D1) that is populated dynamically from the fields of an object ...
-4
votes
2answers
57 views
PHP modify array by given date range [closed]
I've got a form written in php, with the following array and two variables:
startDate and endDate.
What I would like to do, is to show the only the dates that are within user-defined date range.
...
2
votes
1answer
102 views
access/initialize and update values in a mutable map
Consider the simple problem of using a mutable map to keep track of occurrences/counts, i.e. with:
val counts = collection.mutable.Map[SomeKeyType, Int]()
My current approach to incrementing a ...
0
votes
1answer
32 views
Wordpress modify footer
Following example Code given in footer.php:
<footer id="test" role="role">
<div id="test-generator" class="clearfix">
<?php do_action( 'test_open' ); ?>
...
0
votes
0answers
21 views
Add features in Chrome browser
I want to add some feature of windows explorer in chrome browser. For example, in windows explorer all folders under a directory are listed on left side panel. I want to add that panel on left side of ...
0
votes
0answers
49 views
how to get data from database and modify it in rowdatabound event?
I have a gridview in my page.it contains a gender and type fields which are an integer fields in the database. but I want to display them as strings in the gridview like 'male' or 'female' for the ...
1
vote
1answer
170 views
How to edit a file located in the internal storage of an Android application? [duplicate]
I would like to create a file in the internal storage and use it to modify the content of an Android app.
My problem is that I would like to keep access to this file in order to edit it at any time.
...
0
votes
0answers
61 views
PHP Traits overwrite variable
Assuming I have this trait:
trait MyTrait{
protected static $_statVar = 'defaultStaticVal';
protected $_var = 'defaultVal';
}
And a class that uses it
class MyClass{
use MyTrait;
}
...
0
votes
0answers
58 views
Modifying Joomla! RSForm module
I playing around with Joomla and I downloaded RSForm module, after I built a simple form with name and address and I am trying to get coordinates from the address line and insert them into the user ...
0
votes
0answers
13 views
how do I Update the same app from a developer to another
I developed an app under "appsgeyser" yet I did its update under "phonegap" because I have more features with the second for appsgeyser does not afford.
My new apk app that is of the same name as ...
2
votes
4answers
64 views
Modifying hyphenated data with r
I am reading data from a csv file and one of the columns in the data comes in three different formats:
xxxxx-xxx-xx (5-3-2)
xxxxx-xxxx-x (5-4-1)
xxxx-xxxx-xx (4-4-2)
My goal is to turn these three ...
0
votes
1answer
83 views
please help editing arrays in java
I'm having a really hard time creating this address book of mine,
and im also new at this.
the thing is I just want to know if it is possible to edit or modify the values inside the array,
String ...
1
vote
2answers
190 views
c binary file : truncate or resize in order to modify its end
I have a FILE* file that holds some binary data. Let's say that this data are a list of double and that the last entry is a string that describes what are those double. I want to modify this string ...
0
votes
0answers
91 views
Creating and editing a pdf iOS with drawLayer
I am using the answer from how to edit a PDF in objective-c? in my iOS app. The button transitions into the pdf like so
NSString *file = [[NSBundle mainBundle] pathForResource:@"_3 Final Certified ...
0
votes
1answer
202 views
AS3 Modify a variable set in the root timeline from a class
I'm fairly new to Action Script 3 and I have a variable within my root timeline on a frame to set the speed of the character for my game:
var userSpeed:Number = 2;
Now, I have a class for my ...
0
votes
0answers
87 views
magento change quantity in admin grid [closed]
anyone knows some plugin or customization for Magento for
change/modify product quantity in backend (admin) products grid in Magento?
Thanks
0
votes
0answers
170 views
Modify Header of firefox through selenium RC code
I am trying to automate my web app. condition is that the page acts differently according to the geo location from where it is being viewed. so i am trying to pass external header to the firefox such ...
0
votes
1answer
75 views
Joomla 1.5, modifying content module (article edition/creation)
I would like to ask You for a proper way of modifying Joomla's 1.5 article edition/creation page. What I need is additional field (e.g. under the editor) which takes a file input, upload the file to a ...
0
votes
1answer
165 views
Modify the existing canonical link in header
I am using joomla 2.5 and I want to change the canonical link in the header.
I do this in category view (components/com_content/category/tmpl/default.php)
$url = JURI::root();
$sch = ...
0
votes
2answers
58 views
modify column Vs change column
I know, we can not rename a column using modify column syntax,but can change column syntax.
My question is
what is the main usage of modify syntax?
for example,
alter table tablename change col1 ...
-1
votes
2answers
44 views
Is it legal to modify someone elses android app? [closed]
Is it ok to take an FREE app, change a few things in the app and put it back on the android market for my customers to use with a piece of hardware that I'm developing? Is this legal?
App I would be ...
0
votes
1answer
86 views
Modify how the generated views look like with Spring Roo without manually change each one post-creation?
A simple question. How may I change how Spring Roo generates it's views so I do not need to change them post-creation? If I were to follow the tutorial it would look like this, they however change the ...
-3
votes
3answers
153 views
Linux writing to process' own executable file at runtime
I'd like to be able to store some configuration information in the char array inside the executable file (C program). And I need to modify that array's contents at the runtime.
But I can't open the ...
1
vote
3answers
98 views
Adding columns to a file based on existing columns
I am trying to modify a file which is set up like this:
chr start ref alt
chr1 18884 C CAAAA
chr1 135419 TATACA T
chr1 332045 T TTG
chr1 453838 T TAC
chr1 567652 T TG
...
0
votes
4answers
82 views
Accessing List from outside function Python
I have a list that I create inside of function1. I want to be able to access and modify it in function2. How can I do this without a global variable?
Neither function is nested within the other and ...
