Search
Results
Examples from changelog : sdk/CHANGELOG.md at 36e4d5e3c206822246dc525498c4b011f4755f6c · dart-lang/sdk · GitHub
extension CurryFunction on R Function(S, T) { /// Curry a binary function with its first argument. R Function(T) curry(S first) => (T second) => this(first, second); }
Composition in Flutter & Dart [Functional Programming — Part 3] | by Yogesh Parwani | Level Up Coding
Function composition type inference in Dart - Stack Overflow
Good explanation of type system in Dart as it relates to Function types
dart - What is 'Closure' in Functions? - Stack Overflow
Alan Kay on “Should web browsers have stuck to being document viewers?” and a discussion of Smalltalk, NeWS and HyperCard | by Don Hopkins | Medium
Arity, Closure, Currying, Partial Application & more in Dart [Functional Programming — Part 2] | by Yogesh Parwani | Level Up Coding
Verification - Mastodon
Is a Git Repository a Blockchain? | by Danno Ferrin | Medium
Software Multiverse | brillient
Progressive, Anti-Imperialist Democrats of the World, Unite!
Elon Musk Attacked by an Old And Powerful Enemy - TheStreet
Timothy Snyder: The Making of Modern Ukraine - YouTube
Series of 23 lectures about Ukraine
(83) Putin and the Presidents: Timothy Snyder (interview) | FRONTLINE - YouTube
Ukraine News ᐈ War against Russia, Latest News and Videos | Espreso TV
US Recession is Now Obvious - by FinanceAnalysis
Historian Timothy Snyder on the Ukraine War and Germany's Role - Russia Vs World
Type capability modifiers · Issue #2242 · dart-lang/language
Why Are A, E, I, O, U, And Y Called “Vowels“? - Dictionary.com
A Speech to Europe 2019 | Timothy Snyder - Judenplatz 1010 - YouTube
Recenze filmu Víly z Inisherinu od Martina McDonagha - Aktuálně.cz
heise online - IT-News, Nachrichten und Hintergründe
when did Roman republic change to empire/ - Google Search
27 BCE: Augustus changed Roman Republic to Roman Empire.
Why the Age of American Progress Ended - The Atlantic
Vaccines and other basic research history, good.
EU countries reach common position on the Chips Act – EURACTIV.com
RequestBin.com — A modern request bin to collect, inspect and debug HTTP requests and webhooks
Way to test HTTP. You can build a sample app using this.
ActivityPub
(2) standalone eshell script : emacs
The only known way to run eshell script from shell (outside emacs). This starts emacs UI. Add --batch to run without UI. emacs --debug-init -q --eval “(progn (require 'em-script) (let ((eshell-rc-script \“/tmp/wtf.esh\“)) (eshell)))“
Emacs shell scripts - run emacs code as shell script - Stack Overflow
Use shebang + exec emacs --script to run emacs code as a shell script but also as emacs code, for example load-file #! /bin/sh “:“; exec emacs --no-site-file --script “$0“ -- “$@“ # -*-emacs-lisp-*- (print (+ 2 2))
Run elisp program without Emacs? - Stack Overflow
Run elisp code as script - summary
Xah Emacs Blog
Start here, and click on “Practical elisp“ or “Lisp Basics“. Menu on the left
Mastering Eshell - Mastering Emacs
The Quiet Political Rise of David Sacks, Silicon Valley’s Prophet of Urban Doom | The New Republic
Funding the whack Jimmy Dore ... Like his pals Elon Musk and Peter Thiel, Sacks is using his wealth and online clout to unite conservatives and former leftists in a reactionary movement against liberalism.
Responsive Design Vs Adaptive Design (Pros and Cons)
Are named constructors a subset of generative constructors in Dart? - Stack Overflow
Top 16 Dart Tips and Tricks Every Flutter Developer Should Know
GPG (Gnu Privacy Guard / Open PGP) Signatures
Verifying Apache Software Foundation Releases
Interview with a Polish general
It was Putin's pride, that bridge, he opened it, it was Russia's pride, that Kerch bridge. And you know when is the best time to destroy that bridge. Wait for the right moment to use that bridge to finish it completely, to sink Russia and the Russian army. Such a nail in the Russian coffin.
What Are the Different Parts of a Sentence?
Scientists hail autoimmune disease therapy breakthrough | Science | The Guardian
Autoimmune diseases treatment?
Cognitive Biases and Brain Biology Help Explain Why Facts Don’t Change Minds - Neuroscience News
Ruský miliardář se nezdráhá kritizovat Putina - Novinky.cz
Tulsi Gabbard, Rand Paul Placed on List of Russian Propagandists by Ukraine
Traitors paid by Putin Gabbard and Paul.
Ukraine can win - Atlantic Council
Interview with Henry Kissinger: For War in Ukraine, “There Is No Good Historical Example“ - DER SPIEGEL
Henry Kissinger interview about history, politics, Ukraine, China
Grammar: Cases
nominative,genitive, dative, accusative
The folly of “off-ramps“ - by Timothy Snyder
Decolonize Russia - The Atlantic
Best article about Russia's imperialism.
(58) #democracynow - YouTube
GitHub - Petersoj/alpaca-java: A Java API for the commission free, algo friendly, stock trading broker “Alpaca“ https://alpaca.markets
Java Client SDK for Alpaca V2. Look at the section StockMarketDataWebsocket for Websocket API.