This project was moved to https://github.com/Ben-Kaniobi/Versus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % By Ben-Kaniobi | |
| % https://gist.github.com/Ben-Kaniobi | |
| \documentclass{scrartcl} | |
| \usepackage[ansinew]{inputenc} % Schriftcodierung für Windows | |
| \usepackage[T1]{fontenc} % Schriftkodierung | |
| \usepackage[ngerman]{babel} % Neue de. Rechtschr. (Worttrennung, äöüß etc.) als Parameter für babel | |
| \usepackage{lmodern} % Darstellung |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % Very simple LaTeX template for printing images in correct size | |
| \documentclass{scrartcl} | |
| %\usepackage[a3paper]{geometry} | |
| \usepackage{todonotes} | |
| \begin{document} | |
| \begin{figure} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function [ path, cost ] = nearest_neighbor( start, map ) | |
| %NEAREST_NEIGHBOR Solves the traveling salesman problem using the nearest | |
| %neighbor method | |
| %% Preparation | |
| if diff(size(map)) ~= 0 | |
| error('The width and height of the Map has to be the same'); | |
| end | |
| % Replace diagonal elements with infinite value so we don't stay in the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Core latex/pdflatex auxiliary files: | |
| *.aux | |
| *.lof | |
| *.log | |
| *.lot | |
| *.fls | |
| *.out | |
| *.toc | |
| ## Intermediate documents: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| By Ben-Kaniobi | |
| https://gist.github.com/Ben-Kaniobi | |
| Versions: | |
| 0.1.6 Updated for Firefox 48; Fixing recommendation pop-up position | |
| 0.1.5 Updated for Firefox 42 on Windows 10; Compatibility mode for other script not needed anymore | |
| 0.1.4 Compatibility with style "Firefox with Windows 8 colors" can now be selected from dropdown menu on userstyles.org | |
| 0.1.3 Minor cosmetic fix: Use right margin to overlap tab borders instead of left margin so the left border is still visible on the first tab | |
| 0.1.2 Updated to move the bookmark bar below the address bar | |
| 0.1.1 Updated to remove the menu button and small fix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| ; github.com/Ben-Kaniobi | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\openExplorer] | |
| @="E&xplorer here" | |
| "Extended"="" | |
| "Icon"="%windir%\\explorer.exe,0" | |
| "Position"="Top" |
adb is the Android CLI tool with which you can interact with your android device, from your PC
You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.
To get the list of your installed applications:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *That is to say, those who deserve to shed blood. Or possibly not. You never quite know with some kids. | |
| * This exchange contains almost all you need to know about human civilization. At least, those bits of it that are now under the sea, fenced off or still smoking. | |
| * It’s a sad and terrible thing that high-born folk really have thought that the servants would be totally fooled if spirits were put into decanters that were cunningly labeled backward. And also throughout history the more politically conscious butler has taken it on trust, and with rather more justification, that his employers will not notice if the whiskey is topped up with eniru. | |
| * Peachy was not someone you generally asked questions of, except the sort that go like: “If-if-if-if I give you all my money could you possibly not break the other leg, thank you so much?” | |
| * Chickenwire had got his name from his own individual contribution to the science of this very specialized “concrete overshoe” form of waste disposal. An unfortunate drawbac |
OlderNewer