-
2086060·text·8.0 KB·2011-10-01 10:49 UTC
[chemxplo]
{
[Bang]
{
class=CSimpleParticleSystem;
[properties]
{
Texture=bombsmoke;
colorMap = 0 0.5 0 1 0.05 .34 0.05 1 0 0 0 0.01;
pos = 0, 18, 0;
g
-
2086058·text·858 B·2011-10-01 10:32 UTC
[brolin@Repository] [1] [3] ~/
$ time sudo sfdisk -d /dev/sda
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
# partition
-
2086053·text·675 B·2011-10-01 10:05 UTC
Sub Task1()
Dim Number, Res As String
Dim Digits(0 To 9), Digit As Integer
Number = InputBox("Ââåäèòå ÷èñëî")
For I = Len(Number) To 1 Step -1
Digit = CInt(Mid(Number, I,
-
2086047·text·5.6 KB·2011-10-01 08:25 UTC
#
# /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file.
# To really apply changes reload proftpd after modifications.
#
# Includes DSO modules
Include /etc/proftpd/modules.
-
2086046·text·335 B·2011-10-01 08:18 UTC
* Connected. Now logging in...
* *** Looking up your hostname...
* *** Could not resolve your hostname: Domain name not found; using your IP address (127.0.0.1) instead.
* Closing link: (unknown@12
-
2086045·text·8.1 KB·2011-10-01 07:49 UTC
* autokhantester (Mibbit@C2E25100.7AEF1FC3.BA18600.IP) has joined #etc-help
<autokhantester> hi everyone ... eed to talk to admin
<autokhantester> need*
<@Princess> Yes?
* san is now known as san
-
2086044·text·8.1 KB·2011-10-01 07:45 UTC
* autokhantester (Mibbit@C2E25100.7AEF1FC3.BA18600.IP) has joined #etc-help
<autokhantester> hi everyone ... eed to talk to admin
<autokhantester> need*
<@Princess> Yes?
* san is now known as san
-
2086041·text·296 B·2011-10-01 06:55 UTC
% musca --replace
fatal error: request code=2, error code=10
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 2 (X_ChangeWindowAt
-
2086037·text·3 B·2011-10-01 06:19 UTC
eew
-
2086036·text·3 B·2011-10-01 06:19 UTC
eew
-
2086024·text·5.1 KB·2011-10-01 05:35 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* oops.java
*
* Created on Oct 1, 2011, 10:00:08 AM
*/
package notpad;
import
-
2086022·text·1.9 KB·2011-10-01 05:31 UTC
#include <iostream>
using namespace std;
bool isitprime (int testinput, int &testdivisor)
{
// cout << "\n\n test input: " << testinput << "\n";
// cout << "test divisor: " << testd
-
2086017·text·67.6 KB·2011-10-01 05:00 UTC
-
2086014·xml·29.0 KB·2011-10-01 04:28 UTC
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://openbox.org/
-
2086013·xml·8.5 KB·2011-10-01 04:27 UTC
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="apps-menu1" label="Internet">
<item icon="/home/pibarnas/.icons/AwOken/clear/128x128/apps/firefox.png" label="Firefox">
<action name="
-
2086012·text·8.5 KB·2011-10-01 04:27 UTC
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="apps-menu1" label="Internet">
<item icon="/home/pibarnas/.icons/AwOken/clear/128x128/apps/firefox.png" label="Firefox">
<action name="
-
2086006·text·2.1 KB·2011-10-01 02:56 UTC
PREFERRED_ECONOMY_PLUGIN: ""
#Preferred economy plugin (iConomy, BOSEconomy, Essentials). If you do not want to specify this, leave it blank.
REVERSE_BUTTONS: false
#If true, people will buy with
-
2086005·c·515 B·2011-10-01 02:31 UTC
int main(int argc, char **argv) {
tree t;
int i;
for(int x = 1; x<2; x++){
int treeMade = 0;
for (i = 1; i < argc; i++) {
if (strcmp("-r", argv[i]) ==
-
2086004·text·349 B·2011-10-01 02:29 UTC
int main(int argc, char **argv) {
tree t;
int i;
for (i = 1; i < argc; i++) {
if (strcmp("-r", argv[i]) == 0) {
t = tree_new(RBT);
break;
}
-
2086003·text·280 B·2011-10-01 02:23 UTC
int main(int argc, char **argv) {
tree t;
int i;
for (i = 1; i < argc; i++) {
if (strcmp("-r", argv[i]) == 0) {
t = tree_new(RBT);
} else {