-
2075721·text·983 B·2011-06-06 19:56 UTC
sean@Sean:/media$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.38-8-generic-pae
Found initrd image: /boot/initrd.img-2.6.38-8-generic-pae
Found linux image: /boot/
-
2075719·text·1.1 KB·2011-06-06 19:52 UTC
Skill plan for Nienil Noeve
Caldari Battleship I (1 hour, 18 minutes, 25 seconds)
Caldari Battleship II (6 hours, 5 minutes, 15 seconds)
Caldari Battleship III (1 day, 10 hours, 26 minutes, 7 sec
-
2075718·text·1.5 KB·2011-06-06 19:51 UTC
Skill plan for Nienil Noeve
Advanced Spaceship Command I (49 minutes, 1 second)
Advanced Spaceship Command II (3 hours, 48 minutes, 18 seconds)
Advanced Spaceship Command III (21 hours, 31 minute
-
2075704·text·1.5 KB·2011-06-06 19:24 UTC
package test;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.events.SelectionListener;
import org.eclipse.swt.layout.GridLayout;
import org.ecl
-
2075703·text·11.0 KB·2011-06-06 19:20 UTC
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import org.rsbot.event.events.MessageEvent;
import org.rsbot.eve
-
2075695·text·3.4 KB·2011-06-06 19:09 UTC
Power is perceived differently from individual to individual. Often times, power clouds an individual's mind with false illusions. King Lear, one of Shakespeare's many plays demonstrates the percept
-
2075692·text·1.3 KB·2011-06-06 19:03 UTC
1>------ Build started: Project: foreachtest, Configuration: Debug Win32 ------
1> foreachtest.cpp
1>c:\users\jeffm\desktop\foreachtest - copy\foreachtest\foreachtest.cpp(15): error C2678: binary '
-
2075690·text·3.7 KB·2011-06-06 19:01 UTC
1>------ Build started: Project: foreachtest, Configuration: Debug Win32 ------
1>Compiling...
1>foreachtest.cpp
1>c:\users\jeffm\desktop\foreachtest\foreachtest\foreachtest.cpp(15) : error C2668:
-
2075687·text·479 B·2011-06-06 19:00 UTC
#!/usr/sh
echo "installing a buttload of bs"
sudo apt-get install git-core
sudo apt-get build-dep tmw
sudo apt-get install libsdl-gfx1.2-4 libsdl-gfx1.2-dev
sudo apt-get install cmake
echo "now
-
2075683·text·1.3 KB·2011-06-06 18:49 UTC
Hi All,
I've put together a first draft of an Evergreen Features Summary and I would appreciate your help in vetting it. Eventually I will work with the various Web Team members to find a permanen
-
2075679·text·923 B·2011-06-06 18:35 UTC
> A Cappella
> Acid Punk
> Acid
> Anime
> Avantgarde
> Bass
> Beat
> Bebob
> Bluegrass
> Booty Bass
> BritPop
> Cabaret
> Celtic
> Chamber Music
> Chanson
> Chorus
> Christian Gangsta
-
2075677·text·11.0 KB·2011-06-06 18:31 UTC
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import org.rsbot.event.events.MessageEvent;
import org.rsbot.eve
-
2075674·text·1.6 KB·2011-06-06 18:24 UTC
[code]| Copy & Paste this data into Mids' Hero Designer to view the build |
|-------------------------------------------------------------------|
|MxDz;1370;653;1306;HEX;|
|78DA6593DB72124110866761
-
2075673·text·535 B·2011-06-06 18:24 UTC
// Usage: sudo stap gst-memtrace2.stp -c "./a.out file:///home/rishi/devel/gstreamer/bgo-650258.mkv"
probe process("/usr/lib/libgstreamer-0.10.so.0.29.0").function("gst_mini_object_new") {
if (t
-
2075672·text·481 B·2011-06-06 18:23 UTC
// Usage: stap -c gtk-demo ./gst-memtrace2.stp
probe process("/usr/lib/libgstreamer-0.10.so.0.29.0").function("gst_mini_object_new") {
if (target() == pid())
{
println ("GST_MINI_OBJ
-
2075670·text·481 B·2011-06-06 18:20 UTC
// Usage: stap -c gtk-demo ./gst-memtrace2.stp
probe process("/usr/lib/libgstreamer-0.10.so.0.29.0").function("gst_mini_object_new") {
if (target() == pid())
{
println ("GST_MINI_OBJ
-
2075669·text·2.7 KB·2011-06-06 18:19 UTC
Debootstrap HOWTO by glevand (geoffrey.levand@mail.ru) (Modified by snowy, snowy@fknnrds.com)
-------------------------------------------------------
Links:
* http://www.debian.org/releases/sta
-
2075667·xml·1.1 KB·2011-06-06 18:12 UTC
<?xml version="1.0"?>
<propeller name="Fixed-Pitch blabla-inch Two-Blade Propeller">
<ixx> 1.027 </ixx>
<!--
MoI ~ 0.5 * Prop_Weight(lb) (less hub) * [D2]/386
w=24lb
d=69inch=5.75ft
-
2075661·xml·884 B·2011-06-06 17:53 UTC
<?xml version="1.0"?>
<!--
File: eng_O-200.xml
Author: Ron Jensen
O-200: 100 hp (75 kW)
specifications
4-cylinder, horizontally-opposed, air-cooled piston engine
Displacement: 201
-
2075655·text·722 B·2011-06-06 17:41 UTC
//Задание 1 .
//Написать параметризованную функцию сортировки методом вставки.
template <class TYPE>
void sort(TYPE m[], int N)//m - массив, N - количество элементов в массиве
{
int i,j;