Niagara Poker Supply

Poker Cards, Chips, Chipsets, Tables, Gameroom Equipment, Bad Beat Stories, Poker on TV, Poker Players, Poker Rooms

Preview

Download the flash player

2009 Jul 31

Question by merc_hustla: What poker bad beats have you had.?
when, where, how

Best answer:

Answer by c99challenger
my worst was a flush, only to be beat by a royal straight flush

What do you think? Answer below!

2009 Jul 31

Six Days to Online Poker Profits
Six Day Course Teaching you how to become a winner playing poker in the games you can win.
Six Days to Online Poker Profits

Online Poker Product Evolve Poker e-book package 60% comission!
The Evolve Poker e-book package is a comprehensive guide to becoming a high stakes pro in online poker written by three high stakes pros. We know how online poker players think and know what they want and have created a product that they will pay for.
Online Poker Product Evolve Poker e-book package 60% comission!

Dollhouse Miniature Size Poster #657 (2signs)Poker Room

US $2.35
End Date: Wednesday Jan-11-2012 7:46:16 PST
Buy It Now for only: US $2.35
Buy it now | Add to watch list
Texas Hold 'Em Poker Room Antique Design Tournament Poster Sign
US $7.95 (0 Bid)
End Date: Wednesday Jan-11-2012 10:24:38 PST
Bid now | Add to watch list

2009 Jul 30

Question by Tony F: Phil Ivey or Gus Hansen?? Who is the best No-Limit Player in the world?
Texas Hold’em.

Best answer:

Answer by loginsubrata
no idea

Give your answer to this question below!

2009 Jul 29

Question by Erik M: Is it ok to leave Shivering Isles after beating the story mode?
After i became sheograth or whatever i was wondering if anything bad is going to happen if i leave shivering Isles ?, because i want to complete the Thievs Guild and Assasins Guild

Best answer:

Answer by Mislead Devotion
That’s a good question. Let me know if you find the answer.

What do you think? Answer below!

2009 Jul 28
poker room
by Ron Sombilon Gallery

Question by imtheboyfromlollypopland: Is there a online poker room with no downloads and no real money?
Im looking for a place to play poker online against real people, but I dont want to download anything, and I dont want to play with real money, does anyone know of a site?

Best answer:

Answer by pab420_99
Go to www.pogo.com

It’s free, plus there is a chance to win a jackpot of real money!

There is no downloads, or anything either :)

Add your own answer in the comments!

2009 Jul 27

Question by Nick T: Online Poker Is Depressing Me-HELP?
right i dont know where to start this, i think i just want some one to piss and moan to as knowone will listen to my bad beat stories.

but the truth is everytime i bust out a tourney or lose my roll on cash i feel like slitting my wrists, the pain in my stomach is getting unbearable.

first off i know what my problem is and why im losing but i just cant seem to do anything about it, i know im a good player. i play small tourneys and no more than 50c-1 cash, at these levels i know im in the top 5% of the people playing them.

what keeps happening to me lately is im making the money in tourneys, getting there with a good stack then some how blow it all before the final table and the decent payout, it allways seem to go the same way, i bust out with 10 10 to some idiot with A6, or AK against an idiot with 22. then i take the money iv won and blow it in the online casino cos im so pissed at what just happened.

i know everyone complain about bad beats and online pokers fixed, which i dont believe. but i truly believe my luck runs worse than the average man. the amount of times i run into AA with KK is unbelieveable, or runner runner flush and straights when i flop a set is unreal.

now for those of you who are thinking you just crap at poker and you dont know how to play heres my stratagy for tourneys. you tell me if its wrong and needs changing or if i am just the most unluckest person alive.

1. early, i play big hands, pairs and suited connector, but try and get in cheap and win lots of small pots rather than risk my whole stack trying to win a big pot. my belief is that even if you are a 4-1 fav pre flop, even with good luck over a tourney that last 5-6 hours if you play big pots all the time eventualy u get beat. i try not to put my whole stack in early on without having the stone cold nuts, and preflop with AA or KK only and even then reluctantly.

2. middle tourney, i usualy start to tighten up, playing big hands only. i now try and build a very tight image so that as we get to the later stages i have a better chance at stealing so i dont blind out if i dont get any decent hands.
3. late in tourney, in the money. i will now try and steal blinds in late possition, no all the time but enought to keep my stack from dropping to much, i play only big hands, i still try not to play massive pots, im quite happy with small pot, building slowly with little risk to my stack.

4. Final table. what ever happens happens. i try and play the players at the table and win the game, i dont play for 5th or 6th i want 1st and will try everyting i can.

Now i have never read a poker book or had any advice from others, this is what i have believe to be the best way to play tourneys. This stratagy seem to work, i can honestly say almost all the time i am leading when the money goes in and get butt fooked, and once i do i go on tilt and just blow my bank roll in the casino.

please please please if there are any poker pros out there that cant tell me if my stratagy is the reason i just cant get into the big payday or is my stratagy right and im just one unlucky bas tard.

or you can just tell me to get a life im not bother theres nothing u can say that will make me feel worse than the badbeat i suffed on the bubble of final table tonight.

Best answer:

Answer by LegFuJohnson
Not sure what to say but to offer you some cheese with your whine.

You realize that the idiot with 22 is favored pre-flop over your AK, right?

Being smart with your money is part of being a good player, so if you are just blowing your winnings in the on-line casino, then I have a hard time believing you are any good.

But if you are only playing small tourneys, then you should have no problem getting it in early with good hands. If you lose, you lose, start another one. If you win, you’ve got a big stack and can push around these people that you claim are so much worse than you.

In the middle you have to be more aggressive because people are being tight, just trying to squeak into the money. don’t worry about trying to build an image, at the small stakes people aren’t noticing that stuff.

But really, if you are just going to believe that you have worse luck than everyone else, then stop playing.

Add your own answer in the comments!

2009 Jul 27
J.C. Tran
by ocean.flynn

Question by vanesa: Help me fix the error in this c++ code.In my visual studio i get error in this pow(-1,p+q)?
Please I have added an argument at the place where i get an error. Please suggest me something .
How can i fix the error . Thank you in advance !

#include “stdafx.h”
#include
#include
#include
using namespace std;
float detrm(float[25][25],float); //to find the determinant of the matrix
void cofact(float[25][25],float); //to find the cofactors of the matrix
void trans(float[25][25],float[25][25],float); /*to find the transpose of the cofactors of the matrix*/
void main()
{

float a[25][25],k,d;
int i,j;
cout<<"Enter the order of the matrix :\n";
cin>>k;
cout<<"Enter the elements of the matrix :\n";
for(i=0;i {
for(j=0;j {
cin>>a[i][j];
}
}
d=detrm(a,k);
if(d==0)
cout<<"\nMATRIX IS NOT INVERSIBLE\n";
else
cofact(a,k);
getch();
}

float detrm(float a[25][25],float k)
{
float s=1,det=0,b[25][25];
int i,j,m,n,c;
if(k==1)
{
return(a[0][0]);
}
else
{
det=0;
for(c=0;c {
m=0;
n=0;
for(i=0;i {
for(j=0;j {
b[i][j]=0;
if(i!=0&&j!=c)
{
b[m][n]=a[i][j];
if(n<(k-2))
n++;
else
{
n=0;
m++;
}
}
}
}
det=det+s*(a[0][c]*detrm(b,k-1));
s=-1*s;
}
}
return det;
}

void cofact(float num[25][25],float f)
{
float b[25][25],fac[25][25];
int p,q,m,n,i,j;
for(q=0;q {
for(p=0;p {
m=0;
n=0;
for(i=0;i {
for(j=0;j {
b[i][j]=0;
if(i!=q&&j!=p)
{
b[m][n]=num[i][j];
if(n<(f-2))
n++;
else
{
n=0;
m++;
}
}
}
}

fac[q][p]=pow(-1,p+q)*detrm(b,f-1);//HERE IS THE ERROR IT SAYS :MORE THAN ON INSTANCE OF OVERLOADED FUNCTION "pow" MATCHES THE ARGUMENT LIST
}
}
trans(num,fac,f);
}

void trans(float num[25][25],float fac[25][25],float r)
{
int i,j;
float b[25][25],inv[25][25],d;
for(i=0;i {
for(j=0;j {
b[i][j]=fac[j][i];
}
}
d=detrm(num,r);
inv[i][j]=0;
cout<<"\nThe inverse of the matrix :\n\n";
for(i=0;i {
for(j=0;j {
if (d==1 || b[i][j]==0)
cout< else
cout< }
cout<<"\n\n";
}
}

Best answer:

Answer by Tom Best
The first argument needs to be Float. So, change:

-1

to…

-1.0

What do you think? Answer below!

2009 Jul 27

Visit www.viewonpoker.com for more great poker videos, poker strategy, freerolls, exclusive poker offers and much more. Scotty Nguyen wins the 1998 WSOP Main Event and gets himself a shiny new bracelet and a whole lot of money and respect!

2009 Jul 25

Question by cancan: What do you think of my multi cultural characters for my story ?
Ok so I want to make a story and my main characters are multi cultural.Even though it’s set in a fictional world it’s still somewhat based on real races.

My main character is like an Indian girl, she wants to be a honorable warrior despite that in her tribe only boys can be warriors, theres more to her than just that cliche line i just said but I am trying to make it short, anyways her personality is pretty cliche, the one who never gives up,really believes she can accomplish her dream and beats the supposed bad guys up,later she develops more.

Another character is like a black guy, he comes from a African/buddist tribe. He had a little brother who dreamed of becoming a powerful knight(their is a medieval city in this fictional world too) But the big brother never supported him, and told him that it’s very unlikely that will happen becuase one he comes from this tribe and isn’t raised like warriors are, and two the chances of accomplishing your dreams are low, but later his..
.little brother dies when he picked a fight with someone. He feels remorse for not supporting him and decides to carry on his dream, and in the beginning of the story he already came close to accomplishing this dream but when he met the Indian girl, ahh i have to cut it here that isn’t important right now. anyways his personality is manly, kinda grumpy,yet cool,but his machoness is used as a joke allot of times in my story,anyways hes really strong too, and a good fighter.

Another character is like some nerdy white boy from a medieval village, who reads allot of books and stumbles on one about a legend of a great strong hero who is good at fighting and stuff, and he wants to be like him.When he meets the girl and the guy from before(who are friends by now) he looks up to them and sees them as brave heroes,he is inspired by them to train and be like the strong hero he always wanted to be..
but later throughout the story he grows to be annoyed by their immature behavior, and realizes that they do allot of unnecessary fighting and that being a strong brave fighter isn’t as cool as he thought it was. later in the story he manages to become a very powerful person through using his smarts, he doesn’t solve his problems through fighting and strength, he plans everything and uses his knowledge from books.

The two first characters i described learn from him, and use another approach to solve problems rather then just strength all the time(i wanted to break the cliche of the nerdy one learning from the strong brave ones and becomeing a strong fighter)….
I plan to make more main characters but i look back at these and thought that maybe these characters would come off as racist. Becuase i made the Indian girl one be brave,sweet determined and strong, and the black guy brave,strong,grumpy,and determined and the white one nerdy,and smart but later he over shadows the other two and the other two learn from him.

Do you think it would somehow come off as racist in any way ? Please be honest.

and if it does how do you think i should fix it ?

Best answer:

Answer by Maziana
Not bad. Interesting. I think it could be percieved as racist because the non-white people are the ones who fight, but then again, almost anything with multi-racial characters could be percieved as racist by somebody. I’d say stick with it, although maybe give them some traits that make the characters less cliche.

Give your answer to this question below!

2009 Jul 24
poker room
by Ron Sombilon Gallery

Question by : Is there anything against the law with playing Texas Hold’em poker in my dorm room?
I live in a dorm, suite style. We have a little living room with a table, a few chairs, and a couch.

I was wondering, is it okay for us to play poker for money in the dorm room? Or is it against the rules of the University?

Best answer:

Answer by Dethril
dunno man sounds fun tho.

Add your own answer in the comments!

Poker Supplies. Poker Cards, Chips, Chipsets, Tables, Gameroom Equipment. (copyright 2011 @ NiagaraPokerSupply.com)
Designed by : wordpress poker themes     Thanks To : online slots | Usa Poker

Switch to our mobile site