-
2058161·text·823 B·2011-05-13 12:47 UTC
From 84ba3e671a57805e9888b0e2bebb40087de84094 Mon Sep 17 00:00:00 2001
From: Philippe Normand <pnormand@igalia.com>
Date: Fri, 13 May 2011 14:44:50 +0200
Subject: [PATCH] build: fix GDATA_CFLAGS for l
-
2058156·ruby·3.5 KB·2011-05-13 12:44 UTC
class Dragon
def initialize name
@name = name
@asleep = false
@stuff_in_belly = 10 # He's full.
@stuff_in_intestine = 0
puts "#{@name} is born."
end
def fee
-
2058128·text·3.0 KB·2011-05-13 12:24 UTC
scott@fyrenice:~$ exim -v postmaster@fyrenice.com
From: scott@fyrenice.com
To: postmaster@fyrenice.com
Subject: Testing Exim
This is a test message.
LOG: MAIN
<= scott@fyrenice U=scott P=loc
-
2058120·text·3.2 KB·2011-05-13 12:21 UTC
0101A, Vastaanottokäynti, enintään 10 min
0101B, Vastaanottokäynti, enintään 20 min
0101C, Vastaanottokäynti, enintään 30 min
0101D, Vastaanottokäynti, enintään 45 min
0101E, Vastaanottokäynti, en
-
2058117·text·3.1 KB·2011-05-13 12:15 UTC
0101A Vastaanottokäynti, enintään 10 min
0101B Vastaanottokäynti, enintään 20 min
0101C Vastaanottokäynti, enintään 30 min
0101D Vastaanottokäynti, enintään 45 min
0101E Vastaanottokäynti, enintää
-
2058115·text·2.5 KB·2011-05-13 12:15 UTC
JobDefs {
Name = jobdef.copy
Type = Copy
Level = Full
Write Bootstrap = "/var/lib/bacula/jobs/bootstrap.copy.%c.%n.bsr"
FileSet = fs.default
Messages = msg.default
M
-
2058113·text·1.8 KB·2011-05-13 12:11 UTC
JobDefs {
Name = jobdef.copy
Type = Copy
Level = Full
Write Bootstrap = "/var/lib/bacula/jobs/bootstrap.copy.%c.%n.bsr"
FileSet = fs.default
Messages = msg.default
M
-
2058080·text·1.2 KB·2011-05-13 11:42 UTC
package custom;
import info.gridworld.grid.Location;
public class ShipRunner {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
-
2058073·text·19.8 KB·2011-05-13 11:36 UTC
/*
* AP(r) Computer Science GridWorld Case Study:
* Copyright(c) 2002-2006 College Entrance Examination Board
* (http://www.collegeboard.com).
*
* This code is free software; you can redis
-
2058069·text·307 B·2011-05-13 11:36 UTC
public void gameOver(String a){
content.remove(score);
score.setEditable(false);
score = new JTextArea(a);
score.setSize(5, 30);
score.setFont(new Font
-
2058058·text·2.7 KB·2011-05-13 11:23 UTC
// count function
function countElement(item, array) {
var count = 0;
$.each(array, function(i, v) {
if (v === item) {
count++;
}
});
return count
-
2058054·text·236 B·2011-05-13 11:23 UTC
<animation>
<type>select</type>>
<object-name>Smoke</object-name>
<condition>
<less-than>
<property>time-sec</property>
<property>/sim/time/elapsed-sec</property>
</less-th
-
2058048·c·704 B·2011-05-13 11:13 UTC
#include "coder.h"
void bc_encode(unsigned int id,FILE* out)
{
printf ("TODO (bc_encode) - Implement Me!\n");
int v = id;
int mod;
while(v>=R){
mod = v % R;
printf("%d-", mod
-
2058038·text·35.1 KB·2011-05-13 10:57 UTC
-
2058037·text·1.7 KB·2011-05-13 10:56 UTC
2011-05-13_18:53:00.49627 /tmp/OCLJQJj4L.s: Assembler messages:
2011-05-13_18:53:00.49631 /tmp/OCLJQJj4L.s:43084: Warning: end of file not at end of a line; newline inserted
2011-05-13_18:53:00.4974
-
2058036·c·625 B·2011-05-13 10:54 UTC
#include "coder.h"
void bc_encode(unsigned int id,FILE* out)
{
int val = id;
while (val >= RADIX) {
char byte = val % RADIX;
fwrite( &byte, sizeof(char), 1, out );
val = val
-
2058031·text·34.4 KB·2011-05-13 10:53 UTC
-
2058018·text·1.4 KB·2011-05-13 10:46 UTC
-------------- Build: release mac-x86_64 in Python ---------------
Compiling: wrappers/xmlwriter.pypp.cpp
In file included from ../../../dependencies/include/boost/preprocessor/iteration/detai
-
2057991·text·46.3 KB·2011-05-13 10:26 UTC
-
2057984·c·5.1 KB·2011-05-13 10:22 UTC
#include "libutil.h"
#include "hash_table.h"
#include "value.h"
#include <stdlib.h>
/* Create a new hash table */
htable_t* new_htable(int size)
{
printf ("TODO - New hash table!\n"