Skip to content

Instantly share code, notes, and snippets.

View luishurtado's full-sized avatar

Luis Hurtado luishurtado

  • www.kommit.co
  • Manizales - Colombia
View GitHub Profile
@luishurtado
luishurtado / Ejercicio.cpp
Created May 20, 2021 21:36 — forked from narenpertuz/Ejercicio.cpp
Prueba tecnica de Naren Pertuz Vides para Kommit
// Por favor digitar valores de tipo Float. Ejemplo: 1.2
// Naren Pertuz Vides - Ingeniero de sistemas
#include<stdio.h>
#include<stdlib.h>
int main(){
float coord;
@luishurtado
luishurtado / dag.py
Created April 27, 2021 19:23 — forked from roa-sh/dag.py
Segunda prueba donde se encuentra el numero de ciclos.
import sys
def main():
#Read Arguments
arch = sys.argv[1]
#print("Nombre archivo",arch)
#Read file
file = open(arch, "r").read()
#replace \n to whitespace
file = file.replace('\n',' ')
@luishurtado
luishurtado / dag.py
Created April 27, 2021 19:22 — forked from roa-sh/dag.py
import sys
def main():
#Read Arguments
arch = sys.argv[1]
#print("Nombre archivo",arch)
#Read file
file = open(arch, "r").read()
#replace \n to whitespace
file = file.replace('\n',' ')
name: Elixir CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
MIX_ENV: test
/*!
* Parse JavaScript SDK
* Version: 1.3.4
* Built: Fri Jan 23 2015 12:45:28
* http://parse.com
*
* Copyright 2015 Parse, Inc.
* The Parse JavaScript SDK is freely distributable under the MIT license.
*
* Includes: Underscore.js