Hardware
Hardware is a general term that refers to the physical artifacts of a technology.
Language
Any
Platform
License
Any
I am trying to learn how to write shellcode for my proof of concepts for exploits I find but I am not very good at assembly.
This is the code I was working on and for some reason it assembles fine...
There was never a 8-bit PC. DOS was made for 16-bit x86 CPUs, so for DOS.h you normally need a 16-bit DOS compiler. However, DOS.h is not standard C and may be different for each and every compiler....
: hello,
: im doin a project with AT89C52.i got the project frm my seniors &
: i've done some changes to it, i need timer.h & lcd.h to make it
: run.. plz help me get the above library files or...
Hello!
My name is Fanis and I am Greek. I want to create a TV using PIC microcontroller. The general idea is to buy a tuner, and then manipulate the outcoming signal ( change the channels etc )...
Hi!
I'm little confused because code complete in CodeGear 2007 is working sometimes much more slowly than on C++ Builder 6 ;/.
Maybe somebody will be know whether code editor in CodeGear has option...
think you would be better to store the info in an access database, but here's one way to highlight a row of cells if column 1 or 2 is selected
Private Sub Worksheet_SelectionChange(ByVal Target...
These days, some roads a computer hobby would take include:
Software - Windows, MAC, Linux, Web/Internet programming, build your own OS, build your own programming language; program a major...
Here is another try, this time it won't delete the paddle below the same line that breaks every other version. A pic is included.
draw_loop:
mov al,ballcolor ;color goes in al
mov ah...
Text = text; // example
How can I change 'button1' to 'button2' and so on - in other words what would I replace 'button1' with that would increment to the next button?
Sorry if this isn't...
1)Program in 8086 assembly language to do the Addtion of two 16 digit packed BCD number
2)Program in 8086 assembly language to do the Conversion of a 16 digit unpacked BCD number to packed BCD...
: : How should i use smbios.I read its PDF but there was nothing to help
: : me.
: : Guid please
:
: Not true.
: *Everything* you need is in the PDF, you just didn't understand it.
:
: You...
: How should i use smbios.I read its PDF but there was nothing to help
: me.
: Guid please
Not true.
*Everything* you need is in the PDF, you just didn't understand it.
You are probably...
hi,
does anyone know a xml code that would allow me to put text in the corner of every frame of a movie being edited in windows movie maker ?
it would be like making a "title on selected clip" but...
: : konichi wa!
: :
: : I'm making a program that has a lot of graphic thingy, and i've been
: : playing around with the picture box. I want to make the pic to
: : change when the mouse...
I have an xml file saved from Excel. The first cell in the first row contains a number that represents the row my column headings will start. I'm trying to get the value from this cell and put it...
: konichi wa!
:
: I'm making a program that has a lot of graphic thingy, and i've been
: playing around with the picture box. I want to make the pic to
: change when the mouse pointer passes...
This task is proving I know very little about programming. What am I doing wrong?
I'm using Turbo Pascal 1.5 for Windows and I don't think the compilor I am using supports the Break command. When I...
ok let me make it clear. i am trying to write a piece of code which works like this ok the program displays the pic of an apple and then the user needs to type the name of the object and if it is...
konichi wa!
I'm making a program that has a lot of graphic thingy, and i've been playing around with the picture box. I want to make the pic to change when the mouse pointer passes by the picture...
SaveToFile("test.txt");
delete MyList;
This works most of the times. However, sometimes the program kind of "hangs". The cpu uses 100% but the page is not loaded. The page is accessible though...