Reading List

The Selfish Gene
The Psychopath Test: A Journey Through the Madness Industry
Bad Science
The Feynman Lectures on Physics
The Theory of Everything: The Origin and Fate of the Universe


ifknot's favorite books »
Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Sunday, 16 March 2014

Online Collaborative UML Modelling - GenMyModel

www.genmymodel.com It's really rather good!

GenMyModel Log in from and link to your github account, it's really rather good and I'm not the only one[1]

References:


Monday, 13 January 2014

Pretty pictures

There are lots off online tools for drawing pretty pictures diagrams[1]

Lucidchart is free (for cut down but adequate version) and works with Google Drive I think I'll give it a whirl.








References:
[1] http://stackoverflow.com/questions/6877121/is-there-a-free-browser-based-uml-modelling-tool

Monday, 26 August 2013

SyntaxHighlighter

// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.



#include "iostream"

int main() {

    std::cout << "Hello, FBP!" << std::endl;

}

GIT repository




libfbp has a git repository:

github.com/ifknot/libfbp

Though why, if Linus Torvalds built git as a distributed version control system, would one then immediately bind it to a centralised repository in the form of github ?

I suppose it's the...
"...social networking functionality such as feeds, followers and the social network graph to display how developers work on their versions of a repository."