Skip to content

Instantly share code, notes, and snippets.

View jemsz95's full-sized avatar
👻
Falling in love with a new programming language

Javier Meza jemsz95

👻
Falling in love with a new programming language
  • TableTopSoft
  • Mexico
View GitHub Profile
@jemsz95
jemsz95 / CMakeLists.txt
Last active March 6, 2021 14:17
GDNative Mobile
cmake_minimum_required(VERSION 3.10)
set(CMAKE_BUILD_TYPE Debug)
set(LIB_TYPE "SHARED" CACHE STRING "SHARED|STATIC")
project(minmax VERSION 0.1.0)
add_library(minmax ${LIB_TYPE}
src/gdnative.c
src/minmax.c
[user]
name = Javier Meza
email = javenmeza@gmail.com
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
excludesfile = ~/.gitignore
@jemsz95
jemsz95 / interests-tree-nested.json
Created September 19, 2018 17:29
interests-tree-nested
[
{
"name": "Business and industry",
"parent": "Interests",
"children": [
{
"name": "Advertising",
"id": "6003584163107",
"parent": "Business and industry",
"children": []
{
"topics" : [
"#1erInformeEdomex",
"#AfroWorld",
"#BTSonFallon",
"#BelieveSurvivors",
"#CARvsNSH",
"#CambioCuando",
"#CongressionalTV",
"#CopaMX",
" Vundle required settings
set nocompatible
filetype off
" Set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" Vundle
Plugin 'VundleVim/Vundle.vim'