The base tag has no wiki summary.
0
votes
2answers
37 views
Adding months together or working in base 12
I'm a teaching assistant for a school working with kids with special needs and I've been asked to produce a spreadsheet that can keep track of their reading ages and spelling ages as they progress ...
0
votes
2answers
65 views
Converting numbers by Euclidean algorithm and the Horner's method
I have some trouble with my code in C. It doesn't convert the number as it should be.
This is the euclidean algorithm to transform a given number to another number with a different base. "precision" ...
0
votes
1answer
23 views
Append base tag to head of document
I'm screen scraping using Simple HTML DOM. The problem is that I'm getting relative paths/URLs which I want to replace with absolute ones:
foreach($html->find('</head>') as $e)
echo ...
0
votes
1answer
37 views
Derived function not returning correct data values
Still working on an inheritance program, the base class is a Shape and there are three derived classes: rectangle, Circle, and Square (Square is derived from Rectangle). When I set the data values ...
-1
votes
0answers
34 views
base transformation Matlab [closed]
Is there a smart way to make a base transformation matrix for one base to another?
Here are my bases:
E1 =[-0.4656 -0.7461 0.4760;...
0.8073 -0.1377 0.5738;...
-0.3626 0.6515 ...
2
votes
1answer
76 views
“'BaseClass' does not contain a constructor that takes 0 arguments.” Partial C# / Protobuf class
I have a class MyDataRow which I derive from DataRow, here is my code:
public partial class MyDataRow : DataRow
{
internal MyDataRow(DataRowBuilder builder)
: base(builder)
{
...
-1
votes
0answers
46 views
Base to Decimal conversion
How Can I write Java program Foreign Base to decimal conversion ;
Input values:
Variable fv, a string containing the digits of the integer in a foreign base.
Variable bv, a string containing only ...
-3
votes
0answers
29 views
Access Member of abstract class
I currently have a problem, accessing a protected member within the base class.
My classes look like the following:
class A
{
...
public:
void SetMember(Member* p)
...
-4
votes
0answers
80 views
Import from txt or csv file in a MySQL database [closed]
Hi This code is used to import a txt or csv file into a mysql database I find a problem in this code to display accented letters and importing more than two fields . can you help me solve this problem ...
0
votes
1answer
41 views
Bigger input base for bc?
I'm searching for a calculator in base 31, i.e., I want both input and output to be in base 31. (I actualy don't care much about the format of digits, only that it would be easy writable. So, for ...
0
votes
1answer
25 views
MOD REWRITE (BASE) on WAMP Server
I have an WAMP webserver with Rewrite module activated.
I have all my projects in:
d:/prj/costumer1/www/ (alias: costumer1)
d:/prj/costumer2/www/ (alias: costumer2)
and so on...
For costumer1 I ...
1
vote
1answer
29 views
Is banks overdraft penalty linked to technology limitations? [closed]
I have been reading an article about data consistency in banking operations.
The author highlights the fact that, differently from the common thinking, banks adopt BASE (Basically Available, Soft ...
0
votes
2answers
82 views
Trying to get a orthogonal base using matlab with gram-schmidts method [closed]
Im trying to use gram-schmidt to find a orthogonal base. e1 is orthogonal to e2 and e3, but in this case e2 = -e3. What could be wrong?
Heres my code so far:
calca = [424 293 123; 431 258 109; 446 ...
0
votes
3answers
51 views
java - Abstract base enum/class for singleton
I've created two enum classes as singleton:
public enum A {
INSTANCE;
public void init(param p1, param p2) {
}
public void connect() {
}
public void disconnect() {
}
...
6
votes
3answers
219 views
Specify different types of missing values (NAs)
I'm interested to specify types of missing values. I have data that have different types of missing and I am trying to code these values as missing in R, but I am looking for a solution were I can ...
0
votes
0answers
62 views
Getting Table_User data ci_sessions(db) With code igniter
You will understand better by reading my SQL command in my profil_model.php file. I use Code Igniter and database sessions. What I would like to do is in the profil view, when we see a member, a green ...
0
votes
2answers
116 views
Python: Invalid Literal for Int() Base 10
I'm writing code for a project to determine the validity of credit cards and i've hit a wall, it seems like all of the things i have tried so far are not working.
This is giving me an error for the ...
2
votes
1answer
49 views
Is there a way to access the iteration number in replicate()?
Is there some way to access the current replication number in the replicate function so I can use it as a variable in the repeated evaluation? For example in this trivial example I'd like to use the ...
1
vote
1answer
42 views
Firefox calls <base> url
On a customer's site somebody in ancient times put a <base>-tag in a super-parent tile definition that is just plain weird. It's just referring to itself, lets say its basicTileLayout.jsp that's ...
0
votes
0answers
23 views
base tag showing 404 error if I clicked a stylesheet link in browser source
I am using <base> tag in my website, and in pages am linking stylesheets like
stylesheet/default.css
Now when I browse the website and when I see the source and click the stylesheet link it ...
0
votes
0answers
22 views
What causes IE to break base tag if I don't use www?
I am using a <base> tag like this, currently my website is in a directory for development purpose so
<base href="http://domain.com/directory/" />
Now my stylesheets and everything works ...
0
votes
1answer
78 views
Handling Data Annotation Validation with Custom ValidationResult
I have a custom ValidationAttribute like this :
public class ReceiverRegion : ValidationAttribute
{
private RegionService regionService;
private CityService cityService;
...
0
votes
2answers
70 views
Derived class from class instance?
how do I make a derived class which can change all the variables from an instance of its base class? I understand I could declare the base class variables static, but when I do that I cannot ...
1
vote
2answers
78 views
Why is my derived class not converible to base class?
I have the following classes:
public class Item
{
}
public class ItemCollection<TItem> : ICollection<TItem> where TItem : Item, new()
{
}
I have two derived classes:
public ...
1
vote
0answers
78 views
Database hierarchy, aggregation, relations in LibreOffice Base
I am working on a homework project where we design a website for a store, and I have been assigned the database. This is my first database attempt. I am using LibreOffice Base for the design, and ...
0
votes
1answer
117 views
Legend with color filling and shading lines in Base R
In my plot I have two intersecting polygons, one colored and one with shading lines.
In the legend I would like the two polygons and the intersection array represented correctly.
Here is what I ...
2
votes
5answers
102 views
How to decide between an Interface or Base Class for an new implementation?
When it comes to implementation, how should i decide to go for an base type or an Interface ? I tried to work out on few examples but i don't get the complete idea :(
Examples on how and why would be ...
0
votes
2answers
82 views
Return Integers in Base 10
I've been trying to understand how one would input an integer and have a function return the digits in base 10 in C#. I've researched around and can't find many code examples to work with other than ...
0
votes
1answer
116 views
How do I set the root URL in Ember
My Ember app lives in example.com/path/to/ember_app.
My problem is that Ember seems to be rooting everything based on the site root, not the root of the application, so when I would expect ember to ...
0
votes
1answer
65 views
Determine a thread's stack size and location
how can I determine the base of a thread's stack and its size under Linux? Is there an available C/C++ API or a way to find out in gdb?
thanks
0
votes
0answers
67 views
Refresh Base View After dialog Box closes in MVC 4
I have a base view which displays a list in a table . It has add button which shows a dialog box . I have implemented dialogue box as
$(function () {
$("#IssueDialog").dialog({
autoOpen: false, ...
1
vote
1answer
119 views
Is it possible to pass an attribute argument from a derived class to its base class?
Is it possible to pass an attribute argument from a derived class to its base class?
Essentially, I'm trying set a property's attribute's argument from the derived class.
How it could be done in ...
4
votes
3answers
115 views
C++ inheritance calling functions from child on a variable of the parent class
In C++ I have a base class Packet and then a lot of children APIPacket, DataIOPacket etc.
Now I want to store an incoming packet and since I don't know the type I store this in a variable:
Packet ...
4
votes
4answers
73 views
sum within (date)
I'm trying to calculate the sum of values (in XYZmin) that occur on the same date.
My data looks like this,
bar <- structure(list(date = structure(c(15622, 15622, 15622, 15628,
15632, 15635, ...
0
votes
2answers
26 views
what would happen to the carry in binary base 8 addition?
What would happen if I added 2 binary numbers, 10000000 + 10000000 that were in base 8?
What would happen to the carry?
4
votes
1answer
133 views
Passing identically named arguments through nested functions
I am creating a simple plot which uses a plotting function, which calls another plotting function to add a smoothed line through it. The second function is lines() and takes some standard base ...
1
vote
3answers
74 views
C# new class clears base class values
I've searched extensively (though might have missed it). I've been doing so much web development that I can't seem to get this. I have a base case:
public class myfields
{
public String myfield1 ...
0
votes
0answers
42 views
R (2.15.3; Vista x64) matrix base package: Error 5 arguments passed to .Internal(matrix) which requires 7 [duplicate]
While several have indicated that this question is a duplicate positing (it is, but despite hemmo's assistance we were not able to solve the problem...). In this posting, I 1) provided some additional ...
-7
votes
5answers
254 views
c# get field (property) values of derived class in base constractor
I have 2 classes:
public class Class1
{
private string Name1;
public Class1()
{
//How to get Name2 of the derived class?
}
}
public class Class2 : Class1
{
private string ...
0
votes
0answers
92 views
fancybox appears on a local version of the web-page only [closed]
Here is a web-page. There you can find an English word calculator. It's actually a link. If you click on this link, a fancybox supposed to appear.
Unfortunately, it doesn't work.
However, if you ...
6
votes
5answers
140 views
Optimize recode in base R
I am a recoding a variable based on some rather long strings, here exemplified by the strings A, B, C, D, E, and G. I was wondering if there is a way to recode this with out having to repeat the ...
3
votes
2answers
66 views
Accidentally deleted page.xml. How do I get it back?
I have accidentally deleted the file app/design/frontend/base/default/layout/page.xml from my directory.
My understanding is that this is the 'default' page.xml file that comes with Magento. How can I ...
0
votes
2answers
55 views
How to automate Unity registration?
In my code i have many repeated actions like this.
I want to write 1 generic method (with reflection) to automate this process of registration repositories for this objects with one base class
...
0
votes
1answer
199 views
R: rownames, colnames, dimnames and names in apply
I would like to use apply to run across the rows of a matrix, and I would like to use the rowname of the current row in my function. It seems you can't use rownames, colnames, dimnames or names ...
0
votes
2answers
25 views
Converting a positive whole number of length 12 to a unique alphanumeric of length 10
Would it be ok to do this by base conversion from base 10? If so, which would be the best base to convert to in order to restrict the length of the generated string to 10 characters maximum?
Thanks
0
votes
2answers
103 views
Virtual method called from derived instead of base
Can someone explain to me why is the overridden method being called when I cast the class into the base one:
class Base
{
public virtual void VirtualMethod()
{
...
0
votes
3answers
384 views
IE8 will not display frames when http-equiv=“X-UA-Compatible” is used
I have the following html code that works without the http-equiv="X-UA-Compatible" in IE8 but fails when it has it. I think the order is correct ...
0
votes
1answer
31 views
highlight text in wordpress posts which contain accents
In search box some user ask to find "Munchen" (original is München) search will find anyway dont ask me how I don't know.
In wordpress search result i know how to highlight word which is exactly same ...
0
votes
1answer
61 views
How to use base viewcontroller for other view controllers?
There are many views that look the same,a toolbar on the top of the view,and some items on it.So I wonder if I can set a base view controller and other view controllers inherit
from it.Because I don't ...
2
votes
2answers
123 views
C++ Design: Base class constructors and is-a or has-a relationship for custom string class
This is pretty fundamental stuff but would be good to get some sound advise...
Im learning C++ and want to implement a custom string class,MyTextProc::Word, to add some features to std::string such ...



