University of Florida Eliminates Computer Science, Increases Athletic Budget

semtex

:)
Joined
May 1, 2012
Messages
20,310
Reputation
3,396
Daps
46,187
#include <iostream>

using namespace std;

void main(){

int size=8;
char BSArray[size]={'B', 'U', 'L', 'L', 'S', 'H', 'I', 'T'};

for(int i=0; i<size-1;i++)
cout<<BSArray<<" ";




}

C++ we off that

public static void main(String[] args)
{
char[] array;
String florida= "bullshyt";

array= florida.toCharArray();

for(int i=0;i<array.length;i++)
{
System.out.println(array);

}





}
 

Rekkapryde

GT, LWO, 49ERS, BRAVES, HAWKS, N4O...yeah UMAD!
Supporter
Joined
May 1, 2012
Messages
148,216
Reputation
26,459
Daps
497,938
Reppin
TYRONE GA!
for what its worth

UF has phenomenal undergrad engineering programs

while true, this doesn't help the perception.... :yeshrug:


that's why I'm all for the alma mater keeping its academic reputation in tact even if it means we are shyt athletically (football anyway :to: )
 

Rekkapryde

GT, LWO, 49ERS, BRAVES, HAWKS, N4O...yeah UMAD!
Supporter
Joined
May 1, 2012
Messages
148,216
Reputation
26,459
Daps
497,938
Reppin
TYRONE GA!
edit: just saw the article from the UF College of Engineering...

But many athletic programs have separate/additional funding with their booster bread.
 

Serious

Veteran
Supporter
Joined
Apr 30, 2012
Messages
79,892
Reputation
14,198
Daps
190,196
Reppin
1st Round Playoff Exits
+ rep my dude...i was looking for this just because I wanted to hear the BS Fatlock was gonna spew and how Bissinger would shyt on anyone who would be against the argument....i heard a lot of CFB Mason Dixon writers screaming "bring that bs argument to the south" all week on podcast

Yeah ish got pretty ugly. Bissinger basically sonned the opposition...

Here's another film about the exploitation of "people" in college sports:
Money and March Madness - Video | FRONTLINE | PBS
 

Spatial Paradox

All Star
Supporter
Joined
May 16, 2012
Messages
2,288
Reputation
1,120
Daps
12,138
Reppin
Brooklyn
#include <iostream>

using namespace std;

void main(){

int size=8;
char BSArray[size]={'B', 'U', 'L', 'L', 'S', 'H', 'I', 'T'};

for(int i=0; i<size-1;i++)
cout<<BSArray<<" ";




}




i dont get it

It's a C++ program that would display "BULLshyt" in a console/command prompt window.

Can't remember where I read it at, but I've read that for many schools, their athletic departments are cash cows. If that's the case with this school, then I wouldn't be surprised at this, especially if whatever funding they get from the state has been cut...

Still though:
#include <iostream>

int main()
{

std::cout << "That's some bullshyt" << endl;
return 0;

}
 

Carter G. Hoodson

Tarik is my name ✊✊✊
Joined
May 28, 2012
Messages
4,874
Reputation
35
Daps
6,433
Reppin
East Orange, NJ
"Wow, I'm a computer science graduate. That's just ridiculous. They're basically saying kids have no future in other professional fields other than sports and entertainment" - Carter G. Hoodson
 

Type Username Here

Not a new member
Joined
Apr 30, 2012
Messages
16,368
Reputation
2,385
Daps
32,641
Reppin
humans
C++ we off that

public static void main(String[] args)
{
char[] array;
String florida= "bullshyt";

array= florida.toCharArray();

for(int i=0;i<array.length;i++)
{
System.out.println(array);

}





}


Java b?

You trying to make little applets or something?

C++ is the don of all languages. Everything that matters is coded in it, with the exception of some apps or games coded in JS, Java or C#.
 
Top