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
/** | |
* @file cmml_app_no_loop.c | |
* @brief Main program file. | |
*/ | |
#include "memory.h" | |
//! \brief Lowest array index. | |
#define LOWEST_ARR_INDEX 0 | |
//! \brief Lowest array index. |
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
/** | |
* @file cmml_app.c | |
* @brief Main program file. | |
*/ | |
#include "memory.h" | |
//! \brief Amount of allocated blocks per test. | |
#define NUM_OPERATIONS 10000 | |
//! \brief Max amount of block data (in bytes), per block. |
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
Testing started at 3:45 PM ... | |
bundle.bat exec C:\Ruby25-x64\bin\ruby.exe C:\Ruby25-x64\bin\rake test | |
C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/ffi-1.10.0-x64-mingw32/lib/ffi/pointer.rb:55: [BUG] Segmentation fault | |
ruby 2.5.3p105 (2018-10-18 revision 65156) [x64-mingw32] | |
-- Control frame information ----------------------------------------------- | |
c:0033 p:---- s:0189 e:000188 CFUNC :get_string | |
c:0032 p:0034 s:0184 e:000183 METHOD C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/ffi-1.10.0-x64-mingw32/lib/ffi/pointer.rb:55 | |
c:0031 p:0101 s:0179 e:000178 METHOD C:/Users/Dami/Desktop/xlsx_drone/lib/xlsx_drone/sheet.rb:27 |
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
#encoding: utf-8 | |
#[Parte del modelo MVC] Vista | |
#[Descripcion] Solapa que forma parte de +Lenguetas+. Su contenido es lo referente a materiales, al material como objeto individual. | |
class LenguetaMateriales | |
#Crea un objeto +FXTabItem+(una solapa) y una "página" vinculada en donde se encuentra la interfaz para manipular este departamento. _p_ es el widget padre, debería ser una instancia de *Lenguetas*. | |
def initialize(p, ventanaprin) | |
lengueta_materiales = FXTabItem.new(p, "Materiales\tBase de datos de materiales\tTodos los materiales existentes en el globo Cablevisión. Se pueden modificar sus datos o agregar nuevos.") |