-
2063996·text·50.0 KB·2011-05-19 02:38 UTC
-
2063990·text·907 B·2011-05-19 02:10 UTC
Soneto para Pamela
ENEAS VALTER CAVAL
-
2063989·text·348 B·2011-05-19 02:08 UTC
<?php
class Textfield extends Component {
function initialize(&$controller, &$request, &$user) {
$this->setValueByRef($request->getParameter($this->name));
}
function render(&$controll
-
2063988·text·1002 B·2011-05-19 01:47 UTC
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
int cod, nota, notamaior, codfinal;
char resposta = '?';
printf("Insira o Codigo do aluno: ");
scanf("%d"
-
2063982·text·1.8 KB·2011-05-19 01:19 UTC
#!/usr/bin/env python
'''
# OSKitchen - An open-sourced kitchen management tool for professional establishments
# Copyright (C) 2011 Neal Hughes
# This program is free software: you can redistr
-
2063980·text·2.5 KB·2011-05-19 01:06 UTC
import java.io.*;
import java.util.*;
import static java.lang.Math.*;
public class project
{
public static void main(String args[]) throws IOException
{
for(int q=0;q<1;q++) //A loop that allow
-
2063979·text·23.6 KB·2011-05-19 01:03 UTC
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image
-
2063978·text·2.5 KB·2011-05-19 01:01 UTC
$ git branch -a
0.7-post-fixes
* master
remotes/origin/0.1-prestable
remotes/origin/0.6.0-stable
remotes/origin/0.6.1-post-fixes
remotes/origin/0.6.2-post-fixes
remotes/origin/0.6.3
-
2063977·text·1.0 KB·2011-05-19 00:57 UTC
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
int cod, nota, notamaior, notamenor, codfinal ;
char resposta = '?';
/
printf("Insira o Codigo do aluno: ");
-
2063976·text·2.0 KB·2011-05-19 00:56 UTC
static bool b = true;
static glm::mat4 mdl = *m_pModel;
static glm::mat4 prj = *m_pProj;
static glm::mat4 cam = *m_pCamera;
if( *m_pModel != mdl || *m_pProj != prj || *m_pCamera != cam )
-
2063975·text·49.9 KB·2011-05-19 00:56 UTC
-
2063973·text·809 B·2011-05-19 00:51 UTC
int main(int argc, char *argv[])
{
int codPart, notaPart, notaMaior, notaMenor;
char tecla;
do
{
printf("Inserir o codigo do participante: ");
scanf("%d", &codPart);
-
2063972·cpp·312 B·2011-05-19 00:34 UTC
#include <iostream>
using namespace std;
int main()
{
double n, x = 0;
cin>>n;
for(int m = 2; m < n; m++)
{
x = 0;
for(int i = 2; i < m; i++)
{
-
2063968·text·847.9 KB·2011-05-19 00:29 UTC
-
2063965·text·1.3 KB·2011-05-19 00:18 UTC
package question1a;
import java.util.Scanner;
public class Question1a {
public static void main(String[] args) {
//Declare integer varibles
int a, b, c, d, e,
-
2063962·text·1.6 KB·2011-05-18 23:59 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package question2;
import javax.swing.JOptionPane;
/**
*
* @author crusoe
*/
public
-
2063960·text·285 B·2011-05-18 23:47 UTC
iface eth0 inet static
address 18.214.0.175
netmask 255.255.0.0
network 18.214.0.0
broadcast 18.214.255.255
gateway 18.214.0.1
# dns-* options are implemented by the resolvconf package, if
-
2063959·text·2.6 KB·2011-05-18 23:39 UTC
user warning: Unknown column 'votingapi_cache.value' in 'field list' query: SELECT COUNT(*) FROM (SELECT node.title AS node_title, node.nid AS nid, node_data_field_devicetype.field_devicetype_value AS
-
2063958·text·1.4 KB·2011-05-18 23:34 UTC
# Setup the custom nbar portmap
ip nbar custom alt_http tcp 8080
ip nbar custom globalcatalog tcp 3268 3269
ip nbar custom sccm tcp 2701 2702 2703
class-map NBAR_LAN_Platinum
match ip
-
2063955·text·403 B·2011-05-18 23:25 UTC
#include <stdio.h>
#include <math.h>
float x, n , r;
int i;
float raizquadrada(float n){
x=n/2;
for ( i=0; i< 1000; i++){
x = x - (( pow(x , 2) - n )/ 2*x);
}
return x