wtf
Here are 69 public repositories matching this topic...
What should it do?
Now that Dependabot is in place and monitoring outdated dependencies, it would be great to have it also auto-merge those kinds of PRs. For that to be reasonable, WTF needs much better test suite coverage.
Improve test suite coverage.
Gitea integration
According to the documentation found at
https://github.com/toml-lang/toml#user-content-string
you can define a multi-line string by using three single quotes before and after a string. Is there support for an equivalent within this compiler?
Why throw an exception when you can throw other things?
-
Updated
Jan 3, 2020 - Kotlin
Self-testing quiz tool for BI-PST course at FIT CTU
-
Updated
Sep 28, 2019 - HTML
Spring Boot 2.x example application with spring cloud integration
-
Updated
Dec 21, 2019 - Java
An open source collection of random memes and useless pages
-
Updated
Apr 1, 2019 - JavaScript
Profile and Module for Powershell use on (Fedora) Linux.
-
Updated
Dec 11, 2019 - PowerShell
An functional scripting language inspired by Ruby, Elixir, CoffeeScript, Python, etc
-
Updated
May 21, 2017 - Ruby
-
Updated
Nov 17, 2017
A browser extension that replaces the F word with "duck" 😁
-
Updated
Feb 18, 2018 - JavaScript
Improve this page
Add a description, image, and links to the wtf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wtf topic, visit your repo's landing page and select "manage topics."
explanation behind that says it's just coercion of one type plus another.
What is happening there is actually a code block and a unary + which coerces the array into 0.
({} + []) would get the same as ([] + {}) understandably.