-
2053603·text·866 B·2011-05-03 20:54 UTC
class spell_polarity_change : public SpellScriptLoader
{
public:
spell_polarity_change() : SpellScriptLoader("spell_polarity_change") { }
class spell_polarity
-
2053599·c·80 B·2011-05-03 20:40 UTC
#include<stdio.h>
int main()
{
printf("hello");
return 0;
}
-
2053598·text·166.5 KB·2011-05-03 20:37 UTC
-
2053594·text·296 B·2011-05-03 20:31 UTC
\begin{tabular}{lr}
Original & 100.0\% \\
\midrule
Unnecessary Special-Case Checking
& 99.0\% \\
Lookup Table Early Stopping \& Optimised Search
& 78.5\% \\
Loo
-
2053588·text·795 B·2011-05-03 20:03 UTC
OK, I found how to show only on home page the header banner:
Edit /admin/view/template/module/banners.tpl
Find <?php if ($banners_position == 'header') { ?>
<option value="header" selec
-
2053581·text·1006 B·2011-05-03 19:39 UTC
Index: common/misc/cmdarg.c
===================================================================
--- common/misc/cmdarg.c (revision 2374)
+++ common/misc/cmdarg.c (working copy)
@@ -53,12 +53,12 @@
cm
-
2053578·text·4.8 KB·2011-05-03 19:25 UTC
2011-05-03 12:20:26-0700 [-] processing: {ffdb2b25-08d6-41dc-8fe5-c75df3d125f7}/usr/lib/archivematica/MCPClient/clientScripts/archivematicaFITS.py "/var/archivematica/sharedDirectory/currentlyProcess
-
2053576·text·998 B·2011-05-03 19:06 UTC
Configuring Apache Portable Runtime library ...
checking for APR... yes
setting CPP to "i486-openwrt-linux-uclibc-gcc -E"
adding "-DLINUX=2" to CPPFLAGS
adding "-D_REENTRANT" to CPPFLAGS
-
2053573·text·3 B·2011-05-03 19:02 UTC
asd
-
2053572·text·4.6 KB·2011-05-03 18:58 UTC
Name: Blogspots
Date: 3/5/2011
Title: Terrarium pets
Url: http://doroorod.blogspot.com/
Title: squintyeye
Url: http://sqintyeye.blogspot.com/
Title: Art of Dungeon Mastering
Url: http://a
-
2053570·text·933 B·2011-05-03 18:51 UTC
Gestione utenti
Rubrica
Modifica un utente
Anagrafica confermata/da confermare
Gestione Missioni
Autorizza missioni
Riepilogo km
Riepilogo rifornimenti mezzo di servizio
Riepilogo missioni pre
-
2053569·text·290 B·2011-05-03 18:49 UTC
Tdata read(tFile fi){
Tdata t;
int i=0;
t.mass = new int[1];
bool flag = 1;
while((!feof(fi)) && flag){
t.mass =(int*)realloc(t.mass,(i+1)*sizeof(int));
fscanf(fi,"%d",&t.mass[i
-
2053567·diff·1.9 KB·2011-05-03 18:45 UTC
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index b5ec429..4b52c92 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resour
-
2053565·text·1.3 KB·2011-05-03 18:40 UTC
package dje.act.res;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.net.UnknownHos
-
2053564·c·453 B·2011-05-03 18:36 UTC
Tdata read(tFile fi){
Tdata t;
int i=0;
t.mass = new int[1]; // Не совсем понял что это? Навыки пропадают
while(!feof(fi)){ // Не плохо было бы самому написать feoln, если не можешь
-
2053563·text·412 B·2011-05-03 18:35 UTC
Traceback (most recent call last):
File "/usr/lib/archivematica/MCPClient/clientScripts/archivematicaFITS.py", line 230, in <module>
fits = excludeJhoveProperties(fits)
File "/usr/lib/archi
-
2053562·text·1.2 KB·2011-05-03 18:35 UTC
1. Everyone who wishes to enroll for a spot in this league must sign up with their steam id on the participants list. You may list a preferred team in the comments.
2. While preferred teams will be
-
2053561·text·620 B·2011-05-03 18:32 UTC
try {
Socket sock = new Socket("127.0.0.1", 4711);
// Thread.currentThread();
// Thread.sleep(10000);
System.out.println("start");
PrintWriter pw = new PrintWriter(sock.g
-
2053560·text·1.4 KB·2011-05-03 18:29 UTC
/**
* Error Handler will convert error into log message, and then call the original error handler
*
* @link http://www.php.net/manual/en/function.set-error-handler.php Custom err
-
2053558·text·207 B·2011-05-03 18:26 UTC
Tdata read(tFile fi){
Tdata t;
int i=0;
t.mass = new int[1];
while(!feof(fi)){
t.mass =(int*)realloc(t.mass,(i+1)*sizeof(int));
fscanf(fi,"%d",&t.mass[i]);
i++;
}
t.n = i;
retur