Skip to content

Instantly share code, notes, and snippets.

View siriniok's full-sized avatar
🏠
Working from home

Vladyslav Siriniok siriniok

🏠
Working from home
View GitHub Profile
@siriniok
siriniok / bookmarklet.js
Last active January 1, 2022 08:10
A bookmarklet for saving the best pieces of journalism in the Wayback Machine. How-to: https://superuser.com/a/1341468
javascript:((_=>location.href='http://web.archive.org/web/*/'+location.href)())
@liberium
liberium / mtdv-coc.txt
Created May 10, 2017 13:08
Metadevelopment Slack Channel Code of Conduct
Hi there,
Here is some explanation on what is this Community about to make it a bit more clear.
It's called Metadevelopment (mtdv for short): we are exploring Life through the prism of Software Development.
You can think of it as a community, where people are interested in finding and engineering a sustainable personal lifestyle with the help of various tools: technologies, science, psychology and well-being, to mention some.
We discuss a bunch of topics here apart software development: mentoring, career, happiness, lifehacking.
anonymous
anonymous / debugging.txt
Created May 11, 2016 18:51
Standard debugging email help
Hello, I'm glad you contacted me asking for help. In order to help you help
yourself I have crafted this fine little automated email with information and
things you should try before asking for help. When you run into a problem I
want you to do the following things before you email me, and then email me your
answers. Doing this will most likely help you solve the problem on your own,
and will save me time in the long run. If after doing this you are truly
stuck and you can answer all these questions then email me your answers and
I'll help you.
1. Do you have a screenshot of the error you are getting?
@ghaiklor
ghaiklor / iterm-fish-fisherman-meslo-osx.md
Last active July 18, 2024 08:26
iTerm 2 + fish + fisherman + Material Design + Meslo
let errorHandlers = {
isAuthenticationError: transitionAway,
IsImportantDataError: showError,
isUnimportantDataError: keepTrying
};
let errorHandler = Object.keys(errorHandlers).find(function(isCurrentError) { isCurrentError(errorFromTryCatch) });
errorHandler(errorFromTryCatch);
@GendelfLugansk
GendelfLugansk / environment.js
Last active July 5, 2016 11:44
Ember.js i18n with locale in URLs
//../config/environment.js
/* jshint node: true */
module.exports = function (environment)
{
var ENV = {
modulePrefix: 'realtor',
environment: environment,
baseURL: null,
locationType: 'hash',
@gbuesing
gbuesing / ml-ruby.md
Last active February 28, 2024 15:13
Resources for Machine Learning in Ruby

UPDATE a fork of this gist has been used as a starting point for a community-maintained "awesome" list: machine-learning-with-ruby Please look here for the most up-to-date info!

Resources for Machine Learning in Ruby

Gems

@bobbysciacchitano
bobbysciacchitano / Capfile
Created October 15, 2014 10:45
Ember-CLI Capistrano deploy
# Move config files to prevent conflicts with project
set :deploy_config_path, 'deploy/config/deploy.rb'
set :stage_config_path, 'deploy/config/deploy'
# Load DSL and Setup Up Stages
require 'capistrano/setup'
# Includes default deployment tasks
require 'capistrano/deploy'
<snippet>
<content><![CDATA[
<!-- begin $1 -->
<div class="$1">
$2
</div>
<!-- end $1 -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>di</tabTrigger>
@XVilka
XVilka / TrueColour.md
Last active September 19, 2024 04:17
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!