This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
// SPDX-License-Identifier: GPL-3.0 | |
pragma solidity >=0.7.0 <0.9.0; | |
contract GamePrediction { | |
address public owner; | |
// owner = msg.sender; | |
struct Game { | |
string name; |
doomsday.money or cryptogentlemen.com
Can you cross the borders and do financial transactions if many things from the current Status Quo breaks down?
I hereby claim:
To claim this, I am signing this object:
This can reduce files to ~15% of their size (2.3M to 345K, in one case) with no obvious degradation of quality.
ghostscript -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf
Other options for PDFSETTINGS:
from fractions import Fraction | |
def get_fractions(m=5): | |
all_fractions = [Fraction(nume,deno) for deno in range(1,m+1) for nume in range(0,deno+1)] | |
uniq_fractions = set(all_fractions) | |
fractions_list = list(uniq_fractions) | |
fractions_list.sort() | |
return fractions_list |
Save the Internet Team welcomes efforts and intentions of individuals and companies to enable connectivity to the billions of Indians.
We strongly believe, like you do Mark, that internet is a great leveller. Everyone should have connectivity, but Mark, everyone should also have the right connectivity and we had to be very vigilant. Given our current economic context where 64 billionaires like you are worth more than half the population on the planet, much of whom live in this country, all of us who live in this society owe it to ourselves to prevent any form of potential rent seeking behaviour further and keep things open and enable a free market for many future successful online companies to startup and thrive.
Would Facebook be where it is today Mark if all the Harvard students already had free access to AOL and you had to pitch Comcast to include theFacebook as a “basic service” for free? Would they all pay just to get it, or would you have had resources to pay Comcast if they wanted to bring in you
Dear Mark Zuckerberg,
Save the Internet Team welcomes efforts and intentions of individuals and companies to enable connectivity to the billions of Indians.
We strongly believe, like you do Mark, that internet is a great leveller. Everyone should have connectivity, but Mark, everyone should also have the right connectivity and we had to be very vigilant. Given our current economic context where 64 billionaires like you are worth more than half the population on the planet, much of whom live in this country, all of us who live in this society owe it to ourselves to prevent any form of potential rent seeking behaviour further and keep things open and enable a free market for many future successful online companies to thrive and come.
Would Facebook be where it is today Mark if all Harvard students already had free access to AOL and you had to pitch Comcast to include theFacebook as a “basic service” for free? Would they all pay just to get it, or would you have had resources to pay Comcast if they wanted
2015-01-29 Unofficial Relay FAQ
Compilation of questions and answers about Relay from React.js Conf.
Disclaimer: I work on Relay at Facebook. Relay is a complex system on which we're iterating aggressively. I'll do my best here to provide accurate, useful answers, but the details are subject to change. I may also be wrong. Feedback and additional questions are welcome.
Relay is a new framework from Facebook that provides data-fetching functionality for React applications. It was announced at React.js Conf (January 2015).