This file contains hidden or 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
k |
This file contains hidden or 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
t |
This file contains hidden or 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
m |
This file contains hidden or 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 | |
pushd /tmp | |
rm -rf vagrant_* | |
wget -qO- https://releases.hashicorp.com/index.json >releases.json | |
version=$(cat releases.json | jq -r '.vagrant.versions | keys' | jq -r max) | |
package="vagrant_"$version"_x86_64.deb" |
This file contains hidden or 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
#!/usr/bin/env ruby | |
require 'json' | |
require 'net/https' | |
require 'openssl' | |
require 'uri' | |
# Scaleway => APIClass | |
class Scaleway | |
API_ENDPOINT = 'https://cp-ams1.scaleway.com'.freeze |
This file contains hidden or 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
#!/usr/bin/env bash | |
Logger() { | |
local LogLevel | |
Entry() { | |
log.debug() { | |
LogLevel=debug | |
format.print "$@" | |
} |
This file contains hidden or 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 <stdio.h> | |
#include <stdlib.h> | |
int main(void) { | |
if (0) { printf("Hello world: 0\n"); } | |
if (1) { printf("Hello world: 1\n"); } | |
if (2) { printf("Hello world: 2\n"); } | |
return EXIT_SUCCESS; | |
} |
This file contains hidden or 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
# frozen_string_literal: true | |
module TurkishSupport | |
ABBREVIATIONS = { | |
'age.' => 'age.', | |
'agm.' => 'agm.', | |
'agy.' => 'agy.', | |
'alb.' => 'Alb.', | |
'alm.' => 'Alm.', | |
'anat.' => 'anat.', |
This file contains hidden or 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
DEBUG subprocess: stdout: CPU use: 1.04 seconds | |
DEBUG subprocess: stdout: BlkIO use: 32.00 KiB | |
DEBUG subprocess: stdout: Memory use: 30.04 MiB | |
DEBUG subprocess: stdout: KMem use: 8.47 MiB | |
DEBUG subprocess: stdout: Link: vethPA4XGA | |
TX bytes: 806 bytes | |
RX bytes: 7.15 KiB | |
Total bytes: 7.94 KiB | |
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
DEBUG subprocess: Exit status: 0 |
This file contains hidden or 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
DEBUG subprocess: stdout: CPU use: 1.04 seconds | |
DEBUG subprocess: stdout: BlkIO use: 32.00 KiB | |
DEBUG subprocess: stdout: Memory use: 30.04 MiB | |
DEBUG subprocess: stdout: KMem use: 8.47 MiB | |
DEBUG subprocess: stdout: Link: vethPA4XGA | |
TX bytes: 806 bytes | |
RX bytes: 7.15 KiB | |
Total bytes: 7.94 KiB | |
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
DEBUG subprocess: Exit status: 0 |