All pastesPublic feed

Public feed

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

    2055994·text·1.6 KB·2011-05-10 02:16 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
  • Something

    2055993·text·818 B·2011-05-10 02:15 UTC
    <html>
    <body>
    <?php
     if(isset($_POST['btnSubmit'])){
     //Get values from Post values here
    
     //Setup database
     $con = mysql_connect("localhost", "root");
     if (!$con)
     {
  • Untitled

    2055991·text·3.1 KB·2011-05-10 02:10 UTC
    //***************************************************************//
    // Celso Garcia da Silva - RA 435457 // 
    // Algoritmo e Programação I
  • Stuff

    2055990·text·617 B·2011-05-10 02:10 UTC
    <html>
    <body>
    <?php
     if(isset($_POST['btnSubmit'])){
    
    }
    ?> 
    
    <form action="insert.php" method="post">
    Name: <input type="text" name="name" />
    Email: <input type="text" name="email" />
    Age:
  • Unnamed

    2055988·text·2.0 KB·2011-05-10 01:57 UTC
    r300: DRM version: 2.5.0, Name: ATI RV350, ID: 0x4150, GB: 1, Z: 1
    r300: GART size: 253 MB, VRAM size: 256 MB
    r300: AA compression: NO, Z compression: NO, HiZ: NO
    r300: DRM version: 2.5.0, Name: AT
  • Unnamed

    2055986·text·519 B·2011-05-10 01:52 UTC
    if(isset($_POST["inserisci"])) {
     $nome = strtoupper($_POST["nome"]);
     $valor = $_POST["valore"];
     $stringa = '$lang[\'' . $nome . '\'] = "' . $valor . '";';
     fwrite($handle, $stringa);
     fwrite($
  • Unnamed

    2055983·text·2.4 KB·2011-05-10 01:31 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
  • Unnamed

    2055982·text·237 B·2011-05-10 01:22 UTC
    if(isset($_POST["aggiorna"])) {
     $hwrite = file_get_contents("lang/$loc.php");
     foreach($lang as $id=>$post) {
     if($_POST["$id"] != $post)
     str_replace($post,$_POST["$id"],$hwrite);
     }
     f
  • mattst88

    2055981·text·3.3 KB·2011-05-10 01:13 UTC
    #ifdef __cplusplus
    extern "C" {
    #endif
    #include "vm_local.h"
    #ifdef __cplusplus
    }
    #endif
    
    #include "vm_llvm.h"
    
    #define INT64_C(C) ((int64_t) C ## LL) 
    #define UINT64_C(C) ((uint64_t) C ##
  • Mine

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

    2055972·text·1.8 KB·2011-05-10 00:34 UTC
    #include <stdio.h>
    #include <stdlib.h>
     
    int main(int argc, char *argv[])
    {
     int horaInicio, horaTermino, minInicio, minTermino, durHora, durMin;
     
     /* Apresentação do problema */
     
     print
  • 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

older pastes →