Hello group, I am helping out a friend with setting up a web site based on eSyndicat.
Is anyone here using this platform, can questions be asked here for it?
If not, can you recommend a good place for that.
usually, symbolic functions return vectors for vector inputs:
syms('x');
f=x*2;
subs(f,[1 2 3])
outputs: [2 4 6]
but doing
f=sym('0');
subs(f,[1 2 3]);
outputs: 0
and not: [0 0 0]
so basically, my questions is how do I make f behave as a "normal" symbolic function.
I can do something ugly like f=x-x to create a function that always returns zero, but is there a prettier way?
Cache.Insert("lstDownload", GetListDownload(), null, DateTime.Now.AddDays(1), TimeSpan.Zero);
when will cache be exprired?
what will we receive when cache expired?
http://stackoverflow.com/questions
hi,
Am working with sybase.In that i have a table A of some 2 million records containing some columns which i want to move out and make it as a separate table B. I have some questions in this process...
1. I have decided to use vertical partitioning.Is that ok?
2.Or what other technique can i go about using in this process?
Please provide your valuable inputs in this.
Thanks.
http://stackoverflow.com/questions/840213/how-do-i-load-a-mov-file-into-flash-9
I checked this post out and it looks like the normal way for adding a flv, but it tried it on some sample .movs from apple and doesnt seem to work.
Do movs have to be encoded specially for playback in flash?
Basically I want the books to be text book based, ie, author discusses the background,philosophy,syntax,semtantix for every language AND after every section there are questions what you learned so far and mini projects. Is there any books like this, I'm absolutely new to php/mysql/javascript and web development in general. Thanks in advance.
I feel like this is a stupid questions, but I am finding it hard to get this answered.
I only want to show the jquery dialog when the page first renders. After the page renders there are multiple operations that cause the page to postback, but the user doesn't navigate away from that page.
How do I disallow the jquery dialog from showing on those postback events.
Thanks in advance!
Hello,
I am writing a client-server in C in which many clients send a running file to server and server needs to execute the file and save the result in their computer.
now I have 2 questions:
1-should server save the receiving file before executing it?if yes how?
2-I am going to use CreateProcess() function to make a child and run every clients file in different process..is that a good choice?!
thank you for your kind help in advance
Negar
Lot of questions has been already asked about the differences between string and string builder and most of the people suggest that string builder is faster than string. I am curious to know if string builder is too good so why string is there? Moreover, can some body give me an example where string will be more usefull than string builder?
http://stackoverflow.com/questions/950571/how-can-i-set-window-application-as-light-weight-in-flex-still-not-get-answe
There's a solution but how to do it in flex 4 using spark? Because it says it can't find "window"...
Simple questions.
Can you change the color of sIFR after the flash has been applied?
I have a bit of a Google, but can't seem to find anything. Only people not being able to set the color initially.
Thanks
Hi,
I've realised just how rusty my knowledge of PHP 5 and advanced PHP programming is after completing some questions for a test.
I seriously need to read a book or something.
Any recommendations for PHP 5 books?
In one of post:
http://stackoverflow.com/questions/1357612/how-to-get-list-of-views-from-mail-in-lotus-notes-using-c
I was asking about getting list of view.
I am getting list of views.But now i want to filter them.
As i want only Inbox,Outbox,Draft..e.tc. (containing mails).
i looked in SO and couldn't find a good description regarding the difference between public, private and protected C++ inheritance. All the questions were assuming an specific case.
Hi
Just wanna to know objSample.dispose() is equal to objSample = null
Indeed, can I get answer to such these questions from disassemblers? how?
Thank you
Assume a Cassandra datastore with 20 rows, with row keys named "r1" .. "r20".
Questions:
How do I fetch the row keys of the first ten rows (r1 to r10)?
How do I fetch the row keys of the next ten rows (r11 to r20)?
I'm looking for the Cassandra analogy to:
SELECT row_key FROM table LIMIT 0, 10;
SELECT row_key FROM table LIMIT 10, 10;
In particular, what are the implications of running code in two different application domains?
How is data normally passed across the application domain boundary? Is it the same as passing data across the process boundary? I'm curious to know more about this abstraction and what it is useful for.
EDIT: Good existing coverage of the AppDomain class in general at http://stackoverflow.com/questions/622516/i-dont-understand-appdomains
The goal: I want to convert a number from the format "10.234,56" to "10234.56"
Using this simple approach almost gets us there
/([\d\.]+),(\d\d)/ => '\1.\2'
The problem is that the first group of the match (of course) still contains the '.' character.
So questions are:
Is it possible to exclude a character from the group somehow?
How would you solve this with a single regexp
(I know this is a trivial problem when not using a single regexp)
It would appear that catching an error is slower that performing a check prior to the error (for example a TryParse). The related questions that prompt this observation are here and here.
Can anyone tell me why this is so - why is it more costly to catch an error that to perform one or many checks of the data to prevent the error?
Is it possible to ignore deleted files in git? git update-index --assume-unchanged allows me to ignore modifications, but it still tracks deletions.
(This is similar, but I couldn't find where "John Doe" restated his question: http://stackoverflow.com/questions/655243/ignore-modified-but-not-committed-files-in-git)
I anticipate using some images in my Java application. These images will be drawn onto my JPanel using g.drawImage(). The JPanel is resizable and the images should scale as the JPanel increases/decreases in size
Two questions:
What image format is best for this type of desired scalable image? For instance, in this application, an image of size 100x100 may be scaled into an image of size 30x30 or 10x10 or 300x300.
How can I write code to do this scaling?
While there are lots of questions about coding style, beautifying, and enforcement, I haven't found any example C++ files that are used as a quick reference for style. The file should be one or two pages long and exemplify a given coding standard/style.
For example, the Google C++ Style Guide is a great reference, but I think a one to two page piece of code written in their style pinned to a wall would be more useful in day-to-day use.
Do any of these already exist?
I saw the answer of a question: http://stackoverflow.com/questions/2443490/add-jquery-colorbox-plugin-to-a-dynamically-created-element
Solve part of the problem, works fine, but when I click for second time, it doesn't work.
When I try to click for second time an error displays: $.fn.colorbox is not a function.
How can i correct that error and avoid a double click to bind colorbox.
I don't speak english, i did my best to write this words, i hope you can read me. Thanks.
i have write bellow at this link http://stackoverflow.com/questions/2896811/question-about-siftdown-operation-on-heap code above ritten is pseudo code and i am interested if according to pseudo code my program is correct?
I'm using another computer than normal to do iPhone dev.
Now I'm trying to get my apps onto my iPhone, but fail with the certificates, keys and stuff.
Refer to this thread: http://stackoverflow.com/questions/613719/iphone-provisioning-problem-public-private-key
Actually I'm able to download my cert no problem from Apple's site, but how would I get at the keys needed? (private, public), I see no way of getting them...