Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

JC off topic '12

1132133135137138

Comments

  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Right here's an "app" to tell when the temperature is too hot for you

    myidealtemp = 21

    if(current temp >= myidealtemp)
    print("It's too hot")
    else:
    print("It's too cold")

    Where did you learn to do that? What language should I focus on? I've done a bit of c# but that's it. Should I focus on any? Also, that's really cool


  • Registered Users, Registered Users 2 Posts: 1,034 ✭✭✭dalta5billion


    Troxck wrote: »
    Right here's an "app" to tell when the temperature is too hot for you

    myidealtemp = 21

    if(current temp >= myidealtemp)
    print("It's too hot")
    else:
    print("It's too cold")

    Where did you learn to do that? What language should I focus on? I've done a bit of c# but that's it. Should I focus on any? Also, that's really cool
    Cough. That's probably bad Python code, its just to give him an idea of if else arguments etc.

    Python is really easy and fun. Also, it's a tad inefficient, so it's not used everywhere. TBH I don't know yet the difference between C, C++, C# is, but I'd assume they're all of equal benefit to learn. Java I believe is for Android apps, and Objective-C is for iOS (iPhone and iPad).


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Cough. That's probably bad Python code, its just to give him an idea of if else arguments etc.

    Python is really easy and fun. Also, it's a tad inefficient, so it's not used everywhere. TBH I don't know yet the difference between C, C++, C# is, but I'd assume they're all of equal benefit to learn. Java I believe is for Android apps, and Objective-C is for iOS (iPhone and iPad).

    Well, I think if I decided to do CS, they expect us to know nothing so if we're in 3rd and know this, we'd be fairly decent by college, hopefully. I think I'll try and "master" c# this summer and focus on c++ and java in TY.


  • Registered Users, Registered Users 2 Posts: 1,034 ✭✭✭dalta5billion


    Troxck wrote: »
    Well, I think if I decided to do CS, they expect us to know nothing so if we're in 3rd and know this, we'd be fairly decent by college, hopefully. I think I'll try and "master" c# this summer and focus on c++ and java in TY.
    We'll be fine! Don't worry. Just have fun making whatever you want.

    Anyways, I need my sleep, my beloved Mac has decided to stop a) booting properly b) stop accepting my admin password and c) refuse to copy any files to a backup hard drive.


  • Registered Users Posts: 1,286 ✭✭✭paddyzk


    Deadly stuff.I might actually give it go tbh.
    Biggest n00b question evar. - where do you type all that stuff into :cool:


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    We'll be fine! Don't worry. Just have fun making whatever you want.

    Anyways, I need my sleep, my beloved Mac has decided to stop a) booting properly b) stop accepting my admin password and c) refuse to copy any files to a backup hard drive.

    Goodnight, also, that's unfortunate, hope it doesn't fcuk up completely.


  • Registered Users, Registered Users 2 Posts: 1,034 ✭✭✭dalta5billion


    Troxck wrote: »
    Goodnight, also, that's unfortunate, hope it doesn't fcuk up completely.

    Hah yeah, I'll have to reformat the disk :( 1 TB of my stuff had to go to 500 GB of external HD. Lot of choices were made today...


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Hah yeah, I'll have to reformat the disk :( 1 TB of my stuff had to go to 500 GB of external HD. Lot of choices were made today...

    Oh well, I think I have max. 40GBs of important files...


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    paddyzk wrote: »
    Deadly stuff.I might actually give it go tbh.
    Biggest n00b question evar. - where do you type all that stuff into :cool:

    Depends on the language. If you have never done any coding at all you should spend a few days on HTML. Many people would say not to but it's an easier start. After that you should probably pick objective c, c#, c++ and java. I would recommend c#, a guy called " onlivegamer" on YouTube has the best tutorials. He tells you what to download too. I hope this was somewhat helpful


  • Closed Accounts Posts: 4,850 ✭✭✭Indiego


    Troxck wrote: »
    paddyzk wrote: »
    Deadly stuff.I might actually give it go tbh.
    Biggest n00b question evar. - where do you type all that stuff into :cool:

    Depends on the language. If you have never done any coding at all you should spend a few days on HTML. Many people would say not to but it's an easier start. After that you should probably pick objective c, c#, c++ and java. I would recommend c#, a guy called " onlivegamer" on YouTube has the best tutorials. He tells you what to download too. I hope this was somewhat helpful


    Yous are so lucky you got to learn proper programming languages in school, we did this poxy 'Scratch' programming that's designed for kids :L It's so easy, even I, who I would consider a total noob, was able to make a fairly decent/complex pacman type game B)


  • Advertisement
  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Indiego wrote: »
    Troxck wrote: »
    paddyzk wrote: »
    Deadly stuff.I might actually give it go tbh.
    Biggest n00b question evar. - where do you type all that stuff into :cool:

    Depends on the language. If you have never done any coding at all you should spend a few days on HTML. Many people would say not to but it's an easier start. After that you should probably pick objective c, c#, c++ and java. I would recommend c#, a guy called " onlivegamer" on YouTube has the best tutorials. He tells you what to download too. I hope this was somewhat helpful


    Yous are so lucky you got to learn proper programming languages in school, we did this poxy 'Scratch' programming that's designed for kids :L It's so easy, even I, who I would consider a total noob, was able to make a fairly decent/complex pacman type game B)


    We only did HTML for the last 3 classes. We did scratch too. I thought it was the best thing when I was in first year.


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    We never ever did any programming in school.. :/ Would have loved to though.


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Bazinga_N wrote: »
    We never ever did any programming in school.. :/ Would have loved to though.

    Irish schools are way behind Europe in terms of computing in secondary school. My friend says that his cousins in Eastern Europe learn proper programming and app developing in their 2nd year equivalent.


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    Troxck wrote: »
    Irish schools are way behind Europe in terms of computing in secondary school. My friend says that his cousins in Eastern Europe learn proper programming and app developing in their 2nd year equivalent.
    We have a computer class once a week. All we do is go on the internet. Facebook only recently got blocked in school :( Next year is going to be such a burden.


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Bazinga_N wrote: »
    We have a computer class once a week. All we do is go on the internet. Facebook only recently got blocked in school :( Next year is going to be such a burden.

    You do know you can get past blocked sites? It's not hard, I watched Youtube for a lot of 3rd year. For example, if it says http://, just put https://
    Sometimes this doesn't work, just look up proxies or proxy sites, you'll be grand.


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    Troxck wrote: »
    You do know you can get past blocked sites? It's not hard, I watched Youtube for a lot of 3rd year. For example, if it says http://, just put https://
    Sometimes this doesn't work, just look up proxies or proxy sites, you'll be grand.
    Youtube's not blocked in school neither is Twitter.. :D Just Facebook </3

    I'll try that Thanks! :D

    Out of curiosity, how/where would you start with programming. Tbh, I've always loved computers and would love to learn more about them, but I don't think it'd be something I'd do career wise.


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Bazinga_N wrote: »
    Youtube's not blocked in school neither is Twitter.. :D Just Facebook </3

    I'll try that Thanks! :D

    Out of curiosity, how/where would you start with programming. Tbh, I've always loved computers and would love to learn more about them, but I don't think it'd be something I'd do career wise.

    Well, it depends really. If you want to do web design, then HTML and CSS is where you should start, then improve it with javascript. http://www.w3schools.com/ is your resource for that.

    Proper programming like c#, c++, python and java have an abundance of tutorials on the web but my favourite would be from onlivegamer. http://www.youtube.com/user/onlivegamer/videos?view=1 Here's his channel! Look through some of his tutorials and see what you like, he only shows the basics. If you search the web you'll find more. Hope this was helpful


  • Registered Users Posts: 1,472 ✭✭✭SChique00


    Why am I sitting here watching The Princess Diaries when I could be doing some pilates.... xP


  • Registered Users, Registered Users 2 Posts: 4,080 ✭✭✭EoghanIRL


    Troxck wrote: »
    Bazinga_N wrote: »
    Youtube's not blocked in school neither is Twitter.. :D Just Facebook </3

    I'll try that Thanks! :D

    Out of curiosity, how/where would you start with programming. Tbh, I've always loved computers and would love to learn more about them, but I don't think it'd be something I'd do career wise.
    You can still access command prompt on school computers. Just use that to access websites. I guess it helps of you can write script. Another trick is to go to yahoo translator (babel fish) and translate the URL. Some blocking


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 4,080 ✭✭✭EoghanIRL


    Some blocking program's are very basic in schools.


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    I'm currently eating Supermacs... Ye jealous? ;D


  • Registered Users Posts: 1,472 ✭✭✭SChique00


    Bazinga_N wrote: »
    I'm currently eating Supermacs... Ye jealous? ;D

    Not really sham - Supermacs < sh!t :p


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    SChique00 wrote: »
    Not really sham - Supermacs < sh!t :p
    Not a chance ;) Chicken Wrap FTW.. XD


  • Registered Users Posts: 1,472 ✭✭✭SChique00


    Bazinga_N wrote: »
    Not a chance ;) Chicken Wrap FTW.. XD

    I just think it's rank and greasy - but each to their own ;)


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    Truth.

    Where's David, Leia and Patrick this evening? :)


  • Advertisement
  • Registered Users Posts: 182 ✭✭ohsurelook


    I WANT FAST FOOD NOWOWOWOWWOWOW


  • Registered Users Posts: 447 ✭✭IrishLoriii


    My stomach kinda hurts thinking bout the results and I still have months left to freak out :(


  • Registered Users Posts: 1,472 ✭✭✭SChique00


    My stomach kinda hurts thinking bout the results and I still have months left to freak out :(

    Know it's easy for me to say now but I was in your exact position once upon a time - quit worrying, enjoy your summer, and pray like fúck the week before you get the results ;) worked for me! ^_^


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    My stomach kinda hurts thinking bout the results and I still have months left to freak out :(
    Try to forget about it.. :)


  • Registered Users Posts: 182 ✭✭ohsurelook


    I forgot we get results.....genuinely


  • Advertisement
  • Registered Users Posts: 182 ✭✭ohsurelook


    Is anyone getting a job for the summer?


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    ohsurelook wrote: »
    Is anyone getting a job for the summer?
    I'd love one, but it's doubtful tbh. You really need to be 16 to be even considered. :/


  • Registered Users Posts: 182 ✭✭ohsurelook


    I'd love one, but it's doubtful tbh. You really need to be 16 to be even considered. :/

    Yeah,I know,scarlehh. I want a telemavision for my room,though


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    ohsurelook wrote: »
    Yeah,I know,scarlehh. I want a telemavision for my room,though
    I gots one :')


  • Registered Users Posts: 182 ✭✭ohsurelook


    I gots one :')

    Fightcha for it.

    AW SCARLEHH FOR YOU THOUGH - Doing de juhnewrr next year </3


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    ohsurelook wrote: »
    Fightcha for it.

    AW SCARLEHH FOR YOU THOUGH - Doing de juhnewrr next year </3
    Bring it ;)

    Era, few Revise Wises... Be grand :)


  • Closed Accounts Posts: 1,617 ✭✭✭KirkCheated09


    Bazinga_N wrote: »
    I'd love one, but it's doubtful tbh. You really need to be 16 to be even considered. :/

    no you don't


  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    ohsurelook wrote: »
    Is anyone getting a job for the summer?

    I tried 4 places, no luck. Ah sure.


  • Closed Accounts Posts: 4,850 ✭✭✭Indiego


    Saw no point trying to get a job before I turn 16, so waiting till after my birthday to start applying, hopefully it will slightly increase my chances beyond non-existant.. :L


  • Registered Users, Registered Users 2 Posts: 3,232 ✭✭✭Bazinga_N


    Indiego wrote: »
    Saw no point trying to get a job before I turn 16, so waiting till after my birthday to start applying, hopefully it will slightly increase my chances beyond non-existant.. :L
    That's another year for me :/ Era sure :L


  • Advertisement
  • Closed Accounts Posts: 1,386 ✭✭✭Troxck


    Bazinga_N wrote: »
    Indiego wrote: »
    Saw no point trying to get a job before I turn 16, so waiting till after my birthday to start applying, hopefully it will slightly increase my chances beyond non-existant.. :L
    That's another year for me :/ Era sure :L

    Just because you're 16 doesn't mean they'll give you a job, just a word of warning...


  • Registered Users Posts: 447 ✭✭IrishLoriii


    My ma is screaming at the telly :LL She isnt italian, she just hates england hahaha

    Thanks guys :)


  • Closed Accounts Posts: 4,850 ✭✭✭Indiego


    Troxck wrote: »
    Just because you're 16 doesn't mean they'll give you a job, just a word of warning...
    Im just praying a combination of good exam results/good work experience/etc will give me a chance of sommmmeeething :L


  • Registered Users Posts: 447 ✭✭IrishLoriii


    I have a saturday job but I want a real nice PROPER job :D


  • Closed Accounts Posts: 4,850 ✭✭✭Indiego


    I have a saturday job but I want a real nice PROPER job :D
    I saw you saw in another thread youre going to Time, have I found another Wicklow/Kildarian? :L :L


  • Registered Users Posts: 447 ✭✭IrishLoriii


    Indiego wrote: »
    I saw you saw in another thread youre going to Time, have I found another Wicklow/Kildarian? :L :L

    Hello Oh lovely stalker :L
    Im Kildare! Yourself :)


  • Registered Users Posts: 263 ✭✭Sentid


    Lurking about tonight lads :D

    On the jobs thing, it's very hard to get somethign without any experience. I'm 16 and have nothing, but I've a cousin with a petrol station so I might get something next year :rolleyes:

    Anyone watching the live psychics thing on tv3? It's gas :pac:


  • Closed Accounts Posts: 4,850 ✭✭✭Indiego


    Hello Oh lovely stalker :L
    Im Kildare! Yourself :)
    Im not a stalkkerrrr.. I saw that post and the thread was locked so I couldnt ask you :o :P
    Wicklow B) Im going to Time too :P


  • Registered Users Posts: 447 ✭✭IrishLoriii


    Indiego wrote: »
    Im not a stalkkerrrr.. I saw that post and the thread was locked so I couldnt ask you :o :P
    Wicklow B) Im going to Time too :P

    Yeah yeah sure ;);)
    Its going to be great :)
    Ehm Are you a girl? :L If you are, WHAT ARE YOU WEARING TO IT?:L:LL:


  • Advertisement
  • Registered Users Posts: 447 ✭✭IrishLoriii


    Sentid wrote: »
    Lurking about tonight lads :D

    On the jobs thing, it's very hard to get somethign without any experience. I'm 16 and have nothing, but I've a cousin with a petrol station so I might get something next year :rolleyes:

    Anyone watching the live psychics thing on tv3? It's gas :pac:

    I wanted to watch the physic thing but my brother went MAD at me when he seen I had it on and ranted about how they disturb ghosts and stuff :(
    Personally,I just find the voice funny :L


Advertisement