Skip to content

Instantly share code, notes, and snippets.

View dalerka's full-sized avatar

Daler Karimov dalerka

  • Lovely Earth :)
View GitHub Profile

FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?

@dalerka
dalerka / @Oprium.bookmarklet.js
Last active December 4, 2017 08:17 — forked from ttscoff/Bullseye.bookmarklet
"@Oprium" is a bookmarklet to share the best opportunities from around the web on www.Oprium.com (adapted from Bullseye.js)
javascript:(function(){
var FORUM_URL = "https://oprium.com/new-topic?";
var category = "&category=Opps";
var title = '&title=' + document.title;
// Add Source to 'body' but get only the TLD
var source = window.location.host.split("www.").slice(-1)[0].split('.').slice(-3).join('.')
var body = '&body=Source: [' + source + '](' + window.location.href + ')';
var targetURL = FORUM_URL + category + title + body;
var confirmation = "Share opportunities for good!\n\nDid you select and copy the relevant text?\n\nIf yes, press OK and paste it when a new tab opens.\n\nIf not, Cancel, copy text, and click @Oprium again.\n\nYou can later edit the text in Markdown format and add images.\n\nOriginal source and no duplicates please :)"