Tagged Questions

0
votes
3answers
24 views

How does web filtering software hook into outbound browser requests without browser configuration?

I would like to duplicate the functionality of some web filtering software, however I don't want the user to have to configure their browser. Some other products on the market do this without any …
0
votes
1answer
20 views

can you do an initial filter solely on the client side

the below link shows you have to pass an initial filter to your server code when generating a query http://www.packtpub.com/article/data-tables-datatables-plugin-jquery-1.3-with-php but i wanted to …
0
votes
2answers
45 views

Extending Karplus-Strong with low pass filter

I have implemented a basic Karplus-Strong algorithm. Ringbuffer, filling with white noise, output a sample from the front and append the average of first two elements to the end and delete the first …
0
votes
4answers
85 views

How to filter data from a file using Python?

Hi all, I'm trying to filter certain data from an HTML file. For example, the HTML file is as follows: <tr><td valign="top"><img src="/icons/unknown.gif" alt="[ …
0
votes
2answers
36 views

Select distinct + select top to merge multiple rows

I'm trying to select rows from a table, one row per email address, and return one firstname from the top row in the email list. The query, though, returns multiple email addresses. What am I doing …
0
votes
3answers
30 views

jquery - filter child divs?

I wound up converting a table to just divs... But, in doing that, I need to rewrite a function and I'm having some issues... I've tried to implement $(this).closest('div'), but it's not doing what I …
1
vote
3answers
38 views

php / ajax… Printing results from function on page onclick?

Honestly, I'm not even sure the best way to go about this, but essentially, I have a function in an include file that takes a $type parameter and then will retrieve/print results from my db based on …
0
votes
2answers
40 views

Filter an array of hashes within a hash in ruby/rails

I'm aggregating RSS feeds using FeedTools. I followed this tutorial: http://simonwoodside.com/weblog/2008/12/7/ruby%5Fon%5Frails%5Ffeedrss%5Faggregator/ and everything functioned fine. The problem is …
0
votes
1answer
31 views

How can we add an iframe into the contact page in Drupal 6

In the Contact module setting, we can set some additional information that appears before the site-wide contact form. I pasted some html codes including a google map <iframe> into the textarea …
1
vote
2answers
50 views

efficient way to compress a numpy array (python)

Hi, I am looking for an efficient way to compress a numpy array. I have an array like: dtype=[(name, (np.str_,8), (job, (np.str_,8), (income, np.uint32)] (my favourite example;). if I'm doing …
3
votes
1answer
21 views

Filter Visual Studio 2008’s “Members” drop-down box.

Myself, along with my coworkers, aren't aware of any way to filter what is show in the "Members" drop-down box in Visual Studio. This is the drop-down box that lets you jump to different methods and …
0
votes
3answers
18 views

filtering user input in php

hello guys, Am wondering if the combination of trim(), strip_tags() and addslashes() is enough to filter values of variables from $_GET and $_POST
0
votes
1answer
31 views

Resample Filter of WEKA - How to interpret the result

Dear all, I am currently strugeling with a machine learning problem whereas I have to deal with great unbalanced data sets. That is, there are six classes ('1','2'...'6'). Unfortunately there are …
0
votes
0answers
28 views

gae python optimization: django filter for language support

Hi, I have a filter that I use for lang support in my webapp. But when I publish it to gae it keeps telling me that it the usage of CPU is to high. I think I located the problem to my filters I use …
0
votes
2answers
40 views

AffineTransformOp speed/memory question

I have asked this question before, but I wanted to rephrase/clarify some points and expand upon it. I have a piece of code which transforms a BufferedImage using an AffineTransform. op = new …

1 2 3 4 5 22 next
15 30 50 per page