This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
font_family JetBrains Mono Regular Nerd Font Complete | |
bold_font JetBrains Mono Bold Nerd Font Complete | |
italic_font JetBrains Mono Italic Nerd Font Complete | |
bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete | |
font_size 14 | |
adjust_line_height 140% | |
cursor_blink_interval 0 | |
enable_audio_bell 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@if (session('error')) | |
<div x-data="{ show: true }" x-show="show" x-init="setTimeout(() => show = false, 3000)" class="pt-6 mx-auto max-w-xl px-2 sm:px-6 lg:px-8"> | |
<div class="flex items-center overflow-hidden border border-red-200 bg-white shadow-sm dark:bg-gray-800 rounded sm:rounded-lg"> | |
<div class="px-2 py-2 bg-orange-100 mr-2"> | |
<x-heroicon-o-light-bulb class="h-5 w-5 text-red-500" /> | |
</div> | |
<p>{{ session('error') }}</p> | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ItemFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><name>Spriggan Form Thorn Totem Shaman Loot Filter</name><filterIcon>14</filterIcon><filterIconColor>10</filterIconColor><description>Strict Filter to farm only useful items. Loot Filter made for a guide "Walking Sim - Spriggan Form Thorn Totem Shaman Build Guide".</description><lastModifiedInVersion>0.9.2.5</lastModifiedInVersion><lootFilterVersion>2</lootFilterVersion><rules><Rule><type>HIDE</type><conditions><Condition i:type="RarityCondition"><rarity>NORMAL</rarity></Condition></conditions><color>0</color><isEnabled>true</isEnabled><levelDependent>false</levelDependent><minLvl>0</minLvl><maxLvl>0</maxLvl><emphasized>false</emphasized><nameOverride /></Rule><Rule><type>HIDE</type><conditions><Condition i:type="RarityCondition"><rarity>MAGIC</rarity></Condition></conditions><color>0</color><isEnabled>true</isEnabled><levelDependent>false</levelDependent><minLvl>0</minLvl><maxLvl>0</maxLvl><emphasized>false</emphasized><nameOverride /></Rule><Ru |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Block Product hunt IPv4 | |
127.0.0.1 www.producthunt.com | |
127.0.0.1 producthunt.com | |
# Block Product hunt IPv6 | |
fe80::1%lo0 www.producthunt.com | |
fe80::1%lo0 producthunt.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First Name | Last Name | ||
---|---|---|---|
Eric | Ramzy | [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Console\Commands; | |
class SetupDummyAccount extends Command | |
{ | |
/** | |
* The name and signature of the console command. | |
* | |
* @var string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Illuminate\Support\Facades\Schema; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Database\Migrations\Migration; | |
class CreateHardwareTable extends Migration | |
{ | |
/** | |
* Run the migrations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Services\Company\Employee\Expense; | |
use Carbon\Carbon; | |
use App\Helpers\MoneyHelper; | |
use App\Jobs\NotifyEmployee; | |
use App\Jobs\LogAccountAudit; | |
use App\Services\BaseService; | |
use App\Jobs\LogEmployeeAudit; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Tests\Unit\Jobs; | |
use Tests\TestCase; | |
use Illuminate\Support\Facades\Queue; | |
use Illuminate\Foundation\Testing\DatabaseTransactions; | |
class FirstJobTest extends TestCase | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# ~/.osx — http://mths.be/osx | |
# Ask for the administrator password upfront | |
sudo -v | |
############################################################################### | |
# General UI/UX # | |
############################################################################### |
NewerOlder