Skip to main content

Questions tagged [hardware]

Computer hardware is the collection of physical elements that comprise a computer system.

4 questions with no upvoted or accepted answers
1 vote
0 answers
360 views

What do the Trapezoid-shaped boxes mean in this schematic diagram of RISC architectures (from Wirth's compiler construction)

I am currently browsing through Niklas Wirth's compiler construction book. He presents a simple RISC architecture as a target for code generation using the following diagram. The symbols/shapes used ...
wirrbel's user avatar
  • 3,038
1 vote
1 answer
74 views

Quick wireless transmission

I'm looking for a way to send a signal between a raspberry pi and a smart phone. What I want to do is hash a few basic bits of information about the phone to use as a UUID. I then want to transmit ...
Brian Errigo's user avatar
0 votes
0 answers
93 views

Trade-off between usability and clean design

I have designed our in-house hardware testing framework. My goal is to ultimately release the framework into the public domain. Early on, my foremost design criterion was to provide a powerful yet ...
user3638629's user avatar
-1 votes
1 answer
6k views

How to get machine client information from web application?

I am writing a ticket system in PHP(with Laravel) for about 350 users and around 200 machines. I know that already are good solid solutions available, but I'm doing some very useful projects to learn, ...
Rafa Marques's user avatar