Tagged Questions
The raw tag has no wiki summary.
36
votes
37answers
10k views
Delphi Free and Open Source Components that are still maintained
It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the latest Delphi versions. ...
14
votes
2answers
2k views
Raw H264 frames in mpegts container using libavcodec
I would really appreciate some help with the following issue:
I have a gadget with a camera, producing H264 compressed video frames, these frames are being sent to my application. These frames are ...
8
votes
2answers
6k views
Converting Raw HTTP Request into HTTPWebRequest Object
In .NET is it possible to convert a raw HTTP request to HTTPWebRequest object?
I'm sure .NET internally doing it. Any idea which part of the .NET is actually handling this? Can I call it or is there ...
5
votes
1answer
891 views
Send Raw IP packet in C#, everything above the ethernet layer
I don't want to modify the ethernet portions of the frame, but I need to modify the IP packet and the data portion of the frame.
I try sending a raw frame and it still puts in the IP information. I ...
5
votes
2answers
1k views
I don't have a raw folder in Eclipse, after making a new Android file project. What can I do?
Sorry, I'm a beginner programmer, and I'm learning only now the Android Java specific language. I have a book, from I want to learn, but I don't have a raw folder when I make a new project. How can I ...
5
votes
6answers
735 views
Raw javascript instead of jquery (example follows)
this is my first question here. I have the following jquery code:
$(document).ready(function(){
$("a").click(function(){
$(this).parent("li").css({textDecoration: "line-through"});
...
5
votes
2answers
5k views
Binary data with pyserial(python serial port)
serial.write() method in pyserial seems to only send string data. I have arrays like [0xc0,0x04,0x00] and want to be able to send/receive them via the serial port? Are there any separate methods for ...
4
votes
3answers
112 views
In C what does ':' do? [closed]
Possible Duplicate:
What does 'unsigned temp:3' means
I have been trying to learn raw socket programming in C and have come across this:
unsigned char iph_ihl:5, iph_ver:4;
...
4
votes
1answer
417 views
C - TCP Checksum (using raw sockets) — how to source IP address
When using raw sockets to send TCP data, it is allowed to leave the source ip address zero, so that the kernel puts in the correct value. This is helpful, especially when several interfaces (with ...
4
votes
2answers
95 views
Writing 16 bits from matrix to a text file, reading them back in differently in C++
I have a matrix of unsigned 16's which I am writing out to a text file using
void output() {
ofstream myfile;
myfile.open("output.raw", ios::out | ios::binary);
for(int i=0; i< 100; i++) {
...
4
votes
2answers
1k views
Android: Get the size of a file in resources?
I have a video file in the raw folder in my resources. I want to find the size of the file.
I have this piece of code:
Uri filePath = Uri.parse("android.resource://com.android.FileTransfer/" + ...
4
votes
3answers
1k views
RAW Image processing in Python
Are there any Pythonic solutions to reading and processing RAW images. Even if it's simply accessing a raw photo file (eg. cr2 or dng) and then outputting it as a jpeg.
Ideally a dcraw bindings for ...
4
votes
3answers
1k views
How does one do Raw IO on Mac OS X? (ie. equivalent to Linux's O_DIRECT flag)
I having been googling for a way to do raw (sometimes called direct) i/o under mac os. Raw i/o turns of the operating system page cache to give the application more direct access to the disk. This is ...
4
votes
2answers
2k views
How to get “raw” href contents in JavaScript
I am trying to write a GreaseMonkey script in which I want to find all of the links that are relative links. It seemed to me that the way to do that would be to match the contents of href against ...
3
votes
1answer
50 views
show list of “raw type” warning in IntelliJ IDEA 10
Using IntelliJ IDEA 10.5.2 with Java 1.6.
Having switched on the "Raw use of pamaterized class" inspection I can see the offending lines highlighted in files where the problem exists, which is ...
3
votes
2answers
299 views
RAW images and PHP
I would like to extract a thumbnail from a RAW image file, like Canon's .CR2 or Nikon's .NEF. I've understood that this can somehow be done with ImageMagick, but haven't grasped if it's possible ...
3
votes
1answer
3k views
Can ffmpeg convert audio to raw PCM? If so, how?
I'm currently using ffmpeg to convert FLV/Speex to WAV/pcm_s16le, successfully. However, I now need the output format to be RAW, that is, PCM signed 16-bit little endian, without the WAV header. I ...
3
votes
3answers
455 views
How do I log the raw HTTP headers with a PHP script?
I'm using a cURL script to send POST data through a proxy to a script and I want to see what raw HTTP headers the cURL script is sending. List of things I've tried:
echo curl_getinfo($ch, ...
3
votes
4answers
1k views
casting raw strings python
in python, given a variable which holds a string is there a quick way to cast that into another raw string variable?
the following code should illustrate what im after...
def checkEqual(x, y):
...
3
votes
5answers
467 views
Java - changing the value of a raw type variable. Possible?
I'll start by saying I am a Java (/programming) newbie and this is my first question on the website.
Just learnt how to make an ordered list in Java using recursive nodes.
Everything was easy until I ...
3
votes
2answers
2k views
iPhone writing binary data
How do you write binary data to a file? I want to write floats to a file, raw, and then read them back as floats. How do you do that?
3
votes
2answers
2k views
Java Raw Type and generics interaction
If I have a Stack class
class Stack<E> {}
now if I do:
1) Stack<Integer> s = new Stack()
2) Stack s = new Stack<Integer>()
3) Stack s = new Stack()
can anyone explain me what ...
3
votes
3answers
288 views
Is there a good .NET library for reading RAW files?
We're writing a .NET-based app to read images including RAW files. Is there a good library we can use? Perhaps a wrapper around dcraw or libraw? License-wise, LGPL is fine but GPL wouldn't be.
3
votes
2answers
2k views
How do I send an ARP packet through python on windows without needing winpcap?
Is there any way to send ARP packet on Windows without the use of another library such as winpcap?
I have heard that Windows XP SP2 blocks raw ethernet sockets, but I have also heard that raw sockets ...
3
votes
5answers
3k views
Sending raw data to FedEx Label printer
I'm working on a .NET WinForms app that needs to print a FEDEX shipping label. As part of the FedEx api, I can get raw label data for the printer.
I just don't know how to send that data to the ...
2
votes
1answer
138 views
Python raw http request retrieval issues via urllib2
I am using Python 2.6.5 and I am trying to capture the raw http request sent via HTTP, this works fine except when I add a proxy handler into the mix so the situation is as follows:
HTTP and HTTPS ...
2
votes
1answer
81 views
How to set linux kernel not to send RST_ACK, so that I can give SYN_ACK within raw socket
I want to ask a classic question about raw socket programming and linux kernel TCP handling. I've done the research to some same threads like linux raw socket programming question, How to reproduce ...
2
votes
1answer
87 views
is accessing a raw resource from within android library possible?
I am writing an android library and am having a problem.
In my library I am attempting to access a file stored in the res/raw directory of my library project like that:
InputStream inputStream = ...
2
votes
3answers
122 views
Output raw XML using php
I want to output raw xml in a manner similar to http://www.google.com/ig/api?weather=Mountain+View but using PHP.
I have a very simple php script on my webserver:
<?php
$output = ...
2
votes
2answers
88 views
categorizing raw folder in android?
I have around 300 .mp3 files. so i need to place it in raw folder. Is there any way to keep these files in a group (like animalvoice, birdsvoice etc) ?
I try to add a folder inside the raw folder to ...
2
votes
1answer
131 views
Android MediaPlayer Sound res Problem
I have 40+ sound files in my application. In one of my activities I want to play only one sound file base on the id that come with the Bundle b (id range: 1 - 50). I tried this:
In onCreate():
...
2
votes
1answer
319 views
Sending arbitrary (raw) packets
I've seen it asked elsewhere but no one answers it to my satisfaction: how can I receive and send raw packets?
By "raw packets", I mean where I have to generate all the headers and data, so that the ...
2
votes
1answer
424 views
Reading incoming packets using a raw socket on IP protocol in C#
I'm trying to read incoming packets on a raw socket with headers enabled. Looking at other projects, such as MJsniffer on CodeProject I've been able to create my own code to read everything I want. ...
2
votes
1answer
366 views
Cost between using a android rawquery and a normal query on android
I want to know which is more efficient, a raw query or a normal query on android databases. I know the normal query is probably more efficient but when it comes to efficiency would there be a big ...
2
votes
3answers
252 views
Java: How to keep raw UTF-8 data of string?
I'm working on XMPP (Jabber) client in Java and I want to connect to server via SASL. After some research I found this site that explains whole authentication mechanism.
Problem is when I'm supposed ...
2
votes
3answers
339 views
extract hexdump or RAW data of a file to text
I was wondering if there is a way to output the hexdump or raw data of a file to txt file.
for example
I have a file let's say "data.jpg" (the file type is irrelevant) how can i export the HEXdump ...
2
votes
1answer
346 views
Raw UDP packets using Twisted
I'm currently using Twisted 10.1 to receive and parse UDP packets, but the standard implementation of reactor.listenUDP() only gives me access to the packet data, and I need to get the packet length ...
2
votes
2answers
103 views
What Does Templating with a <?> do in Java SE6? [closed]
Possible Duplicate:
Question marks in Java generics.
I'm editing someone else's code for an assignment and I'm trying to clean it up to get rid of the dozens of warnings in it and Eclipse ...
2
votes
2answers
448 views
How to capture raw mouse input in X11?
For the Windows version of my application, I'm using WM_INPUT and registering the mouse device directly to get the most precise movements. How would I go about doing this in X11?
2
votes
2answers
403 views
Raw sockets privilege for normal user
I have been trying to use the raw socket in my machine under windows xp sp2. since there is no admin privilege for my user i am getting error while trying to create a sock_raw socket. does anyone know ...
2
votes
3answers
160 views
Library function returns raw pointer and I want to use smart pointer
I have this situation where the library I use has many functions that return raw pointers to objects, how could I now use boost smart pointers in my program using this library and using smart ...
2
votes
3answers
223 views
R: Creating a CSV out of serialized objects
I'm trying to take a list and serialize each item and put it into a CSV file with a key to create a text file with key/value pairs. Ultimately this is going to run through Hadoop streaming so before ...
2
votes
2answers
480 views
oracle raw datatype in where clause
Hi
I have a column of RAW type in my database. How can I use it in where clause?
i.e to get only values with third byte equal to 4.
this does not work:
SELECT v from T where v[3]=4
2
votes
4answers
2k views
Injecting raw TCP packets with Python
What would be a suitable way to inject a raw TCP packet with Python? For example, I have the payload consisting of hexadecimal numbers and I want to send that sequence of hexadecimal numbers to a ...
2
votes
1answer
288 views
How to make a simple grafical interface in C# for DCRAW
i have a problem. I need to make a simple GUI in Visual Studio 2008 using C Sharp that uses a Dave Coffins DCRAW written in C but I don't know how to "connect" dcraw.c (DCRAW source code) file with ...
2
votes
2answers
3k views
Raw Sockets on Android
I want to create an application that runs on Android and uses Raw Sockets. I see there isn't any raw socket support in the java.net.* or the android.net.* libraries. Are raw sockets possible on ...
2
votes
7answers
1k views
How to access specific raw data on disk from java
I'm trying to use the following code to access one byte with offset of 50 bytes in a raw disk.
randomAccessFile = new RandomAccessFile("C:", "r");
randomAccessFile.seek(50);
byte[] buffer = new ...
2
votes
2answers
113 views
MSVC9: How do I view a location in memory?
I'm pretty sure I'm overlooking something totally obvious, but I want to view the raw contents of a point in memory under MSVC9, but I can't find a location in the UI where I can punch in a memory ...
2
votes
3answers
263 views
Why would a browser over a slow connection show the raw html (instead of interpreting it)?
I have a few reports of people seeing raw html in their browser (instead of their browser interpreting it). It seems to be happen on slow connections. When this happens, if the user reloads the ...
2
votes
1answer
1k views
Python open raw audio data file
I have these files with the extension ".adc". They are simply raw data files. I can open them with Audacity using File->Import->Raw data with encoding "Signed 16 bit" and sample rate "16000 Khz".
I ...