#
closures
Here are 100 public repositories matching this topic...
Swifty closures for UIKit and Foundation
swift
uitableview
uicollectionview
cocoapods
carthage
uiview
uibutton
uitextfield
delegation
kvo
closures
datasource
uipickerview
uiscrollview
uiimagepickercontroller
uigesturerecognizer
convenience-methods
uicontrol
-
Updated
Jun 9, 2020 - Swift
A Swift micro-framework to easily deal with weak references to self inside closures
-
Updated
Oct 14, 2018 - Swift
Arkoniak
commented
Apr 22, 2020
Not sure whether it's a bug or wrong usage of Underscores.jl, but following example fails
v = [(x = rand(), y = rand()) for _ in 1:10]
@_ v |> sum(_.x, __) / length(__)
ERROR: MethodError: no method matching /(::var"#56#58"{Array{NamedTuple{(:x, :y),Tuple{Float64,Float64}},1}}, ::Int64)
Closest candidates are:
/(::Missing, ::Number) at missing.jl:115
/(::BigInt, ::Union{IntA list of Advanced JavaScript interview questions can be useful for experienced professionals.
javascript
windows
prototype
dom
hosting
design-patterns
namespace
bom
objects
regular-expressions
closures
javascript-functions
callback-functions
javascript-interview-questions
web-workers
shadowing
es6-interview-questions
javascript-programs
-
Updated
Jun 27, 2020 - HTML
Functional test automation with wdio + page objects + selenium standalone + docker
-
Updated
Jan 28, 2020 - JavaScript
Learn Swift 4 with Bob: Intermediate to Advanced Swift 4 Course
swift
protocol-oriented
gitbook
enum
object-oriented
closures
udemy
bobthedeveloper
functional-oriented
-
Updated
Jan 6, 2018 - HTML
Learn the art of JS!
javascript
tutorial
js
es6
functional-programming
arrow-functions
proxies
call
const
bind
async-await
closures
let
destructuring-assignment
spread
function-curring
apply
template-literal
object-literal
learn-javascript
-
Updated
Oct 24, 2018 - JavaScript
oubiwann
commented
Feb 11, 2018
Discuss the external API and the internal messaging passing API. Briefly explain the go loop as the engine of state maintenance and analog to closures.
A light way to convert objc target-action style to closure
swift
block
uikit
uibutton
closure
closures
uigesturerecognizer
convenience-methods
uicontrol
target-action
objc-to-swift
uibarbuttonitem
blockskit
closureskit
-
Updated
Dec 28, 2018 - Swift
Optimization attempt of the Lambda Control Flow Analysis (STG like language)
haskell
functional-programming
cfa
static-analysis
datalog
control-flow-analysis
lazy-evaluation
closures
stg
souffle
-
Updated
May 21, 2020 - HTML
The things I do know about JavaScript
javascript
jquery
xhr
es6
dom
functions
handlebars
primitives
objects
dom-node
es5
closures
prototypal-inheritance
dom-events
-
Updated
Sep 11, 2018
Fun with JavaScript functions
-
Updated
Feb 20, 2018 - JavaScript
-
Updated
Dec 12, 2017 - JavaScript
Digital pet game (web and command line interfaces). The first individual coding project
game
tamagotchi
vanilla-javascript
bootstrap4
closures
learning-to-code
responsive-web-design
digital-pet-game
code-newbie
-
Updated
Feb 27, 2018 - JavaScript
A project (Xcode 8.2.1) demonstrating blocks/closures in iOS with Objective-C. Blocks/closures allow you to create chunks of almost any type of code that can be called almost anywhere, anytime (like in the future).
-
Updated
Jan 6, 2018 - Objective-C
javascript
education
awesome
programming
translation
es6
async
book-series
es2015
ebook
learn-to-code
romanian
translate
es7
closures
prototypes
training-materials
romania
ydkjs
you-dont-know-js
-
Updated
Feb 23, 2019
JavaScript (JS)
-
Updated
Jul 27, 2018 - HTML
ObjFW wrapper for libffi functionality
-
Updated
Jun 16, 2017 - Objective-C
Second individual project - blackjack game (saving session status on server)
game
cards
sketch
vanilla-javascript
ajax
blackjack
bootstrap4
card-game
playing-cards
closures
casino
learning-to-code
code-newbie
-
Updated
Mar 15, 2018 - JavaScript
cparsec - A PARSEr Combinator library for C
-
Updated
May 20, 2018 - C++
Lessons and guided projects following Apple's App Development with Swift book.
swift
ios
json
apple
mvc
xcode
animation
uikit
auto-layout
concurrency
labs
delegates
plist
protocols
segues
closures
table-view
codable
stack-view
-
Updated
Jan 29, 2020 - Swift
Improve this page
Add a description, image, and links to the closures topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the closures topic, visit your repo's landing page and select "manage topics."
Update various parts of the text.
There's no such thing as "early ReferenceError" anymore (for things like
0++); they're all just "early SyntaxError" now. tc39/ecma262#691