Ao erguermos as mãos pra adorar
E clamarmos a Ti, Tu virás
Nós viemos aqui, Te adorar
Deus de graça e favor
És Tu meu Senhor
Digno és do meu louvor
Só Tu és, todos dirão
Quer entender melhor esses comandos? Vai no post http://fabriziomello.github.io/blog/2010/06/27/postgresql-na-memoria-ram-in-memory/ de onde tirei.
tmpfs
:$ sudo -s
$ mkdir /mnt/in_memory
# https://raw.githubusercontent.com/cirdes/gurusp-playwright/master/app/controllers/factories_controller.rb | |
# frozen_string_literal: true | |
require 'factory_bot' | |
class FactoriesController < ApplicationController | |
respond_to :json | |
rescue_from Exception, with: :show_errors |
// https://www.mql5.com/pt/articles/751 | |
#define ERROR -1; | |
//+------------------------------------------------------------------+ | |
//| Checking if a given filling mode is allowed | | |
//+------------------------------------------------------------------+ | |
bool IsFillingTypeAllowed(string symbol, int fill_type) | |
{ |
require "rubygems" | |
require "benchmark" | |
def run | |
text = 'HEADER' | |
n = 30 | |
n_times = 1_000_000 | |
base = [text] | |
range = (1..30) |
[ | |
{ "keys": ["ctrl+shift+'"], "command": "change_quotes"} | |
] |