-
2097311·csharp·769 B·2011-12-30 06:04 UTC
var functionReceiveSocketData =
Observable.FromAsyncPattern<byte[], int, int, SocketFlags, int>
(socket.BeginReceive, socket.EndReceive);
Func<byte[], byte[], byte[]> append = (bs1, b
-
2097299·text·4.5 KB·2011-12-30 03:53 UTC
[19:23] <GoldenSandslash> I never called you stupid, so you don't need to defend yourself.
[19:23] <&Lex> you have already proven that when the information is right here, right in front og you, you c
-
2097297·text·13 B·2011-12-30 03:51 UTC
b;ahahahahaha
-
2097294·text·2.2 KB·2011-12-30 03:08 UTC
-IRC CHAT AND A REGISTERED NICK ARE REQUIRED.
- WE TRACK MEMBER ACTIVITY BASED ON DROPS.
-YOU ARE REQUIRED TO TAKE DATED SCREENSHOTS; GADWIN AND SWIFTKIT MAKES THIS SIMPLE. HERE
-AT LEAST ONE S
-
2097293·text·11 B·2011-12-30 02:58 UTC
sanane olm
-
2097291·text·677 B·2011-12-30 01:44 UTC
lxc.cgroup.devices.deny = a
# Allow any mknod (but not using the node)
lxc.cgroup.devices.allow = c *:* m
lxc.cgroup.devices.allow = b *:* m
# /dev/null and zero
lxc.cgroup.devices.allow = c 1:3
-
2097289·text·1.0 KB·2011-12-30 01:26 UTC
Szeregowanie zadań jest jednym z najważniejszych zagadnień w algorytmice. Jest toproblem często spotykany częst zarówno przy projektowaniu różnorodnego typu algorytmów jak i przy badaniu ich efektywno
-
2097288·text·32.6 KB·2011-12-30 01:24 UTC
-
2097282·text·149 B·2011-12-30 00:48 UTC
@ echo off
rem ---------------------------------
rem Swap Mouse Buttons
RUNDLL32 USER32.DLL,SwapMouseButton
rem ---------------------------------
-
2097275·text·437 B·2011-12-30 00:38 UTC
SET LAN=Local Area Connection
SET IP=192.168.1.125
SET MASK=255.255.255.0
SET GW=192.168.1.1
SET DNS=24.89.0.22
SET ADNS=24.92.22.102
netsh interface ip set address name="%LAN%" source=stati
-
2097272·text·5.5 KB·2011-12-30 00:30 UTC
11-12-29 19:28:20.721344 I Connected to database 'mythconverg' at host: localhost
2011-12-29 19:28:20.722308 E MythSocket(7f495801c6f0:-1): Unable to lookup:
2011-12-29 19:28:20.722316 E RemoteFi
-
2097271·text·5.5 KB·2011-12-30 00:30 UTC
11-12-29 19:28:20.721344 I Connected to database 'mythconverg' at host: localhost
2011-12-29 19:28:20.722308 E MythSocket(7f495801c6f0:-1): Unable to lookup:
2011-12-29 19:28:20.722316 E RemoteFi
-
2097270·text·29.8 KB·2011-12-30 00:27 UTC
import javax.swing.*;
import java.awt.Graphics;
import com.rsbuddy.script.Manifest;
import com.rsbuddy.script.methods.Game;
import com.rsbuddy.script.ActiveScript;
import com.rsbuddy.script.m
-
2097266·text·3.5 KB·2011-12-29 23:10 UTC
2011-12-29 18:09:24.931143 C mythbackend version: master [v0.25pre-3945-gab02583] www.mythtv.org
2011-12-29 18:09:24.931170 N Enabled verbose msgs: general
2011-12-29 18:09:24.931197 N Setting L
-
2097265·text·537 B·2011-12-29 23:08 UTC
ERROR: E | platform.py | MainThread | Line 78 | Cannot determine version of XBMC from build version: 11.0-BETA1 Git:Unknown. Returning 0.0
--CUT--
def xbmcVersion(self):
version = 0.0
-
2097261·text·10.3 KB·2011-12-29 21:28 UTC
== Using SIP RTP CoS mark 5
-- Executing [24@from-internal:1] Set("SIP/21-0000038e", "__RINGTIMER=30") in new stack
-- Executing [24@from-internal:2] Macro("SIP/21-0000038e", "exten-vm,24,
-
2097260·text·3.5 KB·2011-12-29 21:01 UTC
Loaded HAL Components:
ID Type Name PID State
7 User halcmd24058 24058 ready
6 User halcmd24018
-
2097259·bash·344 B·2011-12-29 20:48 UTC
#!/bin/sh
case $# in
0)
NAMESP=$(ls|grep -i pdf)
;;
*)
NAMESP=$1
;;
esac
pdftotif () {
_fname=`echo $1|awk -F. '{print $1}'`
pdftoppm $1 $_fname
ppm
-
2097258·text·796 B·2011-12-29 20:45 UTC
loadusr -W arduino /dev/ttyUSB0
loadusr -Wn arduino-vcp pyvcp arduino-vcp.xml
loadrt threads name1=servo-thread period1=100000
loadrt scale count=1
show pin arduino-vcp
# may have to add fu
-
2097254·text·597 B·2011-12-29 20:24 UTC
def query_texts(query, type, highlight=False, facet=False, rows=15):
# Common query parameters
query = solr.query(query).filter(tip=type).paginate(rows=rows)
if highlight: query.highlight(fields