Skip to content

Instantly share code, notes, and snippets.

View deulizealand's full-sized avatar
🖤

Hendra Juli deulizealand

🖤
View GitHub Profile
@deulizealand
deulizealand / !NOTE.md
Created December 27, 2022 03:12 — forked from ivanvermeyen/!NOTE.md
Setup a Laravel Storage driver with Google Drive API
@deulizealand
deulizealand / GoogleDriveServiceProvider.php
Created December 27, 2022 03:10 — forked from sergomet/GoogleDriveServiceProvider.php
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.
@deulizealand
deulizealand / hosts.bat
Created March 1, 2022 04:37 — forked from eveyrat/hosts.bat
windows shell script - add hosts entries
@echo off
SET NEWLINE=^& echo.
ECHO %NEWLINE%^ >>%WINDIR%\System32\drivers\etc\hosts
FIND /C /I "heracles.fila" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%^192.168.5.10 heracles.fila>>%WINDIR%\System32\drivers\etc\hosts
FIND /C /I "www.heracles.fila" %WINDIR%\system32\drivers\etc\hosts

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by
@deulizealand
deulizealand / made-with-love.html
Created August 22, 2019 08:33 — forked from oliveratgithub/made-with-love.html
Various HTML-snippets to add "Made with love" to your website
<!-- Example #1 - no styling -->
Made with ❤ in Switzerland
<!-- Example #2 - inline-styled ❤ -->
Made with <span style="color: #e25555;">&#9829;</span> in Switzerland
Made with <span style="color: #e25555;">&hearts;</span> in Switzerland
<!-- Example #3 - CSS-style class for ❤ -->
<style>.heart{color:#e25555;}</style>
Made with <span class="heart"></span> in Switzerland
@deulizealand
deulizealand / LICENCE SUBLIME TEXT
Created December 6, 2018 13:23
Sublime Text 3 Serial key build is 3176
## Sublime Text 3 Serial key build is 3176
> * Added these lines into /etc/hosts
127.0.0.1 www.sublimetext.com
127.0.0.1 license.sublimehq.com
> * Used the license key
----- BEGIN LICENSE -----