-
Why is this necessary?
This project was started by a group of Stack Exchange users who were (and are) dissatisfied with the way Stack Exchange is running things, on a number of counts. Essentially, we believe that the goals of a community-oriented product and a for-profit company are fundamentally at odds. The aim of Codidact is to be that truly community-oriented product. -
How can I get involved?
See above for links to various communication channels we use. We suggest joining both our forum (for structured
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name remove-title-notifications | |
// @namespace distractions | |
// @version 0.1 | |
// @description Tampermonkey script to remove unread notification count from tab titles | |
// @author Viswanath Sivakumar | |
// @match */* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Device ID list from: http://developer.amd.com/resources/documentation-articles/articles-whitepapers/introduction-apuid/,,,,, | |
Aditional ID's from http://amd-dev.wpengine.netdna-cdn.com/wordpress/media/2012/10/ATI_Device_ID_List_Oct_20121.txt,,,,, | |
https://developer.nvidia.com/sites/default/files/akamai/device_ids_jan13.txt,,,,, | |
Aditional modern device ID's from: http://www.techpowerup.com/vgabios/,,,,, | |
Aditional Information from http://www.notebookcheck.net/,,,,, | |
Aditional information from http://wikipedia.org/,,,,, | |
Aditional information from http://www.anandtech.com/,,,,, | |
,,,,, | |
Name,ASIC/Codename,Vendor ID,Device ID,Integrated/APU,Discrete Mobile Part | |
AMD FirePro 2270 (ATI FireGL),,0x1002,0x68F2,0,0 |