Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
bytes
- Page 1
Re: Bytes sent
Hardware and Software
Information Security
16 Years Ago
by amrith92
…, [QUOTE]Is it normal be receiving upwards of 11 million
bytes
and sending 2 million? [/QUOTE] Yes, it is normal to… websites, or have been chatting. Don't worry about the
bytes
as you will have to divide them by 1024*1024…
Bytes sent
Hardware and Software
Information Security
16 Years Ago
by orcboyx
Is it normal be receiving upwards of 11 million
bytes
and sending 2 million?
Ping.exe hogging computer, avast and malware bytes does not help (includes all logs)
Hardware and Software
Information Security
13 Years Ago
by lucimorth
… - GMER 1.0.15 ---- Module (noname) (*** hidden *** ) B8E78000-B8E8F000 (94208
bytes
) ---- Files - GMER 1.0.15 ---- File C:\WINDOWS\$NtUninstallKB12677$\2470683334…
Monitoring number of smtp bytes sent through python e-mail socket
Programming
Software Development
18 Years Ago
by William Connery
…(750,550)) self.SetTitle('Monitoring the number of
bytes
sent during ' +\ 'a python e-mail…byteslabel1 = wx.StaticText(panel, -1, "
Bytes
to Send:") self.bytestosend = wx.StaticText(panel… byteslabel2 = wx.StaticText(panel, -1, "
Bytes
Sent:") self.bytessent = wx.StaticText(panel,…
structure data to bytes and
Programming
Software Development
15 Years Ago
by venucpp
…[24]; int rno; } testexmp; //conversion of structure into
bytes
unsigned long int x; void dumpHex ( void *p, size_t…size ) { //int *list = malloc(n* sizeof(int)); unsigned char *
bytes
= (unsigned char *)p; for (size_t i = 0 ; i <…; i=%d 0x%02x \n",i,(char*)
bytes
[i]); memcpy(&x,
bytes
, sizeof(long)); } } } int main(int …
Identifying Files From Their first 4 Bytes Or Magic Numbers
Programming
Software Development
14 Years Ago
by suryakantb
… tips on "Identifying Files From Their first 4
Bytes
Or Magic Numbers" related to Delphi Sometime back…temporarily as WORD datatype to make sure that only 2
bytes
are copied from the stream. var val1,val2: WORD…://www.mindfiresolutions.com/Identifying-Files-From-Their-first-4-
Bytes
-Or-Magic-Numbers-72.php"]tips[/URL] useful…
Reveive Image Bytes From HTTP Response Through Socket
Programming
Software Development
14 Years Ago
by shinsengumi
…needed in a C program to receive image
bytes
through socket programming from an HTTP response? … create a program that receives and stores
bytes
through sockets so I hope someone here …I want to know how to receive image
bytes
. Also, the response my program is receiving … header that comes before the actual image
bytes
so I need to remove the HTTP …
Re: Reveive Image Bytes From HTTP Response Through Socket
Programming
Software Development
14 Years Ago
by shinsengumi
…needed in a C program to receive image
bytes
through socket programming from an HTTP response? … create a program that receives and stores
bytes
through sockets so I hope someone here …I want to know how to receive image
bytes
. Also, the response my program is receiving … header that comes before the actual image
bytes
so I need to remove the HTTP …
Sending Bytes through Sockets over A Fork
Programming
Software Development
13 Years Ago
by NickPatton
…write(client_sockfd, some_data,strlen(some_data)); printf("%d - Wrote %d
bytes
\n",pid_child, data_processed); } data_processed = write(client_sockfd, null_msg, 1…0] == 0) { break; } printf("%d - Read %d
bytes
: %s\n", pid_parent, data_processed, buffer); } close(sockfd); exit (…
Count for a specific number of bytes in a bytearray
Programming
Software Development
7 Years Ago
by nadiam
… to find a specific number of
bytes
after finding a different set of
bytes
. Hopefully with code and my explaination…quot; + str(found_pos)) Okay so. I have a set of
bytes
i want to find `find_bytes : 46726F4B6E6F`, then with those…
bytes
found i want to find the previous 6
bytes
before them. In a RL situation…
Search for bytes that are located before a set of found bytes
Programming
Software Development
7 Years Ago
by random_1
… B2 61 00 00 08 00 00 00 00 the
bytes
that i know (the value and position of) is `0A… location of bytes1. now, i want to look for the
bytes
that come before **bytes1**, which are `13 F4 18 43… that they are *located before* **bytes1** and are **6
bytes
** long. i want to get not the index but the *…
Converting Int to bytes
Programming
Software Development
20 Years Ago
by Meldroz
Hey guys and gals, an int in java is 4
bytes
as we all know i bet. Trying to break my …into 4
bytes
: int foo = 87;
bytes
[4] mybyte = new
bytes
[4]; the problem is i don't… really know how to break my int into single
bytes
i tried this:
bytes
[0] = foo | 1 <<(7-8); //trying…
Re: trying to use substr to extract data from a string of bytes, help would be great
Programming
Software Development
16 Years Ago
by adamj2
…byte of 0x31 (ASCII representation of '1') or as two
bytes
(one byte of 0x30, which is ASCII representation of '0… which is ASCII representation of '1')? Do you ever have
bytes
that are not in the range of 0x30 through 0x39… conversion to the format representing the data as strings of
bytes
(or whatever the correct definition is?) i= this->…
Kind of confused of how you find the order of B-tree given bytes of block, key..
Programming
Computer Science
15 Years Ago
by lotrsimp12345
…,000 records. A block contains 1500
bytes
, a key is 10
bytes
, a pointer is 5
bytes
and a data record is 100… the tree?(assume tree node=a disk block)[/B] 600000recordsX100
bytes
gives me total file size. So a block would contain… is order of tree? [B]c)if at most 5000
bytes
can be allocated in memory for the in memory portion…
Re: Kind of confused of how you find the order of B-tree given bytes of block, key..
Programming
Computer Science
15 Years Ago
by lotrsimp12345
…,000 records. A block contains 1500
bytes
, a key is 10
bytes
, a pointer is 5
bytes
and a data record is 100… the tree?(assume tree node=a disk block)[/b] 600000recordsx100
bytes
gives me total file size. So a block would contain… is order of tree? [b]c)if at most 5000
bytes
can be allocated in memory for the in memory portion…
How to get bytes from user then convert it into character?
Programming
Software Development
13 Years Ago
by behrad kiani
…]public static void main(String[] args) { Byte
bytes
; char c; Scanner input=new Scanner(System.in);…System.out.println("enter your specefic
bytes
(maximkum 8 digits to show the ASCII code)… : ");
bytes
=input.nextByte(); c=(char)
bytes
; System.out.println("the Equivalent…
How to only read the first 100 bytes and the last 100 bytes from a Binary file?
Programming
Software Development
14 Years Ago
by tenix
… file only to get the first 100
bytes
from the begining and the last 100
bytes
at the end? I have to… from files that are in the first 100
bytes
and in the last 100
bytes
of the file and some of these… "forever" to get the first and last 100
bytes
. Thank you!
Re: Monitoring number of smtp bytes sent through python e-mail socket
Programming
Software Development
18 Years Ago
by William Connery
… large. Standard python sockets seem to be able to capture
bytes
sent/received: [code] while 1: data = conn.recv(1024) if…
Re: Monitoring number of smtp bytes sent through python e-mail socket
Programming
Software Development
18 Years Ago
by ghostdog74
… large. Standard python sockets seem to be able to capture
bytes
sent/received: [code] while 1: data = conn.recv(1024) if…
Reading bytes from binary file
Programming
Software Development
16 Years Ago
by elchalateco
…binary file and I want to read
bytes
8-11. These
bytes
all together give the number of … that takes a string representation of the 4
bytes
and return the number of records. so for… If I use a hex editor I can see that
bytes
: 8 = 11111100 9 = 00010000 10 =00001100 11 … in a variable. and do the rest for
bytes
9-11. this way I can pass them …
copy bytes from one array to another
Programming
Software Development
14 Years Ago
by purijatin
…please suggest a way to effectively copy the
bytes
from one array to another. In my program… example if the method is called with 2
bytes
as argument. then it is copied to buf2…. if again the method is called with 4
bytes
as arguments. then data is stored in buf2[…for loop. If the argument is of 10000
bytes
then the performance is hit. Can you please…
Reading a files bytes on hard drive
Programming
Software Development
14 Years Ago
by lochnessmonster
… the C++ fstream(i wanna scan in and compare the
bytes
to hex values for example) i dont wanna see compare…
bytes
like this 00000001(in binary) i wanna compare the equivalent … hex 0x0001....would i have to physically scan in the
bytes
and convert them to hex myself before i do a…
Re: CHS and INT 0x13 - Bytes-per-Sector?
Programming
Software Development
15 Years Ago
by coffeeuncle
…pop DS mov ax,[SI+018h] ; this is value of
bytes
per sector [/CODE] You can find detailed information on this…DS for this function. The buffer must be minimum 30
bytes
(18h) and function will not use more buffer you give…buffer in the first word of buffer. You will find
bytes
per sector in returned buffer information at offset 018h. This…
Re: Sending Bytes through Sockets over A Fork
Programming
Software Development
13 Years Ago
by NickPatton
…= write(client_sockfd, some_data,strlen(some_data)); printf("%d - Wrote %d
bytes
\n",pid_child, data_processed); } data_processed = write(client_sockfd, null_msg, 1…buffer[0] == 0) { break; } printf("%d - Read %d
bytes
: %s\n", pid_parent, data_processed, buffer); } close(sockfd); exit (0…
Re: Count for a specific number of bytes in a bytearray
Programming
Software Development
7 Years Ago
by nadiam
…", "a") as found1: found1.write("Found
bytes
at : " + str(find_bytes.start()) + " " +str(find_bytes.end… still trying to figure out how to find the 6
bytes
before **bytes1**. there was an idea to use **slice** but…
Skip initial 4 bytes in a binary stream
Programming
Software Development
17 Years Ago
by eranga262154
…. I want to skip first 4
bytes
and read the next 4
bytes
. The second 4
bytes
gives the length of the next… found. My question is how to skip that first 4
bytes
and point to the next byte.
Maximum Return Bytes of SOCKETS
Programming
Software Development
16 Years Ago
by firebirds98
…am having is that the maximum amount of
bytes
tha will come back is 8001. The … Dim bytesSent As Integer = sender1.Send(data) Dim
bytes
(64000) As Byte Dim bytesRec As Int64 '**** Where …problem happens bytesRec = sender1.Receive(
bytes
) '**** Dim response As String = Encoding.ASCII.GetString(
bytes
, 0, bytesRec) Console.WriteLine(&…
unable to read BYTES
Programming
Software Development
15 Years Ago
by olseh
… view data which I send...I cant read
bytes
value...please, help me, I have visual … = comEvReceive Then ' sdata = MSComm1.Input ' Get data (2
bytes
) ' lHighByte = Asc(Mid$(sData, 1, 1)) ' get 1st… Asc(Mid$(sData, 2, 1)) ' Get 2nd byte ' Combine
bytes
into a word 'lWord = (lHighByte * &H100) Or lLowByte …
Re: How to only read the first 100 bytes and the last 100 bytes from a Binary file?
Programming
Software Development
14 Years Ago
by tenix
…, const char * argv[]) { FILE *fp; // Read only the first 10
bytes
for test instead of 100 int values[10]; int i… correct when i open a hex editor and check the
bytes
: [Session started at 2010-05-29 01:56:34 +0200…
Re: How to only read the first 100 bytes and the last 100 bytes from a Binary file?
Programming
Software Development
14 Years Ago
by tenix
… am wrong. Thank you again! To get the first 10
bytes
: [CODE] #include <stdio.h> int main (int argc…;, buffer[i]); } return 0; } [/CODE] To get the last 10
bytes
: [CODE] #include <stdio.h> int main (int argc…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC