https://about.me/ayyucedemirbas
1998- Born
2001- My parents bought a computer with Windows 98. I learned how to use computer.
2002- Learned reading and writing.
2003- Can solve problems about the four basic arithmetic operations.
https://about.me/ayyucedemirbas
1998- Born
2001- My parents bought a computer with Windows 98. I learned how to use computer.
2002- Learned reading and writing.
2003- Can solve problems about the four basic arithmetic operations.
| Determining if the pthread_create exist failed with the following output: | |
| Change Dir: /home/ayyuce/Desktop/malmo/malmo/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec3664518927/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec3664518927.dir/build.make CMakeFiles/cmTryCompileExec3664518927.dir/build | |
| make[1]: Entering directory `/home/ayyuce/Desktop/malmo/malmo/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /home/ayyuce/Desktop/malmo/malmo/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec3664518927.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -o CMakeFiles/cmTryCompileExec3664518927.dir/CheckSymbolExists.c.o -c /home/ayyuce/Desktop/malmo/malmo/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| Linking C executable cmTryCompileExec3664518927 |
| The system is: Linux - 3.16.0-38-generic - x86_64 | |
| Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
| Compiler: /usr/bin/cc | |
| Build flags: | |
| Id flags: | |
| The output was: | |
| 0 | |
I hereby claim:
To claim this, I am signing this object:
| How To Become A Hacker | |
| Eric Steven Raymond | |
| Thyrsus Enterprises | |
| <[email protected]> | |
| Copyright © 2001 Eric S. Raymond | |
| Revision History | |
| Revision 1.50 19 July 2015 esr | |
| Added link to "Let's Go Larval". |
| USPACE_PREFIX = ../.. | |
| BINARY = hello | |
| SOURCES = \ | |
| hello.c | |
| include $(USPACE_PREFIX)/Makefile.common |
I hereby claim:
To claim this, I am signing this object:
Arduino: 1.8.3 (Windows 10), Board: "Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"
Archiving built core (caching) in: C:\Users\ay-_-\AppData\Local\Temp\arduino_cache_506492\core\core_esp8266_esp8266_generic_CpuFrequency_80,FlashFreq_40,FlashMode_dio,UploadSpeed_115200,FlashSize_512K64,ResetMethod_ck,Debug_Disabled,DebugLevel_None_____dbad9b36d2bf0921e414ce287b690f59.a
Sketch uses 222201 bytes (51%) of program storage space. Maximum is 434160 bytes.
Global variables use 31576 bytes (38%) of dynamic memory, leaving 50344 bytes for local variables. Maximum is 81920 bytes.
error: failed reading byte
| package sirala; | |
| import java.util.*; | |
| public class Sirala { | |
| public static void main (String[] args) { | |
| //int bir = 'k', iki= 'j', uc = 'q'; | |
| Scanner enter= new Scanner(System.in); | |
| int x = enter.nextInt(); | |
| int y = enter.nextInt(); | |
| int z = enter.nextInt(); |
| ##Federico Mejia | |
| import numpy as np | |
| import cv2 | |
| import Person | |
| import time | |
| #Contadores de entrada y salida | |
| cnt_up = 0 | |
| cnt_down = 0 |