Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
354 views

How do I parallel direct-path load using Oracle external tables?

Some years ago, Thomas Kyte said this (here): My favorite use of external tables: Load this really big file ASAP. In the past, setup the scripts to parallel direct path load. Coordinate the ...
3
votes
1answer
190 views

Audio/ Video capturing In Windows 8 Metro App

I am working On Audio/Video capturing from a Web Camera and this is targeted On Windows 8 Metro Style Not on Desktop Mode. I planning to Write a Library for this So that any application can use this ...
2
votes
2answers
106 views

MP3 playback issues with DirectX when MP3 has album art encoded

I'm using the Clootie DirectShow9 headers with Delphi 2007. I created a wrapper component that plays audio and video. All is good until I get an MP3 that has album art encoded in it. The mp3 files ...
2
votes
1answer
81 views

jQuery reports no direct descendants of document

I'm using jQuery 1.6.1 at the moment. In Firebug, I've seen that this: console.log($(document).find("*")) does what I expect; it returns all the children of the document. But this: ...
2
votes
7answers
5k views

Android Wifi direct multiple connection ad-hoc

I try to create an ad-hoc network between many Android devices, but I can't find documentation to do that. I thought Wifi direct could work for what I want, but is it possible to have multiple ...
2
votes
2answers
345 views

Directly call/jump in ASM without using relevance(x86)

I'm injecting a c++ DLL into a game and I'd like to hook a function to some of my own code. Since the DLL is mapped to a different location each time, It would be easier to have direct jumps and ...
2
votes
4answers
621 views

How do i prevent direct linking to a few pdf files?

I'm working on a website where I need to prevent the direct linking to a few pdf files. I'm using ASP.net 2.0. Is there an easy way in code to do this? or some simple IIS setting? Right now i'm ...
1
vote
1answer
20 views

Uploading video from another server to Facebook

We can upload videos facebook with "video.upload" but problem is more specific. video source in example.com and i can get video link like example.com/example.mp4 if i download this video to my ...
1
vote
2answers
49 views

Iterator to a specific character in a std::string

I need an iterator to a specific character in a std::string, without looping from the beginning. Is this the best way to do it? std::string s("abcdefg..."); size_t id = 5; std::string::const_iterator ...
1
vote
1answer
105 views

Simplest Way of drawing line, point, pixel?

I'm using SlimDX and C#. Can you tell me how to draw a simple line and pixel using directx9? I don't want this line to be textured, 3d or shaded or affect by lighting. I just want to draw simple 2d ...
1
vote
2answers
383 views

How to combine two Node.js App server together.

I have two apps. which current run in two different ports. script1.js: var express = require('express'), app = require('express').createServer( express.cookieParser(), // ...
1
vote
1answer
149 views

Twitter Direct Messages - iPhone

I have been trying to retrieve the direct messages and place them into a timeline. I have been successful at doing so, but it is not the way I intended... I am a bit confused and can not seem to find ...
1
vote
1answer
223 views

selling ad space on android

Is there a mechanishm to sell ad space directly on android? I know of admob and such, but on admob, you don't talk directly to the people whose ads show up in your app. If a service to do this does ...
1
vote
2answers
174 views

loading video files into a buffer in C++

I am currently trying to create a program that takes a video file, usually an AVI, and trying to convert it into images. So far I got the process working perfectly and could be left alone if needed. ...
1
vote
2answers
265 views

Loading screen animation using threads

I have made a game, it is written in C++ and directX. When the user chooses which mission to play the screen goes blank for some time while it load in all the resources. So the user knows the game ...
1
vote
3answers
153 views

Provide direct download link on Android

In my application, I want to present a button that allows the user to download a sister application. I am aware of the market://details?id= type of custom URLs and links. But I would like the download ...
1
vote
1answer
305 views

Magento Database Connection Problem

I'm working on Magento Enterprise v1.9.0.0. I need to connect to the database and run SQL directly to query tables. Here is what I've used to do that. $query = "...SQL QUERY..."; ...
1
vote
2answers
379 views

C# audio and visual streaming

Trying to find code to basically stream audio and visual streams over a network can't find proper examples to firmly get a good understanding of how best to approach the development. I've looked at ...
1
vote
1answer
178 views

Hotlinking protection

ok so i have a couple of working codes RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://site.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://site.com$ [NC] RewriteCond ...
1
vote
1answer
378 views

why can i use myob Odbc direct driver v7my with windows 7

why can i use myob Odbc direct driver v7my with windows 7, i have tried using the same odbc driver with XP and vista and it works fine. please help me tnx.
1
vote
0answers
208 views

generated Terrain wouldn't display in directX (C# )

Greetings I genereated a terrain with this equation: H(x,y) = (abs(sin(x * y)) + abs(sin(0,2 * x) + sin(0,4 * y)) + abs(cos(0,12 * x) + cos(0,47 * y))) * e^(0.005*(x+y)) Now, this gives me a mix of ...
1
vote
1answer
195 views

what method do you use to capture image with camera in your application?

I am using C# to develop, I want to use a camera to capture a image in my application. As far as I know, there are two choices: WebCam with [DllImport("avicap32.dll", ...
1
vote
1answer
184 views

Haxe flash hardware optimization

It is possible to enabled hardware optimization (wmode) from haxe?
1
vote
1answer
986 views

C# DirectSound - Capture buffers not continuous

I'm trying to capture raw data from my line-in using DirectSound. My problem is that, from a buffer to another the data are just inconsistent, if for example I capture a sine I see a jump from my ...
1
vote
3answers
7k views

Getting mediafire directlink without using WebBrowser .NET control?

I'm looking for the way to get the direct link from mediafire. By default, when a user visits a download link, he will be presented with a download page where he has to wait for the download to be ...
1
vote
1answer
111 views

Problem with form direct submitting

If I visit the link http://mega.1280.com/file/EKOZKE/, enter the captcha code and click the Download button, I can download the file. I wonder if I can submit the form without clicking the 'Download' ...
0
votes
0answers
19 views

.htaccess direct file download deny

I need to deny a direct file download "xyz.mp3", but want to be able to play the mp3 file via a simple embeed flash player on my site "abc.xyz.com/index.html" The index.html and the xyz.mp3 are in ...
0
votes
0answers
44 views

How to configure Qt - DirectX - Xinput.h

I'm relatively new to C++ programming and Qt so this issue is probably my miss understanding of codependency. I'm trying to use the Xinput.h file within my source code, which is part of the DirectX ...
0
votes
1answer
42 views

Retrieving depthBuffer of a render for another render pass. (D3DX9)

I am rendering a scene to a texture, then using that texture and its depthBuffer in subsequent renderings to apply some effects (Depth Of Field, Bloom, etc...). Here is the problem: I manage to set ...
0
votes
0answers
26 views

WaitHandle.WaitAny in Streaming Buffers (Direct Sound)

I am trying to play a wav file with streaming buffers using direct sound. i have set a buffer size and updated the first buffer. I also set 2 notifications but I am having trouble in the ...
0
votes
0answers
31 views

Use Pivot Table in Direct SQL OBIEE

I am using Oracle Business Intelligence OBIEE 10g. In report I have to display three columns. I used Direct SQL to avoid logical mapping in RPD since the three columns have no mapping among each ...
0
votes
1answer
36 views

Direct link for application updated version in AppStore

Within my application there is alink to to appstore for downloading the new version of my application. When user press this link, the iPhone open some screes before getting the AppStore screen. Those ...
0
votes
0answers
7 views

Adding a video filter to direct show project

I have a c++ project that use DirecShow successfully. But it can open any media files (like mpeg2 or some Avi). Please help me, how can I develop my project to increase supported formats? Before ...
0
votes
1answer
66 views

VB.NET: Saving text directly as encrypted file, without conversion

I'm looking for a way to save text directly to an encrypted file, without saving it to a plain text file and encrypt this text file afterwards. I don't care about the encryption type used as long as ...
0
votes
0answers
94 views

Virtualmin subdomain redirecting to IP:PORT

I've got Virtualmin installed on my server, but I've been trying to figure out how I can have a subdomain redirect to an IP:PORT. The reason for this is I run several gaming servers on the same ...
0
votes
1answer
24 views

retrieving e-mail from user after submission through Direct Url OAuth Dialog?

I am using the Link `https://www.facebook.com/dialog/oauth/? scope=email,user_birthday& client_id=289912184369824& redirect_uri=http://takeinsocialmedia.com& response_type=token` To ...
0
votes
1answer
117 views

How to add direct HTML tags in web page with C# with response.write and read from table in sql and show between table tags as tables data?

is there any other ways? here are my desired code in between of my HTML tags. I don't want to use objects like Panel or Gridview or etc. but I want to scripted in my code by using HTML and connect ...
0
votes
2answers
109 views

Image display codeigniter fails

I can upload image to the directory but can not disply it on the page. Tried using static html code and codeigniter img() function, both are not working. Here is my code: <image ...
0
votes
2answers
511 views

C++ DirectShow Video and Audio capture - beginning

I have finally managed to drop working with VFW after several problems I have encountered during the application development. Thanks to StackOverflow, I am now aware that VFW is obsolete and wish to ...
0
votes
0answers
13 views

How to reproduce mongoose (Directory Traversal Security Vulnerability)

I am trying to test Directory Traversal Security Vulnerability on moongose http://code.google.com/p/mongoose/issues/detail?id=90 My url look like http://localhost/dir/home.html but when I try to see ...
0
votes
0answers
96 views

Error with Direct Upload and YouTube's API - Uncaught exception 'Zend_Gdata_App_HttpException'

The error I am getting with it looks like this Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message 'Client is not an instance of Zend_Http_Client.' in ...
0
votes
0answers
48 views

YouTube Direct via Webcam?

Is it possible for users to record and upload a video from their webcam with YouTube Direct (http://code.google.com/apis/youtube/ytdirect.html) or is the only option to upload a file? Thanks in ...
0
votes
0answers
30 views

List of direct access devices in Windows?

Does anyone have a list of direct access files for windows that you can open as file? One example: \\.\PhysicalDrivesN Or something similar to /dev/mem or /dev/sda in windows? I am mainly looking ...
0
votes
1answer
137 views

Stream and direct access in Fortran

I realized that I can emulate stream access in a compiler without it using a direct access file of characters. Are there any pitfalls or portability issues I should be aware of? My program seems to ...
0
votes
2answers
157 views

PayPal Direct Payments

I am developing an e-commerce site in ASP .Net 4.0 C#. I want to use PayPal for receiving payments but through credit/debit cards so that customer never leaves my site. Please provide some sample ...
0
votes
0answers
138 views

Linking Directly to a Tab using Prototype

I'm using Magento to build a storefront - I'm not used to Prototype, but that's what they use by default, so I'm trying to play nice. I have used the tabs setup provided in the Modern theme (built by ...
0
votes
2answers
126 views

Is there a way to launch a Twitter dialog for sending direct messages?

Is it possible to open a Twitter dialog page to send direct messages, in the same way that one can share something on Twitter by launching this url: ...
0
votes
1answer
94 views

uploading files directly to a web page

would like to allow visitors to a web page to upload photos that will post right onto the page. i have the script that will allow them to browse their files and choose the files, but don't know how to ...
0
votes
2answers
450 views

Print Directly to network printrer using php

I am unable print page to network printrer using php.But this works if it is a local printer. I have installed php_printer.dll and enabled in php.ini The following is the code: //$handle = ...
0
votes
2answers
121 views

How to upload files from ftp to http (vice versa) directly, without downloading

How to upload huge (or not huge) files from ftp/http to http (vice versa) directly without downloading them on computer? My example: I have FTP, where I upload a lot of videos (every video has a http ...

1 2