All pastesPublic feed

Public feed

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

    2055970·text·4.7 KB·2011-05-10 00:26 UTC
    <?php
    // File per Italiano
    $lang['CAMERE'] = "CAMERE & PREZZI";
    $lang['SERVIZI'] = "SERVIZI";
    $lang['OFFERTE'] = "OFFERTE";
    $lang['ITINERARI'] = "ITINERARI";
    $lang['ARRIVARE'] = "COME ARRIVARE";
  • Untitled

    2055968·text·2.2 KB·2011-05-10 00:25 UTC
    <?php
    if(isset($_GET['la']) && !empty($_GET['la'])) {
     $loc = $_GET['la'];
    } else {
     $loc = "it";
    }
    if ($loc == 'en') {
     require("lang/en.php");
    } else if ($loc == 'it') {
     require("lang/it.p
  • Someone

    2055967·text·2.3 KB·2011-05-10 00:24 UTC
    <?php
    if(isset($_GET['la']) && !empty($_GET['la'])) {
     $loc = $_GET['la'];
    } else {
     $loc = "it";
    }
    if ($loc == 'en') {
     require("lang/en.php");
    } else if ($loc == 'it') {
     require("lang/it.p
  • Stuff

    2055966·text·1.2 KB·2011-05-10 00:20 UTC
    -=Guild Missions=-
    Combat/Operational Readiness
     -Ensure the maximum potential for success in the eventual engagement of hostilities.
    Forward Presence
     -Deploy members to areas in numbers of rough
  • Stuff

    2055964·text·5.5 KB·2011-05-10 00:16 UTC
    #ifndef PARAMETERS_H
    #define PARAMETERS_H
    
    // NO RS485/EXTRUDER CONTROLLER SUPPORT
    // PLEASE VERIFY PIN ASSIGNMENTS FOR YOUR CONFIGURATION!!!!!!!
    #define MOTHERBOARD 5 // ATMEGA168 = 0, SANGUINO
  • Stuff

    2055963·text·3.9 KB·2011-05-10 00:10 UTC
    #include <stdio.h>
    #include <stdlib.h>
     
    int main(int argc, char *argv[])
    {
     float salarioBruto, impostoDevido, impostoFonte, valorRestituir, valorParcela,
     salarioMes, impostoBruto, par
  • Something

    2055962·text·988 B·2011-05-10 00:07 UTC
    <script type="text/javascript">
    $(function() {
     $(".add_url_button").click( function() {
     // Copy this part as much as necessary
     var url = $("input#url").val();
     if (url == "") {
  • Unnamed

    2055961·text·1.6 KB·2011-05-10 00:05 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    int main(int argc, char *argv[])
    {
     int horaInicio, horaTermino, minInicio, minTermino, durHora, durMin;
     
     /* Apresentação do problema */
     
     prin
  • Anonymous

    2055951·text·3.8 KB·2011-05-09 23:50 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    int main(int argc, char *argv[])
    {
     float salarioBruto, impostoDevido, impostoFonte, valorRestituir, valorParcela,
     salarioMes, impostoBruto, parc
  • Anonymous

    2055950·text·764 B·2011-05-09 23:45 UTC
    require 'Qt4'
    
    class SStandardItemModel < Qt::StandardItemModel
     def flags(idx)
     baseflags = Qt::ItemIsEnabled.to_i
     if idx.column() == 1
     return baseflags | Qt::ItemIsEditable.to_i
  • Anonymous

    2055949·text·767 B·2011-05-09 23:45 UTC
    equire 'Qt4'
    
    class SStandardItemModel < Qt::StandardItemModel
     def flags(idx)
     baseflags = Qt::ItemIsEnabled.to_i
     if idx.column() == 1
     return baseflags | Qt::ItemIsEditable.to_i |
  • Untitled

    2055947·text·791 B·2011-05-09 23:31 UTC
    -=Guild Missions=-
    Combat/Operational Readiness
     -Ensure the maximum potential for success in the eventual engagement of hostilities.
    Forward Presence
     -Deploy members to areas in numbers of rough
  • Untitled

    2055943·text·1.7 KB·2011-05-09 23:04 UTC
    class FooBar which is damn cool
     and extends Foo
     and implements Bar, Baz.
    It does many things right. 'nuff said.
    
    FooBar's elements:
     method doSomething which does something
     h
  • Something

    2055939·text·2.0 KB·2011-05-09 22:47 UTC
    mysql> EXPLAIN EXTENDED SELECT o.orders_type, o.orders_status, o.orders_id, o.orders_po, o.orders_date, o.orders_customers_po, c.customers_name, o.orders_issue_date, o.orders_requested_date, o.orders_
  • Anonymous

    2055936·text·1.1 KB·2011-05-09 22:17 UTC
    mysql> EXPLAIN EXTENDED SELECT * FROM styles s, customers c where s.customers_id = c.customers_id group by s.styles_id;
    +----+-------------+-------+--------+---------------+---------+---------+---
  • Someone

    2055934·text·1.9 KB·2011-05-09 22:10 UTC
    $ qlist pylotro
    /usr/games/bin/pylotro
    /usr/share/doc/pylotro-0.1.14/AUTHORS.bz2
    /usr/share/doc/pylotro-0.1.14/ChangeLog.bz2
    /usr/share/doc/pylotro-0.1.14/README.bz2
    /usr/share/applications/PyLot
  • Miscellany

    2055933·text·4.5 KB·2011-05-09 22:07 UTC
    01.
    # mysqladmin proc
    
     02.
    +-----+--------+-----------+--------------+---------+------+----------------------+-------------------------------------------------------------------------------------
  • Miscellany

    2055931·text·941 B·2011-05-09 21:58 UTC
    aber verstehe immer noch nich wieso sie dann sowas schreibt wie "vielleicht denkt sie sich aber was..."
    
    ich denke mir NICHTS
    ich wess auch nicht warum sie das schreibt
    
    ja egal jetzt 
    
    oder wa
  • Something

    2055929·text·1012 B·2011-05-09 21:50 UTC
    mysql> EXPLAIN EXTENDED SELECT * FROM invoices i, customers c WHERE i.customers_id = c.customers_id ORDER BY invoices_id DESC;
    +----+-------------+-------+--------+---------------+---------+--------
  • Anonymous

    2055927·text·894 B·2011-05-09 21:45 UTC
    <!DOCTYPE html>
    <html lang="en">
    <head>
     <meta charset="utf-8">
     
     <title>Page title</title>
     <link rel="stylesheet" type="text/css" href="css/main.css" media="all" />
    
     <script type="text/jav

older pastes →