Skip to content

Instantly share code, notes, and snippets.

View temisrei's full-sized avatar

Rei Lin temisrei

View GitHub Profile
@temisrei
temisrei / google-search-cse-style.css
Created December 30, 2024 08:00 — forked from RebeccaWhit3/google-search-cse-style.css
CSS to make CSE look like the official Google Search engine
/** Copyright 2005 Google Inc. All rights reserved. */
/* the GSearchControl CSS Classes
* .gsc-control : the primary class of the control
*/
.gsc-control {
width: 300px;
}
@temisrei
temisrei / Angular 8 開發環境說明.md
Created July 2, 2019 09:08 — forked from doggy8088/Angular 18 Dev Setup.md
Angular 8 開發環境說明

Angular 8 開發環境說明

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

[ 作業系統 ]

  • Windows 7 以上版本 (更新到最新 Service Pack 版本)
  • Mac OS X 10.6 以上版本

[ 套件管理器 ( Mac OS X Only ) ]