Skip to content

Instantly share code, notes, and snippets.

View Arttse's full-sized avatar
🤗
Doing something better ^_^

Nikita Bystrov Arttse

🤗
Doing something better ^_^
  • Russia
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Arttse on github.
  • I am arttse (https://keybase.io/arttse) on keybase.
  • I have a public key whose fingerprint is 310E 2E07 E91C 58D1 F2B9 2617 3E45 F4FA BC33 A325

To claim this, I am signing this object:

@Arttse
Arttse / topkeywords.js
Created October 12, 2016 17:48 — forked from elliotbonneville/topkeywords.js
Find top keywords associated with a Google search with this Node.js application.
var request = require("request"),
cheerio = require("cheerio"),
url = "https://www.google.com/search?q=data+mining",
corpus = {},
totalResults = 0,
resultsDownloaded = 0;
function callback () {
resultsDownloaded++;
@Arttse
Arttse / j3-favicons.php
Last active September 3, 2016 14:28
[Joomla] The connection of all the favicons for all platforms and browsers
<?php
/**
* The connection of all the favicons for all platforms and browsers for Joomla! 3
*
* @author Arttse
* @link https://gist.github.com/Arttse/fddd88fff35d36c186155df56e37e274
*
* @copyright Nikita «Arttse» Bystrov
* @license GPLv3
*/