ImageImage

Off Topic VI

Moderators: BigSlam, yosemiteben, fatlever, JDR720, Diop

User avatar
TheKingofSting
RealGM
Posts: 17,830
And1: 2,165
Joined: Jun 24, 2011
       

Re: Off Topic VI 

Post#1581 » by TheKingofSting » Wed Sep 17, 2014 2:17 am

Liver_Pooty wrote:
jdm3 wrote:
TheKingofSting wrote:I wonder what the Panthers will do with Hardy this coming week?

He should be playing. I was very disappointed in the team for making him inactive this weekend.


Im perfectly fine witj him not playing. Its a distraction at this point.


Addison showing out Sunday helps.
President of the Quinn Cook Fan Club

Bradley Beal has D Wade potential
User avatar
Liver_Pooty
RealGM
Posts: 41,076
And1: 17,136
Joined: Dec 29, 2008
Location: Asheville, NC
   

Re: Off Topic VI 

Post#1582 » by Liver_Pooty » Wed Sep 17, 2014 4:34 am

TheKingofSting wrote:
Liver_Pooty wrote:
jdm3 wrote:He should be playing. I was very disappointed in the team for making him inactive this weekend.


Im perfectly fine witj him not playing. Its a distraction at this point.


Addison showing out Sunday helps.


Hes only good for third down usage though. Hardy is an every down defensive end. At 260 pounds Addison is pretty terrible when it comes to stopping the run. Hes a pretty good speed rusher though on third down. I wish he could keep that speed and add on 20 pounds of muscle.
Balllin wrote:Zion Williamson is 6-5, with a 6-10 wingspan. I see him as a slightly better Kenneth Faried.
User avatar
Liver_Pooty
RealGM
Posts: 41,076
And1: 17,136
Joined: Dec 29, 2008
Location: Asheville, NC
   

Re: Off Topic VI 

Post#1583 » by Liver_Pooty » Wed Sep 17, 2014 4:36 am

Anyone do any programming on here? I've began to do some C# programming and I am pretty terrible at it.
Balllin wrote:Zion Williamson is 6-5, with a 6-10 wingspan. I see him as a slightly better Kenneth Faried.
User avatar
HornetJail
RealGM
Posts: 46,651
And1: 14,326
Joined: Feb 05, 2012
     

Re: Off Topic VI 

Post#1584 » by HornetJail » Wed Sep 17, 2014 5:05 am

Liver_Pooty wrote:Anyone do any programming on here? I've began to do some C# programming and I am pretty terrible at it.

never done c# but i didn't find c++ too difficult in class
investigate Adam Silver
User avatar
Liver_Pooty
RealGM
Posts: 41,076
And1: 17,136
Joined: Dec 29, 2008
Location: Asheville, NC
   

Re: Off Topic VI 

Post#1585 » by Liver_Pooty » Wed Sep 17, 2014 5:07 am

BizGilwalker wrote:
Liver_Pooty wrote:Anyone do any programming on here? I've began to do some C# programming and I am pretty terrible at it.

never done c# but i didn't find c++ too difficult in class


Im doing an online course in it, which is a massive mistake. I only tend to do well in a classroom environment. Hate teaching myself.
Balllin wrote:Zion Williamson is 6-5, with a 6-10 wingspan. I see him as a slightly better Kenneth Faried.
BeesWax
General Manager
Posts: 7,855
And1: 1,660
Joined: Jul 04, 2001
       

Re: Off Topic VI 

Post#1586 » by BeesWax » Wed Sep 17, 2014 11:38 am

Liver_Pooty wrote:
BizGilwalker wrote:
Liver_Pooty wrote:Anyone do any programming on here? I've began to do some C# programming and I am pretty terrible at it.

never done c# but i didn't find c++ too difficult in class


Im doing an online course in it, which is a massive mistake. I only tend to do well in a classroom environment. Hate teaching myself.

I did C++ in undergrad and thought it was ok. Also programmed a bit in R when I was in grad school. Never used C# so I am not sure about it much. Have you ever done programming before?

Edit: looked it up and it is similar to C++ but looks a bit more advanced. Have you looked here for help?

http://msdn.microsoft.com/en-us/library/67ef8sbd.aspx
Spoiler:
Image
Image
User avatar
Liver_Pooty
RealGM
Posts: 41,076
And1: 17,136
Joined: Dec 29, 2008
Location: Asheville, NC
   

Re: Off Topic VI 

Post#1587 » by Liver_Pooty » Wed Sep 17, 2014 11:43 am

jdm3 wrote:
Liver_Pooty wrote:
BizGilwalker wrote:never done c# but i didn't find c++ too difficult in class


Im doing an online course in it, which is a massive mistake. I only tend to do well in a classroom environment. Hate teaching myself.

I did C++ in undergrad and thought it was ok. Also programmed a bit in R when I was in grad school. Never used C# so I am not sure about it much. Have you ever done programming before?

Edit: looked it up and it is similar to C++ but looks a bit more advanced. Have you looked here for help?

http://msdn.microsoft.com/en-us/library/67ef8sbd.aspx


Thanks for the link. Nah, I've never programmed before. Spent a few hours trying to do what seems like a simple program last night. I've been looking on this message board and may start posting here. http://www.dreamincode.net/

Looks like it might be helpful.
Balllin wrote:Zion Williamson is 6-5, with a 6-10 wingspan. I see him as a slightly better Kenneth Faried.
User avatar
HornetJail
RealGM
Posts: 46,651
And1: 14,326
Joined: Feb 05, 2012
     

Re: Off Topic VI 

Post#1588 » by HornetJail » Wed Sep 17, 2014 1:20 pm

From my experience, the best way to begin a new programming language is to look at sample programs and make sense of them. Definitely helped me with C++.

Been meaning to learn SQL forever. Anybody here have experience with it?

As for websites to look at: stackoverflow has been amazing. Definitely the place to go if you want sample code to help you out.
investigate Adam Silver
BeesWax
General Manager
Posts: 7,855
And1: 1,660
Joined: Jul 04, 2001
       

Re: Off Topic VI 

Post#1589 » by BeesWax » Wed Sep 17, 2014 1:41 pm

Liver_Pooty wrote:
jdm3 wrote:
Liver_Pooty wrote:
Im doing an online course in it, which is a massive mistake. I only tend to do well in a classroom environment. Hate teaching myself.

I did C++ in undergrad and thought it was ok. Also programmed a bit in R when I was in grad school. Never used C# so I am not sure about it much. Have you ever done programming before?

Edit: looked it up and it is similar to C++ but looks a bit more advanced. Have you looked here for help?

http://msdn.microsoft.com/en-us/library/67ef8sbd.aspx


Thanks for the link. Nah, I've never programmed before. Spent a few hours trying to do what seems like a simple program last night. I've been looking on this message board and may start posting here. http://www.dreamincode.net/

Looks like it might be helpful.

As an instructor I am always looking for ways to help my on-line students. Trying to learn something from scratch on-line is hard. It is easier to learn the beginning stuff seated and them move to on-line when you have the fundamentals. That said there is not always an option for that. Start at the bottom and dissect some simple codes and then branch out. Breaking down sample code is a good way to learn how to advance your coding skills as Biz said. Also be sure to put in test codes so if your code does break down you will know where. Once you have it working you can remove the test codes and be done.
Spoiler:
Image
Image
User avatar
JDR720
Forum Mod - Hornets
Forum Mod - Hornets
Posts: 44,337
And1: 45,986
Joined: Jul 09, 2013
     

Re: Off Topic VI 

Post#1590 » by JDR720 » Wed Sep 17, 2014 6:26 pm

[tweet]https://twitter.com/josephperson/status/512305376621248512[/tweet]
User avatar
TheKingofSting
RealGM
Posts: 17,830
And1: 2,165
Joined: Jun 24, 2011
       

Re: Off Topic VI 

Post#1591 » by TheKingofSting » Wed Sep 17, 2014 11:05 pm

I wonder how much of his money he will get while on this list?
President of the Quinn Cook Fan Club

Bradley Beal has D Wade potential
User avatar
Liver_Pooty
RealGM
Posts: 41,076
And1: 17,136
Joined: Dec 29, 2008
Location: Asheville, NC
   

Re: Off Topic VI 

Post#1592 » by Liver_Pooty » Wed Sep 17, 2014 11:17 pm

TheKingofSting wrote:I wonder how much of his money he will get while on this list?


All of it. Contract is guaranteed.
Balllin wrote:Zion Williamson is 6-5, with a 6-10 wingspan. I see him as a slightly better Kenneth Faried.
User avatar
TheKingofSting
RealGM
Posts: 17,830
And1: 2,165
Joined: Jun 24, 2011
       

Re: Off Topic VI 

Post#1593 » by TheKingofSting » Wed Sep 17, 2014 11:19 pm

Liver_Pooty wrote:
TheKingofSting wrote:I wonder how much of his money he will get while on this list?


All of it. Contract is guaranteed.

Dang, I thought I heard them say on ESPN earlier there would be some kind of key negotiation about whether he went on the list.
President of the Quinn Cook Fan Club

Bradley Beal has D Wade potential
BeesWax
General Manager
Posts: 7,855
And1: 1,660
Joined: Jul 04, 2001
       

Re: Off Topic VI 

Post#1594 » by BeesWax » Thu Sep 18, 2014 12:10 am

TheKingofSting wrote:
Liver_Pooty wrote:
TheKingofSting wrote:I wonder how much of his money he will get while on this list?


All of it. Contract is guaranteed.

Dang, I thought I heard them say on ESPN earlier there would be some kind of key negotiation about whether he went on the list.

There was he had to work with the team NFL and NFLPA to be out there. I am truly ashamed of my team for the first time in their existence.
Spoiler:
Image
Image
User avatar
TheKingofSting
RealGM
Posts: 17,830
And1: 2,165
Joined: Jun 24, 2011
       

Re: Off Topic VI 

Post#1595 » by TheKingofSting » Thu Sep 18, 2014 12:22 am

You had to see it coming when Mr. Richardson had his emotional speech. We get Frank Alexander back soon at least.
President of the Quinn Cook Fan Club

Bradley Beal has D Wade potential
User avatar
JDR720
Forum Mod - Hornets
Forum Mod - Hornets
Posts: 44,337
And1: 45,986
Joined: Jul 09, 2013
     

Re: Off Topic VI 

Post#1596 » by JDR720 » Thu Sep 18, 2014 1:28 am

Charlotte’s new United Soccer Leagues Pro franchise – the Independence – was officially introduced Wednesday in uptown Charlotte. In front of a crowd of about 250 supporters, many of whom wore black and white Independence scarves, team president Jim McPhilliamy made it official that the team would begin play in 2015 in Memorial Stadium.

Here’s a Q&A about the Independence:

Q. Where did the name come from? From focus groups, of course.

A. The Independence refers to the May 20, 1775, Mecklenburg of Declaration of Independence, which was the colonies’ first document calling for independence from England. A contest for a team logo and colors will be on the team’s website – http://www.charlotteindependence.com – beginning at 10 a.m. Thursday.

Q. Will Memorial Stadium be ready for the team in 2015?

A. With the stadium field being enlarged for soccer (Major League Lacrosse’s Charlotte Hounds will also play there), there’s a chance it won’t be ready for the start of the season next spring. If not, the Independence might play at UNC Charlotte or at the Charlotte Soccer Academy’s new youth complex in south Charlotte, where the team will train.

Q. Where will the Independence get its players?

A. There will not be a USL Pro expansion draft, although the league is expanding by five teams next season. Independence general manager Tom Engstrom said he will pursue players whose pro contracts are expiring after this season as well as college players. Don’t rule out the possibility of some players from the Charlotte Eagles – the city’s former USL Pro team – playing for the Independence.

Q. What kind of relationship will the Independence have with Major League Soccer’s Colorado Rapids?

A. The Independence will be a farm team of sorts for the Rapids. Charlotte will usually have as many as five of Colorado’s top prospects. The Rapids also will have a large say in who the Independence’s coach will be. The Eagles, who are moving to the USL’s Premier Developmental League, will also have players from the Rapids system.

Q. How realistic are the Independence’s chances of moving up to MLS?

A. The league continues to expand, with USL Pro’s Orlando City FC making the move in 2015. Other mid-size markets, most notably Sacramento, Calif., are considered favorites to join MLS over the next few years. The Independence – with 13,800-seat Memorial Stadium potentially fully renovated and sitting in the shadows of uptown Charlotte – hopes it can create a pro soccer culture in a major-league market that will make MLS take notice.

Read more here: http://www.charlotteobserver.com/2014/0 ... Bo0vvldWRM#storylink=cpy
User avatar
TheKingofSting
RealGM
Posts: 17,830
And1: 2,165
Joined: Jun 24, 2011
       

Re: Off Topic VI 

Post#1597 » by TheKingofSting » Thu Sep 18, 2014 1:31 am

These people on South Beach Tow are crazy.
President of the Quinn Cook Fan Club

Bradley Beal has D Wade potential
User avatar
Eoghan
RealGM
Posts: 11,315
And1: 3,293
Joined: May 20, 2009
         

Re: Off Topic VI 

Post#1598 » by Eoghan » Thu Sep 18, 2014 2:33 am


Wow, the logos are all blue. As a Liverpool supporter I find this quite disturbing.
User avatar
fatlever
Senior Mod - Hornets
Senior Mod - Hornets
Posts: 59,498
And1: 16,046
Joined: Jun 04, 2001
Location: Terrapin Station
     

Re: Off Topic VI 

Post#1599 » by fatlever » Thu Sep 18, 2014 2:44 am

BrotherDave wrote:

Wow, the logos are all blue. As a Liverpool supporter I find this quite disturbing.


"blue is the colour"
User avatar
TheKingofSting
RealGM
Posts: 17,830
And1: 2,165
Joined: Jun 24, 2011
       

Re: Off Topic VI 

Post#1600 » by TheKingofSting » Fri Sep 19, 2014 1:00 am

I may have to get into soccer big time now, no complaints with even more things to do around.
President of the Quinn Cook Fan Club

Bradley Beal has D Wade potential

Return to Charlotte Hornets