soywiz.com

Coding, tech, videogames and stuff

Home
  • TALKS
  • PRODUCTIVITY
  • APPS
  • KORGE
  • JTRANSC
  • PSPEMU
  • PHPMEDIA
🔍
Start typing to search recent posts.
« â€č
â€ș »
pspemu (II)
pspemu (II)

January 21, 2010

English I have continuing coding the emulator. It is true that the previous version was already em...

PHP: Simulate late static binding in PHP < 5.3
PHP
PHP: Simulate late static binding in PHP < 5.3

January 18, 2010

class A { const CONSTANT = 'A'; function __construct() { echo constant(get_c...

pspemu
D PSPEMU
pspemu

January 18, 2010

It has been a while since I updated the PSP emulator I started. Not so much time ago (and after a l...

PHP: Macro operations with array_* functions (functional operations)
PHP
PHP: Macro operations with array_* functions (functional operations)

October 20, 2009

Remove all the spaces from the start and the end of each element from an array (array_map): $array...

PHP: Create “structures” in PHP 5.3
PHP
PHP: Create “structures” in PHP 5.3

July 19, 2009

Sometimes I had interest into creating a class that would contain simply a few attributes and no muc...

phpSTE: News - Template Engine
PHP TEMPLATES
phpSTE: News - Template Engine

July 17, 2009

Now that I got Internet working again, I'm continuing with my projects, and I have continued impro...

phpSTE - Template Engine
PHP TEMPLATES
phpSTE - Template Engine

July 6, 2009

phpSTE (PHP Simple Template Engine) is a template engine I have started today. It is light, fast a...

PHP: Latest day of a month using PHP 5
PHP
PHP: Latest day of a month using PHP 5

May 20, 2009

// Previous month: date_create(date('Ym01'))->modify('-1 day') // This month: date_create(d...

PHP: Computing the different color count of a palletized image using GD
PHP
PHP: Computing the different color count of a palletized image using GD

May 5, 2009

$i = imagecreate(1000, 1000); $c1 = imagecolorallocate($i, 0x00, 0x00, 0x00); $c2 = imagecol...

phpMedia: 2D RPG Example using phpmedia
PHPMEDIA PHP
phpMedia: 2D RPG Example using phpmedia

May 5, 2009

Sometime ago I did a sample of a minirpg using JavaScript, then an online port using flash with a ...

phpMedia: And shaders arrived...
PHPMEDIA PHP
phpMedia: And shaders arrived...

April 25, 2009

Ya se puede usar GLSL en phpmedia: Ejemplo: http://phpelegante.googlepages.com/phpmedia_t...

phpMedia: Ship sample (improved)
PHPMEDIA PHP
phpMedia: Ship sample (improved)

April 24, 2009

http://phpelegante.googlepages.com/nave_shoot.7z ...

« â€č
â€ș »

© 2004-2025 soywiz.com - All rights reserved. Capydocs - Local Document Manager and Note Taking tool - KorGE Kotlin Game Engine