Tag: "Documentation"


#1

easy_x86-64

  A tutorial on programming with the x86-64 in Assembly
 

Documentation  Tutorial 

#2

sphinx-contrib

   Python
  Contributed extensions for Sphinx. This shared repository is open for anyone who wants to maintain a Sphinx extension publicly.
 

Web  Documentation 

#3

vsarquickguide

  This project delivers a set of quick reference guides that allows you to quickly get a understanding of the features of Visual Studio ALM. The guides help you to answer that question of what is in the latest Visual Studio and where can I go to get more information
 

VisualStudio  Documentation 

#4

vsarbranchingguide

  The purpose of this project is to build some insightful and practical guidance around branching and merging with Visual Studio Team Foundation Server by the Visual Studio ALM Rangers . The new guidance builds upon the previous release with some updates to the core materials as well as guidance on...
 

VisualStudio  Documentation 

#5

effectivescala

   Scala
  Effective Scala Guide. Repository for the Effective Scala document.
 

Documentation  Language 

#6

corkami

   Python
  reverse engineering experiments and documentations
 

Documentation 

#7

git-guide

  just a simple guide for getting started with git. no deep shit ;)
 

Git  Documentation  GitHub 

#8

tfs2012visualguide

   JavaScript
  The Visual Guide for Building Team Foundation Server 2012 Environments is not only intended to walk you through the installation and the configuration process of Team Foundation Server 2012 but it is also written and designed to reflect real-world experience of the installation and configuration ...
 

VisualStudio  Documentation 

#9

statsmodels

   Python
  Statsmodels is a Python module that allows users to explore data, estimate statistical models, and perform statistical tests. An extensive list of descriptive statistics, statistical tests, plotting functions, and result statistics are available for different types of data and each estimator. Res...
 

Documentation 

#10

maltegoxforms

   Python
  Maltego transform scripts as I write them. All require the MaltegoTransform library from Paterva
 

Documentation 

#11

course-builder

   Python
  Course Builder is experimental first step in the world of online education. It packages the software and technology to build Power Searching with Google online course. You might want to create anything from an entire high school or university offering to a short how-to course on your favorite top...
 

Documentation  Desktop  Academic 

#12

scrolldeck.js

  Responsive design presentation. What The Heck Is Responsive Web Design?
 

Web  Documentation  Mobile 

#13

django-docs-ja

   Python
  Django documentation on Japan
 

Web  Documentation  Framework 

#14

JavaScript-Garden

   JavaScript
  JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes and subtle bugs, as well as performance issues and bad practices, that non-expert JavaScript programmers may encounter on their e...
 

Web  Documentation 

#15

DesCONFEI

  Manifesto de argumentos contrários à regulamentação dos profissionais de TI
 

Web  Documentation 

#16

python_doc_fr

   Python
  French translation of the python documentation. Ce projet vise à mettre à disposition -- ici -- une traduction en français d'une partie de la documentation officielle de Python, pour les curieux désirant découvrir Python mais n'ayant pas la capacité ...
 

Documentation  Data Format 

#17

cppvisualizers

   C++
  C++ Debugger Visualizers for Boost, wxWidgets, TinyXML, TinyXML2. Debugger Visualizers for Boost based on this visualizershttps://svn.boost.org/trac/boost/wiki/DebuggerVisualizers
 

Documentation 

#18

ngs_workshop

   Shell
  A Next Generation Sequencing (NGS) Workshop developed by Bioplatforms Australia (BPA), CSIRO, EMBL-Australia and the EBI.
 

Documentation 

#19

postgresql

   Ruby
  Express42 postgresql cookbook.  This cookbook includes recipes and provider to install and configure postgresql database. This cookbook was tested with Postgresql 9.1 and 9.2, and should work with 9.0 too.
 

Web  Documentation 

#20

Connect

  OpenID Connect is a suite of lightweight specifications that provide a framework for identity interactions via REST like APIs. The simplest deployment of OpenID Connect allows for clients of all types including browser-based, mobile, and javascript clients, to request and receive information abou...
 

Web  Documentation  Framework 

#21

epub-samples

   Shell
  This is a repository of EPUB 3.0 sample documents. The collection is intended to showcase features of the EPUB 3 standard, and to provide testing materials for Reading System developers.
 

Documentation 

#22

Stream-handbook

   JavaScript
  このドキュメントはストリームを用いたnode.jsプログラムの基本的な書き方について説明します。 プログラム同士をガーデニング用のホースのようにつなぎ合わせる仕組み、すなわち、データを何か別の方法で操作する必要が出てきたときに、他の部分につなぎ込めるような仕組みがあるべきではないか。IOについても同じことが言える。(ダグラス・マッキルロイ 1964年10月11日)
 

Node.js  Documentation 

#23

algostructure

  Algostructure is a collection of algorithms and datastructures in various languages. The idea isn't that they are the most efficient but that they are idiomatic and show off various features of the languages they are in.
 

Documentation  Language 

#24

pyspotify

   Python
  pyspotify provides a Python interface to Spotify’s online music streaming service. To use this package you will also need libspotify, which is available from Spotify. You will need a Spotify Premium account. You will also need to apply for, and receive an API key from Spotif...
 

GUI  Documentation 

#25

Rake

   Ruby
  This package contains Rake, a simple ruby build program with capabilities similar to make. Rake has the following features: Rakefiles (rake’s version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a...
 

Documentation 

#26

django-articles

  The blogging engine I use on codekoala.com. Django-articles is a powerful, pluggable blogging application for Django-powered sites. It's also what powers http://www.codekoala.com/ and a handful of other awesome sites.
 

Django  Documentation  Tutorial 

#27

bungeni-portal

  Bungeni is a suite of applications that provide a solution for drafting, managing, consolidating and publishing legislative and other parliamentary documents.
 

Documentation 

#28

PopClip-Extensions

  PopClip extensions add extra actions to PopClip. This repository contains the documentation for making your own extensions (this readme file) as well as the source files for the extensions published on the main PopClip Extensions page.
 

Documentation  OS X 

#29

The-Nature-of-Code-Examples

   Java
  Repository for example code from The Nature of Code book (http://natureofcode.com/) The repo for book's raw content (text, illustrations, images, CSS, etc.): https://github.com/shiffman/The-Nature-of-Code
 

Book  Documentation 

#30

Python-doc-ja

   Python
  This directory contains the reStructuredText (reST) sources to the Python documentation.You don't need to build them yourself, prebuilt versions are available at http://docs.python.org/download/. Documentation on the authoring Python documentation, including information about both style...
 

Documentation 

#31

Pipeline Style Programming in C#...

   C#
  Pipeline Style programming brings a more functional programming style of coding to C#. Inspired by F# pipelining and C# LINQ method syntax, this tiny set of extension functions, add more functional programming features to C#. 
 

Documentation 

#32

ruby-style-guide

   Ruby
  This Ruby style guide recommends best practices so that real-world Ruby programmers can write code that can be maintained by other real-world Ruby programmers. A style guide that reflects real-world usage gets used, and a style guide that holds to an ideal that has been rejected by the people it ...
 

Documentation 

#33

otp

   Erlang
  Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecom, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distributi...
 

Documentation  Language 

#34

MoreUnit

  MoreUnit is an Eclipse plugin that should assist you in writing more unit tests. This is a short overview of the features it provides, for further information take a look at the documentation section:
 

Documentation  Eclipse  Plugin 

#35

Movable Type Documentation

   Perl
  Managing Movable Type documentation projects.Getting Started Installing Movable Type. What to know before you begin, quick start instructions, detailed instructions, installing Movable Type on Windows, troubleshooting your installation. Upgrading Movable Type. A guide to users upgrading from prev...
 

Documentation 

#36

magicmethods

   Python
  Guide to Python's magic methods. What are magic methods? They're everything in object-oriented Python. They're special methods that you can define to add "magic" to your classes. They're always surrounded by double underscores (e.g. __init__ or __lt__). They're also not as well documented as they...
 

Documentation 

#37

csharpguidelines

   C#
  A set of coding guidelines for C# 3.0, C# 4.0 and C# 5.0, design principles and layout rules for improving the overall quality of your code development. 
 

Documentation 

#38

brython

   Python
  HTML5 brings a new potential to web applications on all platforms : PCs, smartphones, tablets, TV etc At the moment, only Javascript is supported for local client programming. The objective of Brython is be able to use Python instead of Javascript
 

Web  HTML  Documentation 

#39

bpython

   Python
  bpython - A fancy curses interface to the Python interactive interpreter
 

CLI  Documentation 

#40

Team Foundation Server Word Add-in

  The Team Foundation Server Word Add-in imports work items from a Team Project and generates professional-looking documents. A typical scenario is requirements management in Word Doc format, allowing users to collaborate with the project team while using their favorite application
 

VisualStudio  Documentation 

#41

nerdy-nights

  The Nerdy Nights is a series of tutorials on how to program for the NES on the Nintendo Age forums. They walk the user through basic graphics and sound applications, with nice descriptions and sample projects. The tutorials where originally written in NESASM and tested on...
 

Documentation  Game  Emulation 

#42

spattachmentfield

  Display attachments (SP 2010) is a field column for all type lists (not support the following list type: Document library, Image library, Links, Surveys). This control displays attachments in list view.
 

Documentation 

#43

rubyconftw2012

   Ruby
  RubyConf TW 2012 Presentation Slides and Resources 
 

Documentation 

#44

phpexcel

  PHPExcel - OpenXML - Read, Write and Create Excel documents in PHP - Spreadsheet engine Project providing a set of classes for the PHP programming language, which allow you to write to and read from different spreadsheet file formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV,...
 

Documentation  Desktop 

#45

django-treebeard

   Python
  django-treebeard is a library that implements efficient tree implementations for the Django Web Framework 1.3+, written by Gustavo Picón and licensed under the Apache License 2.0.
 

Web  Django  Documentation  Framework 

#46

go-wiki

   Go
  This is an unofficial, community-authored reference wiki for the Go Language. The goal is to write small, focused reference/summary articles on individual topics of the language.
 

Documentation 

#47

crowdtilt-api-spec

  Crowdtilt API Documentation. The API defines 3 main objects: campaign, user, and payment. At a very high-level, a campaign represents a monetary goal that one or more users try to achieve through payments. The campaign can define multiple payment polic...
 

API  Documentation 

#48

devise

   Ruby
  Devise is a flexible authentication solution for Rails based on Warden. It: Is Rack based; Is a complete MVC solution based on Rails engines; Allows you to have multiple roles (or models/scopes) signed in at the same time; Is based on a modularity concept: use just what you really need.
 

Documentation  rails 

#49

owasp-igoat

   C
  The OWASP iGoat project is a security learning tool for iOS developers to learn about security weaknesses in iOS -- by breaking things as well as fixing them.
 

iOS  Documentation  Security 

#50

chruby

   Ruby
  Changes the current Ruby. Mirror of https://github.com/postmodern/chruby#readme
 

Documentation 

#51

address-sanitizer

   C++
  AddressSanitizer (ASan) is a fast memory error detector. It finds use-after-free and {heap,stack,global}-buffer overflow bugs in C/C++ programs. 
 

Documentation 

#52

StepMania

  StepMania 5 (previously known as StepMania SSC/"sm-ssc") is the next generation of StepMania. It makes the assumption that most players play at home (either with a keyboard, dance pad/controller/other input device, or even an arcade machine).
 

Documentation  Game 

#53

idiomatic.js

   JavaScript
  This is a living document and new ideas for improving the code around us are always welcome. Contribute: fork, clone, branch, commit, push, pull request.
 

Documentation 

#54

coevery

  Coevery is a free CRM application developed by Nova Software which is a .NET focused software development company. For now, Windows Forms-based version is mature, and Windows Phone version (http://coeveryforwp.codeplex.com/) could be previewed. But soon we will offer the web version based on ASP....
 

.NET  Documentation 

#55

gmaps

   JavaScript
  GMaps.js allows you to use the potential of Google Maps in a simple way. No more extensive documentation or large amount of code. Visit the examples in hpneo.github.com/gmaps
 

Documentation  GeoMapping 

#56

google-styleguide

  “Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project holds the style guidelines we use for Google code. If you are modifying a project that originated at Goog...
 

Documentation 

#57

cloc

   Perl
  cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code base, cloc can compute differences in blank, comment, and source lines. It is written entirely in Perl with no dependencies outside the standard distribution ...
 

Documentation 

#58

dsls-in-action-fsharp

   F#
  This is an unfaithful translation of the book's examples to F#. Indeed translating examples from 5 different languages to another language is impossible. Therefore, we tried to create roughly similar examples in F# and used original code as the source of ideas and inspiration. Certain e...
 

Book  Documentation  Language 

#59

clj-drone

   Clojure
  Clojure Copter - Control for the AR Parrot Drone. Why wouldn't you want to control your AR Drone with your Clojure REPL?
 

Documentation 

#60

pynessus

   Python
  Python module to interact with a Nessus server. This project currently provides: methods/wrappers for interacting with a Nessus server (launching scans, downloading reports, etc.) parsing of .nessus (v2) files, including some real handy helper functions/methods
 

Network  Documentation 

#61

UncrustifyX

   Objective-C
  Uncrustify utility and documentation browser for Mac OS X. UncrustifyX aims to make it easier to browse the hundreds of options available for the Uncrustify utility. The documentation browser categorizes the options and provides easy searching and filtering. It can also show a live preview o...
 

Web  Documentation  Desktop  OS X 

#62

xnatweener

   C#
  This is a library for XNA for doing animation movement - tweening. Can be used for movement, color changes, fades and whaterver you can dream up that has to be changed over time.
 

Documentation  Game 

#63

OpenStack Bosh cpi

   Ruby
  Bringing the worlds most popular open source IaaS and PaaS together. This repo contains software designed to manage the deployment of Cloud Foundry on top of OpenStack, using Cloud Foundry BOSH. Say what?
 

Documentation  Framework  Cloud 

#64

radon

   Python
  Radon is a tool for Python that computes various metrics from the source code. Radon does not only compute McCabe's complexity, but also:
 

Documentation 

#65

styleguide

  This styleguide explains how developers at Journalism++ write. It contains precise stylistic rules as well as overarching principles that Journalism++ pushes for
 

Documentation 

#66

simpleai

   Python
  This lib implements many of the artificial intelligence algorithms described on the book "Artificial Intelligence, a Modern Approach", from Stuart Russel and Peter Norvig. We strongly recommend you to read the book, or at least the introductory chapters and the ones related to the components you ...
 

Documentation  AI 

#67

pry

   Ruby
  An IRB alternative and runtime developer console. Pry is a powerful alternative to the standard IRB shell for Ruby. It is written from scratch to provide a number of advanced features...
 

Documentation 

#68

avidemux

  Edit your avi, mpeg and nuv. Process audio and video. Cut. Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
 

Documentation  Desktop  Linux  Video 

#69

Performance Analysis of Logs (PA...

   C#
  Ever have a performance problem, but don't know what performance counters to collect or how to analyze them? The PAL (Performance Analysis of Logs) tool is a powerful tool that reads in a performance monitor counter log and analyzes it using known thresholds.
 

Web  Documentation  Tutorial 

#70

directxtk

   C++
  The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing Direct3D 11 code in C++.
 

Windows  Documentation  SDK 

#71

cppcheck

   C++
  Static analysis of C/C++ code. Checks for: memory leaks, mismatching allocation-deallocation, buffer overrun, and many more. The goal is 0% false positives. See the wiki for more information.
 

Documentation 

#72

scrumsprintmonitor

   C#
  Scrum Sprint Monitor provides the Agile team with hands-off, always up-to-date status of the current Sprint, both at the individual and team level. It connects to TFS and is designed to run either on a large LCD screen located in a public area, or as a desktop application.
 

Web  Documentation 

#73

r-dependency-versioning

   R
  Possible Directions for Improving Dependency Versioning in R
 

Documentation 

#74

spg

  SharePoint Guidance 2010 Hands On Lab has been released. It consist of six labs: one for logging, one for service location, and four for application setting manager. Each lab takes about 20 minutes to walk through.
 

Documentation  SharePoint 

#75

roro

   Ruby
  wiki for Ruby on Rails Oceania The founding purpose of Ruby Australia is to further the use and adoption of the Ruby programming language in Australia, and to support and encourage a vibrant community around the language and related technologies.
 

Documentation  rails  Framework 

#76

innovators-patent-agreement

  The Innovators Patent Agreement (IPA) is a new way to do patent assignment that keeps control in the hands of engineers and designers. It is a commitment from a company to its employees that patents can only be used for defensive purposes. The company will not use the patents in offensi...
 

Documentation