All pastesPublic feed

Public feed

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

    2111049·cpp·1021 B·2012-02-08 05:21 UTC
    /**
     * Problem a3c1p2
     * Written by: Scott Giles
     * Program Description: To determine the cost of a plane ticket given input variables.
     **/
    #include <iostream>
    #include <fstream>
    #include <cst
  • Something

    2111048·text·819 B·2012-02-08 05:21 UTC
    /* Name: Brennen Cox
     Project: A3C1P1
     Description: Stating who wins the even odd game.*/
    #include <iostream>
    using namespace std;
    int main()
    {
     int p1, p2, total, total1;
     cout
  • Something

    2111047·text·796 B·2012-02-08 05:15 UTC
    /* Name: Brennen Cox
     Project: A3C1P2
     Description: Stating cost of flight to New York from Knoxville.*/
    #include <iostream>
    using namespace std;
    int main()
    {
     char day;
     int tim
  • Mine

    2111046·text·1.0 KB·2012-02-08 05:14 UTC
    /**
     * Problem a3c1p2
     * Written by: Scott Giles
     * Program Description: To determine the cost of a plane ticket given input variables.
     **/
    #include <iostream>
    #include <fstream>
    #include <cst
  • Miscellany

    2111044·text·5.0 KB·2012-02-08 05:07 UTC
    ncdy [SSH] ~ [master*] # rc-status -a
    Runlevel: boot
     procfs [ start
  • Mine

    2111042·text·279 B·2012-02-08 04:56 UTC
    char b,w,h;
     float day;
     cout << "Press return after entering a answer.\n";
     cout << "Please enter the type of day your flight leaves on, b for business day, w for weekend, or h for holiday.";
     ci
  • Untitled

    2111041·text·3 B·2012-02-08 04:56 UTC
    meh
  • Untitled

    2111040·text·4.6 KB·2012-02-08 04:54 UTC
    02-07-12
    
    bertha presents a large array of symptoms associated with hysteria, 21, 2 months before her father's death
    mental confusion, hallucinations, paralysis, sensory loss, coughing, loss of spe
  • Something

    2111025·text·579 B·2012-02-08 04:25 UTC
    switch(age){
     case 2: cout << “toddler” << endl; break;
     case 3:
     case 4:
     case 5: cout << “early childhood” << endl; break;
     case 6:
     case 7: cout << “young reader” << endl; break;
     case 8:
  • Untitled

    2111024·text·119 B·2012-02-08 04:21 UTC
    n = 20
    s = xrange(11,20)
    while True:
     if all(n % i == 0 for i in s):
     print n
     break
     n += 20
  • Something

    2111022·text·125 B·2012-02-08 04:19 UTC
    switch(age){
     case 2: cout << “toddler” << endl;
     case 3:
     case 4:
     case 5: cout << “early childhood” << endl;
  • Someone

    2111021·text·1.9 KB·2012-02-08 04:15 UTC
    ipv6_enable="NO"
    ipv6_network_interfaces="none"
    ipv6_activate_all_interfaces="NO"
    ip6addrctl_enable="NO" # Set to YES to enable default address selection
    ip6addrctl_verbose="NO" # Set to YES to en
  • Something

    2111020·text·1.0 KB·2012-02-08 04:14 UTC
    /**
     * Problem a3c1p1
     * Written by: Scott Giles
     * Program Description: A 2 player game. Both players input a number 1-5.
     * If the total of both nubmers if even, player 1 wins.
     * If
  • Someone

    2111019·text·389 B·2012-02-08 04:12 UTC
    ipv6_enable="NO"
    ipv6_network_interfaces="none"
    ipv6_activate_all_interfaces="NO"
    ip6addrctl_enable="NO" # Set to YES to enable default address selection
    ip6addrctl_verbose="NO" # Set to YES to en
  • Something

    2111018·text·819 B·2012-02-08 04:11 UTC
    /* Name: Brennen Cox
     Project: A3C1P1
     Description: Stating who wins the even odd game.*/
    #include <iostream>
    using namespace std;
    int main()
    {
     int p1, p2, total, total1;
     cout
  • Something

    2111012·text·798 B·2012-02-08 03:25 UTC
    function ssl_modcheck() {
     HOSTNAME=$1
     KEYFILE="/etc/ssl/${HOSTNAME}_key"
     CERTFILE="/etc/ssl/${HOSTNAME}_crt"
     OPENSSL_CHK_KEY="pp | openssl rsa -modulus -noout -passin fd:0 -in ${KEYFILE}"
     O
  • Something

    2111011·text·852 B·2012-02-08 03:20 UTC
    function ssl_modcheck() {
     HOSTNAME=$1
     KEYFILE="/etc/ssl/${HOSTNAME}_key"
     CERTFILE="/etc/ssl/${HOSTNAME}_crt"
     OPENSSL_CHK_KEY="openssl rsa -modulus -noout -in ${KEYFILE}"
     OPENSSL_CHK_CERT="o
  • Mine

    2111006·text·50 B·2012-02-08 03:18 UTC
    https://undangan.snmptn.ac.id/school/category/2308
  • Something

    2111005·text·824 B·2012-02-08 03:13 UTC
    function ssl_modcheck() {
     HOSTNAME=$1
     KEYFILE="/etc/ssl/${HOSTNAME}_key"
     CERTFILE="/etc/ssl/${HOSTNAME}_crt"
    
     if [ -f "${KEYFILE}.nopass" ] && [ -f "${KEYFILE}" ]; then
     if [ $(stat -c %Y "
  • Something

    2110999·text·895 B·2012-02-08 03:02 UTC
    function ssl_modcheck() {
     HOSTNAME=$1
     KEYFILE="/etc/ssl/${HOSTNAME}_key"
    
     if [ -f "${KEYFILE}.nopass" ] && [ -f "${KEYFILE}" ]; then
     if [ $(stat -c %Y "${KEYFILE}.nopass") -gt $(stat -c %Y "

older pastes →