27
votes
33answers
5k 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 lat …
0
votes
2answers
206 views
linux raw socket programming question
Hi all,
I am trying to create a raw socket which send and receive message with ip/tcp header under linux.
I can successfully binds to a port and receive tcp message(ie:syn)
Howeve …
-2
votes
2answers
56 views
Loading an raw image to the program and get the RGB value from each pixel in C
Hello, I want to read the RGB values for each pixel from a raw image. Can someone tell me how to achieve this? Thanks for help!
the format of my raw image is .CR2 which is taken f …
1
vote
2answers
76 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 …
0
votes
1answer
86 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?
0
votes
2answers
70 views
Increment values using Zend_DB_Table Raw SQL
I have a website where a user can upload images for a real estate property.
The table structure:
image_id
property_id
userid
filename
thumbfilename
display_order
timestamp
The s …
2
votes
3answers
130 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 u …
2
votes
2answers
217 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 any …
0
votes
1answer
137 views
RandomAccessFile.write not writing what I tell it to
Hey all. I'm reading from one sql-format file to another, and two bytes in the middle are being corrupted, and I assume it's some preparation or safeguard that I didn't do.
Examp …
2
votes
3answers
5k views
How do I add a physical (raw) disk to a virtual machine in VMware Server 2 on a Windows host?
I have a Windows 64-bit host running VMware Server 2. I need to create VMs that will use the raw partitions for my Linux and Windows XP installations. Older versions of VMware ha …
1
vote
1answer
248 views
Python open raw audio data file
Hi guys,
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 …
2
votes
2answers
1k 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 se …
0
votes
2answers
751 views
Raw Socket Receive Buffer
Hi All,
We are currently testing a Telecom application over IP. We open a Raw Socket and receives messages from the remote side (msgrate@750+msgs/second approx size of 180 bytes ex …
0
votes
1answer
152 views
Need list of all SharePoint Farm users with associated objects and permissions
Greetings,
I'm looking for a little SQL to QUERY (with NOLOCK, of course) from the raw SharePoint SQL Content DBs to produce a list of users, objects and their assigned permission …
0
votes
3answers
813 views
C#: How to deal with out-of-order TCP packets?
Can please someone one explain how to deal with out-of-order packets. I'm using raw socket to capture packets, and parse them as they come, but some of them come in wrong order, fo …
