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
| textsupport=yes | |
| accept_outofcall_message = yes | |
| outofcall_message_context = pasarelasms |
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
| rendertext.cpp:333:30: error: switch quantity not an integer | |
| switch(abs(stack[sp])) | |
| ^ | |
| make: *** [<builtin>: rendertext.o] Error 1 | |
| ==> ERROR: A failure occurred in package(). | |
| Aborting... | |
| ==> ERROR: Makepkg was unable to build assaultcube-reloaded. |
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
| source 'https://rubygems.org' | |
| path Gem.user_dir | |
| gem 'mail' | |
| gem 'rest-client' |
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
| Configuration file: hostapd.conf | |
| nl80211: Failed to add interface wlp0s29u1u4 into bridge enp2s0: Operation not supported | |
| nl80211: deinit ifname=wlp0s29u1u4 disabled_11b_rates=0 | |
| nl80211 driver initialization failed. | |
| wlp0s29u1u4: interface state UNINITIALIZED->DISABLED | |
| wlp0s29u1u4: AP-DISABLED | |
| hostapd_free_hapd_data: Interface wlp0s29u1u4 wasn't started |
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
| <%= partial('layout_header'); %> | |
| <body> | |
| <!-- La barra superior --> | |
| <nav class="navbar navbar-default" role="navigation"> | |
| <div class="container-fluid"> | |
| <!-- Brand and toggle get grouped for better mobile display --> | |
| <div class="navbar-header"> | |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> | |
| <span class="sr-only">Toggle navigation</span> | |
| <span class="icon-bar"></span> |
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/ruby | |
| require 'data_mapper' | |
| DataMapper.setup(:default, 'sqlite::memory:') | |
| # la tabla es una clase | |
| class Foo | |
| include DataMapper::Resource | |
| property :id, Serial | |
| property :name, String | |
| end |
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/sh | |
| # el rpoceso es simple, cada linea es una maquina | |
| # Entra en la capera compartida y ala las facturas | |
| # la mauqina debe tener la carpeta debidamente compartida | |
| # cuyo recurso debe llamarse "factura" | |
| # en algunso casos se usa cat /root/pass.txt com parametro, | |
| # dicho fichero contiene el password del Domain Controller | |
| # posisiionate en la carpeta compartida |
NewerOlder