Author Archives: sgrybas

Sports Collectors Vs Sports Fans

There is too many people watch the Blue Jays, there the only team that has many people co casting the game on their own, or there is a lot of sports broadcaster wannabes. Collectibles are the most interesting part of … Continue reading

Posted in Uncategorized | Leave a comment

Android Application from movie The Internship

So Far Have found a library to put files and use code from in http://www.apriorit.com/our-company/dev-blog/227-handle-sms-on-android should probably use: developer.android.com/reference/android/telephony/SmsManager.html

Posted in Uncategorized | Leave a comment

True Crime Docs – The Original Streamers

Streamers are using streaming as as tool for promotion of side businesses and promotion of further self and versa. Streamers using free content to show with use of internet availability. True crime trying to be a spin off of TV. … Continue reading

Posted in Uncategorized | Leave a comment

Keep-Ups

The problem I tried to solve with this experiment is keep ups will increase your foot-eye coordination. P – keep-ups daily will increase over time E – Σ(xKU / n), where n=days n = 1..5 x= day y=KU. x = … Continue reading

Posted in Uncategorized | Leave a comment

Chess Players Raise Rank

It is overwhelming to see all these new players in chess rise ranks so quickly over the past couple of months. This is most likely to with the surge of players joining the community and challenging the pros.

Posted in Uncategorized | Leave a comment

The New Nvidia Broadcast

The the background images from the presentation looked flawless. You cane tell the ai is more sophisticated over other background app tools. The app also shows all the most used tools are neatly grouped into one place. I am very … Continue reading

Posted in Uncategorized | Leave a comment

Naruto is over…. :(

*********** SPOILERS *************** A couple of weeks ago Naruto finally finished with issue 700.   A couple of things with the final chapter.  Firstly as we all figured  Naruto becomes the final hokage.  He also has a daughter and a son.  … Continue reading

Posted in Uncategorized | Leave a comment

Keep Failing Test 4.02

Every time I get to 4.02 it says that the offset is ten and should be corrected to 5.  I am not sure what this requires me to do.  I know it has something to do with initial corrections, just … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Declaring Static variables

I have now been able to complete up to 4.10 on the cio_test.cpp, but ran into some more problems.  I have declared the _tabsize in the .h file and the .cpp file.  The issue arises when I try calling the … Continue reading

Posted in Uncategorized | Tagged , | 2 Comments

Assignment 1 errors Continued

So know its saying: console.h:23:11: error:   initializing argument 2 of âcio::Console& cio::operator<<(cio::Console&, char)â [-fpermissive]cio_test.cpp:129:16: error: invalid conversion from âconst char*â to âcharâ [-fpermissive] In the .h file I am declaring them like this: namespace cio{ class Console: public BConsole{ //Stuff … Continue reading

Posted in Uncategorized | Tagged | 2 Comments