A small project i came up with while trying to fall asleep …
It permutates the three words the map service what3words uses, to show some other places on the world using them as well.
Have a look: w3w.r15.ch
Source under MIT License
My little blog is not always up-to-date.
A small project i came up with while trying to fall asleep …
It permutates the three words the map service what3words uses, to show some other places on the world using them as well.
Have a look: w3w.r15.ch
Source under MIT License
I wanted to delete all PHP closing tags (?>) from a PHP project. So I used the following regex in Sublime Text 2 to delete them. (The leftmost button activates regular expressions)
(\s*\?>\s*)\z$
It only replaces the closing tags at the end of the file (\z = EOF).
Be sure to apply this only on *.php, and not on *.tpl files.
Edit:
Slight modification for finding files without a newline at the EOF.
(\s*.(?!\s+))\z$
Um den “Speichern und Beenden”-Dialog bei Firefox 4 und 5 zu reaktivieren müssen folgende Einstellungen in about:config geändert werden.
browser.showQuitWarning muss neu angelegt und auf true gesetzt werden.
browser.warnOnQuit muss auf true gesetzt werden.
browser.startup.page muss auf 0 (Leeres Seite) oder 1 (Startseite anzeigen) gesetzt werden.
Und schon kann man wieder entscheiden, ob man die Tabs in der nächsten Session wieder haben möchte.
My Tengu is flying backwards after the Incursion 1.6 Patch Oo
After cleaning up this folder %localappdata%\CCP\EVE\g_eve_tranquility\cache\ships
the Tengu goes forward again. 🙂