Lucandrake Posted November 7, 2005 Share Posted November 7, 2005 (edited) My schools internet security sucks.... They just turn on security settings on internet explorer to high so that I can't post or view most of my pages, and xblock is bypassed by pinging the IP in cmd prompt of the website thats blocked...... Edited November 7, 2005 by Drake Link to comment Share on other sites More sharing options...
Shibathedog Posted November 7, 2005 Share Posted November 7, 2005 My old school used to use fortress and some crappy freeware firewall program (even though they had novell...so wtf?) which was all pretty easy to get around My new school has pretty much fully unlocked computers, but they use evil Windows server Firewall 2003 proxy thing which blocks fricken everything. Link to comment Share on other sites More sharing options...
Samurai Edge Posted November 9, 2005 Share Posted November 9, 2005 Schools computers are evil. I think my worst is last year. Right click disable, and tons of things cannot be done. Link to comment Share on other sites More sharing options...
Weirdy Posted November 9, 2005 Share Posted November 9, 2005 well quit slacking and do your school work :/ Link to comment Share on other sites More sharing options...
Lucandrake Posted November 10, 2005 Author Share Posted November 10, 2005 I did ><!! Weirdy have you done selection sort, binary sort, insertion sort, bunny sort? There all evil >.<!!!! Link to comment Share on other sites More sharing options...
Weirdy Posted November 10, 2005 Share Posted November 10, 2005 no, what are those? bit operations? Link to comment Share on other sites More sharing options...
Ryuken Posted November 10, 2005 Share Posted November 10, 2005 my school uses web sense to block bad sites and every studetn and even most teachers are just users or whatever the lowest rank is Link to comment Share on other sites More sharing options...
Lucandrake Posted November 10, 2005 Author Share Posted November 10, 2005 (edited) There classes (some are already predifined for you), and were doing them in java, it teaches you how to sort your arrays (I had to do binary sort last year in C++, but it had a brake so I got a C for it, again this year with a brake, when the while loop is supposed to check when the arrays are past the number your looking for in the array). Try them out in C++ it's much more easier Binary, make the array (of numbers) go from least to greatast, then when a number is inputed, your supposed to output the array index, to do this use a while loop with integers, low, medium, high. Make the while loop continue going until it finds the number your looking for as a medium, but high and low are supposed to be past each other, dont use a brake like i did.... ex: low = 0. Medium = 5. High = 10. Were looking for 7 so, since medium is lower then, its obviusly between the 5 and the 10, so now low = medium. and medium is = high + low / 2. Keep going until high and low pass each other with medium being the number your looking for. Selection, make the array go from least to greatast, by checking 0,1. Then 0,2, etc... after you check that check 1,2. 1,3,etc... use for loops for this since while sucks >< Instertion, Make the array go from least to greatast by checking 0,0. Since there the same nothing happens, then go to 1,0. Switch if least then. Then check 2,1,2,0, etc... of course after you do that, do the loop again but start at 1,0 this time. I forgot bunny... they teach you coding skills that your supposed know.... besides that im learning how to make programs shorter with less work in java right now, which i love since the smaller the code for me the better ^.^ Edited November 10, 2005 by Drake Link to comment Share on other sites More sharing options...
TheChuckster Posted November 11, 2005 Share Posted November 11, 2005 (edited) Delete. Edited November 11, 2005 by TheChuckster Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now