This file contains hidden or 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\Models; | |
| class Example extends Model | |
| { | |
| /** | |
| * @see Post | |
| * @param string $value | |
| * @return Post|\Illuminate\Database\Eloquent\Model |
This file contains hidden or 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\Concerns; | |
| use Illuminate\Database\Eloquent\Factories\Factory; | |
| use Illuminate\Database\Eloquent\Factories\HasFactory as BaseTrait; | |
| trait HasFactory | |
| { | |
| use BaseTrait; |
This file contains hidden or 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\Http\Middleware; | |
| use Closure; | |
| class DefaultGuardChangeDynamically | |
| { | |
| /** | |
| * Handle an incoming request. |
This file contains hidden or 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 | |
| if (! function_exists('version_sort')) { | |
| /** | |
| * Sort array with version_compare. | |
| * @link https://stackoverflow.com/a/48974986/5067386 | |
| * @param string[] $versions | |
| * @return void | |
| */ | |
| function version_sort(array $versions) { |
This file contains hidden or 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 | |
| if (! function_exists('array_column_recursive')) { | |
| /** | |
| * Return the values from a single column in the input array recursively | |
| * | |
| * @param array $array | |
| * @param int|string|null $columnKey | |
| * @param int|string|null $indexKey | |
| * @return array |
This file contains hidden or 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
| from bs4 import BeautifulSoup | |
| from tkinter import Tk, Label, IntVar, Entry, Button | |
| import requests | |
| import ctypes | |
| import win32process | |
| import os | |
| import sys | |
| # variables | |
| base_url = "http://wa.ilovegame.co.kr/event/read/" |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Gmarket Mouse Click Enabler | |
| // @version 1.1.0 | |
| // @description accept mouse right button click | |
| // @match http://item.gmarket.co.kr/* | |
| // @match https://item.gmarket.co.kr/* | |
| // @match http://*.auction.co.kr/* | |
| // @match https://*.auction.co.kr/* | |
| // @grant none | |
| // @run-at document-end |
This file contains hidden or 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
| // ==UserScript== | |
| // @name khinsider Batch Downloader | |
| // @description batch download for downloads.khinsider.com | |
| // @version 1.0.0 | |
| // @match https://downloads.khinsider.com/game-soundtracks/album/* | |
| // @require https://cdn.jsdelivr.net/npm/web-streams-polyfill@3.1.1/dist/ponyfill.min.js | |
| // @require https://cdn.jsdelivr.net/npm/streamsaver@2.0.5/StreamSaver.js | |
| // @require https://cdn.jsdelivr.net/npm/streamsaver@2.0.5/examples/zip-stream.js | |
| // @connect 23.237.126.42 | |
| // @connect vgmsite.com |
This file contains hidden or 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
| #NoEnv | |
| /* | |
| * Variables | |
| */ | |
| AUDIO_DEVICE_1 = __SOUND_DEVICE_WHAT_YOU_WANT_TO_SET_TEMPORARILY__ | |
| AUDIO_DEVICE_2 = __SOUND_DEVICE_THE_ORIGINAL_ONE__ | |
| ;BLUESTACKS4_COMMAND = -json "{\"app_icon_url\":\"\",\"app_name\":\"Microsoft Launcher\",\"app_url\":\"\",\"app_pkg\":\"com.microsoft.launcher\"}" | |
| global BLUESTACKS4_LAUNCHER_PATH := "__YOUR_BLUESTACKS4_PATH__\Bluestacks.exe " . BLUESTACKS4_COMMAND |