Skip to content

Instantly share code, notes, and snippets.

View ayhansipahi's full-sized avatar
👾
Coding...

Ayhan Sipahi ayhansipahi

👾
Coding...
View GitHub Profile
@ayhansipahi
ayhansipahi / kms
Created July 25, 2017 07:02 — forked from CHEF-KOCH/KMS_office.cmd
KMS server Windows
Online kms host address:
--------
kms.digiboy.ir
54.223.212.31
kms.cnlic.com
kms.chinancce.com
kms.ddns.net
franklv.ddns.net
k.zpale.com
m.zpale.com
@ayhansipahi
ayhansipahi / sublime_text_3_license_key
Created October 8, 2015 12:56 — forked from tungpt247/sublime_text_3_license_key
Sublime Text 3 License Key (Build 3065)
—– BEGIN LICENSE —–
K-20
Single User License
EA7E-940129
3A099EC1C0B5C7C5 33EBF0CF BE82FE3B
@ayhansipahi
ayhansipahi / Sublime Text License Key.md
Created October 8, 2015 12:51
Sublime Text 2 License Key, Sublime Text 3 License Key, Sublime Text Full Version.

Sublime Text 2 & 3 License Key, Sublime Text Full Version

Sublime Text License Key

How to activate license key

  1. Go to menu Help > Enter License.
  2. Copy the license key below and paste it into the textbox > Click the Use License button.
  3. Enjoy! 👍
sudo apt-get install nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
curl https://npmjs.org/install.sh | sudo sh
#!/bin/sh
sudo aptitude install nodejs
sudo update-alternatives --install /usr/bin/node nodejs /usr/bin/nodejs 100
curl https://www.npmjs.org/install.sh | sudo sh
section {
padding-top: 60px;
}
.subnav {
margin-bottom: 60px;
width: 100%;
height: 36px;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
@ayhansipahi
ayhansipahi / comment.sublime-snippet
Created November 27, 2012 23:13
Fortran 77 Snippets for Sublime Text 2
<!-- comment.sublime-snippet -->
<snippet>
<content><![CDATA[
C -----------------------------------
C $1
C -----------------------------------
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>comment</tabTrigger>