Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizperes/status-projects

Organize your projects as fast as you build them
https://github.com/luizperes/status-projects

Last synced: 18 days ago
JSON representation

Organize your projects as fast as you build them

Awesome Lists containing this project

README

        

# Information
__status-projects__ repository aims to gather the status of my projects together, once I am having trouble in managing my time versus the amount of projects I have. I am also unable to understand my productivity and my resources, thus ending up never finishing any of them.

## Why should you use it?
- You can visualize better your tasks and projects. So do others!
- __Status Projects__ is right inside your GitHub and even better, right inside your Markdown files.
- You can work directly from your favourite Web Browser.
- It's better for working on team projects because everyone can spot one's task.
- It helps you to take decisions.
- No extra tools required, nor extra logins.

### Getting Started
I wrote a very ```quick``` guide about how to get started with this project on [http://luizperes.github.io/status-projects/](http://luizperes.github.io/status-projects/), so please take a look at that or open my README.md file on ```Raw``` mode. :)

### General status of my current Projects

| Project Name | Status | Technology | Priority | Deadline |
| ----------------------------------- |:-----------------------------------------:| ----------- | :------: | :--------: |
| [Brain](#brain-programming) | ![Progress](http://progressed.io/bar/10) | C/C++/LLVM | Low | |
| [Status Projects](#project-status) | ![Progress](http://progressed.io/bar/100) | HTML/MD | Low | DONE |
| [CS50](#cs50) | ![Progress](http://progressed.io/bar/35) | C | __HIGH__ | May 01, 2016 |
| [Artoo Editor](#artoo-editor) | ![Progress](http://progressed.io/bar/20) | C | Medium | |
| [Documentation Swift](#swift) | ![Progress](http://progressed.io/bar/30) | Swift | Medium | |
| [Art of Assembly x86](#assembly) | ![Progress](http://progressed.io/bar/30) | Assembly | Medium | |
| [Ballsy](#ballsy) | ![Progress](http://progressed.io/bar/5) | iOS/Obj-C | Low | |
| [Stepss](#stepss) | ![Progress](http://progressed.io/bar/60) | Android/Java| Low | |
| [Project Euler](#project-euler) | ![Progress](http://progressed.io/bar/10) | Swift | Low | |
| [Comic Books](#comic-books) | ![Progress](http://progressed.io/bar/100) | iOS/Obj-C | Low | DONE |
| [Brainfuck](#brainfuck-interpreter) | ![Progress](http://progressed.io/bar/100) | C | Low | DONE |
| [Beezy-bee](#beezy-bee) | ![Progress](http://progressed.io/bar/100) | iOS/Obj-C | Low | DONE |
| [Fartometer](#fartometer) | ![Progress](http://progressed.io/bar/100) | iOS/Obj-C | Low | DONE |

## Project Status

***Example***

| To Do | In Progress | Done |
| :---: | :---------: | :---: |
| ![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%236&desc=Study%20the%20possibility%20of%20extending%20the%20project%20for%20automatic%20updates.%20@luizperes) | ![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%235&desc=Separate%20all%20projects%20in%20different%20MarkDown%20files%20using%20the%20format%20%27project_name%27.md%20@luizperes&strkColor=666633&bgColor=cfc&strkColor=00ff00&txtColor=ff8000) | ![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%231&desc=Implement%20the%20progress%20bar.%20@luizperes&strkColor=12C7FD&bgColor=CFF3FE) ![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%232&desc=Create%20Google%20Charts%20related%20to%20the%20projects.%20@luizperes)|
| | | ![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%233&desc=Create%20webpage%20with%20instructions%20about%20how%20to%20use.%20@luizperes) ![PostIt](http://api.ideiadoluiz.com.br/postit/?title=Task%20%234&desc=Create%20a%20script%20for%20generating%20the%20.svg%20file.%20@luizperes) |

## Brain Programming

[Brain](https://github.com/luizperes/brain) is a programming language made on LLVM based on BrainFuck.

Chart Brain)

## CS50

[CS50](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x#!) is the first course of Introduction to Computer Science inside the [Open Source Society University (OSSU)](https://github.com/open-source-society/computer-science). I am taking this course to get to know the best ways to teach ICC. This course has its priority **higher** than the others because it is going to be taught up to **May 01, 2016**.

Chart CS50)

## Artoo Editor
[Artoo Editor](https://github.com/luizperes/artoo-editor) is a text editor for terminals bases on the ncurses library. I am trying to go on this project in slow pace, and despite of not updating this project so much, I put my wrists on this every now and then.

Chart CS50)

## Swift

I am trying to read and understand all the documentation of [the Swift Programming Language](https://itunes.apple.com/us/book/swift-programming-language/id1002622538?mt=11) book.

Chart CS50)

## Assembly

I am also trying to read and understand all the book [Art of Assembly x86](http://www.plantation-productions.com/Webster/www.artofasm.com/Windows/PDFs/0_PDFIndexWin.html) as it should be useful in the future.

Chart CS50)

## Ballsy

[Ballsy](https://github.com/ideiadoluiz/ballsy-doodle) is an iOS game that uses SpriteKit engine. This game is still a mistery for me and I am trying to figure things out before getting back to work on it. I am not sure yet about the game play!

Chart CS50)

## Stepss

[Stepss](https://github.com/luizperes/TStepProject) is another mistery for me, even though I work on this project for 2 or 3 months straight, but that was on September, 2015. I need to either continue or stop this project.

Chart CS50)

## Project Euler

[Project Euler](https://github.com/DestructHub/ProjectEuler) is a compilation of some solutions of the challenges existent in the website [www.projecteuler.net](www.projecteuler.net). This project is one of my favourite ones, because it deals with hard mathematical/computational problems. The sad thing is that I can only help them after finishing my other projects.

Chart CS50)

## Comic Books

[Comic Books](https://github.com/cornerstonecollege/comic-books) or ***ComixGram*** is an app that transforms any picture into a comic-book-like one. It was made by the students I teach at [Cornerstone College](http://ciccc.ca).

Chart CS50)

## Brainfuck Interpreter

[Brainfuck Interpreter](https://github.com/luizperes/BrainfuckInterpreter) is a repository of an interpreter written in C for the esoteric programming language Brainfuck. It's been working quite properly and I also added two new structures to that language. Actually, I am thinking of changing it quite a bit, thus, I might change this repository name in the future... :)

Chart CS50)

## Beezy Bee

[Beezy Bee](https://github.com/cornerstonecollege/beezy-bee) is an arcade-style game inspired on "Flappy Bird" made by the students I teach at [Cornerstone College](http://ciccc.ca). Beezy Bee is meant so far for iOS devices and I helped and guided them to idealize the solution as well as solve the problems that they had while developing this project.

Chart CS50)

## Fartometer

[Fartometer](https://github.com/ideiadoluiz/FartometerIOSProject) is my last year's favourite project. This project allows you to see on your iPhone how strong your farts are! The project is basically an Arduino device with a BLE Shield, and if you want, you can also detect any kind of gas in the air by only changing the gas sensor. If you want to get to know how to build your own, please visit: [How to build your own fartometer](http://www.ideiadoluiz.com.br/site/how-to-build-your-own-fartometer/)

Chart CS50)

### LICENSE
This project extends [GNU GPL v. 3](http://www.gnu.org/licenses/gpl-3.0.en.html), so be aware of that, regarding copying, modifying and (re)destributing.