This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/config/initializers/1_settings.rb b/config/initializers/1_settings.rb | |
index f55e69c..b6f1ad9 100644 | |
--- a/config/initializers/1_settings.rb | |
+++ b/config/initializers/1_settings.rb | |
@@ -10,11 +10,7 @@ class Settings < Settingslogic | |
private | |
def build_gitlab_shell_ssh_path_prefix | |
- if gitlab_shell.ssh_port != 22 | |
- "ssh://#{gitlab_shell.ssh_user}@#{gitlab_shell.ssh_host}:#{gitlab_shell.ssh_port}/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* | |
* Copyright 2014 Anthony Perez (@amazingant) | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module FParsec.Binary | |
open System | |
open System.Text | |
open System.Text.RegularExpressions | |
open FParsec | |
[<RequireQualifiedAccess>] | |
module File = | |
let readAllString path = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.global-nav-inner { | |
background-color: #2f2f2f; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{- | |
- Fast doubling Fibonacci algorithm | |
- Copyright (c) 2011 Nayuki Minase | |
- | |
- http://nayuki.eigenstate.org/page/fast-fibonacci-algorithms | |
-} | |
-- fibonacci n = F(n) | |
fibonacci :: Integer -> Integer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec tail -n +3 $0 | |
menuentry 'Vanilla Kernel' { | |
VanillaVersion="3.9.8" | |
RootPartition="12345678-9abc-def0-1234-56789abcdef0" | |
load_video | |
set gfxpayload=keep | |
insmod gzio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> | |
<html> | |
<head> | |
<title>Frame page</title> | |
</head> | |
<frameset rows="100,*"> | |
<frame name="top" src="otherpage.html"> | |
<frame name="bottom" src="otherpage.html"> | |
</frameset> | |
</html> |
NewerOlder