-
2099844·text·7.4 KB·2012-01-05 21:13 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099843·text·3.8 KB·2012-01-05 21:12 UTC
Dim iNumber As Integer
Dim sCharacter As String
Public iLetter As Integer
Dim iLoop As Integer
Dim iKeyDown As Integer
Private Declare Function Beep Lib "kernel32" (ByVal dwFreq As Long, ByVal dw
-
2099841·text·7.4 KB·2012-01-05 21:12 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099840·text·4.2 KB·2012-01-05 21:11 UTC
var html5rocks = {};
var indexedDB = window.indexedDB || window.webkitIndexedDB ||
window.mozIndexedDB;
if ('webkitIndexedDB' in window) {
window.IDBTransaction = window.webkit
-
2099839·text·7.4 KB·2012-01-05 21:11 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099837·text·7.4 KB·2012-01-05 21:10 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099836·text·3.2 KB·2012-01-05 21:10 UTC
[root@direct NS_1.12.29_files]# apktool b framework-res.apk
W: Could not find sources
I: Checking whether resources has changed...
I: Building resources...
invalid resource directory name: /home/r
-
2099833·text·7.4 KB·2012-01-05 21:09 UTC
<HTML><head>
<title>{title}</title>
<meta name="image:background" content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/dot_07.png"/>
<meta name="image:side pixel" content="http://i61
-
2099832·text·121 B·2012-01-05 21:09 UTC
public static IEnumerable<TSource> AsEnumerable<TSource>(this IEnumerable<TSource> source)
{
return source;
}
-
2099831·text·559 B·2012-01-05 21:02 UTC
#!/bin/bash
#store current state on start
last_state=`cat /proc/acpi/battery/BAT1/state`
#lets write it to console
echo "current_state: $last_state"
#keep looking for changes usin
-
2099829·text·369 B·2012-01-05 20:47 UTC
#!/bin/bash
last_state=`cat /proc/acpi/battery/BAT1/state`
echo "current_state: $last_state"
while true
do
state=`cat /proc/acpi/battery/BAT1/state`
if [[ "$state" == "$last_state" ]];
then
-
2099828·text·657 B·2012-01-05 20:47 UTC
åh du står där på min balkong
och jag vet inte ens ditt namn
endast iförd skägg och kalsong
med en gädda i din famn
och där bland stjärnorna inatt
med rymdpulver i min burka
blev jag nästa
-
2099827·text·325 B·2012-01-05 20:45 UTC
> Installing/Updating FOSUserBundle
HEAD is now at 2fed320 Merge pull request #470 from gimler/fix_violations
PHP Fatal error: Class 'Doctrine\Bundle\DoctrineBundle\Command\DoctrineCommand' not fou
-
2099826·text·14.0 KB·2012-01-05 20:44 UTC
#include <stdio.h>
#include <unistd.h>
#include <time.h>
#include <iostream>
#include <sstream>
#include <string>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fs
-
2099824·text·13.1 KB·2012-01-05 20:43 UTC
<Creeper> [ShumaGorath] “I mess things up. I’m a guy. That’s what I do.” That needs to be on a t-shirt.
* Creeper sets mode +a #akatsukichaos ShumaGorath
* Creeper gives channel operator sta
-
2099823·text·804 B·2012-01-05 20:43 UTC
så jag släpper mitt kött
låter det sakta falla
ner från europeiska broar
väl där blir jag väl mött
av klävdjur och av alla
hälsad som från ovan
för i fickan hade jag svaret
inlindad i bacon d
-
2099819·text·916 B·2012-01-05 20:38 UTC
*** glibc detected *** ./bin/security: double free or co rruption (!prev): 0x09273230 ***
======= Backtrace: =========
/
-
2099815·javascript·2.4 KB·2012-01-05 20:37 UTC
window.onload = function()
{
Crafty.init(400, 320);
Crafty.canvas.init();
Crafty.sprite(16, "sprite.png", {
grass1: [0,0],
grass2: [1,0],
grass3: [2,0],
grass4: [3,0],
flo
-
2099813·javascript·189 B·2012-01-05 20:36 UTC
Crafty.c("Shot",
{
init: function()
{
this.requires('Mouse');
},
shot: function()
{
this.bind('Click', function()
{
alert('clicked');
});
}
});
-
2099812·text·2.3 KB·2012-01-05 20:36 UTC
ali@Ali-PC:~/Workspace/cross-compile/gcc-4.6.2/build$ head config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.