~/paste/all
~/paste/all
~/paste/all
Pages: 123 ...395396

Paste #1071

  1. /*
  2.  * blobmsg - library for generating/parsing structured blob messages
  3.  *
  4.  * Copyright (C) 2010 Felix Fietkau <nbd@openwrt.org>
  5.  *
Language: c
Posted by Anonymous at 06 Apr 2012, 10:33:09 UTC

Paste #1062

  1. #include <stdio.h>
  2. #include <libubox/blobmsg.h>
  3. #include <libubox/blobmsg_json.h>
  4.  
  5. #define _GNU_SOURCE
Language: c
Posted by Anonymous at 03 Apr 2012, 01:17:06 UTC

Paste #1058

  1. diff --git a/trunk/target/linux/generic/patches-2.6.37/970-mips-gcc-4.6-set-but-unused-fixes.patch b/trunk/target/linux/generic/patches-2.6.37/970-mips-gcc-4.6-set-but-unused-fixes.patch
  2. index 17bcba5..35e6cb3 100644
  3. --- a/trunk/target/linux/generic/patches-2.6.37/970-mips-gcc-4.6-set-but-unused-fixes.patch
  4. +++ b/trunk/target/linux/generic/patches-2.6.37/970-mips-gcc-4.6-set-but-unused-fixes.patch
  5. @@ -1,44 +1,12 @@
Language: text
Posted by Anonymous at 28 Mar 2012, 03:21:40 UTC

Paste #1053

  1. [42949420.890000] br-lan: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
  2. [42949420.990000] device eth0 entered promiscuous mode
  3. [42949421.050000] br-lan: topology change detected, propagating
  4. [42949421.050000] br-lan: port 1(eth0) entering forwarding state
  5. [42949421.800000] Empty flash at 0x00050db0 ends at 0x00050e00
Language: text
Posted by Anonymous at 16 Mar 2012, 07:41:54 UTC

Paste #1043

  1. [..]
  2. [..]
  3. Feb 14 20:05:27 ina wpa_supplicant[29638]: CTRL-EVENT-DISCONNECTED bssid=00:0c:43:25:61:00 reason=7
  4. Feb 14 20:05:27 ina wpa_supplicant[29638]: CTRL-EVENT-DISCONNECTED bssid=00:00:00:00:00:00 reason=3
  5. Feb 14 20:05:27 ina kernel: [ 6013.776279] cfg80211: Calling CRDA to update world regulatory domain
Language: text
Posted by Anonymous at 14 Feb 2012, 07:11:52 UTC

Paste #1036

  1. Luci precompiled (stripped):
  2.  
  3. $ du -sck bin/lantiq/packages/luci*
  4. 36      bin/lantiq/packages/luci-app-firewall_trunk+svn8215-1_lantiq.ipk
  5. 20      bin/lantiq/packages/luci-app-splash_trunk+svn8215-1_lantiq.ipk
Language: text
Posted by Anonymous at 30 Jan 2012, 05:39:15 UTC

Paste #1022

  1. :~/projects/rfm12-ask.git$ LD_LIBRARY_PATH="$HOME/projects/rfm12-ask.git/lib" ./app/rfm12_read_from_cfg_and_export_via_xmlrpc 8080
  2. no shared memory yet
  3. read 5 objects (configured devices) into memory
  4. allocating 5150 bytes of shared memory
  5. iterating '5' times...
Language: text
Posted by Anonymous at 13 Nov 2011, 11:28:37 UTC

Paste #1020

  1. \documentclass[12pt,a4paper]{article}
  2. \usepackage{german}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{textcomp}
  5. \usepackage{tabularx}
Language: latex
Posted by Anonymous at 31 Oct 2011, 12:14:39 UTC

Paste #1015

  1. postgres=# CREATE TABLE x (
  2. postgres(#         id              SERIAL PRIMARY KEY,
  3. postgres(#         content         VARCHAR(255) DEFAULT NULL
  4. postgres(# );
  5. NOTICE:  CREATE TABLE will CREATE implicit SEQUENCE "x_id_seq" FOR serial COLUMN "x.id"
Language: sql
Posted by Anonymous at 13 Oct 2011, 11:15:50 UTC

Pages: 123 ...395396