tricks
Here are 152 public repositories matching this topic...
-
Updated
Jun 14, 2020 - Java
-
Updated
Jul 14, 2020 - Python
-
Updated
Mar 20, 2020 - CSS
-
Updated
Nov 6, 2019 - Python
-
Updated
Mar 16, 2018 - JavaScript
Today I was doing a lot of changes on some variables in a deep hierarchy.
Current Pharo tools allow developers to find accesses to a variable in a class but not in a hierarchy so I had to make this snippet:
origin := AbstractWidgetPresenter.
variableName := #borderColor.
(origin slots detect: [ :e | e name = variableName ]) usingMethods collect: #methodClass as: Set-
Updated
Aug 22, 2019
Sobald die Leute sich ein wenig intensiver mit Github beschäftigt haben, werden sie so langsam die grenzen der weboberfläche erkennen und nach erweiterten use-case fragen.
das jquery projekt hat eine nette dokumentation die beschreibt wie man als repository maintainer (also als jemand der eingehende pull requests merged) arbeiten kann. dies beinhaltet z.b. wie man kleinere anpassungen machen ka
-
Updated
Jun 18, 2020 - Shell
-
Updated
Jul 11, 2020 - Perl
-
Updated
Aug 31, 2018 - Python
-
Updated
Jul 14, 2020 - HTML
-
Updated
May 12, 2020 - HTML
-
Updated
Dec 12, 2013 - JavaScript
This would make clearer what a trick does.
-
Updated
Aug 8, 2019 - Erlang
-
Updated
Apr 19, 2018 - Swift
-
Updated
May 21, 2019 - JavaScript
-
Updated
Oct 9, 2018 - PHP
-
Updated
May 12, 2017 - C++
Improve this page
Add a description, image, and links to the tricks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tricks topic, visit your repo's landing page and select "manage topics."


Here are 5 quick keyboard shortcuts I recommend you setup to help you navigate your code faster!
Bonus: