Skip to content
View in the app

A better way to browse. Learn more.

HWBOT Community Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HWBOT Database Overview list

Featured Replies

Until we find the time necessary to build a new hardware database overview, here's the list.

 

Links:

 

- Processor database list (last update 22/09/2011): http://hwbot.org/news/6192_hwbot_database_cpu_list

- Videocard database list (last update 22/09/2011): http://hwbot.org/news/6197_hwbot_database_videocard_list

 

CPU

SELECT "<tr><td>",manufacturer.name,"</td><td>", cpu_family.name,"</td><td>",cpu_subfamily.name,"</td><td>",cpu_core.name,"</td><td><a href='http://hwbot.org/hardware/processor/",cpu_model.safe_name,"/' target='_blank'>", cpu_model.model,"</a></td></tr>" FROM cpu_model JOIN cpu_subfamily ON (cpu_model.subfamily_id = cpu_subfamily.subfamily_id) JOIN cpu_core ON (cpu_core.core_id = cpu_model.core_id) JOIN cpu_family ON (cpu_subfamily.family_id = cpu_family.family_id) JOIN manufacturer ON (cpu_family.manufacturer_id = manufacturer.manufacturer_id) ORDER BY manufacturer.name, cpu_family.name, cpu_subfamily.name, cpu_core.name, cpu_model.model ASC;

VGA

SELECT "<tr><td>",manufacturer.name,"</td><td>", gpu_family.name,"</td><td>",gpu_core.codename,"</td><td><a href='http://hwbot.org/hardware/videocard/",gpu_model.safe_name,"/' target='_blank'>", gpu_model.model,"</a></td></tr>" FROM gpu_model JOIN gpu_core ON (gpu_core.core_id = gpu_model.core_id) JOIN gpu_family ON (gpu_core.family_id = gpu_family.family_id) JOIN manufacturer ON (gpu_family.manufacturer_id = manufacturer.manufacturer_id) ORDER BY manufacturer.name, gpu_family.name, gpu_model.model ASC;

  • Author

Any other hardware database list that would come in handy? Just let me know.

I'm not sure if this is the right area but I'll make a comment. Can you please add the EVGA z370 Classified K (134-KS-E379)

Thank You

Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.