Skip to content

Instantly share code, notes, and snippets.

View ayyucedemirbas's full-sized avatar
😎
Feelin' Awesome

Ayyuce Demirbas ayyucedemirbas

😎
Feelin' Awesome
View GitHub Profile
@ayyucedemirbas
ayyucedemirbas / MyNotableExperiences.md
Last active April 30, 2017 21:14
My life in a nutshell

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.

@ayyucedemirbas
ayyucedemirbas / CMakeError.log
Created November 5, 2016 14:22
Malmo Build Error
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
@ayyucedemirbas
ayyucedemirbas / CMakeOutput.log
Created November 5, 2016 14:24
Malmo Build Error
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

Keybase proof

I hereby claim:

  • I am ayyucedemirbas on github.
  • I am ayyucedemirbas (https://keybase.io/ayyucedemirbas) on keybase.
  • I have a public key whose fingerprint is 917B D0D3 1994 11AE 3863 AF8A B191 7AE0 C01C 52F7

To claim this, I am signing this object:

@ayyucedemirbas
ayyucedemirbas / How to become a hacker.md
Last active October 25, 2025 08:19
How to become a hacker.md
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

Keybase proof

I hereby claim:

  • I am ayyucedemirbas on github.
  • I am ayyucedemirbas (https://keybase.io/ayyucedemirbas) on keybase.
  • I have a public key ASBCA722LZTwJNGhax-kPC4NQt0rvZko0mhx6cZkHTBaNAo

To claim this, I am signing this object:

@ayyucedemirbas
ayyucedemirbas / error.md
Last active June 28, 2017 13:09
ESP8266 Code Upload Error

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();
@ayyucedemirbas
ayyucedemirbas / count.py
Created November 12, 2017 07:58
People counter
##Federico Mejia
import numpy as np
import cv2
import Person
import time
#Contadores de entrada y salida
cnt_up = 0
cnt_down = 0