Kirk Hinrich

Kirk HINRICH #12

  • Born1981-01-02 (44 years old)
  • FromSioux City, IA (USA)
  • PositionPoint guard
  • Height1.91 m
  • NationalityUSA
MINUTES PLAYEDPOINTSFG %REBOUNDSASSISTS
-----
Statistiques cette saison toutes compétitions confondues

Cette saison

TYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPF

Carrière

SAISONTYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPF
1516SRATLNBA11006:540.50.2118.20.10.516.70000.111.10.20.31.30.10.1
1516SRCHINBA36715:403.81.43.440.50.71.642.10.40.493.80.21.41.60.40.81.701.8
1415SRCHINBA662224:235.72.25.837.40.92.534.50.50.8700.31.51.80.71.12.20.22.2
1314SRCHINBA686028:599.33.48.639.71.23.335.71.31.775.90.42.22.61.11.73.80.32.8
1314SRNBA5539:461131127.32540347513443303
1213SRCHINBA606029:247.72.7737.71.23391.21.671.40.32.42.61.11.75.20.43.2
1112SRATLNBA483125:456.62.56.141.412.834.60.50.778.10.21.92.10.81.22.80.22.1
1011SRATLNBA242228:358.63.37.743.21.33.242.10.60.966.70.31.92.20.81.53.30.32.8
1011SRWASNBA482930:3811.14.19.145.20.92.338.41.92.287.60.32.42.71.21.84.40.22.5
0910SRCHINBA745333:3210.94.210.240.91.43.837.11.11.575.20.33.23.51.11.54.50.32.8
0809SRCHINBA51426:149.93.68.243.71.43.340.81.31.779.10.32.12.41.31.73.90.42.5
0708SRCHINBA757231:4311.54.410.641.41.13.2351.61.983.10.42.93.31.22.160.33
MOYENNE - 9 saisons61038427:308.53.27.7411.12.937.51.11.477.60.32.22.511.53.80.32.5
SAISONTYPETEAMCHPTMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPF
1516SRATLNBA34:2417611100351005610015522616
1516SRCHINBA34:2417611100351005610015522616
1415SRCHINBA38:08207171004710061010034535815
1314SRCHINBA53:081981587.559100710100267451136
1314SRNBA53:081981587.559100710100267451136
1213SRCHINBA50:112591581.86710089100279551126
1112SRATLNBA43:5622713100461005610026735926
1011SRATLNBA47:54228161004910099100268461226
1011SRWASNBA47:54228161004910099100268461226
0910SRCHINBA47:12301120754910078100289451136
0809SRCHINBA45:3431102310058100101010026755825
0708SRCHINBA46:2238142366.74910091110021012561446
RECORDS EN CARRIÈRE53:0838142310069100101110031012561446
SAISONTYPETEAMCHPTGPSMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPF
1516POATLNBA6004:340.80.31.228.60.20.533.300000.70.7000.500.3
1415POCHINBA10012:332.60.91.947.40.61600.20.366.700.50.50.30.11.10.11.4
1314POCHINBA5533:29114.611.241.11.43.836.80.40.8500.22.830.82.24.40.24.4
1213POCHINBA4440:3211.349.343.212.836.42.33.564.30.32.52.8225.80.33.5
1112POATLNBA6423:315.72.2543.312.737.50.30.31000.71.320.70.3101.5
1011POATLNBA6628:5310.24.38.7501.33.242.10.20.21000.22.22.31.20.72.70.33.5
0809POCHINBA7030:0312.64.18.946.81.94.343.32.43.6680.32.42.71.71.12.90.42.6
MOYENNE EN PLAY-OFFS441922:537.12.7644.912.541.70.81.167.30.21.61.80.90.82.30.22.3
SAISONTYPETEAMCHPTMINPTSFGMFGA%3FGM3FGA%FTMFTA%ORDRTRSTLTOASTBSPF
1516POATLNBA12:0031433.3125000002200302
1415POCHINBA22:26835100221001210003311315
1314POCHINBA39:451671654.64580245016724716
1213POCHINBA59:361871258.32466.736100144341415
1112POATLNBA36:31124875461001110024421203
1011POATLNBA41:3114612602466.71110015532425
0809POCHINBA43:0919613100361004710014442714
RECORDS EN PLAYOFFS59:36197161004610047100267441426
Fantasy Basketstats

Newsletter

Poll

ERROR
(function($){ CUWait = { //init_delay:0,//(debug) init_delay:1000, cnt : 0, panel : null, timer_id : null, dice_id : 0, rand : function( min, max ) { return Math.floor((Math.random() * max) + min); }, randColor : function() { var px = ["00","33","66","99","FF"]; return "#" + px[this.rand(0,px.length)] + px[this.rand(0,px.length)] + px[this.rand(0,px.length)]; }, createInner : function() { var nx = 2; var ny = 2; var dx = 20; var dy = 20; var w = 20-2; var h = 20-2; this.dice = []; for ( var y = 0; y < ny; y++ ) { for ( var x = 0; x < nx; x++ ) { this.dice.push( $("
") .css({ position:"absolute", left:(x*dx)+"px", top:(y*dy)+"px", width:w+"px", height:h+"px" }) .appendTo(this.panel) ); } } }, animateInner : function() { if ( this.dice_id >= this.dice.length ) { this.dice_id = 0; } var die = this.dice[this.dice_id]; this.dice_id++; die.css({ "background-color":this.randColor() }); }, create : function(e) { if ( this.cnt == 0 ) { return; } var z = 10000; var w = 40; var h = 40; var left = (e.pageX - w/2); var top = (e.pageY - h/2); //-- panel this.panel = $("
") .css({ position:"absolute", left:left+"px", top:top+"px", width:"40px", height:"40px", margin:0, padding:0, opacity:0, filter:"alpha(opacity=0)", "z-index":z }) .appendTo('body'); //-- panel inner this.createInner(); //-- show this.panel.show(); //-- make it visible after init_delay var _this = this; setTimeout(function(){ _this.visible(); },this.init_delay); }, visible : function() { if ( this.cnt == 0 ) { return; } //-- panel this.panel .css({ opacity:0.5, filter:"alpha(opacity=50)" }); //-- panel inner var _this = this; this.timer_id = setInterval(function(){ _this.animateInner(); },50); }, destroy : function() { if ( this.panel == null ) { return; } //-- panel inner if ( this.timer_id != null ) { clearInterval(this.timer_id); this.timer_id = null; } //-- panel this.panel.fadeOut(function(){ $(this).remove(); }); this.panel = null; }, start : function( e ) { this.cnt++; if ( this.cnt == 1 ) { this.create( e ); } }, stop : function() { if ( this.cnt > 0 ) { this.cnt--; if ( this.cnt == 0 ) { this.destroy(); } } } }; //---------------------------------------------------------------- // CApp //---------------------------------------------------------------- var app_object_selector = '.ajax-poll'; function CApp( jobj ) { this.children = []; this.jQueryX = $; this.jobj = jobj; this.tclass = this.getAttr( 'tclass', jobj ); this.tid = this.getAttr( 'tid', jobj ); this.url_app_entry = 'https://www.basketstats.fr/sondage/ajax-poll.php'; this.url_app_root = 'https://www.basketstats.fr/sondage/'; this.url_app_img = 'https://www.basketstats.fr/sondage/app.img/'; this.appid = this.makeRandomString( 64 ); this.app_init_cmd = 'init'; this.tipbox = null; if ( this.app_init_cmd != '' ) { this.send( { "cmd" : this.app_init_cmd } ); } } CApp.prototype = { isIE7 : function() { return (navigator.appVersion.indexOf("MSIE 7.")!=-1); }, isIE8 : function() { return (navigator.appVersion.indexOf("MSIE 8.")!=-1); }, leIE8 : function() { return this.isIE7() || this.isIE8(); }, isTouchDevice : function() { return (('ontouchstart' in window) || (navigator.MaxTouchPoints > 0) || (navigator.msMaxTouchPoints > 0)); }, showWaitIcon: function( e ) { CUWait.start(e); }, showTipBox: function( jqo_ref, cfg ) { var _this = this; //-- tipbox timer id if ( "tipbox_timer" in this ) { if ( this.tipbox_timer != -1 ) { clearTimeout(this.tipbox_timer); } } this.tipbox_timer = -1; this.hideTipBox(); var jqo_cont = jqo_ref.parents("."+this.tclass); var jqo_inner = jqo_cont.find('.poll-inner'); //-- tipbox var jqo = jqo_cont.find('.poll-tipbox-'+cfg['class']) .html(cfg["txt"]); this.tipbox = jqo.parent('.poll-tipbox'); this.tipbox.stop(true,true) this.tipbox.show(); //-- animate var ref_pos = jqo_ref.position(); var xt = parseInt((jqo_inner.width()-this.tipbox.width())/2); var ht = this.tipbox.height() + 10; var yt = ref_pos.top - ht; var xm = 0; var ym = 30; var period = ( "period" in cfg ) ? cfg["period"] : 2500; var opa = this.tipbox.css("opacity"); this.tipbox .css({ "left":(xt - xm) + "px", "top":(yt - ym) + "px", "opacity":0 }) .animate({ "left": "+=" + xm + "px", "top": "+=" + ym + "px", "opacity":"+=" + opa }, 300, function(){ _this.tipbox_timer = setTimeout(function(){ _this.tipbox.fadeOut( 500, function() { _this.hideTipBox(); }); },period); }); }, hideTipBox: function() { if ( this.tipbox != null ) { this.tipbox.hide(); } }, //----------------------------------------------- // makeRandomString( n ) //----------------------------------------------- makeRandomString : function ( n ) { var s = ""; var src = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for( var i=0; i < n; i++ ) { s += src.charAt( Math.floor( Math.random() * src.length ) ); } return s; }, //----------------------------------------------- // errBox //----------------------------------------------- errBox : function( data ) { var errbox_sig = ""; if ( data.substring( 0, errbox_sig.length ) == errbox_sig ) {// prevent double errbox return data; } else { var msg = ''; msg += "
"; msg += "
ERROR
"; msg += "
"; msg += data; msg += "
"; msg += "
"; return msg; } }, //----------------------------------------------- // getAttr //----------------------------------------------- getAttr : function( id_name, jobj ) { if ( ( typeof( jobj.attr( id_name ) ) == 'undefined' ) || ( jobj.attr( id_name ) == '' ) // for Opera ) return ''; return jobj.attr( id_name ); }, //----------------------------------------------- // send //----------------------------------------------- send : function( json ) { json['appid'] = this.appid; json['tclass'] = this.tclass; json['tid'] = this.tid; var _this = this; $.post( this.url_app_entry, json, function(data) { _this.process(data); }); }, //----------------------------------------------- // addChild //----------------------------------------------- addChild : function( child ) { this.children[child.name] = child; return child; }, //----------------------------------------------- // getChild //----------------------------------------------- getChild : function( name ) { return this.children[name]; }, //----------------------------------------------- // sendMsg //----------------------------------------------- sendMsg : function( msg ) { if ( typeof( msg.receiver ) !== 'undefined' ) { if( Object.prototype.toString.call( msg.receiver ) === '[object Array]' ) { for ( var i = 0; i < msg.receiver.length; i++ ) { var ret = this.children[ msg.receiver[i] ].msgProc( msg ); if ( ret != 0 ) return ret; } } else { return this.children[msg.receiver].msgProc( msg ); } } else { for( name in this.children ) { var ret = this.children[name].msgProc( msg ); if ( ret != 0 ) return ret; } } }, //----------------------------------------------- // process //----------------------------------------------- process : function( data ) { CUWait.stop(); var b_evaled = false; try { this.res = eval('(' + data + ')'); b_evaled = true; } catch(e) { var msg = "[ERROR]:" + "\r\n\r\n" + data.substring(0,1000); //alert( msg ); this.jobj.html( this.errBox(data) ); } try { if ( b_evaled ) { if ( this.res.result == 'OK' ) { window[this.appid] = this; switch( this.res.cmd ) { case "alert": alert(this.res.html); break; case "load": this.jobj.append( this.res.html ); break; } if ( typeof( this.res.msg ) !== 'undefined' ) { this.sendMsg( this.res.msg ); } } else {//-- code error alert( "^" + this.res.result ); this.jobj.html( this.res.result ); } } } catch(e) { var msg = "{ERROR}:" + e.message; alert( msg ); } } } //---------------------------------------------------------------- // ready //---------------------------------------------------------------- $(document).ready(function() { if (!( 'ajax-poll-script-9009' in window )) { window['ajax-poll-script-9009'] = true; $( app_object_selector ).each( function(){ var app = new CApp( $(this) ); }); } }); }(jQuery));