-
2065967·text·213 B·2011-05-20 19:51 UTC
http://community.peachtree.com/t5/Peachtree-Accounting/Peachtree-Complete-accounting-and-Windows-7-64-bit/td-p/15587
http://community.peachtree.com/t5/Technology-Advisor/Windows-7-to-launch-in-Octo
-
2065963·text·561 B·2011-05-20 19:47 UTC
I'm proposing a NEAT Summit to get together on IRC to discuss what affects us as an alliance. It has been a long while since many of us have gotten together and discussed these issues.
As of late
-
2065956·text·1.7 KB·2011-05-20 19:18 UTC
2011-05-20 11:03:47 app1-1 osrf_json_gw: [error] [client 207.102.228.152] File does not exist: /srv/openils/var/web/js/dojo/openils/opac/nls/en, referer: http://catalogue.bclibraries.ca/opac/en-CA/ski
-
2065953·text·1.0 KB·2011-05-20 19:06 UTC
18:05 < nbd> so the idea is still using a wrapper rcupdate.h
18:05 < nbd> to backport this we'd need to add compat wrappers for all functions that are used that take a struct rcu_head
18:06 < nbd> s
-
2065951·text·9.8 KB·2011-05-20 19:04 UTC
mikobuntu@mikobuntu-Aspire-5332:~/unison/drobillad$ ./waf configure
Setting top to : /home/mikobuntu/unison/drobillad
Setting out to : /home/miko
-
2065949·javascript·109 B·2011-05-20 19:03 UTC
var myvar = 'my value';
(function() {
alert(myvar); // undefined
var myvar = 'local value';
})();
-
2065946·text·111 B·2011-05-20 19:02 UTC
var myvar = 'my value';
(function() {
alert(myvar); // undefined
var myvar = 'local value';
})();
-
2065944·text·16 B·2011-05-20 18:54 UTC
P.S. I love you.
-
2065943·text·415 B·2011-05-20 18:54 UTC
its interesting but nothing i need to depend on as such. i trust bittorrent the most of all other services and i get full speed on it. Even if they give 10-20mb/s my plan is jut 512kbps. besides its n
-
2065942·text·8.0 KB·2011-05-20 18:49 UTC
elohim@Elohim:~$ top
top - 13:49:06 up 10 days, 22:51, 2 users, load average: 12.75, 12.74, 12.05
Tasks: 215 total, 3 running, 210 sleeping, 0 stopped, 2 zombie
Cpu(s): 58.2%us, 39.7%sy,
-
2065941·text·1.6 KB·2011-05-20 18:45 UTC
willg@willg-windows:/cygdrive/c/Users/willg/Downloads/mutagen-1.20/tools $ ./mutagen-inspect thinke
rs.m4v
-- thinkers.m4v
- MPEG-4 audio, 2668.83 seconds, 0 bps (audio/mp4)
trkn=(10, 0)
tvsh=The
-
2065940·text·1.8 KB·2011-05-20 18:44 UTC
elohim@Elohim:~$ top
top - 13:44:29 up 10 days, 22:47, 2 users, load average: 13.62, 12.56, 11.77
Tasks: 216 total, 3 running, 211 sleeping, 0 stopped, 2 zombie
Cpu(s): 57.1%us, 39.2%sy,
-
2065939·text·19.0 KB·2011-05-20 18:43 UTC
import java.awt.BasicStroke;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import j
-
2065938·text·3.9 KB·2011-05-20 18:39 UTC
elohim@Elohim:~$ sudo apt-get install xmame-x xmame-sdl
[sudo] password for elohim:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the adm
-
2065937·java·1.1 KB·2011-05-20 18:38 UTC
package datastructs;
public class Stack<T> {
private StackNode<T> currentNode;
public Stack() {
currentNode = null;
}
public void push(T value){
StackNod
-
2065935·java·513 B·2011-05-20 18:36 UTC
package datastructs;
public class StackNode<T> {
private T value;
private StackNode<T> next;
public StackNode(T value, StackNode<T> next) {
this.value = value;
-
2065934·java·434 B·2011-05-20 18:34 UTC
package datastructs;
import java.util.ArrayList;
public class Queue<T> {
ArrayList<T> container = new ArrayList<T>();
public void enqueue(T value){
container.add(value);
-
2065926·text·132 B·2011-05-20 18:19 UTC
int binom_iter(int a, int b)
{
int i;
float e = 1.0f;
for(i=b; i >= 0; i--)
e *= (a-i)/(b-i);
return (int) e;
}
-
2065921·text·2.1 KB·2011-05-20 18:05 UTC
2011.05.20.
[19:22:18] <zsola> ez keszen van
[19:22:19] <zsola> :))))
[19:22:27] <zsola> benarkoztal shokey
[19:22:32] <meditation> jo
[19:22:38] <meditation> csak kussolj
[19:22:40] <meditati
-
2065920·text·3.7 KB·2011-05-20 18:04 UTC
#! /bin/sh
#set -x
# TOOLS NEEDED
# SED
# CURL
# TEMPFILE
# TOUCH
# RM
# GREP
# CAT
# MKDIR
# LS
# TAIL
URL="http://www.xkcd.com"
CONFDIR="${CONFIG:="$HOME/.xkcd/test"}"
CONF="detai