Store userDefineLang_Dockerfile.xml at
%AppData%\Roaming\Notepad++\userDefineLangs\userDefineLang_Dockerfile.xml
and select Language > Dockerfile in Notepad++.
Since Dockerfile has no extension, the style is not automatically applied.
| # | |
| # Recurring Job using Delayed::Job | |
| # | |
| # Setup Your job the "plain-old" DJ (perform) way, include this module | |
| # and Your handler will re-schedule itself every time it succeeds. | |
| # | |
| # Sample : | |
| # | |
| # class MyJob | |
| # include Delayed::ScheduledJob |
| literally always have to look up the meaning of :limit in migrations when it comes to integer values. Here's an overview. Now let's memorise it (oh, this works for MySQL, other databases may work differently): | |
| :limit Numeric Type Column Size Max value | |
| 1 tinyint 1 byte 127 | |
| 2 smallint 2 bytes 32767 | |
| 3 mediumint 3 byte 8388607 | |
| nil, 4, 11 int(11) 4 byte 2147483647 | |
| 5..8 bigint 8 byte 9223372036854775807 | |
| Note: by default MySQL uses signed integers and Rails has no way (that I know of) to change this behaviour. Subsequently, the max. values noted are for signed integers. |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %><%@ Page Language="C#" AutoEventWireup="true" CodeBehind="rss.aspx.cs" Inherits="Rss.rss"%> | |
| <!--RSS generated by Microsoft SharePoint Foundation RSS Generator on 6/21/2012 5:45:12 PM --> | |
| <?xml-stylesheet type="text/xsl" href='<asp:Literal runat="server" ID="litRssXsltLink"></asp:Literal>' version="1.0"?> | |
| <rss version="2.0"> | |
| <channel> | |
| <title><asp:Literal runat="server" ID="litRssTitle"></asp:Literal></title> | |
| <link><asp:Literal runat="server" ID="litRssLink"></asp:Literal></link> | |
| <description><asp:Literal runat="server" ID="litRssDescription"></asp:Literal></description> |
| license: gpl-3.0 |
| *.tex diff=tex | |
| *.bib diff=bibtex | |
| *.c diff=cpp | |
| *.h diff=cpp | |
| *.c++ diff=cpp | |
| *.h++ diff=cpp | |
| *.cpp diff=cpp | |
| *.hpp diff=cpp | |
| *.cc diff=cpp | |
| *.hh diff=cpp |
| #!/bin/sh | |
| # Called by "git push" after it has checked the remote status, | |
| # but before anything has been pushed. | |
| # | |
| # If this script exits with a non-zero status nothing will be pushed. | |
| # | |
| # Steps to install, from the root directory of your repo... | |
| # 1. Copy the file into your repo at `.git/hooks/pre-push` | |
| # 2. Set executable permissions, run `chmod +x .git/hooks/pre-push` |
| #r @"packages\Streams.0.2.5\lib\Streams.Core.dll" | |
| open System | |
| open System.IO | |
| open System.Collections.Generic | |
| open Nessos.Streams | |
| // make Visual Studio use the script directory | |
| Directory.SetCurrentDirectory(__SOURCE_DIRECTORY__) |
Store userDefineLang_Dockerfile.xml at
%AppData%\Roaming\Notepad++\userDefineLangs\userDefineLang_Dockerfile.xml
and select Language > Dockerfile in Notepad++.
Since Dockerfile has no extension, the style is not automatically applied.
| // go on you labels pages | |
| // eg https://github.com/cssnext/cssnext/labels | |
| // paste this script in your console | |
| // copy the output and now you can import it using https://github.com/popomore/github-labels ! | |
| var labels = []; | |
| [].slice.call(document.querySelectorAll(".label-link")) | |
| .forEach(function(element) { | |
| labels.push({ | |
| name: element.textContent.trim(), |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.