Bitcoin Forum
June 08, 2024, 01:30:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 [379] 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 ... 458 »
7561  Other / Off-topic / The Coding Thread on: May 12, 2013, 05:31:33 AM
Considering there are clearly tons of programmers/learning programmers here I think we should make a thread where we can talk about different programming languages and help each other out, I'm currently messing around in OpenGL though I suspect if I want to make anything functional like a game I'm going to have to properly get into C++ too, feel free to post code here of stuff you're working on and need help with etc.


Quote


            glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
            glClear(GL_COLOR_BUFFER_BIT);

            glLoadIdentity();
            glPushMatrix();
            glTranslatef(-0.5f, -0.5f, 0.0f);
            glPushMatrix();
            glRotatef (90.0f, -180.0f, 0.0f, 0.0f);
            glPopMatrix();

                                            glBegin(GL_TRIANGLES);




                                            glVertex3f(0.5f, 0.5f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);
                                            glVertex3f(1.5f, 0.5f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);
                                            glVertex3f(0.5f, 1.0f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);

                                            glVertex3f(0.5f, 1.0f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);
                                            glVertex3f(1.5f, 0.5f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);
                                            glVertex3f(1.5f, 1.0f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);

                                            glVertex3f(0.5f, 1.0f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);
                                            glVertex3f(1.5f, 1.0f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);
                                            glVertex3f(1.0f, 1.5f, 0.0f);   glColor3f(1.0f, 0.5f, 1.0f);



            glEnd();

            glPopMatrix();


I made a pink pentagon, WEEEEEEEEE! Cheesy Can't figure out how to get GLRotatef working though.
7562  Economy / Economics / Re: Proof that Bitcoin is going to yield returns beyond my wildest hopes!!! on: May 12, 2013, 02:29:15 AM
I got a fortune that told me that one day I was going to be rich and famous, doesn't mean it's true though lol Tongue
7563  Other / Off-topic / Re: What country are you from? on: May 12, 2013, 01:28:34 AM
I'm also finding the groupings a bit weird.  Maybe if you're going to do "Europe" as a group you could also add in general groups for Asia, Oceania, South America, etc.  It's a bit odd to name two Asian countries but not name a couple of European countries.

I'm pretty sure this person must be American to make such a stupid poll.
7564  Other / Politics & Society / Re: Do Documentaries really wake people up? on: May 11, 2013, 11:26:12 PM
I think so but it depends on the person, some people will stay close-minded no matter who they are but you also have to make sure that the documentary you're doing is actually factual and not just a scare mongering piece like a lot of the stuff televised news throws out.
7565  Other / Off-topic / Re: Thanks a lot ...KID! on: May 11, 2013, 11:23:42 PM
It's like someone took the people we regularly argue with about Bitcoin and then gave them moderating powers lol.
7566  Other / Off-topic / Re: Best pogramming glossary? on: May 11, 2013, 11:20:24 PM
Well I'm mostly learning C++ and OpenGL, yeah I'm using Codeblocks and the more I mess with it the more helpful it's being, but there are times like when I'm using glTranslate and glRotate that the help decides to bugger up on me and I can't get the code working because it demands that I do two different things in the same line. When it does work nothing happens, maybe I should post what I'm working with too? Cheesy I think I just need to look into the code a bit more though.

Edit: I just figured out what I did wrong with glTranslate at least Tongue sometimes I just need to look at the code when I'm less tired.
7567  Economy / Scam Accusations / Re: Nexusakachus owes me and others money on: May 11, 2013, 04:56:44 PM
https://btcjam.com/listings/2252

Here you go, it was just on BTCJam so I'm not that surprised really, but that's why I only put in a small amount, the main problem is he seems to have buggered off with a lot of other peoples' money as well, oh and at least I'm not like those people who lose hundreds upon hundreds of BTC Cheesy

Quote
Lethn    0.1    2013-03-06 09:10:20 UTC
7568  Other / Off-topic / Best pogramming glossary? on: May 11, 2013, 12:33:17 PM
So here's another random thread I'm making about programming and great news, I'm actually vaguely beginning to understand this stuff the more I mess around which seems to be how a lot of people learn anyway, there's only one problem though, I want to learn what every little bit of code means properly rather than just wtfing about it if I change something. Then I realised there is such a thing for this, a glossary! I've been searching around and found some stuff that's been helpful but what I'd really like is something that's near enough complete and explains every little thing out there in the language for you.

http://www.cs.columbia.edu/~evs/intro/handouts/prog-glossary.html

http://www.computerhope.com/jargon/program.htm

Does anyone have better lists than this? Or does such a glossary not exist right now?
7569  Other / Off-topic / Re: Anyone else more suspicious of someone after they make a "reputation thread"? on: May 11, 2013, 11:14:28 AM
Yes, just like how when someone says their investment is solid or they write in capslock.
7570  Economy / Scam Accusations / Re: [EDU] How to spot a scammer (Read this before doing any transactions!) on: May 11, 2013, 10:05:00 AM
From an experience I've just had, always be suspicious of people who have taken out several loans at once and they haven't taken steps to repay, chances are it's a grab and run strategy.
7571  Economy / Scam Accusations / Nexusakachus owes me and others money on: May 11, 2013, 09:49:38 AM
Well this is my first scam accusation thread, there's a guy on BTC called nexusakachus that I lent money too as well as a bunch of others on these loans he put up, this person owes me the loan of 0.1 BTC I pooled in with other people, probably not going to get the interest back but I'd both like to warn people or get my money back without interest if he is honest.

I am making this thread so others can post here because he has an active account on Bitcointalk, I have patiently waited until the very last due date for him to pay me back and it hasn't happened, in hindsight it was a stupid thing to do because he was clearly overextending himself with the amount of loans he had taken out but I know better now.
7572  Economy / Economics / Re: UK Building Societies at risk (Co-op, Nationwide etc) on: May 10, 2013, 08:34:25 PM
Yeah, saw this as well, I'm seriously considering now adopting Bitcoin entirely, I have a co-op bank account and thought they were fairly safe, I'm actually thinking about having a serious talk with my parents to try and convince them to buy some Bitcoins, even a small percentage will probably help them a lot.
7573  Other / Meta / Re: [NOT CONFIRMED] Bitcointalk users info leaked? on: May 10, 2013, 07:39:19 PM
This is why I use fake emails, suckers.
7574  Other / Politics & Society / Re: DEFCAD taken offline at request of US Department of Defense Trade Controls on: May 10, 2013, 06:37:57 PM
I'm a strictly self-defence, defence of others person kind of guy, I do however believe if that you're going to have gun control the people policing should have to obey the same rules as well and come up with other forms of defence against guns which I'd actually be happy to help with if that were the case. Anything else is just a power grab and shows that governments only want to have complete control over us.
7575  Other / Politics & Society / Re: IRS APOLOGIZES FOR TARGETING CONSERVATIVE GROUPS on: May 10, 2013, 04:54:04 PM
Quote
including details of their postings on social networking websites and about family members.

Now why the fuck would you need details about other people in order to file taxes or not pay them at all? I'm glad I don't live in the U.S.
7576  Economy / Goods / Re: WTS - Frontier Space Manga, Digital Goods, Necklace for sale! More to come! on: May 10, 2013, 04:38:01 PM
I have also decided to accept Litecoin payments for my Jewellery, I will be making more stuff and I'll post more photo's up over time.
7577  Bitcoin / Press / Re: 2013-05-09 TheGenesisBlock.com - US Regulator’s Confusion Around Bitcoin Is Exac on: May 10, 2013, 12:29:10 PM
I'll tell you what this actually is, it is of course politicians being as stupid as ever, but it is also that they'll be desperate to not officially acknowledge Bitcoin as a currency, if they do, then that means there will be all sorts of different rules involved with Bitcoin and they may even have to declare it as a currency entirely seperate from the state.

You can bet that the central banks won't be having that because it would be a direct threat to them.
7578  Other / Politics & Society / Re: To liberals, if everything were paid for would you still demand taxes? on: May 10, 2013, 08:07:30 AM
It depends, if his conditions included something like making government debt illegal and going back to a standard of money that couldn't be easily hyper-inflated then I'd be all for it, even if a scenario like that doesn't really exist now Tongue problem is, if you gave someone like the US government a free ride they'd take it and abuse the shit out of it like they've been doing with peoples money for almost a century now.

Edit: Oh wait, I was sleepy and I didn't notice you said Liberals LOL Tongue silly neo-conservative.
7579  Bitcoin / Bitcoin Discussion / Re: Anti-Bitcoin Socialist Propaganda in New Zealand on: May 09, 2013, 09:57:46 PM
Quote
EDIT:  But I do get it now.  I didn't realize when I came upon Bitcoin that there were so many libertarians involved.  Again, totally those people right.  But it's also within my right to label these people crazy, tin-foil hat consiracy theorists who would rather see the whole world burn and would love nothing more than use Bitcoin to do.  Just know, I'm not on your side and if you can't beat me in a debate, you have no chance in the real world.

Just thought I'd say speaking as someone with Libertarian/Anarchist beliefs, I don't want to see the 'whole' world burn, I just want to see the world of people like you crumble around you because it can only exist through the theft of other peoples' wealth. People like you conveniently forget that when you actually take action and don't pay taxes, you go to jail, our current society does not exist on a voluntary basis, if I could completely abandon this system I would, that's why I support Bitcoin.
7580  Other / Off-topic / Re: Top tips for surviving life on planet earth on: May 09, 2013, 08:53:25 PM
Never believe anything a politician says, even if they're telling you the truth they're probably hiding something.
Pages: « 1 ... 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 [379] 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 ... 458 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!