Giter Site home page Giter Site logo

calerem's Introduction

Hi there ๐Ÿ‘‹๐Ÿพ

About Me

  • ๐Ÿ’ป Got into tech when was middle school without having laptop/computer just a mobile phone
  • ๐Ÿ‘Š I believe every problem has their solutions to be solved.
  • ๐Ÿš€ Backend Engineer, System Administrator, and Devops
  • ๐Ÿ–‡ Feel free to reach out if you need a peer programmer to learn algorithms or to collaborate on interesting projects
  • โค๏ธ Love any types of animal (wild or pet)
  • ๐Ÿ’ป For more of my techie stuff, check out my CV or check it out my website and let me know what you think โ™ฅ๏ธ
  • Feel free to contact me if needed

GitHub Ramblings

Languages:

PHP Python TypeScript JavaScript GO Rust

Links

yaskur.com StackOverflow LinkedIn Gmail Instagram

calerem's People

Watchers

 avatar  avatar

calerem's Issues

Tester - Learn about JUnit

Check this guide:
http://developer.android.com/tools/testing/testing_android.html

Try to duplicate the guide by testing a hello world application.

This is a temporary assignment till there is some real code to test.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 5:34

c_database - f_update_event

Create the f_update_event. It should take a c_Event object and replace it in 
the database with the updated version.

Original issue reported on code.google.com by [email protected] on 8 Mar 2013 at 10:41

c_database - f_add_celebration

This enables us to save the celebrations we get from the c_eortologio_API.

Takes a c_event object and saves it on the database.

Original issue reported on code.google.com by [email protected] on 8 Mar 2013 at 10:52

c_configuration

Create the basic configuration class.

Create the needed constructor to create the classt from the database.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 4:30

c_database - create

Create the c_database along with the constructor (constructor should open the 
database link).

If needed hardcode the link into a variable for now.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 4:28

Copy Event

User can copy the event from one day to another.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:47

c_message - Create

Create the basic c_message. Include the 2 classes based on the UML, and write 2 
empty functions for now to include the messaging functionality.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 4:35

Date Format

Give user the ability to select date format.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:17

Select Sync Sites.

User can select the websites from which the application is going to sync its 
contacts.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:47

c_database - f_return_events

Return all events that start from a specific timestamp and end to a specific 
timestamp. This is needed to be able to display the calendar.

It should return an array of c_event objects.

Original issue reported on code.google.com by [email protected] on 8 Mar 2013 at 10:48

Tester - Learn about JUnit

Check this guide:
http://developer.android.com/tools/testing/testing_android.html

Try to duplicate the guide by testing a hello world application.

This is a temporary assignment till there is some real code to test.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 5:33

Tester - Launch AVD from CLI

Launch the android virtual machine from command line using a bat script for 
windows.

Use variable paths so we can adjust them easily.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 4:39

c_database - f_export_events

It should export the events from the database to a string so it can be written 
later to an XML or other file type (yet to be determined).

Original issue reported on code.google.com by [email protected] on 8 Mar 2013 at 10:45

c_database - f_add_event

Create the f_add_event.

It should receive a c_event object, and put the variables in the SQLite 
database.


Original issue reported on code.google.com by [email protected] on 8 Mar 2013 at 10:39

Sqlite Class

create the sqlite class to give our application access to the SQLite database.

Check: http://developer.android.com/guide/topics/data/data-storage.html#db

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 7:12

Countdown for event.

Give the user the ability to select if he wants to get a countdown for an 
upcoming event.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:25

CM - Learn About Ant

Try to create an ANT build.xml that will be able to compile our application on 
a .jar file so we can later package it on an .apk

Try to create a hello world if you cant compile our current code.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 4:41

Open Event's Facebook Page

User can open the page of the specific event's page.

Example if the event is someone's birthday then the app can open his facebook 
page.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:29

Factory Reset

Ability to wipe all user data and restore the application to fresh install.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:12

c_facebook_API - Create

Create the class without any functions for now.
Try to just open the session to facebook API.

Original issue reported on code.google.com by [email protected] on 7 Mar 2013 at 4:33

Search by date.

User can search the calender for events in a specific date or range of dates.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:28

Share Event

Give the user the ability to share his event through mail or export.

Original issue reported on code.google.com by [email protected] on 6 Mar 2013 at 6:44

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.