Skip to content

Instantly share code, notes, and snippets.

diff --git a/5.4 b/5.5
index bf20a1f..d86a6cb 100644
--- a/5.4
+++ b/5.5
@@ -1,34 +1,44 @@
phpinfo()
-PHP Version => 5.4.27
+PHP Version => 5.5.13-2+deb.sury.org~trusty+1
System => Linux ii 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686
@krll-k
krll-k / 5-31.diff
Last active August 29, 2015 14:05
diff
1c1
< krll@jb:~$ ssh -vv root@5.187.0.134
---
> krll@jb:~$ ssh -vv root@31.220.50.203 -p 2213
6c6
< debug1: Connecting to 5.187.0.134 [5.187.0.134] port 22.
---
> debug1: Connecting to 31.220.50.203 [31.220.50.203] port 2213.
16,17c16,17
< debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0p1 Debian-4+deb7u1
@krll-k
krll-k / index.html
Created October 19, 2014 12:59
A Pen by Kuznecov Kirill.
<div class="body">
<div class="chest">
<div class="left"><div class="clavicle"></div></div>
<div class="right"><div class="clavicle"></div></div>
</div>
<div class="breast size-1">
<div class="left"><ul class="boob"><li class="nipple"></li></ul></div>
<div class="right"><ul class="boob"><li class="nipple"></li></ul></div>
<div class="between"></div>
@krll-k
krll-k / 1.php
Created September 9, 2012 16:59
Авторизация и получение прав
/**
*Авторизация и получение прав
*/
function first_function() {
$authorize = 'http://oauth.vk.com/authorize?'.http_build_query(array(
'client_id' => $api_id,
'scope' => $scope,
'display' => $display,
@krll-k
krll-k / refresh.php
Created September 10, 2012 11:46
refresh friend list online by time
<?
$host='mysql.hostinger.ru';
$user='u373280085_spy';
$pass='5z9vat8maH';
$bd_name='u373280085_spy';
mysql_connect($host, $user, $pass) or die(mysql_error());
mysql_select_db($bd_name) or die(mysql_error());
@krll-k
krll-k / index.php
Created September 20, 2012 12:54
get friendslist/grouplist php vkapoi
<?
$start_time = microtime(1);
require 'vkapi.class.php';
require 'vkapi.miniclass.php';
VK_auth();
$api_id = 2866913;
$secret_key = 'UCk5eCa90GsKeeDKbgHT';
@krll-k
krll-k / index.html
Created December 2, 2012 16:31
A CodePen by Tim Holman. Dripping Paint - A little canvas background I made a while back... was the featured background of creativeapplications.net for a small while
<canvas id='c'></canvas>
@krll-k
krll-k / index.html
Created December 2, 2012 16:35
A CodePen by arozd. Поэкранный scrollPage
<div class="main">
<p>
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.
</p>
<p>
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a
@krll-k
krll-k / index.html
Created December 2, 2012 16:41
A CodePen by Sergii Rudchyk. Modal Window
<ul>
<li>
<span class="zp-pin-edit zp-pin-edit-js" alt="1">Открыть окно 1</span>
</li>
<li>
<span class="zp-pin-edit zp-pin-edit-js" alt="2">Открыть окно 2</span>
</li>
</ul>
<div class="block">
<!-- Popupper1 -->
@krll-k
krll-k / index.html
Created December 17, 2012 13:18
A CodePen by Mike Fowler. Letterpress'd - Yesterday I started playing the brilliant game for iOS called Letterpress. I liked the simple interface animations they did, so I recreated it. Some of the pieces have animations initially, but all pieces will animate if you hover on them.
<div id="board"></div>