All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Mine

    2113256·text·1.6 KB·2012-02-08 19:52 UTC
    #ifndef HAL_H
    #define HAL_H
    
    //Clock Config
    #define F_CPU 4000000L
    
    #include <avr/io.h>
    #include <avr/interrupt.h>
    
    #include <inttypes.h>
    #include <stdio.h>
    #include <stdlib.h>
    #includ
  • Mine

    2113253·text·721 B·2012-02-08 19:50 UTC
    #include <HAL.h>
    
    inline void Init_all(void)
    {
    //InitPort
     LED0_DDR = 0;
     LED1_PORT= 0;
     LED1_DDR = 1<<LED1;
     
     LED0_DDR = 0;
     LED0_PORT= 0;
     LED0_DDR = 1<<LED0;
     //test
     DDRA = 0xFF;
  • Stuff

    2113251·java·1.3 KB·2012-02-08 19:48 UTC
    package nativesbuilder;
    
    import com.badlogic.gdx.jnigen.AntScriptGenerator;
    import com.badlogic.gdx.jnigen.BuildConfig;
    import com.badlogic.gdx.jnigen.BuildExecutor;
    import com.badlogic.gdx.jnige
  • Unnamed

    2113246·text·1.3 KB·2012-02-08 19:40 UTC
    /*
    Copyright (C) 2008-2009 Joseph Simon III <j.simon.iii@astound.net>
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following co
  • Dvb

    2113238·text·1.6 KB·2012-02-08 19:33 UTC
    [max@eeepc ~]$ mplayer dvb://"LA7 HD"
    MPlayer SVN-r34426-4.6.2 (C) 2000-2011 MPlayer Team
    181 audio & 384 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Fail
  • Stuff

    2113224·xml·13.6 KB·2012-02-08 19:16 UTC
    var NTConfig_UseRedemptionHP;
    var NTConfig_UseRedemptionMP;
    
    function NT_LoadConfig()
    {
    //------------------------------------------------------------------------------
    // Boss configuration
    //
  • Error Invoking status command

    2113222·text·25.8 KB·2012-02-08 19:15 UTC
    Wed Feb 8 14:07:29 EST 2012
    begin ulimit settings:
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) unlimited
    scheduling priority (-e) 0
    file size
  • Anonymous

    2113209·text·3.3 KB·2012-02-08 19:01 UTC
    |------------------------------------------------------------------------------------------|
    | WinMTR statistics |
    |
  • Unnamed

    2113207·text·3.3 KB·2012-02-08 18:59 UTC
    |------------------------------------------------------------------------------------------|
    | WinMTR statistics |
    |
  • Anonymous

    2113206·text·1.5 KB·2012-02-08 18:59 UTC
    ΜΗΛΙΑ
    -φυσιολογικές παθήσεις μήλου και πως αντιμετωπίζονται [40]
    -Υαλωση στα μηλα
    
    ΡΟΔΑΚΙΝΙΑ
    -προβλήματα επανεγκατάστασης οπωρώνα + ειδικά για τον ροδακινεώνα
    -κλιματολογικές συνθήκες ροδακινιάς
  • Something

    2113202·text·5.7 KB·2012-02-08 18:55 UTC
    <?php
     /**
     * read.php
     * Reading mode of the guestbook frontend
     */
     
     include_once(WP_PLUGIN_DIR.'/gwolle-gb/functions/gwolle_gb_get_entries.func.php');
     include_once(WP_PLUGIN_DIR.
  • Untitled

    2113198·text·839.1 KB·2012-02-08 18:51 UTC
    
        
  • Stuff

    2113185·text·1.5 KB·2012-02-08 18:37 UTC
    1) Η κεραία των μελισσών ως όργανο αισθήσεων. 
    2) Πώς μπορεί μια μέλισσα να ανταποκρίνεται σε μια συγκεκριμένη μορφή της κυψέλης όταν στο περιβάλλον της κυψέλης υπάρχουν αρκετές άλλες διαφορετικές οσ
  • Untitled

    2113183·html·2.9 KB·2012-02-08 18:36 UTC
    <a href="#" onclick='addQuestion(this, "questions", "<div class=\"fields\">\n <li>\n <label>Question<\/label>\n <input id=\"q\" name=\"questionnaire[questions_attributes][new_questions][_destroy]
  • Unnamed

    2113162·text·4.4 KB·2012-02-08 18:18 UTC
    #define F_CPU 25000000L
    //includes
    #include "Arduino.h"
    extern "C" {
    #include <math.h>
    }
    
    //
    
    //Pin connected to latch pin (ST_CP) of 74HC595
    const int latchPin = 20;
    //Pin connected to c
  • opennms_fail

    2113159·text·3.4 KB·2012-02-08 18:14 UTC
    # $OPENNMS_HOME/bin/install -dis
    ==============================================================================
    OpenNMS Installer
    ===================================================================
  • Miscellany

    2113132·text·13.6 KB·2012-02-08 17:51 UTC
    /**
     * main.cpp - swserial/timerserial/usciserial Serial Asynch test driver.
     *
     * To test: use putty and connect to /dev/ttyACM0 at 9600 Baud
     *
     */
    
    #include <msp430.h>
    #include <stdio.h>
    #
  • Mine

    2113130·text·13.6 KB·2012-02-08 17:50 UTC
    /**
     * main.cpp - swserial/timerserial/usciserial Serial Asynch test driver.
     *
     * To test: use putty and connect to /dev/ttyACM0 at 9600 Baud
     *
     */
    
    #include <msp430.h>
    #include <stdio.h>
    #
  • Stuff

    2113128·text·1.6 KB·2012-02-08 17:49 UTC
    int main(void)
    {
    // Stop watchdog
     WDTCTL = WDTPW + WDTHOLD;
    
     // Todo maybe remove the defaults?
     // Not necessary as they default to input just like arduino
     P1DIR = 255; // All input (ar
  • Anonymous

    2113126·text·1.9 KB·2012-02-08 17:48 UTC
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrat

older pastes →