Skip to content

Instantly share code, notes, and snippets.

View bonomali's full-sized avatar

brikkho net bonomali

View GitHub Profile
@bonomali
bonomali / gist:cb440122bcac485ae56b29d09c7e863d
Created March 11, 2020 03:22 — forked from rtrouton/gist:a01073797a6d7e1fff9a
Disable Apple iCloud and Diagnostic Pop-Ups
#!/bin/bash
# Determine OS version
osvers=$(sw_vers -productVersion | awk -F. '{print $2}')
sw_vers=$(sw_vers -productVersion)
# Determine OS build number
sw_build=$(sw_vers -buildVersion)
@bonomali
bonomali / new_gist_file
Created March 11, 2020 03:21 — forked from raduraducu/new_gist_file
Apple Service Diagnostic Disks
Apple Service Diagnostic Disks 25 GB [Original]
Applications : Mac : English
ASD Dual Boot 2.1.5 (2003)
PowerBook G4 (12-inch), PowerBook G4 (17-inch), iMac (17-inch 1GHz), Power Mac G4 (FW 800), Xserve (slot load), eMac (ATI Graphics), and Power Mac G4 (Mirrored Drive Doors 2003), iMac (USB 2.0), PowerBook G4 (15-inch FW800), PowerBook G4 (17-inch 1.33GHz) and PowerBook G4 (12-inch DVD)
ASD 2.5.7
@bonomali
bonomali / SEC_CIK_TICKER
Created February 3, 2020 14:47 — forked from x011/SEC_CIK_TICKER
CIK|TICKER
1090872|A
4281|AA
1332552|AAACU
1287145|AABB
1024015|AABC
1099290|AAC
1264707|AACC
849116|AACE
1409430|AAGC
948846|AAI
@bonomali
bonomali / footer-backup
Created February 3, 2020 08:22 — forked from jamesray1/footer-backup
footer-backup
<?php
define('BOT_TOKEN', 'XXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXX'); // place bot token of your bot here
function checkTelegramAuthorization($auth_data) {
$check_hash = $auth_data['hash'];
unset($auth_data['hash']);
$data_check_arr = [];
foreach ($auth_data as $key => $value) {
$data_check_arr[] = $key . '=' . $value;
@bonomali
bonomali / Core files
Created October 24, 2019 02:00 — forked from pi0/Core files
Google translate Offline Language Files
https://dl.google.com/translate/offline/v3/r1/c.zip
https://dl.google.com/translate/offline/v3/r1/profiles.txt
<div class="md-tab-header" role="tablist"
(keydown.arrowRight)="focusNextTab()"
(keydown.arrowLeft)="focusPreviousTab()"
(keydown.enter)="selectedIndex = focusIndex">
<div class="md-tab-label" role="tab" md-tab-label-wrapper
*ngFor="let tab of _tabs; let i = index"
[id]="_getTabLabelId(i)"
[tabIndex]="selectedIndex == i ? 0 : -1"
[attr.aria-controls]="_getTabContentId(i)"
[attr.aria-selected]="selectedIndex == i"
@bonomali
bonomali / external scripts
Created September 29, 2019 12:47 — forked from CodeMyUI/external scripts
login page
https://code.jquery.com/jquery-2.2.4.min.js
var character = "adam"; // change to "adam", "bob" , "eve" , or "rocky" depending on who you want to start with.
$('#char_creator_client').flash({
id: "char_creator",
swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
height: 600,
width: 960,
align: "middle",
allowScriptAccess: "always",