Skip to content

Instantly share code, notes, and snippets.

View fleetimee's full-sized avatar

Shionne Imeris fleetimee

View GitHub Profile
@fleetimee
fleetimee / autoexec.cfg
Last active March 18, 2025 21:19
Dota 2
// DOTA autoexec.cfg REFERENCE preset - get latest from https://dev.dota2.com/showthread.php?t=194985
// Save as: Steam\steamapps\common\dota 2 beta\game\dota\cfg\autoexec.cfg (make sure extension is .cfg not .cfg.txt)
//
// To optimally read/edit this cfg, use a text processor featuring 132 chars per line and syntax highlighting to C++
// Disable options/binds/commands you do not want forced by this cfg by starting lines with // C++ style line comment
// Some reference hotkeys and options use tweaked values. Will override user settings if enabled (un-commented).
//
// What's new [2020-06-20]
// Not much, just added a few missing binds and ui options; no longer forcing render quality to 0.71
//
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@yield('title')
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ asset('adminLTE/plugins/fontawesome-free/css/all.min.css') }}">
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Mailer
|--------------------------------------------------------------------------
|
| This option controls the default mailer that is used to send any email
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Mailer
|--------------------------------------------------------------------------
|
| This option controls the default mailer that is used to send any email
session()->flash('success', 'Data Berhasil Disimpan');
return redirect('/list-produk');
@fleetimee
fleetimee / form.blade.php
Last active May 4, 2020 01:13
view form
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<title>Form Input Produk</title>
</head>
<body>
@fleetimee
fleetimee / cloudSettings
Last active July 3, 2020 00:48
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-06-12T13:50:29.595Z","extensionVersion":"v3.4.3"}