A simple Python script to extract unicode emojis from this page and store their details in a JSON file.
Additionally, it also extract the emoji images as PNG files.
Store the page:
| (define pipe | |
| ; Inspired on F#'s Forward pipe operator (|>) | |
| (lambda args | |
| (let ((v (car args)) | |
| (functions (cdr args))) | |
| (foldl (λ (f v) (f v)) v functions)))) | |
| (test (pipe 1 | |
| add1 |
A simple Python script to extract unicode emojis from this page and store their details in a JSON file.
Additionally, it also extract the emoji images as PNG files.
Store the page:
| print("UPDATE AUG 2023: this script is beyond old and broken") | |
| print("You may find interesting and more up to date resources in the comments of the gist") | |
| exit() | |
| from slacker import Slacker | |
| import json | |
| import argparse | |
| import os | |
| # This script finds all channels, private channels and direct messages |
| <?php | |
| if ($argc !== 2) | |
| { | |
| die("Usage: php {$argv[0]} hypem_user_name\n\n"); | |
| } | |
| $user = $argv[1]; | |
| $page = 1; | |
| $all_songs = array(); |
| # | |
| # Working with branches | |
| # | |
| # Get the current branch name (not so useful in itself, but used in | |
| # other aliases) | |
| branch-name = "!git rev-parse --abbrev-ref HEAD" | |
| # Push the current branch to the remote "origin", and set it to track | |
| # the upstream branch | |
| publish = "!git push -u origin $(git branch-name)" |
These commands are good as of 2011-07-27.
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12) The download/install takes awhile so start it first. When it finishes downloading you will still need to run it to complete installation.