Skip to content

Instantly share code, notes, and snippets.

View iamricard's full-sized avatar
🐕‍🦺

Ricard Solé iamricard

🐕‍🦺
View GitHub Profile
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
public class funciones {
private static BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in));
public int how_many_times(String movies_array[][], String rent_array[][]) throws IOException {
String input,
@iamricard
iamricard / cacl_time.java
Created April 21, 2013 10:19
personal_management
/*
author: @grumpylion
description: does the calculations with the punchcard variable as input
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
@iamricard
iamricard / mdSenderClient
Created March 9, 2013 15:06
Client file
#!/bin/bash
#SERVER FILE
#Copyright 2013 Ricard Solé
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at your option) any later version.
@iamricard
iamricard / mdSenderServer
Created March 9, 2013 14:21
Server version
#!/bin/bash
#SERVER FILE
#Copyright 2013 Ricard Solé
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU General Public License as published by
#the Free Software Foundation, either version 3 of the License, or
#(at your option) any later version.