sponsors:

патч

патчі

MYSQL fix duplicates saving duplicated data with new id

DROP PROCEDURE `max_wid`;
DELIMITER ;;
CREATE PROCEDURE `max_wid` (OUT `y` int)
SQL SECURITY INVOKER
BEGIN
SELECT MAX(wid) into y from works;
END;;
DELIMITER ;
DELIMITER ;;
CREATE PROCEDURE `first_dup` (OUT `t` int)
SQL SECURITY INVOKER
BEGIN
SELECT wid into t FROM works GROUP BY wid HAVING ( COUNT(wid) > 1 ) LIMIT 0,1;
END;;
DELIMITER ;

The procedure itself - finding first duplicated data - and updating it to maximum possible id
After running this code till ZERO duplicates just create unique Primary key for Your table



KALYWAY(any) DVD Leopard universal installation how-to

During one problematic installation KALYWAY DVD onto Everex SA-2053T Notebook I have found a solution that helps me install KALYWAY DVD 10.5.1 Leopard and this solution is very universal and comfortable with most unsupported systems.
Also this solution can be usefull for Your to resrore Your crashed system after unsuccessfull driver or any kext installation or modification.
Good time of the day!



Universal ICH9 Driver for using AppleVIAATA.kext and AppleLPC.kext and AppleAHCIport.kext using Intel p35 pci id`s

Викладаю варіант драйвера для ATA контролера материнської плати GA-P35-DS3L

Universal Beta SATA Driver for GA-P35-DS3L using recompiled from sources AppleVIAATA.kext and GA-P35-DS3L pci id`s

Викладаю варіант драйвера для ATA контролера материнської плати GA-P35-DS3L

Використовуйте або АНСІ або VIAATA - вони можуть між собою конфліктувати!!!

Beta SATA Driver for GA-P35-DS3L using recompiled from sources AppleVIAATA.kext and GA-P35-DS3L pci id`s

Installation



P5KC SATA driver using AppleVIAATA.kext

Викладаю варіант драйвера для SATA контролера материнської плати Asus P5KC

Beta SATA Driver for Asus P5KC using recompiled from sources AppleVIAATA.kext and P5KC pci id`s

Installation

Викладаю варіант драйвера для SATA контролера материнської плати Asus P5KC

Beta SATA Driver for Asus P5KC using recompiled from sources AppleVIAATA.kext and P5KC pci id`s

Try Universal ICH9 driver please

Universal ICH9 driver



Realtek RTL8139/810x Family Fast Ethernet Driver version 1.4.1 for MacOS Tiger from Leopard

This driver I was make against unstable Tiger using Leopard sources and Xcode 2.5 with Tiger universal binary frameworks

It helps me to have stable LAN connection

Many people use it in Leopard with success



osx86 patch ICH9

Вітання!

Після багаточисельних і безуспішних спроб проінсталювати ICH9 підтримку для материнської плати від Asus P5K-SE для МакОС 10.4.10 вирішив створити власний патч для підтримки даного чіпсета.

Apple Hackintosh Logo

Використавши идентифікаційні коди різних виробників та модифікацій самого чіпсету з FreeBSD я вніс деякі зміни в AppleIntelPIIXATA.kext , який знаходиться всередині IOATAFamily.kext в папці Plugins


Syndicate content Syndicate content

Propeople Expert

експерименти

Rambler's Top100