-
2053931·text·4.1 KB·2011-05-04 19:06 UTC
var i:int = projectiles.length;
var x:int = 0;
var cleanx = -1;
//status.text = "test";
while (x < i) {
if (projectiles.getItemAt(x).added == f
-
2053929·actionscript·728 B·2011-05-04 18:58 UTC
var proj = projectiles.getItemAt(x);
var futurex:uint = Math.round((proj.bullet.x + proj.bullet.velocity.x -2 ) / FlxG.width*40);
var futurey:uint = Math.round((proj.bullet.y + proj.bullet.veloci
-
2053928·text·730 B·2011-05-04 18:57 UTC
var proj = projectiles.getItemAt(x);
var futurex:uint = Math.round((proj.bullet.x + proj.bullet.velocity.x -2 ) / FlxG.width*40);
var futurey:uint = Math.round((proj.bullet.y + proj.bullet.veloci
-
2053923·text·10.9 KB·2011-05-04 18:49 UTC
override public function update():void
{
accumulator += FlxG.elapsed;
if (accumulator >= TimeStep)
{
accumulator = accumulator - TimeStep;
FlxG.paused = false;
//
-
2053921·text·634 B·2011-05-04 18:42 UTC
Re: IT Help Desk Technician
I am applying for this job position forwarded by Mr. XXX (XXX). I am a first year student at XXX in “Information Technology: XXX”.
I have more than two years job experi
-
2053920·text·788 B·2011-05-04 18:40 UTC
LOOP THROUGH ALL BULLETS IN THE GAME UPDATE {
var radAngle : Number = projectiles.getItemAt(x).angle * (Math.PI /180);
projectiles.getItemAt(x).bullet.velocity.x = Math.cos(radAngle) * 15
-
2053916·text·7.5 KB·2011-05-04 18:14 UTC
Here it is. I'm dead, and this is my last post to my blog. In advance, I asked that once my body finally shut down from the punishments of my cancer, then my family and friends publish this prepared m
-
2053915·text·850 B·2011-05-04 18:09 UTC
19:04:27 - [ASYNC DELETER]: Sending object to user's inventory, action Return, count 1, 308 item(s) remaining.
19:04:32 - [ASYNC DELETER]: Exception background sending object: Object reference not se
-
2053913·text·649 B·2011-05-04 18:00 UTC
CXX ui/dialog/floating-behavior.o
ui/dialog/floating-behavior.cpp: In member function ‘bool Inkscape::UI::Dialog::Behavior::FloatingBehavior::_trans_timer()’:
ui/dialog/floating-behavior.cpp:10
-
2053908·text·1.0 KB·2011-05-04 17:47 UTC
Tracing route to fnb.co.za [196.11.125.167]
over a maximum of 30 hops:
1 1 ms 1 ms 1 ms 192.168.43.1
2 73 ms 59 ms 68 ms 10.17.14.11
3 74 ms 68 ms 69 ms 10
-
2053906·text·11.4 KB·2011-05-04 17:44 UTC
<?php
function ppms_job_form_alter(&$form, $form_state, $form_id)
{
if ($form_id == 'job_application_node_form')
{
$form['buttons']['submit']['#value'] = t("Submit");
$form['
-
2053905·text·7.3 KB·2011-05-04 17:42 UTC
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhe
-
2053904·text·6.1 KB·2011-05-04 17:40 UTC
<?php
/**
* jobber job board platform - admin panel
*
* @author Lavinia Creivean <links_clm@yahoo.com>
* @author Filip C.T.E. <http://www.filipcte.ro> <me@filipcte.ro>
* @license
-
2053902·text·64.1 KB·2011-05-04 17:35 UTC
-
2053901·text·940 B·2011-05-04 17:31 UTC
Warning: Smarty error: unable to read resource: "login.tpl" in /home/activetaxllc/public_html/Jobs/_includes/smarty/libs/Smarty.class.php on line 1093 Call Stack: 0.0008 398664 1. {main}() /home/activ
-
2053897·php·1.1 KB·2011-05-04 17:08 UTC
<?php if ( $comment_count ) : ?>
<h3><?php printf(__($comment_count > 1 ? '%d kommentarer' : '1 kommentar'), $comment_count) ?></h3>
<div id="comments">
<?php foreach ($comments as $comment) : ?>
-
2053896·php·1.1 KB·2011-05-04 17:08 UTC
<?php if ( $comment_count ) : ?>
<h3><?php printf(__($comment_count > 1 ? '%d kommentarer' : '1 kommentar'), $comment_count) ?></h3>
<div id="comments">
<?php foreach ($comments as $comment) : ?>
-
2053892·text·957 B·2011-05-04 16:58 UTC
CXX extension/internal/pdfinput/pdf-parser.o
extension/internal/pdfinput/pdf-parser.cpp: In member function ‘void PdfParser::doShowText(GooString*)’:
extension/internal/pdfinput/pdf-parser.cpp:
-
2053891·text·3.8 KB·2011-05-04 16:58 UTC
//
// DLL.cpp
// SDI2Test
//
// Created by Paul Parkin on 04/05/2011.
// Copyright 2011 Nottingham Trent University. All rights reserved.
//
#include "DLL.h"
#include <iostream>
#includ
-
2053890·text·627 B·2011-05-04 16:57 UTC
//dll.hpp
#include "VehicleClasses.h"
class dnode
{
public:
dnode();
dnode *prev;
Vehicle data;
dnode *next;
~dnode();
};
class DLL
{
private:
dnode *front;