Cheesy OpenGL Mandelbrot Set
To show one possible rendering of the mandelbrot set in openGL. The mandelbrot set is rendered with varying precision and a slight rotation. i kept the precision down so it wouldn't be too processor intensive. hope you enjoy. ps. don't vote for me until they start giving out beer for winners. ;=) peace.
AI
สรุปโดย AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
ซอร์สโค้ด
Upload
Here is a simple, yet effective, solution for avoiding SQL Injections.<br><br>
Let's see a SQL Injection vulnerable sentence:<br>
$r = mysql_query("SELECT * FROM s WHERE id = ".$_GET['id']."");<br><br>
And the solution:<br>
$r = mysql_query("SELECT * FROM s WHERE id = UNHEX('".bin2hex($_GET['id'])."')");<br><br>
By converting the var in php, and reconverting it in the SQL sentence there's no chance to inject code.<br><br><br>
tehwebmaster.blogspot.com / logikk.com.ar
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine