Is it possible to perform multi-linear regression in Python using NumPy?
The documentation here suggests that it is, but I cannot find any more details on the topic.
Hi folks,
got an new assignment covering Oracle databases. My problem now is that I am completely new to the Oracle system and never worked with it before. I need to develop a concept covering the installation and configuration of the server. Afterwards I need to migrate the old server to the new while ensuring date consistence.
I just wanted to ask if you guys have some useful links for introduction and of course good literature / books on this topic?
Thanks and cheers from Cologne
Marco
An odd request, I know. I want Javascript to pretend the user just pressed the backspace.
That's all I really want, if you want more info:
My last topic here, gives more explaination. In short: I press a key, javascript converts the key to the greek equivalent, then puts that key in instead. The problem is, when onKeyUp is activated, it starts a function which looks for combinable character pairs put together (for accents) and inserts that key.
I have an idea for an app that I would like to build which would include video tutorials for a particular topic. What is the best way to go about doing this?
Embed the video with the app and make it a part of the distribution?
or
- Stream the video from a CDN?
My slides say that:
A recursive call should always be on a smaller data structure than the current one
There must be a non recursive option if the data structure is too small
You need a wrapper method to make the recursive method accessible
Just reading this from the slides makes no sense, especially seeing as it was a topic from before christmas!
Could anyone try and clear up what it means please?
Thank you
Hi,
Im doing a small project in C++ in LINUX PLATFORM.i need to search 10 or more PDF files and find required data.how can i do so?.
i will make my question more clear with following eg
suppose i have ten text books all about c++ and i need info about the topic array and how i can search the pdf and find data?
thanks in advance
I am curious learner of Java, I was thinking on one topic "CONSTANTS"
I have learnt that Java allows us to declare constants by using "Final" keyword.
My question is Java didnot introduce Constant(Const) Keyword. Since many people say it has come from C++, in C++ we have Const keyword
Is there any strong reason behind, Please share your thoughts on this.
did some google searching on the topic and most of the api's that existed required a dedicated server.
ill be trying this on the local machine and am using wamp, would i need to go through a type of merchant (of some type) to be able to send sms's?
and if you know of any tutorials list them.
thanks
I am using an asp:upload control to upload an image and am using the postedfile property to insert the path to the database. In my form I have a dropdown with autopostback=true where the user can select a topic to populate a checkbox list of categories. During that postback, the postedfile value is being lost and after a little research I have discovered that the posted file value is not maintained in viewstate for security reasons. Has anybody else found out how to get around this?
I am curious learner of Java, and I was thinking about the topic of "CONSTANTS".
I have learnt that Java allows us to declare constants by using final keyword.
My question is why didn't Java introduce Constant (const) keyword. Since many people say it has come from C++, in C++ we have const keyword.
Please share your thoughts.
Hello,
Like the topic says, I'm running compiz under linux, I know cpompiz is able to keep all workspaces running at the same time. So if I want to take a screenshot of an application running on any workspace, what should I do ? (any language)
Thanks in advance
Blizz
I have been catching up on my c++ lately, after a couple years of exclusive Objective-C on iOS, and the topic that comes up most on 'new style' c++ is RAII
To make sure I understand RAII concept correctly, would you consider Objective-C lazy loading property accessors a type of RAII? For example, check the following access method
- (NSArray *)items {
if(_items==nil) {
_items=[[NSArray alloc] initWithCapacity:10];
}
return _items
}
Would this be considered an example of RAII? If not, can you please explain where I'm mistaken?
Can we get a list of free and open source projects, which can be supported through purchasing branded garment?
Free Software Foundation http://shop.fsf.org/
ps. I know this is extremly off-topic. But I'd like to buy clothing and support open source at the same time, if possible. And I'd like to know, where this is possible.
i want to know about the Asp.net MVC 2. where i can find out all feature of dot net 4 and mvc 2. are anywhere a good cheat sheet avilable for MVC 2.
are anywhere i can find all topic of mvc2.
I installed it in my dev project. I would like to remove it and any trace of it in my database and my django app, not to mention my python install. I found it didn't quite do what I needed, but that's another topic, and I'm moving to South.
Can I just delete the evolution tables in my django db, and remove it from the app settings? Or is there more to it?
Can we get a list of free and open source projects, which can be supported through purchasing branded garment?
Free Software Foundation http://shop.fsf.org/
OpenBSD https://https.openbsd.org/cgi-bin/order
Mozilla http://store.mozilla.org/
ps. I know this is extremly off-topic. But I'd like to buy clothing and support open source at the same time. And I'd like to know, where this is possible.
how to do the 3D Animation in java? what are the packages to be needed? i am very newbie about this topic. Sample Code, Tutorials and articles are more thankful. Tell me how i have to start please?
NOTE: its for Mobile Appication.
Is it possible to write a RESTful web service that will accept files from a client, convert those files to PDF files and then will send the result back to the client?
Any information on the topic would be helpful.
Hi. I have to select the last two records for every topic.
ex:
table: msg
id | topic_id
------------
1 | 1
2 | 1
3 | 1
4 | 1
5 | 2
6 | 2
7 | 2
8 | 3
9 | 3
10 | 3
I want to obtain these rows:
3 1
4 1
6 2
7 2
9 3
10 3
How can I do this?
thanks
hi folks, i'm using ip*works for download newsgroup message and insert them into a database... ipworks is "comfortable" to use because it automatically split nntp data return into different object (or variable). So i've "author" "date" "topic" "messagge" already splitted to my use.
However ipworks isn't free and it cost a lot for my use.. so i'm asking you some component or code snippet to use to download and "manage" nntp messagges.
Thanks in advance and regards!
We all know what Wordpress can do with a little bit of css goodness. I was wondering whether the idea could be extended even further and make a completely separate Flash/Flex frontend for a website, that uses Wordpress in the back. That would certainly be possible. I was just wondering whether its practical. Any progress on the topic ?
Hi folks,
this might be quite simple, but I must say I'm a bit confused on this topic.
I'm writing code based on two popular libraries:
jQuery
underscore.js
I am just wondering what would be the best way to isolate the code and prevent conflicts and how to merge it with its dependencies.
By merging I mean putting them within the same file. :)
I hope I'm not asking something which is too basic.
...and a last thing
MERRY CHRISTMAS EVERYONE! =D
Use a small notepad, and turning pages interferes with flow of thought.
Use a whiteboard and marker, and you write bigger when you are standing up, so you don't necessarily get more ideas on the board...
A friend of mine has his entire wall in his office, lab made up of whiteboard material...
This is a more specific question on a related topic.
I have been all over the web looking for an answer to this, and my question is this:
How does a GUI framework work? for instance how does Qt work, is there any books or wibsites on the topic of writing a GUI framework from scratch? and also does the framework have to call methods from the operating systems GUI framework?
-- Thank you to any one who takes the time to try to answer this question, and forgive me if i misspelled anything.