This gist is updated daily via cron job and lists stats for npm packages:
- Top 1,000 most depended-upon packages
- Top 1,000 packages with largest number of dependencies
- Top 1,000 packages with highest PageRank score
| /* | |
| * This work is free. You can redistribute it and/or modify it under the | |
| * terms of the Do What The Fuck You Want To Public License, Version 2, | |
| * as published by Sam Hocevar. See the COPYING file for more details. | |
| */ | |
| /* | |
| * Easing Functions - inspired from http://gizma.com/easing/ | |
| * only considering the t value for the range [0, 1] => [0, 1] | |
| */ | |
| EasingFunctions = { |
| π | 1f604 | 128516 | smile | |
|---|---|---|---|---|
| π | 1f606 | 128518 | laughing | |
| π | 1f60a | 128522 | blush | |
| π | 1f603 | 128515 | smiley | |
| βΊ | 263a | 9786 | relaxed | |
| π | 1f60f | 128527 | smirk | |
| π | 1f60d | 128525 | heart-eyes | |
| π | 1f618 | 128536 | kissing-heart | |
| π | 1f61a | 128538 | kissing-closed-eyes | |
| π³ | 1f633 | 128563 | flushed |
| /** | |
| * !!!! This code doesn't work anymore !!!! | |
| * | |
| * - You can check working code on comments. I won't update this code anymore. | |
| * | |
| * Also, I just decided to remove this code. You can check revisions for old code. | |
| * Since this code was made for discord client that almost 5 years ago, It seems like doesn't work anymore. | |
| * I don't want people keep arguing in the comments, i decided to remove this code. | |
| * | |
| * Note: This code is now fulfilled with Javascript comments. This code won't work even if you pasted to console. doesn't do anything. |
In this tutorial I'll show you how to create a Github webhook that will post updates from your Github account to a channel in Discord. The steps are simple so follow along!
First you need to create a webhook in a text channel. We're assuming you have both Manage Channel and Manage Webhooks permissions!
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>dir2json</title> | |
| <style> | |
| button { | |
| background-color: khaki; | |
| border: none; | |
| color: white; |
See the new site: https://postgresisenough.dev