- Atlassian Git Tutorials
- Atlassian: Git Workflow (Master+Devel+Release branches)
- git CheatSheet (interactive, requires JavaScript)
- easygit (command-line wrapper for "easy people")
- Pro git The entire Pro Git book, written by Scott Chacon, in multiple languages (DE, EN, & more)
- GitEye full fledget graphical GUI to git, Github, Gerrit, … project/issue tracker … ~90MB download
- Github Webhooks
###[Q]App recommendation | |
Please note that recommendations like *Is there an app for X* are off-topic here (see [What topics can I ask about here?](/help/on-topic) for details). For where your question might fit better, you might want to look into [Where can I ask questions that aren't Android Enthusiast questions?](//android.meta.stackexchange.com/q/371/16575) and [Where to ask for app recommendations?](//android.meta.stackexchange.com/q/2060/16575). | |
###[Q]Low question quality | |
We will need much more information to give good recommendations here. Please [edit] your question and include at least: The device you're using, Android version it is running. Also check and update the tags you've used to match your issue. | |
###[Q]Development question | |
This site is for *users* of Android, which means that questions about development/programming are off-topic here (see the [What topics can I ask about here?](/help/on-topic)). Development questions are on-topic on our sister site [Stack Overflow](//stackoverflow.com/questi |
###[Q]Low question quality | |
We will need much more information to give good recommendations here. Please take a look at [What is required for a question to contain "enough information"?](//softwarerecs.meta.stackexchange.com/q/336/185) Then please [edit] your question and see if you can incorporate some of these improvements. | |
###[Q]Requesting assets | |
Please note this site is about recommending *software,* not assets or [resources](//softwarerecs.meta.stackexchange.com/q/2470/185) like [howtos](//softwarerecs.meta.stackexchange.com/q/882/185), [manuals/tutorials](//softwarerecs.meta.stackexchange.com/q/1258/185), [multi-media content](//softwarerecs.meta.stackexchange.com/q/935/185), [code fragments](//softwarerecs.meta.stackexchange.com/q/904/185), etc. If you're looking for data, our sister-site [Open Data](//opendata.stackexchange.com/help/on-topic) might be worth checking with. | |
###[Q]Asking for alternatives without explicit requirements | |
We will need much more information to give good recommendations here – |
Mozilla is doing it again: detering the addon developers who once made it „big“ (last time was when they forced them from XUL to their new „stable API“ for „long-time compatibility“ – which then proved to change as often as the XUL did before). So again, many of them are „jumping boat“, as they a) have no time to migrate to the new WebExtensions, b) WebExtensions don't offer the APIs required to perform the tasks needed by their addon, c) WebExtensions not even being ready yet (with just a couple of weeks left to the deadline, the API is still changing and far from being completed).
I won't start a rant on „if I wanted a browser that looks like Chrome (Aurora with FF29), behaves like Chrome (only signed addons via a central store), and now feels like Chrome, I'd use Chrome“. Of course that's true, and having to re-configure ~80% of the browser of course lets me consider changing to a different browser (certainly not Chrome, though). But first let's look where we stand (comments, additions and suggestions wel
<?php | |
############################################################################ | |
# smtp mailer # | |
# Written by Itzchak Rehberg <[email protected]> # | |
# ------------------------------------------------ # | |
# This module should replace php´s mail() function. It is fully syntax # | |
# compatible. In addition, when an error occures, a detailed error info # | |
# is stored in the array $smtp->err # | |
# NOTE: Being intended to speak to your "Intranet MailServer", it´s kept # | |
# simple: no TLS etc., just pure "insecure" SMTP. # |
// ==UserScript== | |
// @author rampageX | |
// @version 1.7.3.23 | |
// @name GoogleMonkeyR (modified by rampageX) | |
// @namespace http://www.monkeyr.com | |
// @namespace https://greasyfork.org/zh-CN/scripts/378527-googlemonkeyr-modified-by-rampagex | |
// @description Google - Multiple columns of results, Remove "Sponsored Links", Number results, Auto-load more results, Remove web search dialogues, Open external links in a new tab, self updating and all configurable from a simple user dialogue. | |
// @include http*://www.google.*.*/webhp?* | |
// @include http*://www.google.*.*/search?* | |
// @include http*://www.google.*.*/ig?* |