-
2072801·text·1.4 KB·2011-05-31 14:46 UTC
Restarting web server: apache2[Tue May 31 17:46:24 2011] [warn] module php5_module is already loaded, skipping
[Tue May 31 17:46:24 2011] [warn] module php5_module is already loaded, skipping
[Tue M
-
2072795·html·1.9 KB·2011-05-31 14:28 UTC
<!-- Exemple ici est tiré de mon site http://aljiv.free.fr/ -->
<!-- J'ai un menu avec les boutons en images qui ont chacune leur classe définis dans le CSS -->
<!-- Donc le DIV qui
-
2072794·cpp·931 B·2011-05-31 14:25 UTC
extern "C" LONG AC_EXPORT WINAPI AC_Unhandled(PEXCEPTION_POINTERS info)
{
HANDLE file = CreateFile(_T("C:\\minidump.dmp"), GENERIC_READ | GENERIC_WRITE, FILE_SHARE_WRITE | FILE_SHARE_READ, 0, CR
-
2072792·bash·1.8 KB·2011-05-31 14:10 UTC
#!/bin/bash
####################################### Type in plates in wrong order:
A1=("./A01_*")
A2=("./A02_*")
A3=("./A03_*")
A4=("./A04_*")
A5=("./A05_*")
A6=("./A06_*")
A7=("./A07_*")
-
2072759·text·5 B·2011-05-31 13:41 UTC
brony
-
2072756·text·1.2 KB·2011-05-31 13:32 UTC
Konvertieralgo Plotter:
Ausgang ist eine HPGL-Datei (siehe google nach "ext:hpgl")
zB http://www-eng.lbl.gov/~dw/projects/DW4132_BORG_Fission_Source/proe/concept/co.hpgl
Befehle im Zieldokument
-
2072754·python·3.9 KB·2011-05-31 13:31 UTC
class HexColourPicker(TextInput):
def __init__(self, attrs=None,
template='forms/widgets/hex_colourpicker.html'):
super(TextInput, self).__init__(attrs)
self.template =
-
2072753·python·1.9 KB·2011-05-31 13:30 UTC
class HexColourPicker(TextInput):
def __init__(self, attrs=None,
template='forms/widgets/hex_colourpicker.html'):
super(TextInput, self).__init__(attrs)
self.template =
-
2072752·text·1.9 KB·2011-05-31 13:30 UTC
class HexColourPicker(TextInput):
def __init__(self, attrs=None,
template='forms/widgets/hex_colourpicker.html'):
super(TextInput, self).__init__(attrs)
self.template =
-
2072745·text·2.0 KB·2011-05-31 13:13 UTC
libtool: link: ( cd ".libs" && rm -f "libgfortran.la" && ln -s "../libgfortran.la" "libgfortran.la" )
make[6]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.4.5/work/build/x86_64-pc-linux-gnu/3
-
2072744·text·1.3 KB·2011-05-31 13:04 UTC
#############################################################
################### OFFICIAL UBUNTU REPOS ###################
#############################################################
###### Ub
-
2072727·text·50.0 KB·2011-05-31 11:41 UTC
-
2072726·java·1.1 KB·2011-05-31 11:40 UTC
package me.juze.DropPlugin;
import java.util.logging.Logger;
import org.bukkit.event.Event;
import org.bukkit.plugin.PluginDescriptionFile;
import org.bukkit.plugin.java.JavaPlugin;
import org.
-
2072725·java·3.9 KB·2011-05-31 11:33 UTC
package me.juze.DropPlugin;
import java.io.*;
import java.util.logging.Logger;
import org.bukkit.util.config.Configuration;
public class ConfigHandler {
Configuration file;
Boolean d
-
2072724·java·758 B·2011-05-31 11:32 UTC
public class DropListener extends BlockListener {
public DropListener(DropPlugin instance) {
}
private static ConfigHandler config;
public DropListener(ConfigHandler instance) {
confi
-
2072723·text·1.4 KB·2011-05-31 11:25 UTC
<?php
get_sidebar('top');
global $post;
if (have_posts()){
if (art_get_option('art_single_pagination')) {
// previous_post_link | next_post_link
art_pagination
-
2072720·text·1.2 KB·2011-05-31 11:20 UTC
<?php
get_sidebar('top');
global $post;
if (have_posts()){
if (art_get_option('art_single_pagination')) {
// previous_post_link | next_post_link
art_pagination
-
2072718·c·1.1 KB·2011-05-31 10:57 UTC
#include <inttypes.h>
#include <avr/io.h>
enum flagi
{
W_PRAWO = 0x01,
W_LEWO = 0x02,
DZIALAJ = 0x04
};
int main(void)
{
uint8_t led = 0x00;
uint8_t flag
-
2072710·text·4.5 KB·2011-05-31 10:39 UTC
::::Character Generation::::
Skill dice modifiers (roll 4 plus and 4 minus)
Goal type
(Secrets)
(Awards/Penalties)
(Revelations)
Skills:
Listen
Sabotage
Sneak
Conceal
Brawn
Escape
Burgl
-
2072707·php·494 B·2011-05-31 10:28 UTC
public function actions()
{
return array(
// captcha action renders the CAPTCHA image displayed on the contact page
'captcha'=>array(
'class'=>'CCaptchaAction',