Skip to content

Instantly share code, notes, and snippets.

聖哉三一
聖哉,聖哉,聖哉,全能大主宰!
清晨我眾歌頌,歡聲上達天庭;
聖哉,聖哉,聖哉,慈悲全能主宰,
讚美三一神,父子與聖靈。
聖哉,聖哉,聖哉,眾聖都敬拜,
放下黃金冠冕,環繞在水晶海;
千萬天使天軍,俯伏叩拜主前,
【擁戴我主為王】
擁戴我主為王,聖羔在寶座上,
請聽天上歌聲悠揚,樂聲壓倒群響,
我靈速醒同唱,頌主為我受傷,
歡呼祂為至大君王,千秋萬歲無疆。
擁戴我主為王,祂是仁愛之王,
祂手祂足肋旁受傷,今仍顯明天上,
何等奇妙奧祕,發出榮美光芒,
33來敬拜榮耀王
大家同敬拜天上榮耀王,主權能,慈愛,應感謝頌揚,
祂是我們盾牌,是永遠保障,榮光是祂宮殿,歌頌永繞環。
主權能,慈愛,我們當頌讚,光輝是主袍,穹蒼是主幔,
滿佈雷電密雲,當作主車乘,瀰漫暴雨風狂,深藏主路徑。
人何能盡說,主眷顧恩情,主使風吹拂,主使光照明,
主使高山泉源,傾注遍平原,主命雨露甘霖,潤澤各田園。
主阿!我神,我每逢舉目觀看,你手所造一切奇妙大工,
看見星宿,又聽到隆隆雷聲,你的大能遍滿了宇宙中。
當我想到,神竟願差祂兒子,降世捨命,我幾乎不領會,
主在十架,甘願背我的重擔,流血捨身為要赦免我罪。
當主再來,歡呼聲響澈天空,何等喜樂主接我回天家,
我要跪下,謙恭的崇拜敬奉,並要頌揚神阿你真偉大。
副歌:我靈歌唱,讚美救主我神,「你真偉大!何等偉大!」
我靈歌唱,讚美救主我神,「你真偉大!何等偉大!」
" vim:fdm=marker
" Settings -------------------------------------------------------------
" Preamble {{{
" Make vim more useful {{{
set nocompatible
" }}}
{
// Sensible defaults
"diffEditor.ignoreTrimWhitespace": false,
"workbench.editor.enablePreview": false,
"editor.multiCursorModifier": "ctrlCmd",
"files.trimTrailingWhitespace": true,
"window.nativeFullScreen": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
// Layout
// Place your key bindings in this file to override the defaults
[
/**
* Panel actions
*/
{
"key": "cmd+e",
"command": "workbench.action.focusActiveEditorGroup"
},
{
@kennith
kennith / gist:7c9d423c7714f95a2cb39b01552d1dba
Created September 13, 2019 16:50
Laravel Excel Freeze Pane
<?php
class User implements WithEvents
{
public function registerEvents(): array
{
return [
AfterSheet::class => function(AfterSheet $event) {
$event->sheet->freezePane('B1');
},
];
function vm-shutdown() {
echo 'Shutdown running VM(s)';
# Get a list of VMs that are running and put them into array
vms=($(/usr/local/bin/VBoxManage list runningvms | awk '{print $1}' | tr -d '"'))
# 0 is too far from ` ;)
set -g base-index 1
setw -g pane-base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
set -g status-keys vi
set -g history-limit 10000