Skip to content

Instantly share code, notes, and snippets.

###scrolls IRC Channel - Rules and Guidelines

When you join the channel #scrolls, you are expected to abide by these rules.

###General rules ####Do NOT

  • Harass other users.
  • Send unwanted messages, which includes those that may be considered spamming or flooding.
  • Distribute pirated software.
  • Distribute malicious content.

Using the AMD support center

The AMD support center for drivers can be accessed here.

To get started, get the Card Name, and OS information.

If the card name contains an M prefix after an integer, or contains the word Mobility in it, please refer to the product as Netbook Graphics.

To use the site, simply follow these steps:

<?php
if(!isset($args)){
echo "wiki, isup, status, mojira, hopper";
return;
}
$cmdargs = preg_replace("#".$arg[0]."#", "", $args);
$cmd = array(
@robot56
robot56 / gist:7494316
Last active December 28, 2015 11:38
Shocky IPv4 Lookup
<?php
if(!$args) {
die("{IPv4} [ -country | -city | -region | -org | -phone | -loc ]");
}
$ip = gethostbyname($arg[0]);
if(!getIpValid($ip)) {
die("The requested IPv4 address is not valid.");
@robot56
robot56 / gist:7882119
Last active December 30, 2015 20:39
Batch script for running the game with some diagnostic stuff..
@echo off
:init
title Minecraft checker
echo ===============================================
echo Minecraft checker v1.0 by Extreme_Heat
echo ===============================================
echo.
:authserver
::ping
@robot56
robot56 / gist:8090113
Last active January 1, 2016 04:09
Failed to unpack natives: Socket read timed out

Failed to unpack natives: Socket read timed out {#welcome}

This error is caused when certain files fail to properly download, and are incorrectly "skipped" by the launcher, believing that the file already exists, while it in reality does not.

This in return, gives an error when the game tries to open a couple of files, and it actually realizes that the file does not exist, returning the java.util.zip.ZipException: error in opening zip file exception.


@robot56
robot56 / gist:8499757
Created January 19, 2014 02:43
PCI information, sorted by Device ID.
{
"0x002F": [
{
"Vendor Name": "Paradyne Corp.",
"Device Name": "ieee 1394 controller\r",
"Vendor ID": "0x0033"
},
{
"Vendor Name": "National Semiconductors",
"Device Name": "USB Controller\r",
@robot56
robot56 / gist:8499806
Created January 19, 2014 02:45
PCI information, sorted by Vendor IDs.
This file has been truncated, but you can view the full file.
{
"0x0033": {
"0x002F": {
"Vendor Name": "Paradyne Corp.",
"Device Name": "ieee 1394 controller"
},
"0x00333": {
"Vendor Name": "Paradyne Corp.",
"Device Name": "1ACPI\\GenuineIntel_-_x86_Family_6_Model_23\\_0"
}
@robot56
robot56 / gist:8591582
Created January 24, 2014 03:26
Minecraft 'fix' for OpenGL issues with the Intel 965 Express Chipset Series. Batch script simply "workarounds" the issue by telling the game to ignore Twitch stuff on Windows. Feel free to add on/modify the script.
cd %APPDATA%\.minecraft\versions
::batch is lame, so XCOPY only works upto Win7. robocopy only works WinVista -> Win8; bleh.
xcopy /E /I 1.7.4 1.7.4-fix
::If on Windows 8, uncomment this line:
::robocopy 1.7.4 1.7.4-fix /COPYALL /E
cd 1.7.4-fix
rename 1.7.4.jar 1.7.4-fix.jar
rename 1.7.4.json 1.7.4-fix.jar
echo { >1.7.4-fix.json
echo "id": "1.7.4-fix", >>1.7.4-fix.json
@robot56
robot56 / gist:8628336
Last active January 4, 2016 13:29
JSON list of REGEXs used for matching card names.
{
"items": {
"6.3": {
"x64": {
"^(ATI|AMD) Radeon (HD.|)(5|6|7)\\d\\d0": {
"latestDriver": "https:\/\/support.amd.com\/en-us\/download\/desktop?os=Windows+8.1+-+64",
"name": "AMD Radeon HD Series"
},
"^(ATI|AMD) Mobility Radeon (HD.|)(5|6|7|8)\\d00": {
"latestDriver": "https:\/\/support.amd.com\/en-us\/download\/mobile?os=Windows+8.1+-+64",