Skip to content

Instantly share code, notes, and snippets.

View Palem1988's full-sized avatar

Palem1988 Palem1988

View GitHub Profile
Number of Subdomains Publix Suffix
154 japan.name.
139 tokyo.name.
104 mail.name.
93 love.name.
89 family.name.
81 domain.name.
65 tanaka.name.
63 suzuki.name.
59 yokohama.name.
154 japan.name.
139 tokyo.name.
104 mail.name.
93 love.name.
89 family.name.
81 domain.name.
65 tanaka.name.
63 suzuki.name.
59 yokohama.name.
@Palem1988
Palem1988 / github-user-stats-dec-2014.json
Created March 24, 2020 23:04 — forked from JJ/github-user-stats-dec-2014.json
Top GitHub users Dec 2014 (filtered by number of followers and repos > 100)
[
{
"name": "♩ Ionică Bizău ♫ ♪",
"login": "IonicaBizau",
"location": "Romania",
"language": "JavaScript",
"gravatar": "https://avatars3.githubusercontent.com/u/2864371?v=3&s=400",
"followers": 150,
"organizations": [
"jillix",
{
"embeddings": [
{
"tensorName": "Gab",
"tensorShape": [
10000,
256
],
"tensorPath": "https://gist.githubusercontent.com/reidmcy/fc88950c263c5c6f0611ad55458bcc61/raw/05d88823021635aaf310afa11e57a1419736ef35/full_w2v.tsv",
"metadataPath": "https://gist.githubusercontent.com/reidmcy/fc88950c263c5c6f0611ad55458bcc61/raw/10bf3e234cd7cbb4e7821ebdee0c8114458f6e96/full_w2v_keys.tsv"
@Palem1988
Palem1988 / bip39
Created March 24, 2020 23:02 — forked from wizardofozzie/bip39
BIP39 codes & words
#!/usr/bin/python
import binascii, re, json, copy, sys
from binascii import hexlify, unhexlify
from bitcoin.main import *
# SEE https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
ELECTRUM_ENG_V1_WORDLIST = [
'like','just','love','know','never','want','time','out',
'there','make','look','eye','down','only','think','heart',
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Subscriptions - RSS</title>
</head>
<body>
<outline text="CAPITALISTS" title="CAPITALISTS">
<outline htmlUrl="https://500hats.com?source=rss----adacc3043f65---4" title="500 Hats - Medium" xmlUrl="https://500hats.com/feed" type="rss" text="500 Hats - Medium"/>
<outline htmlUrl="http://thomasgr.tumblr.com/" title="A personal view on Venture Capital" xmlUrl="http://thomasgr.tumblr.com/rss" type="rss" text="A personal view on Venture Capital"/>
<outline htmlUrl="http://abovethecrowd.com" title="Above the Crowd" xmlUrl="http://abovethecrowd.com/feed/" type="rss" text="Above the Crowd"/>
@Palem1988
Palem1988 / index.py
Created March 24, 2020 23:01 — forked from bilthon/index.py
Satoshi's Treasure address lookup script
import requests
filename = 'candidates.txt'
host = 'https://satoshistreasure.xyz/'
with open(filename, 'r') as f:
for address in f:
url = host + address
try:
r = requests.get(url)
@Palem1988
Palem1988 / top_100_anime_movies.md
Created March 24, 2020 23:01 — forked from bomberstudios/top_100_anime_movies.md
Top 100 Anime Movies Of All Time (from http://imgur.com/a/k2vwE)
  1. Colorful (2010) [T]

    Probably not the title that most people expected to see in the #1 slot. I urge everyone to give it a shot though. No other film has ever brought me through a greater spectrum of emotions. It's a supernatural film, but the characters are so well fleshed out and developed that they feel real. I've probably seen a hundred films since, but none have compared.

  2. Time of Eve (2010) [T]

Director: Yasuhiro Yoshiura - "Sometime in future Japan, androids have been involved in every aspect of peoples lives. One day, upon checking his android's behavioral log, Rikuo, a student, noticed his android's returning times have been odd recently. With his friend Masaki, they found out the place where his android, Sammy, have been visiting: a small cafe called Eve no Jikan where an

@Palem1988
Palem1988 / sloturls.txt
Created March 24, 2020 23:00 — forked from GoblinRules/sloturls.txt
list of slots on slot catalog
https://slotcatalog.com/en/slots/Alien-Robots
https://slotcatalog.com/en/slots/Aliens
https://slotcatalog.com/en/slots/Arabian-Nights
https://slotcatalog.com/en/slots/Attraction
https://slotcatalog.com/en/slots/Beach
https://slotcatalog.com/en/slots/Beetle-Frenzy
https://slotcatalog.com/en/slots/Big-Bang
https://slotcatalog.com/en/slots/Blood-Suckers
https://slotcatalog.com/en/slots/Bb-The-Epic-Viking-Quest-for-the-Sword-of-Tullemutt
https://slotcatalog.com/en/slots/Bicicleta
@Palem1988
Palem1988 / Gemfile
Created March 24, 2020 23:00 — forked from okkez/Gemfile
Fluentd v0.14 対応済みのプラグインリスト
source "https://rubygems.org"
gem "gems"
gem "octokit"
gem "dotenv"