Skip to content

Instantly share code, notes, and snippets.

View mphome's full-sized avatar

Michael Pakhantsov mphome

View GitHub Profile
ALTER SYSTEM QUIESCE RESTRICTED;
puts the Database in quiesce mode
ALTER SYSTEM UNQUIESCE;
puts the database back in normal operation
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@mphome
mphome / monokai.hrd
Created December 27, 2013 17:31
FarColorer monokia (similar) theme
<?xml version="1.0" encoding="windows-1251"?>
<!DOCTYPE hrd PUBLIC "-//Cail Lomecb//DTD Colorer HRD take5//EN"
"http://colorer.sf.net/2003/hrd.dtd">
<hrd xmlns="http://colorer.sf.net/2003/hrd">
<assign name="def:Text" fore="#f8f8f2" back="#222222"/>
<assign name="def:HorzCross" fore="#e1ebe0" back="#222222"/>
<assign name="def:VertCross" fore="#e1ebe0" back="#222222"/>
using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
public class ObjectDumper
{
private int _level;
private readonly int _indentSize;
@mphome
mphome / index.html
Last active January 3, 2023 17:05
Twitter bootstrap boilerplate with fontawesome
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bootstap 3 &amp; fontawesome boilerplate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">