-
2073341·text·308 B·2011-06-01 18:40 UTC
<?php
add_action('admin_menu', 'crnews_import_submenu');
function crnews_import_submenu() {
add_submenu_page( 'tools.php', 'Newslettter Import', 'Newslettter Import', 'edit_themes', 'newsle
-
2073339·text·150 B·2011-06-01 18:34 UTC
[bob@camp-radio playlists]# mpc load camp_radio.m3u
loading: camp_radio.m3u
[bob@camp-radio playlists]# mpc playlist
[bob@camp-radio playlists]#
-
2073334·text·402 B·2011-06-01 18:28 UTC
public static boolean test(int [][] m)
{
int n=m.length;
for(int r=0; r<(n-1); r++)
for (int c=0; c<n; c++)
for (int i=0; i<n; i++)
if(m[r][c] > m[r+1][i]) return false;
-
2073333·text·863 B·2011-06-01 18:26 UTC
cameron@cameron-linux:/etc$ mount -v
/dev/sda3 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/con
-
2073330·text·2.3 KB·2011-06-01 18:19 UTC
Global $UnPaused
Global $MousePos
HotKeySet("{F1}", "MousePosition")
HotKeySet("{F2}", "Kamikaze")
HotKeySet("{F3}", "Repair")
HotKeySet("{F4}", "Pause")
HotKeySet("{ESC}", "Terminate")
While
-
2073325·text·353 B·2011-06-01 18:07 UTC
conf_engine
conf_winlist
conf_window_focus
conf_window_display
conf_wallpaper
conf_transitions
conf_startup
conf_screensaver
conf_profiles
conf_mouse_cursor
conf_mousebindings
conf_mouse
c
-
2073313·text·609 B·2011-06-01 17:36 UTC
gst-launch v4l2src device=/dev/video name=source ! capsfilter name=geometry_and_framerate caps=video/x-raw-yuv,width=640,height=480,framerate=5/1 ! tee name=t ! queue ! videoscale name=testscaling ! v
-
2073312·bash·349 B·2011-06-01 17:32 UTC
#!/bin/bash
waitforjob() {
WHICH=$1
MAX=$2
echo "max = $MAX";
N=0
while true; do
kill -0 $WHICH 2>&1 >/dev/null || break
sleep 1
echo -n "."
N=$((N+1))
if te
-
2073308·text·4.3 KB·2011-06-01 17:19 UTC
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header
-
2073306·text·518 B·2011-06-01 17:18 UTC
I have the following two dimensional array, like the example below ([0][0] = 1, [0][1] = 8, [1][1] = 60). Note that this is just an example. The array is of size n x n, and the values of a[x][random]
-
2073305·text·605 B·2011-06-01 17:15 UTC
alias rnc {
;just type /rnc in a channel... AND YOU FEEL LIKE YOUR ON SHROOMS! :D
;/rnc to stop :)
var %users $nick($active, 0)
while (%users > 0) {
cline $rand(2,15) $nick($active,
-
2073300·text·6.0 KB·2011-06-01 17:08 UTC
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
##
-
2073299·text·1.2 KB·2011-06-01 17:05 UTC
cameron@cameron-linux:~$ grub-install --help
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.
-h, --help print this message and exit
-v, --version
-
2073295·text·6.7 KB·2011-06-01 16:51 UTC
# include <cstdlib>
# include <iostream>
# include <iomanip>
# include <ctime>
# include <cmath>
using namespace std;
double best_nearby(double delta[], double point[], double prevbest,
-
2073293·text·6.0 KB·2011-06-01 16:48 UTC
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
##
-
2073291·text·4.7 KB·2011-06-01 16:46 UTC
cameron@cameron-linux:~$ cd /boot
cameron@cameron-linux:/boot$ ls
abi-2.6.31-19-generic memtest86+.bin
abi-2.6.32-32-generic System.map-2.6.31-19-generic
config-2.6.31-19-generic
-
2073288·text·49.6 KB·2011-06-01 16:33 UTC
-
2073285·text·13.2 KB·2011-06-01 16:29 UTC
Question 1 (1.00 points)
Americans' national identity rests largely upon
a. ethnic kinship.
b. common language.
c. shared political ideals.
d. religion.
e. federal law.
-
2073283·text·9.1 KB·2011-06-01 16:26 UTC
<?xml version="1.0" encoding="utf-8"?>
<!-- $Id: install.xml 1242 2010-07-20 02:48:12Z rued $ -->
<install version="1.5" client="both" type="language" method="upgrade">
<name>Norwegian bokmål (
-
2073282·text·718.6 KB·2011-06-01 16:11 UTC