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
[color] | |
ui = auto | |
[color "branch"] | |
current = yellow reverse | |
local = yellow | |
remote = green | |
[color "diff"] | |
meta = yellow bold | |
frag = magenta bold | |
old = red bold |
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
#include <iostream> | |
using namespace std; | |
struct linkNode { | |
int data; | |
linkNode* nextnode; | |
}; | |
void thefunction(linkNode* a){ | |
std::cout << "thefunction\n"; | |
while (a->nextnode != NULL){ |
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
Comment => Athugasemd | |
Theme => Þema | |
Plugin => Viðbót | |
Documentation on => Skjölun á | |
Toolbar => Tækjaslá | |
Pingback => Bakvísun | |
Trackback => Bakrakning | |
Tag => efnisorð | |
Template => Skapalón | |
Navigation => Leiðarstýring |
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
Name: logstash | |
Version: 1.1.0 | |
Release: 1%{?dist} | |
Summary: logstash is a tool for managing events and logs | |
Group: System/Logging | |
License: ASL 2.0 | |
URL: http://logstash.net/ | |
Source0: http://semicomplete.com/files/logstash/logstash-%{version}-monolithic.jar | |
Source1: logstash |
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
------------------------------------------------------------------------------- | |
btrfs | |
------------------------------------------------------------------------------- | |
Version 1.96 ------Sequential Output------ --Sequential Input- --Random- | |
Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- | |
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP | |
loki 8G 211 98 52517 7 24589 6 1805 94 61643 11 168.1 5 | |
Latency 71702us 10393ms 10891ms 18017us 210ms 355ms | |
Version 1.96 ------Sequential Create------ --------Random Create-------- | |
loki -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- |
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/bash | |
brew install wine-stable winetricks | |
WINEARCH=win32 WINEPREFIX=~/.wine winecfg | |
mkdir ~/.cache/winetricks/ | |
winetricks -q dotnet45 corefonts |
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/bash | |
# | |
# Author: Samúel Jón Gunnarsson <[email protected]> | |
# | |
# Access log | |
echo "Analysing access_log for 2014" | |
log_path="/var/log/httpd" | |
grep_pattern="-2014" | |
# |
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
<?php | |
/** | |
* Author: Samúel Jón Gunnarsson <[email protected]> | |
* Date: 21.10.14 | |
* Time: 13:41 | |
*/ | |
$debug = 0; | |
$base_path="http://my.url"; | |
// Determine if we are running in command line or not. | |
if (php_sapi_name() == "cli") { |
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
<?php | |
/** | |
* User: samueljon <samuel.jon.gunnarsson _at_ gmail.com> | |
* Date: 14.10.14 | |
* Time: 08:16 | |
*/ | |
/** | |
* Class NTLMSoapClient | |
* |
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
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
OlderNewer