-
In the FAQ, Airbitz/Edge claims that the wallet code is "open source"
"Is the Airbitz Wallet Open Source?
Yes. Airbitz believes in complete transparency and our source code is open for use and rev…
-
Heya, chromebrewers!
I've been nagging you (mainly @uberhacker and @JL2210) a lot over the past few weeks with various requests, but it has all snapped into place now: a proper native (without Chro…
-
```
[guicho VAL]$ LANG=C bison --version
bison (GNU Bison) 3.0.4
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the sourc…
-
I find the contributor covenant very dangerous, as well as it's author's ideology. It may not seem bad on the surface, however it's goal seems to be gaining control over the TAB, which then by the Con…
-
The last commit to the README.md saw the inclusion of the Covenant Code of Conduct (henceforth referred to a CCoC). I suggest switching a modified version of the [GNU Kind Communications Guidelines](h…
-
was trying to build 5.6snapshot on debian9, got this:
```bash
root@newratma1:/temp/MultiPhp# bison --version
bison (GNU Bison) 3.0.4
Written by Robert Corbett and Richard Stallman.
Copyright (C…
-
I am going raise my voice here, because this is without doubt the most horrifying idea I have seen in a while. Your basically adding DRM or Net-neutrality slowdowns to open-source for no gain what so …
sstok updated
5 years ago
-
So I have a list of things coming back from a database. Lets say they have an id and a name. The id is from the database.
{ id: 4, name: "nick" }
{ id: 10, name: "dave" }
{ id: 2, name: "zac" …
-
It appears that it may be valid for a text track to have an `src` URL that is relative to the directory containing the media source. While I can't find precise info on this, mdn has this description o…
-
compiling fails with current trunk
used 1st attempt
CFLAGS="-mmacosx-version-min=10.7 -O3"
LDFLAGS="-mmacosx-version-min=10.7"
cd acpica && make iasl -j $(getconf _NPROCESSORS_ONLN) && make a…