Search results

  1. S

    im getting a super pocket bike and idk which one to get?

    dude if you wanna live longer dont buy bikes in bikes theres no protection when crshing YOU are the bumper and my friend died because of one and it dont matter if it is a pocket bike or something else just dont buy one trust me
  2. S

    im getting a super pocket bike and idk which one to get?

    dude if you wanna live longer dont buy bikes in bikes theres no protection when crshing YOU are the bumper and my friend died because of one and it dont matter if it is a pocket bike or something else just dont buy one trust me
  3. S

    Where can i find a simple php interpreter written in flex and bison?

    when i say flex i mean lex, and with bison i mean YACC.
  4. S

    What is the difference between imagecreatefrompng and imagecreatefromjpeg in php...

    ...scripting? I wrote this function and it doesn't work if the image is a png file. function resizeImage($originalImage,$toWidth,$toHeight) { list($width, $height) = getimagesize($originalImage); $xscale=$width/$toWidth; $yscale=$height/$toHeight; if ($yscale>$xscale){ $new_width =...
Back
Top