- http://stackoverflow.com/questions/804115 (
rebase
vsmerge
). - https://www.atlassian.com/git/tutorials/merging-vs-rebasing (
rebase
vsmerge
) - https://www.atlassian.com/git/tutorials/undoing-changes/ (
reset
vscheckout
vsrevert
) - http://stackoverflow.com/questions/2221658 (HEAD^ vs HEAD~) (See
git rev-parse
) - http://stackoverflow.com/questions/292357 (
pull
vsfetch
) - http://stackoverflow.com/questions/39651 (
stash
vsbranch
) - http://stackoverflow.com/questions/8358035 (
reset
vscheckout
vsrevert
) - http://stackoverflow.com/questions/5798930 (
git reset
vsgit rm --cached
)
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
<!DOCTYPE html> | |
<html lang="ko"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<!-- Meta, title, CSS, favicons, etc. --> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
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
<script type="text/javascript"> | |
let globalChristianClassId = null; | |
let globalChristianLevelId = null; | |
let globalChristianDutyId = null; | |
let globalOfferingServiceId = null; | |
let globalOfferingTypeId = null; | |
(function($) { | |
'use strict'; |
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
# !/usr/bin/env python | |
import numpy as np | |
from scipy import ndimage, misc | |
import sys, math, os | |
from PIL import Image | |
def cubemap(filename): | |
SIZE = 1024 | |
HSIZE = SIZE / 2.0 |
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
import sys | |
from PIL import Image | |
from math import pi,sin,cos,tan,atan2,hypot,floor | |
from numpy import clip | |
# get x,y,z coords from out image pixels coords | |
# i,j are pixel coords | |
# face is face number | |
# edge is edge length | |
def outImgToXYZ(i,j,face,edge): |
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
explain analyze | |
select | |
count(age) as samples, | |
case | |
when age < 20 then 2000 | |
when (age >= 20) and (age < 30) then 2030 | |
when (age >= 30) and (age < 40) then 3040 | |
when (age >= 40) and (age < 50) then 4050 | |
when (age >= 50) and (age < 60) then 5060 | |
when age >= 60 then 6000 |
инглизча | ўзбекча |
---|---|
probability distribution | эҳтимолликлар тақсимланиши |
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
# Ушбу конфигурация файл Nginx веб серверига тегишли бўлиб, | |
# фақатгина TAS-IX тармоғига тегишли бўлган IP манзилларга | |
# хизмат кўрсатиш ва бошқа (мир) IP манзилларни блоклаш учун ишлайди. | |
upstream nodejs_backend{ | |
server 127.0.0.1:8000; | |
server 127.0.0.1:8001; | |
server 127.0.0.1:8002; | |
server 127.0.0.1:8003; | |
} |
I hereby claim:
- I am muminoff on github.
- I am muminoff (https://keybase.io/muminoff) on keybase.
- I have a public key whose fingerprint is 67C2 41A3 250C A96E 9985 FFA6 FF87 153B 1371 D515
To claim this, I am signing this object: