-
```cs
private int myField;
public int myProperty {get; private set;}
public int myNonAutoProperty {get{return myField;}}
public int myNonAutoProperty2 {get{return myField;} set{myField = value;}}
…
-
Discussions about the [Extending Kotlin API for BigInteger and BigDecimal](../blob/master/proposals/stdlib/bignumber-operations.md) proposal will be held here.
-
Originally reported by: **gwideman (Bitbucket: [gwideman](http://bitbucket.org/gwideman), GitHub: [gwideman](http://github.com/gwideman))**
---
```
#!python
setup(...
packages=find_packages(..)…
ghost updated
6 years ago
-
Today I reached for good old R.filter(...) to filter out some objects from an array.
I fire up the online documentation just to remind me, and it says:-
```
Filterable f => (a → Boolean) → f a → f a…
-
Lots of ideas from Gleb's talk: http://slides.com/bahmutov/cycleconf-2017
:)
-
10 min lightning talk.
-
There has been some confusion over which fork to use, and now a fork by @agraef is in [Faust upstream](https://github.com/grame-cncm/faust/commit/5ca2062bd6e04b034b8fbe1c7cb48febd822dc0c).
It would b…
-
A logo should be designed and added to the list
-
`cd .. && pwd` returns the following error:
```
fish: Expected a command name, got token of type 'Run job in background'. Did you mean 'COMMAND; and COMMAND'? See the help section for the 'and' buil…
-
As @tarruda has commented twice now (once [here](https://github.com/neovim/neovim/issues/170)), there's apparently been a choice towards using [moonscript](http://moonscript.org/) over vanilla lua. I …
aktau updated
7 years ago