-
2066988·text·11.2 KB·2011-05-22 15:56 UTC
#include "ScriptPCH.h"
#define GOSSIP_ITEM_STABLE "Stable"
#define GOSSIP_ITEM_NEWPET "New Pet"
#define GOSSIP_ITEM_BOAR "Boar"
#define GOSSIP_ITEM_SERPENT "Serpent"
#define GOSSIP_ITEM_SCRAB "
-
2066987·text·1019 B·2011-05-22 15:56 UTC
malam...
Kita masih berpeluk, mendengar pahatan hujan yang tiba-tiba London datang,
lari kecil-kecil seiring langkah kaki mungil. dia hempaskan tubuhnya,
bak peri kecil kehilangan sayapnya, kel
-
2066986·java·284 B·2011-05-22 15:54 UTC
public void popUp(View v, String msg) {
//int duration = Toast.LENGTH_LONG;
String show = (String) (msg == null ? getString(R.string.my_popup) : msg);
Toast toast = Toast.makeTex
-
2066965·text·5.2 KB·2011-05-22 15:26 UTC
#!/usr/bin/tclsh
#
# ispblocks.tcl v1.2 by phillie 2004
#
# check netblocks for isp ownage
# max. range supported is a 1.1.1.1/18 subnet
#
# changelog:
#
# v1.0 - initial release
# v1.1 - ad
-
2066964·text·168.8 KB·2011-05-22 15:23 UTC
-
2066961·text·976 B·2011-05-22 15:19 UTC
# grep -R MaxClients /etc/apache2/
/etc/apache2/apache2.conf:# MaxClients: maximum number of server processes allowed to start
/etc/apache2/apache2.conf: MaxClients 50
/etc/apache2/apa
-
2066953·text·1.9 KB·2011-05-22 15:11 UTC
BAD:
class svnserve::params {
file { "svnserve_service_folder":
path => "/var/svc/network/repository",
ensure => directory,
user => "root",
group => "sys",
mode => "0755"
}
fi
-
2066949·text·899.3 KB·2011-05-22 15:05 UTC
-
2066947·text·1.1 KB·2011-05-22 15:04 UTC
// Целевая функция
private static double Func(double t) {
return t*t*t - t*t + 3;
}
// Алгоритм решения
private void TabPage1Paint(object sender, PaintEventArgs e) {
-
2066926·delphi·5.4 KB·2011-05-22 14:48 UTC
procedure TForm1.POISKClick(Sender: TObject);
var z,s, x2,x,x1, y:string;
search,zapolnenie:Boolean;
i,l:integer;
begin
AssignFile(f,'1.txt.txt');
reset(f);
numzap:=0;
Kolfind:=0;
s
-
2066920·text·981 B·2011-05-22 14:45 UTC
class svnserve::params {
file { "svnserve_service_folder":
path => "/var/svc/network/repository",
ensure => directory,
user => "root",
group => "sys",
mode => "0755"
}
file { "sv
-
2066913·python·618 B·2011-05-22 14:37 UTC
def checksumPython(fileName):
file = open(fileName)
outputFileName = "Verif_" + fileName
outputFile = open(outputFileName, 'w')
totalSum = 0
totalProduct = 1
for line in file:
n_Account
-
2066880·text·15.6 KB·2011-05-22 14:02 UTC
$ ls -l
total 32
-rw------- 1 root root 12658 2011-05-22 12:55 5i7ptU
-rw------- 1 root root 317 2011-05-22 14:52 Ife0RV
-rw------- 1 root root 1176 2011-05-22 13:33 j90c_L
-
-
2066878·text·1.9 KB·2011-05-22 14:00 UTC
13:47 < ScribbleJ> markvandenborre, you can order something in the meantime that is both cheap and fun to practice on. There are awesome beginner soldering kits with fun outcomes on adafruit.com and
-
2066867·text·2.4 KB·2011-05-22 13:45 UTC
<span id="réglement">Le Réglement</span>
<br />
<p>Le serveur Calywen est un serveur dit "multiroyaumes" c'est à dire qu'il comporte plusieurs royaumes qui ont donc leurs règles à respecter.<br />
-
2066857·text·325 B·2011-05-22 13:29 UTC
Total number of disks: 9
=> nil
irb(main):393:0> pp result
[[2402571484, [23, 24]],
[2683390863, [28]],
[2923412305, [1, 2, 25]],
[2930810028, [3, 4, 26]],
[2937313388, [5, 6, 7, 8]],
[29
-
2066847·text·1.0 KB·2011-05-22 13:21 UTC
/*Ein Programm zum Rumrechnen mit Strings, aber ohne die String-Lib*/
# include <stdio.h>
# include <stdlib.h>
int main()
{
int aufgabe;
printf("\nWas möchten sie machen?\n");
p
-
2066844·text·325 B·2011-05-22 13:14 UTC
Total number of disks: 9
=> nil
irb(main):393:0> pp result
[[2402571484, [23, 24]],
[2683390863, [28]],
[2923412305, [1, 2, 25]],
[2930810028, [3, 4, 26]],
[2937313388, [5, 6, 7, 8]],
[29
-
2066842·text·867 B·2011-05-22 13:13 UTC
Stepper Gantry basic configurations using gantrykins.
gantry.ini has no home switches
This configuration is a stepper based configuration for a gantry type of device using independent
Y axis st
-
2066840·java·8.4 KB·2011-05-22 13:12 UTC
package eatsugar;
import org.bukkit.event.player.PlayerListener;
import org.bukkit.event.block.Action;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.event.player.PlayerMo