Skip to content

Instantly share code, notes, and snippets.

//
// bootstrap-tagsinput v0.8.0 for Bootstrap v4.0.0-alpha.6
// --------------------------------------------------
.bootstrap-tagsinput {
width: 100%;
cursor: text;
background-color: $input-bg;
border: $input-btn-border-width solid $input-border-color;
@doggy8088
doggy8088 / Angular 18 Dev Setup.md
Last active March 29, 2025 14:04
Angular 18 開發環境說明

Angular 18 開發環境說明

為了能讓大家能夠順利的建立起 Angular 18 開發環境,以下是需要安裝的相關軟體與安裝步驟與說明。

Angular LOGO

[ 作業系統 ]

  • Windows 10 以上版本
  • Mac OS X 10.6 以上版本
@wayanjimmy
wayanjimmy / AuthServiceProvider.php
Last active January 4, 2024 09:32
Extend Laravel SessionGuard
<?php
namespace App\Providers;
use App\Extensions\SessionAnonymousGuard;
use Illuminate\Auth\SessionGuard;
use Illuminate\Contracts\Auth\Access\Gate as GateContract;
use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
class AuthServiceProvider extends ServiceProvider
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Web Bluetooth demo</title>
</head>
<body>
<button id="go">Go Bluetooth</button>
<script>
document.querySelector('#go').onclick = (e) => {
@fantasywind
fantasywind / tw-zipcode.json
Last active January 5, 2024 03:27
[台灣][郵遞區號][中華民國][Taiwan][Zipcode][3碼] JSON
{
"基隆市": {
"仁愛區": "200",
"信義區": "201",
"中正區": "202",
"中山區": "203",
"安樂區": "204",
"暖暖區": "205",
"七堵區": "206"
},
@m85091081
m85091081 / SITCON_BOMB.tpp
Last active August 29, 2015 14:23
SITCON 爆破者
--withborder
--center 開門!查水表!
--newpage
--withborder
@Chen-Michael
Chen-Michael / Food.java
Last active August 29, 2015 14:22
Interview questions-Microwave
public class Food {
private String name = "";
private boolean shell = false;
private boolean skin = false;
public Food(String name) {
super();
setName(name);
}
public class Card
{
[StructLayout(LayoutKind.Sequential)]
public struct SCARD_IO_REQUEST
{
public int dwProtocol;
public int cbPciLength;
}
[StructLayout(LayoutKind.Sequential)]