- Dec 2017
-
blogs.tib.eu blogs.tib.eu
-
contains complementary information of another dataset, this must be specified in the (meta)data
for software: inclusion of external libraryies or dependencies is usually specified in header files, on top of code files, in DESCRIPTION (R package), by
import
or::
statements.Since source code can be indexed like text, does it have to be repeated in metadata? GitHub & other services seem to already do that: github.com/blog/2470
-
- Oct 2017
-
github.com github.com
- Aug 2017
-
help.github.com help.github.com
-
github search patterns
Tags
Annotators
URL
-
- May 2017
-
www.hackingwithreact.com www.hackingwithreact.com
-
commit.author ? commit.author.login :
Note the errors here. Rather than:
commit.author
It should be:
commit.commit.author
-
- Jan 2017
-
github.com github.com
-
Intuitively, an explanation is a local linear approximation of the model's behaviour
LIME and Explanation
Questions: Is LIME really resemble human's approach to understand black box of machine learning?
-
- Jun 2016
-
clintlalonde.net clintlalonde.net
-
My first pull request
-
-
mfeldstein.com mfeldstein.com
-
Sakai development is actually accelerating.
-
- Mar 2016
-
matrix.org matrix.org
-
Client<->Server API - defines how Matrix compatible clients communicate with Matrix homeservers. Server<->Server API - defines how Matrix homeservers exchange messages and synchronise history with each other.
Given the data model (which allows merges)
forkdb
could be a close candidate to substitute a Client <-> Client API (also called peer to peer).
Tags
Annotators
URL
-
-
github.com github.com
-
Example of a large open source project using:
- React
- CSS modules
- Webpack
Tags
Annotators
URL
-
- Sep 2015
-
classroom.github.com classroom.github.com
-
-
groups.google.com groups.google.com
Tags
Annotators
URL
-
- Aug 2015
-
hypothes.is hypothes.is
-
Check out the code on GitHub.
Notenotenote. Notenote. Cool.
-
- Jul 2015
-
news.ycombinator.com news.ycombinator.com
-
a chaotic way of managing a project as that project gets big
Don't let it get big? Maybe.
Tags
Annotators
URL
-
- Jun 2015
-
github.com github.com
-
Candela
Tags
Annotators
URL
-
- Apr 2015
-
thegrid.io thegrid.io
-
Do I own my content on The Grid? Yes, you own your content. The engine AutoDesigns your site, publishes it, and stores it on Github. Your source content will live in a Github repository that you can access and download anytime.
Is access private/public?
Tags
Annotators
URL
-
-
www.infoworld.com www.infoworld.com
-
The blog post in which Ben Balter proposes that term was unpublished when I read it. But since the blog is hosted on a public GitHub repository I could not only read the post in draft form but also follow the discussion with invited reviewers and observe how that discussion influenced the draft.
With Hypothesis this kind of thing becomes available for /any web page/.
-
- Mar 2015
-
stackoverflow.com stackoverflow.com
-
Alternative way to publish in github release
-
- Nov 2014
-
git-scm.com git-scm.com
-
Git Basics So, what is Git in a nutshell?
Getting started with Git
-
- Feb 2014
-
apievangelist.com apievangelist.com
-
Github As The Central Presence, Definition, Configuration, And Source Code For Your API Posted on 02-05-2014 It is easy to think of Github as a central repository for your open source code—most developers understand that. I have written before about the many ways to use Github as part of your API management strategy, but in the last few months I'm really seeing Github playing more of a central role in the overall lifecycle of an API.
-