Top "Base" questions

A number whose powers are used to represent other numbers (e.g. base 10 = decimal representation)

theming in yii framework

How can I create base theme and sub theme in yii framework?

themes yii base theming
How do I base58 encode a string?

char (* text)[1][45+1]; text = calloc(5000,(130+1)); strcpy(0[*text],"sometext)"); Now I want to encode "sometext" to base58, however, I do not know …

c base
C++ inherited class has member of same name

In C++ you can put a member in a base class and a member with the same name in the …

c++ class base
html <base> doesn't work with href to localhost

My links look like <link rel="stylesheet" href="/utils/style.css" /> I had my website in main dir …

html url base
Changing base view type on MVC4

I've read a post about changing base view type on MVC from the link below: http://haacked.com/archive/2011/02/21/changing-base-type-of-a-razor-view.…

asp.net-mvc view asp.net-mvc-4 base
Fastest base conversion method?

Right now I'm working on a project which requires an integer to be converted to a base 62 string many times …

c++ base
C# cannot override inherited member

I'm learning C# from a book named Chegwidden Gladdis. I'm making the same program and same code as written in …

c# object inheritance base
Import subclass from a base class in Python

I have a base class that has a method that creates an instance of a subclass that is called the …

python inheritance import subclass base
Second argument to parseFloat in JavaScript?

In this font-size resizing tutorial: Quick and easy font resizing the author uses parseFloat with a second argument, which I …

javascript hex base parsefloat
What is base..ctor(); in C#?

I am disassembling some C# applications and I am trying to reconstruct the source code. I am disassembling the application …

c# base