Skip to content

Instantly share code, notes, and snippets.

@hotdogee
hotdogee / cloudskillsboost-skill-badge-labs-list.md
Last active February 26, 2026 19:10
Cloud Skills Boost Skill Badge Labs Full List

Cloud Skills Boost Skill Badge Labs Full List

  • 0/44 Skill Badges Completed, 44 Skill Badges to go!
  • 0/182 Labs Completed, 182 Labs to go! (19 Days)
  • The Arcade Trivia September 2024 Labs are considered in the sorting.
  • Skill Badges with the least amout of labs to complete are sorted first.
  • Updated: 2024/9/5

Skill Badge 1: Analyze BigQuery Data in Connected Sheets - 2 hours 45 minutes

@electron0zero
electron0zero / WindowsTimeFixUTC.reg
Created November 19, 2017 20:12
Fix for time zone issue in Windows + Ubuntu Dual boot
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
@sergomet
sergomet / GoogleDriveServiceProvider.php
Created April 1, 2017 07:01 — forked from ivanvermeyen/!NOTE.md
Setup a Laravel Storage driver with Google Drive API
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
class GoogleDriveServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application services.