Tested in Chrome 61.0.3163.100
Should be executed from the Issues page within a GitHub project.
Minified with http://chriszarate.github.io/bookmarkleter/
Tested in Chrome 61.0.3163.100
Should be executed from the Issues page within a GitHub project.
Minified with http://chriszarate.github.io/bookmarkleter/
| window.Templates = { | |
| post: “<h2>{{ title }}</h2> <p>{{ body }}</p>”, | |
| comment: “…” | |
| } |
| # BrightBox | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 2.6.11 | |
| - RUBY VERSION: 2.4.1 (2017-03-22 patchlevel 111) [x86_64-linux-gnu] | |
| - INSTALLATION DIRECTORY: /var/lib/gems/2.4.0 | |
| - USER INSTALLATION DIRECTORY: /home/vagrant/.gem/ruby/2.4.0 | |
| - RUBY EXECUTABLE: /usr/bin/ruby2.4 | |
| - EXECUTABLE DIRECTORY: /usr/local/bin | |
| - SPEC CACHE DIRECTORY: /home/vagrant/.gem/specs |
Write everything. Regardless UpWork or current amount of projects. Tasks, plans, meeting notes, requirements, questions, whatever you have. No need to keep this stuff in your head.
Specific tool does not matter. I'm using plain text files in Dropbox for work notes, email drafts, and any other texts. And A4 squared paper notebooks. I like paper because it is fast and dead simple (and because I like handwriting). But this is a matter of personal preference. Just try different options and see what will work.
And try using some task tracker if you don't do this yet. Even for your personal notes and planning. It really helps to keep things organized, when each task has a timestamp, there is full-text search, and you may see the list of what was done today, yesterday, or this week.
I like trello.com (super-simple way to organize lists), checkvist.com (minimalistic general-purpose outliner). Some of my friends like Todoist, a nice organizer with mobile client. There are gazillion of a
Motivation:
The list of "Other search engines" in Chrome settings could become bloated and unmanageable. Slow UI reaction makes it really hard to search through this list, or drop unnecessary items.
Solution:
Cmd+Shift+I or Ctrl-Shift+I)| text = "source text banana banana banana ..." | |
| // Transcoding map to convert keybords characters sequence to natural numbers: { 'q' => 0, 'w' => 1, ... } | |
| characterCodesMap = "qwertyuiopasdfghjklzxcvbnm".mapWithIndex((character, index) => { return [character, index] }).toHash | |
| // Character code ranges for keyboard rows | |
| row1 = 0..9 | |
| row2 = 10..18 | |
| row3 = 19..25 // Actually this one will never be used |
| // ==UserScript== | |
| // @name Monosnap Direct URL Expose | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Display direct screenshot URL on Monosnap pages to make it easier to copy. | |
| // @author Alex Musayev | |
| // @include https://monosnap.com/file/* | |
| // ==/UserScript== | |
| (function() { |
| #<Exif::Data:0x007ffeca954c20 | |
| @aperture_value="2.53 EV (f/2.4)", | |
| @brightness_value="5.91 EV (205.64 cd/m^2)", | |
| @color_space=0, | |
| @components_configuration="Y Cb Cr -", | |
| @compression=0, | |
| @contents= | |
| {0=> | |
| {:make=>"Apple", | |
| :model=>"iPhone 5", |