Skip to content

Instantly share code, notes, and snippets.

@rikur
rikur / top 100+ social bookmarking sites list.md
Created July 18, 2024 22:06 — forked from stackblogger/top 100+ social bookmarking sites list.md
DoFollow Backlink Sites | High PR Free Backlink Sites

TOP 100+ Social Bookmarking Sites List

DoFollow Backlink Sites | High PR Free Backlink Sites

Detailed article is shared here- TOP 100+ Social Bookmarking Sites List

A backlink is a type of link pointing out from a website to your website. It is also called inbound or incoming backlinks. Backlinks are used to generate traffic to your website. Search engines continuously crawls the web pages and if they find a link to your website at some page then they crawl your page too. So it increases the search engine visibility in the back end. Get top 100+ DoFollow High PR Backlink Sites list.

There are plenty of backlink websites available for free. But not all websites provide high quality free backlinks. This article will provide you high quality Free Backlink sites list.

Twitter ID Screen name Followers Removal observed Before After
17461978 SHAQ 15612791 2022-02-26T22:24:52Z SHAQ.ETH SHAQ.SOL
21910850 jakeowen 2119904 2022-02-26T15:45:18Z jakeowen.eth Jake Owen
7846 ijustine 1811449 2022-03-09T14:43:37Z iJustine.eth iJustineUltra
1666038950 BoredElonMusk 1752290 2022-02-17T08:05:47Z bored.eth Bored
381051960 ethRuby 1267133 2022-03-19T08:08:11Z CryptoSolis.eth Ruby
1282418324228337665 wsbmod 832406 2022-02-24T06:52:07Z wsbmod.eth wsbmod
20882981 EclecticMethod 495235 2022-02-18T04:39:30Z eclecticm.eth Eclectic Method
811350 alexisohanian 479340 2022-02-08T06:31:55Z AlexisOhanian.eth 7️⃣7️⃣6️⃣ Alexis Ohanian 7️⃣7️⃣6️⃣
22784458 Fwiz 410813 2022-03-22T08:54:42Z Ryan Wyatt - fwiz.eth 💜 Ryan Wyatt - @ GDC
@rikur
rikur / gist:2b28ebe26a472ff6a03bcbc127643a77
Created September 8, 2019 01:18
How to test Play Store on emulator with xxhdpi/xxxhdpi or a custom high resolution
Play store is only supported on stock AVD hardware profiles.. if you edit a thing about them, the playstore support is removed from the AVD.
Here's what worked for me:
- In Android Studio, create an from a profile that support play store (give it a simple name like pie)
- In command line, start the AVD with: `emulator @pie -skin 1440x3040`
I recommend always starting the AVD from command-line only, otherwise the toolbar can easily overlap with the actual screen.
@rikur
rikur / showDoneButton.patch
Created May 3, 2017 02:24 — forked from chih/showDoneButton.patch
Adding showDoneButton property to react native's TextInput for number fields
diff --git a/node_modules/react-native/Libraries/Text/RCTTextField.h b/node_modules/react-native/Libraries/Text/RCTTextField.h
index c809f10..2d80af4 100644
--- a/node_modules/react-native/Libraries/Text/RCTTextField.h
+++ b/node_modules/react-native/Libraries/Text/RCTTextField.h
@@ -31,5 +31,6 @@
- (void)textFieldDidChange;
- (void)sendKeyValueForString:(NSString *)string;
- (BOOL)textFieldShouldEndEditing:(RCTTextField *)textField;
+- (void)handleDoneButtonFromInputAccessory;
root@ip-172-31-3-0:~# zpool status
pool: flynn-default
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
flynn-default ONLINE 0 0 0
/var/lib/flynn/volumes/zfs/vdev/flynn-default-zpool.vdev ONLINE 0 0 0
@rikur
rikur / gist:4b6409141e9bac903c19
Last active December 4, 2015 10:57
flynn-event-listener
var request = require('request')
var async = require('async')
var ssejson = require('ssejson')
var bunyan = require('bunyan');
var log = bunyan.createLogger({
name: "flynn-event-listener",
serializers: bunyan.stdSerializers,
level: process.env.DEBUG ? 'debug' : 'info'
});
START PHD ON REBOOT:
--------------------
# cat /etc/init/phd.conf
# Phabricator daemons init script
# You will need to change PHD_HOME to suit your installation
description "Phabricator Daemon launcher"
author "kaismh"
start on started php5-fpm
@rikur
rikur / gist:e6ece63d7b29a44782a1
Created November 27, 2015 21:49
docker-registry on flynn
config.json:
{
"env":{
"DOCKER_REGISTRY_CONFIG": "/docker-registry/config/config_sample.yml"
},
"processes": {
"server": {
"cmd": ["/usr/local/bin/docker-registry"],
"data": true,
"ports": [{
Error starting application
Your Rack app raised an exception when Pow tried to run it.
Rack::Lint::LintError: rack.input #<StringIO:0x007f9a5d91f420> does not have ASCII-8BIT as its external encoding
~/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/lint.rb:19:in `assert'
~/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/lint.rb:271:in `check_input'
~/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/lint.rb:226:in `check_env'
~/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/lint.rb:42:in `_call'
~/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/lint.rb:36:in `call'
~/.rvm/gems/ruby-1.9.3-p125/gems/innate-2012.03/lib/innate/middleware_compiler.rb:52:in `call'
~/.rvm/gems/ruby-1.9.3-p125/gems/innate-2012.03/lib/innate.rb:161:in `call'
s='+---+---+---+---+---+---+---+
| | | | | | | |
+---+---+---+---+---+---+---+
| | | R | | | | |
+---+---+---+---+---+---+---+
| R | | R | W | | | R |
+---+---+---+---+---+---+---+
| R | | W | W | | | W |
+---+---+---+---+---+---+---+
| W | W | R | R | | | R |