Mine
public php v1 · immutable<ul><?php query_posts('category_id=#&showposts=#');?><?php $posts = get_posts('category=#&numberposts=#&offset=0'); foreach ($posts as $post) : start_wp(); ?><li><a href="<?php echo get_permalink() ?>"><?php the_title(); ?></a></li><?php endforeach; ?></ul>