Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View acidjazz's full-sized avatar
🎯
Focusing

kevin olson acidjazz

🎯
Focusing
View GitHub Profile
@naveenkrdy
naveenkrdy / AdobeAMDFix.md
Last active March 21, 2024 15:30
To fix adobe products crashes on AMD hackintosh

Adobe Crash Fix XLNC

Instructions

  1. Install needed adobe apps from adobe creative cloud.

  2. Open Terminal.

  3. Copy-paste the below command to your terminal and run it (enter password when asked).

@acidjazz
acidjazz / example.php
Created September 19, 2018 19:26
classs vs arrays
<?php
// OLD
class Foo
{
public function getVideosA($ids)
{
$videos = [];
$list = $this->youtube->videos->listVideos(