numb3r23.net numb3r23.net

NUMB3R23.NET

numb3r23 | 'bout coding grafx & more

039;bout coding grafx and more. I prepared some slides on a presentation on distance fields. And what you can do with them:. Numb3r23.github.io/cgTalk/04 distancefields.html. A note on the navigation:. For the next slide. For the previous slide. To jump to the next chapter. To navigate in current chapter. This entry was posted in Coding. October 27, 2015. Using fwidth for distance based anti-aliasing. 2D portal, composed of 2D distance field functions. And create a diamond pattern:. So far so good. w...

http://www.numb3r23.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR NUMB3R23.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 10 reviews
5 star
2
4 star
4
3 star
3
2 star
0
1 star
1

Hey there! Start your review of numb3r23.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

FAVICON PREVIEW

  • numb3r23.net

    16x16

  • numb3r23.net

    32x32

  • numb3r23.net

    64x64

  • numb3r23.net

    128x128

  • numb3r23.net

    160x160

  • numb3r23.net

    192x192

CONTACTS AT NUMB3R23.NET

Sebastian Schaefer

Eichh●●●●●tr. 7

Ha●●au , 63454

DE

49.17●●●●●11138
se●●●●●●●●●●●●●●●●●●@gmail.com

View this contact

Sebastian Schaefer

Eichh●●●●●tr. 7

Ha●●au , 63454

DE

49.17●●●●●11138
se●●●●●●●●●●●●●●●●●●@gmail.com

View this contact

1&1 Internet AG

Hostmaster EINSUNDEINS

Brau●●●●. 48

Kar●●●uhe , 76135

DE

49.●●●600
49.72●●●●●74248
ho●●●●●●●●@1und1.de

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2012 August 17
UPDATED
2013 August 18
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 13

    YEARS

  • 2

    MONTHS

  • 0

    DAYS

NAME SERVERS

1
ns65.1und1.de
2
ns66.1und1.de

REGISTRAR

1 & 1 INTERNET AG

1 & 1 INTERNET AG

WHOIS : whois.schlund.info

REFERRED : http://1and1.com

CONTENT

SCORE

6.2

PAGE TITLE
numb3r23 | 'bout coding grafx & more | numb3r23.net Reviews
<META>
DESCRIPTION
039;bout coding grafx and more. I prepared some slides on a presentation on distance fields. And what you can do with them:. Numb3r23.github.io/cgTalk/04 distancefields.html. A note on the navigation:. For the next slide. For the previous slide. To jump to the next chapter. To navigate in current chapter. This entry was posted in Coding. October 27, 2015. Using fwidth for distance based anti-aliasing. 2D portal, composed of 2D distance field functions. And create a diamond pattern:. So far so good. w...
<META>
KEYWORDS
1 menu
2 skip to content
3 webgl
4 impressum
5 presentation distance fields
6 leave a reply
7 space
8 backspace
9 left/right
10 up/down
CONTENT
Page content here
KEYWORDS ON
PAGE
menu,skip to content,webgl,impressum,presentation distance fields,leave a reply,space,backspace,left/right,up/down,enjoy,opengl,tutorial,distance coordinate center,distance field diamond,diamond step function,smoothstep,diamond smoothstep,dfdx,dfdy,fwidth
SERVER
Apache
POWERED BY
PHP/5.6.34
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

numb3r23 | 'bout coding grafx & more | numb3r23.net Reviews

https://numb3r23.net

039;bout coding grafx and more. I prepared some slides on a presentation on distance fields. And what you can do with them:. Numb3r23.github.io/cgTalk/04 distancefields.html. A note on the navigation:. For the next slide. For the previous slide. To jump to the next chapter. To navigate in current chapter. This entry was posted in Coding. October 27, 2015. Using fwidth for distance based anti-aliasing. 2D portal, composed of 2D distance field functions. And create a diamond pattern:. So far so good. w...

INTERNAL PAGES

numb3r23.net numb3r23.net
1

Modified lambert in webgl | numb3r23

http://www.numb3r23.net/2015/08/04/modified-lambert-in-webgl

039;bout coding grafx and more. Modified lambert in webgl. I wrote a little demo with a modified lambert function in webgl:. Http:/ numb3r23.github.io/GLSLShaderLib/examples/webgl/ModifiedLambert.html. By adding gamma or a two-tone mapping. This entry was posted in Github. August 4, 2015. Choosing an OSS license…. Using fwidth for distance based anti-aliasing →. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. You may use these. October 27, 2015.

2

python tidbit – want to easy print an instance? | numb3r23

http://www.numb3r23.net/2014/08/13/python-tidbit-want-to-easy-print-an-instance

039;bout coding grafx and more. Python tidbit – want to easy print an instance? From pprint import pprint def instaPrint (obj): pprint([%s = %s % (attr, getattr(obj, attr) for attr in dir(obj) if not str(attr).startswith ], indent=2). This entry was posted in Coding. August 13, 2014. WebGL-Paccer (more three.js). Choosing an OSS license… →. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. You may use these. October 27, 2015. August 17, 2015.

3

WebGL-Paccer (more three.js) | numb3r23

http://www.numb3r23.net/2013/05/21/webgl-paccer-more-three-js

039;bout coding grafx and more. WebGL-Paccer (more three.js). Here’s a little simplified version of a rather known game I’d like to call “WebGL-Paccer”. You play as a yellow ball, trying to eat all the dots before the enemy gets you. Yeah, that one. Http:/ www.numb3r23.net/webGLex/paccer. Even though it has a distinct “retro” look, I added an FXAA-aliasing and a bloom-filter to it. I tried doing some dynamic cube-map for floor-reflections, but it didn’t fit the theme. This entry was posted in OpenGL.

4

Github | numb3r23

http://www.numb3r23.net/category/github-2

039;bout coding grafx and more. Modified lambert in webgl. I wrote a little demo with a modified lambert function in webgl:. Http:/ numb3r23.github.io/GLSLShaderLib/examples/webgl/ModifiedLambert.html. By adding gamma or a two-tone mapping. This entry was posted in Github. August 4, 2015. Choosing an OSS license…. Just because I googled it three times in the last couple of weeks – as a personal reminder/recommendation:. And yes, I realize it couldn’t be much simpler…. This entry was posted in Coding.

5

wavelength-based thinfilm interference | numb3r23

http://www.numb3r23.net/2012/12/24/wavelength-based-thinfilm-interference

039;bout coding grafx and more. Besides I still have other work todo, writing down my ph.d thesis…. This entry was posted in Physically Based Rendering. December 24, 2012. Spectral Rendering on the GPU – now with bumps →. 2 thoughts on “ wavelength-based thinfilm interference. Pingback: Skybox from Screen-aligned quad Cubemap numb3r23. Pingback: Spectral Rendering on the GPU – now with bumps numb3r23. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

SOCIAL ENGAGEMENT



OTHER SITES

numb3r.info numb3r.info

Ben Cale | Just another WordPress site

Just another WordPress site. February 22, 2015. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

numb3r.net numb3r.net

Home of 2696-686

02062007 / 00.45Uhr. Schön, das ihr meine Homepage gefunden habt! Noch sind nicht alle Links mit Inhalten gefüllt, aber das wird sich mit der Zeit geben. Die wichtigsten Infos sind bereits unter "Programme". Findet ihr ein paar Links zu Programmen und Hardware, die ich. Selber nutze und sehr schätze. Habt ein wenig Spaß hier auf der Seite und besucht mich bald wieder. Template design by Arcsin.

numb3r0ne-x3.skyrock.com numb3r0ne-x3.skyrock.com

Blog de NuMB3R0NE-x3 - Sa ne sert a rieeen un blog! (: - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Sa ne sert a rieeen un blog! Mise à jour :. Skyrock me s'aoule! Abonne-toi à mon blog! N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (23.21.86.101) si quelqu'un porte plainte. Ou poster avec :. Retape dans le champ ci-dessous la suite de chiffres et de lettres qui apparaissent dans le cadre ci-contre. Poster sur mon blog.

numb3r10girl.skyrock.com numb3r10girl.skyrock.com

Blog de numb3r10girl - ◊ ◦ ● ◦[ Aиgєℓіиa ]◦ ● ◦ ◊ --> тнє fσσтbaℓℓ iи my hєaят .. - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. 9674; ◦ ● ◦[ Aиgєℓіиa ]◦ ● ◦ ◊ - тнє fσσтbaℓℓ iи my hєaят . J'aime : Ma famille , Le Foot , Mon B'Beii,. Msn , Sortir Avec Mes Potes , Grand Frère ( Miikaa ) , L' îles De La Réunion ;p , Ma Nanounette :p . Et Plein D'autres Choses. Mise à jour :. Pour un ange Timeo. Timeo le raisin de ma colere. Abonne-toi à mon blog! R au Mans pOur vOur revO. SOuus a vOus. and Pu. S aux Autres cOuz. Te Rugbyman =). Je t'apprec. La plage avec vOus c'eta. En =D A très v. N'oub...

numb3r12.skyrock.com numb3r12.skyrock.com

Blog Music de Numb3r12 - Numb3r12 - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Numéro de la piste. Ajouter à mon blog. Ajouter à mon blog. Ajouter à mon blog. Basscut Feat Numb3r12 =D Hc. Ajouter à mon blog. Tu n'as pas la bonne version de Flash pour utiliser le player Skyrock Music. Clique ici pour installer Flash. Numb3r12 / Numb3r12@live 25/08/2010 Hc (2010). Ajouter ce morceau à mon blog. Ou poster avec :. Posté le mercredi 25 août 2010 18:16. Numb3r12 / Numb3r12@live 21/08/2010 Hc (2010). N'oub...

numb3r23.net numb3r23.net

numb3r23 | 'bout coding grafx & more

039;bout coding grafx and more. I prepared some slides on a presentation on distance fields. And what you can do with them:. Numb3r23.github.io/cgTalk/04 distancefields.html. A note on the navigation:. For the next slide. For the previous slide. To jump to the next chapter. To navigate in current chapter. This entry was posted in Coding. October 27, 2015. Using fwidth for distance based anti-aliasing. 2D portal, composed of 2D distance field functions. And create a diamond pattern:. So far so good. w...

numb3r3.com numb3r3.com

Numb3r3's Journal | numb3r3

Triks for Distributed Tensorflow. The Magic behind Deep Neural Network - Information Bottleneck. The Applications of Deep Learning in Recommender Systems. App Discovery with Google Play [2/2]. App Discovery with Google Play [1/2]. The tensorflow tutorials - Neural Network [2/4]. The tensorflow tutorials - Background [1/4]. The review of Recurrant Neural Network - NLP application [3/3]. The review of Recurrant Neural Network - LSTM and BRNN [2/3]. The review of Recurrant Neural Network - Background [1/3].

numb3r4.skyrock.com numb3r4.skyrock.com

Blog de Numb3r4 - Juste un ptit bout de me vie, avec ceux qui comptent pour moi :) - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Juste un ptit bout de me vie, avec ceux qui comptent pour moi :). 039;On apprécie ses amis pour leur qualités, mais on les aime pour leurs défauts '. Mise à jour :. Viva la Vida (Viva La Vida Or Death And All His Friends). Abonne-toi à mon blog! Ajouter cette vidéo à mon blog. Vidéos de Call of duty 4 réalisée par mes soins, shoots et réalisation. T'es pa fan de Cod4? Pas grave, passe ton chemin. Ou poster avec :. Posté le samedi 13 septembre 2008 05:06.

numb3r5.deviantart.com numb3r5.deviantart.com

NUMB3R5 (JESSE.) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 9 Years. Last Visit: 387 weeks ago. This deviant's activity is hidden. Deviant since Dec 18, 2007. We've split the page into zones!

numb3r5ev3n.tumblr.com numb3r5ev3n.tumblr.com

NEMLINA 販売店 最安値!

NEMLINA 販売店 最安値 について 睡眠サプリ ネムリナ. 65310;> NEMLINAの販売店 最安値はこちら. 30496;りサポート成分(Lテアニン)が7,200mgとたっぷり配合している NEMLINA. 12493;ムリナ). 12368;っすり♪眠れる睡眠サプリとして人気が出てきています。 12394;かには脱睡眠薬のきっかけとして摂ってる人もいるみたいですね。 NEMLINAは 薬ではなく、あくまでサプリ. 12391;す。 12394;ので、 副作用の心配などが睡眠薬に比べれば圧倒的に少ない. 12435;です。 12304; NEMLINA(ネムリナ)の販売店 、最安値はどこ?】. NEMLINAは薬局とかで売ってそうですが、、、. 22770;っていません! 12493;ット通販での購入しかありません。 12493;ット通販では . Darr;楽天では売っていません↓. Darr;AMAZONでは通常価格の. 12434;知っていますか? 1箱が1,200円OFF. 36865;料も無料. 12391;す。 12391;す。 34880;圧降&#1...30130;&#211...

numb3r5s.wordpress.com numb3r5s.wordpress.com

Numb3r5s's Blog | Just another WordPress.com Weblog.

Just another WordPress.com Weblog. When I first started blogging in 2009, it was the result of nearly a year of writing little opinion pieces in Word and sharing them around with others via the wonders of printing. These little pieces were called. And then things like ‘. 5 Years and Still Painful. As well as ‘. I Remember The 1990’s. Soon followed. In 2011 I hit major milestones with my first post to reach 100 views (. Dinosaurs Return To Television. What to do next? So; on the eve of the blog’s 8. What’...