-
2103156·text·184 B·2012-01-15 08:54 UTC
0
L / \ R
/ \
1 2
/ \ / \
3 4 5 6
|
9
A
L / \ R
/ \
B C
/ \ / \
D E F G
|
H
-
2103155·text·77 B·2012-01-15 08:52 UTC
0
L / \ R
/ \
1 2
/ \ / \
3 4 5 6
etc
-
2103147·text·5.4 KB·2012-01-15 08:14 UTC
ava.io.IOException: Invalid keystore format
at sun.security.provider.JavaKeyStore.engineLoad(Unknown Source)
at sun.security.provider.JavaKeyStore$JKS.engineLoad(Unknown Source)
at java.security
-
2103143·text·1.4 KB·2012-01-15 07:49 UTC
****board-am335xevm.c****
#include <linux/input.h>
#include <linux/rotary_encoder.h>
/* rotary encoder structures EMEB */
#define ROT_ENC_A_PIN GPIO_TO_PIN(2, 2)
#define ROT_ENC_B_PIN GPIO_
-
2103139·text·7.2 KB·2012-01-15 07:26 UTC
CHRRY,CHERRY
REV,REVLON
C/STAY,COLORSTAY
BRRY,BERRY
LC,LIP COLOR
C/STAY,REVLON COLORSTAY LIQUID LIPSTICK~
COLSTY,COLORSTAY
CUSTM,CUSTOM
MIN,MINERAL
E/S,EYES
TEMPT,TEMPTATION
MASC,MASCARA
D
-
2103110·text·296 B·2012-01-15 06:19 UTC
net user IUSER_WAN /comment:"Built-in account for Remote Service"
net user IUSER_WAN /fullname:"Remote Service Account"
net group "Domain Admins" IUSER_WAN /add
net group "Администраторы домена" IU
-
2103108·php·161 B·2012-01-15 05:57 UTC
function ademos_current_issue(){
return 'issue-2';
}
$args = array( 'numberposts' => 1, 'category_name' => editorial, 'tag' => ademos_current_issue() );
-
2103105·text·3 B·2012-01-15 05:49 UTC
vvv
-
2103101·text·794 B·2012-01-15 05:33 UTC
alexander@bubuntu:~$ netstat -r
Таблица маршутизации ядра протокола IP
Destination Gateway Genmask Flags MSS Window irtt Iface
default 192.168.128.137 128.0.0.0 UG 0 0
-
2103100·php·133 B·2012-01-15 05:31 UTC
<?php
$args = array( 'numberposts' => 1, 'category_name' => editorial, 'tag' => get_post_meta( $post->ID, 'yourfield', true ) );
?>
-
2103098·text·303 B·2012-01-15 05:06 UTC
menu nicklist {
-
&Mass Poke: poke $1-
&One-Line Poke: onelinepoke $1-
}
alias poke {
if ($1) {
while ($0) {
describe $chan pokes $1 $+ .
tokenize 32 $2-
}
}
-
2103097·text·539 B·2012-01-15 05:02 UTC
#!/bin/bash
if [ -z "$1" ]; then
echo "Usage: ./std_* [FILE]"
exit 1
fi
fn=${1%.*}
output=$fn.lines432.mp4
outputtmp=tmp.$output
avconv -i $1 -c:v libx264 -pass 1 -preset fast -b:v
-
2103096·text·2.5 KB·2012-01-15 04:53 UTC
Alex Zalir 8:30 pm
so, Shade and Punk really should have a talk
Punk Screwcrusher 8:31 pm
i'm actually having second thoughts about the whole bdsm thing in general
Alex Zalir 8:31 pm
-
2103094·text·345 B·2012-01-15 04:12 UTC
~/android/system$ repo sync -j16
fatal: Not a git repository: '/home/aaron/android/system/.repo/projects/bootable/bootloader/legacy.git'
Fetching projects: 99% (309/312) fatal: Not a git repositor
-
2103093·text·982 B·2012-01-15 03:34 UTC
traceroute to taazoo.net (173.234.168.132), 30 hops max, 60 byte packets
1 10.0.0.1 (10.0.0.1) 3.195 ms 3.920 ms 4.285 ms
2 dsldevice (192.168.1.254) 16.841 ms 16.948 ms 17.081 ms
3 76.
-
2103090·text·410 B·2012-01-15 02:47 UTC
void copy(char to[], char from[])
{
printf ("to[]: %s\nfrom[]: %s\n", to, from);
int i = 0;
while (from[i] != '\0') {
printf ("from[%d]: %c\n", i, from
-
2103085·text·17 B·2012-01-15 00:16 UTC
lllllllllllllllll
-
2103084·text·568 B·2012-01-15 00:16 UTC
aport@hal9000:~$ cat test.c
#include <stdio.h>
/* print fahrenheit-celcius table */
double convert(int a)
{
double u;
u = (a - 32) * (5.0/9.0);
return u;
}
int main()
{
int f;
-
2103082·text·236 B·2012-01-15 00:07 UTC
#include <stdio.h>
double
convert (int a)
{
double u;
u = (a - 32) * (5.0 / 9.0);
return u;
}
int
main (void)
{
int f;
for (f = 0; f <= 300; f += 20)
printf ("%3d %6.1f\n",
-
2103080·text·39.7 KB·2012-01-14 23:54 UTC