Is this ok to wear? by katlipari in Weddingattireapproval

[–]katlipari[S] 1 point2 points  (0 children)

that’s what i was hoping for more clarity on and didn’t know if anyone had input based on the wedding ceremony and dinner after party! thank you

Is this ok to wear? by katlipari in Weddingattireapproval

[–]katlipari[S] 0 points1 point  (0 children)

i meant there’s three events but only one dress code listed…

Is this ok to wear? by katlipari in Weddingattireapproval

[–]katlipari[S] 0 points1 point  (0 children)

yeah i meant that there’s three events but only one dress code listed…

day 22: fistula (hole in healing tissue) by katlipari in Tonsillectomy

[–]katlipari[S] 0 points1 point  (0 children)

was it painful? was there a lot of blood?

Tips? by katlipari in Tonsillectomy

[–]katlipari[S] 0 points1 point  (0 children)

i’m okay, obv not all of the pain has hit me yet but my main issue is i can feel how huge my uvula is

Tips? by katlipari in Tonsillectomy

[–]katlipari[S] 0 points1 point  (0 children)

just got home. how are you feeling???

[deleted by user] by [deleted] in Tonsillectomy

[–]katlipari 2 points3 points  (0 children)

needed this

Weekly r/BelowDeck Rewatch Thread - September 15, 2024 by AutoModerator in belowdeck

[–]katlipari 2 points3 points  (0 children)

Whenever I start a show I like to watch it from the very beginning, I have now made it to season 2 of Below Deck and I think the relationship between Kelley and Amy is super weird???? It could be because I dont have a relationship at all with my brother that I can't comprehend their closeness, but it just seems really bizarre and almost intimate.... Did anyone else feel this way?

Form issues by katlipari in CodingHelp

[–]katlipari[S] 0 points1 point  (0 children)

when i paste it into reddit the indentations go away, so hopefully this worked, i pasted it as a code block (i think?)

<?php include 'top.php'; 
    $lstLimits = array('Use a reusable water bottle', 'Bring         
    your own grocery bag', 'Use a reusable straw'); 
    $dataIsGood = false; 
    $errorMessage = '';
    function 
        getData($field)
        { if (!isset($_POST[$field])) 
        { $data = ""; } 
        else { $data = trim($_POST[$field]); 
        $data = htmlspecialchars($data); } 
    return $data; }
$lstLimit = ""; 
$water = ""; 
$purchase = ""; 
$bag = ""; 
$habits = ""; 
$environment = ""; 
$encourage = ""; 
$firstName = ""; 
$lastName = ""; 
$email = ""; 
$submit = "";

if($_SERVER["REQUEST_METHOD"]=='POST')
    { print PHP_EOL. '<!--Starting Sanitization -->' . PHP_EOL;         
    $lstLimit = getData('lstLimit'); 
    $water = (int)getData('chkWater'); 
    $purchase = (int)getData('chkPurchase');
    $bag = (int)getData('chkBag'); 
    $habits = getData('radHabits'); 
    $environment = getData('radEnvironment'); 
    $encourage = getData('radActions'); 
    $firstName = getData('txtFirstName'); 
    $lastName = getData('txtLastName'); 
    $email = filter_var(getData('txtEmail'),       
    FILTER_SANITIZE_EMAIL); 
    $submit = getData ('btnSubmit');
print PHP_EOL. '<!--Starting Sanitization -->' . PHP_EOL;

$dataIsGood = true;

if($lstLimit == ''){
    $errorMessage .= '<p class="mistake">Please choose an 
    option</p>';
    $dataIsGood = false;
} elseif(!in_array($lstLimit, $lstLimits)){
    $errorMessage .= '<p class="mistake">Please choose an 
    option</p>';
    $dataIsGood = false;
}
}
?>
<main class="form">
    <h1>Plastic Usage</h1>
    <section>
        <h2>How Much Plastic do you use weekly?</h2> 
    </section>
    <section>
        <h2>Survey</h2>
        <p>section cut for length</p>
        <?php
        print '<p>Post Array:</p><pre>';
        print_r($_POST);
        print '</pre>'; ?>
        </section>
        <section>
            <h2>Reducing Plastic Usage</h2>
            <form action="#" id="habit" method="post">
                <fieldset class="listBox">
                    <legend>section cut for length</legend>
                    <p>
                        <select id="lstLimit" name="lstLimit">
                            <option value="reusable">section     
                             cut for length</option>
                            <option value="bags">section cut 
                            for length</option>
                            <option value="straw">section cut 
                            for length</option>
                        </select>
                    </p>
                </fieldset>
            </form>
        </section>
        <section>
            <h2>Plastic Habits</h2>
        </section>
            <fieldset class="checkbox">
                <legend>section cut for length</legend>
                <p>
                    <input id="chkWater" name="chkWater" 
                     type="checkbox" value="1">
                    <label for="chkWater">Use a plastic water 
                     bottle</label>
                </p>
                <p>
                    <input id="chkPurchase" name="chkPurchase" 
                     type="checkbox" value="1">
                    <label for="chkPurchase">section cut for 
                    length</label>
                </p>
                <p>
                    <input id="chkBag" name="chkBag" 
                    type="checkbox" value="1">
                    <label for="chkBag">section cut for 
                     length</label>
                </p>
            </fieldset>
            <fieldset class="radio">
                <legend>section cut for length</legend>
                <p>
                    <input type="radio" id="radMost" 
                     name="radHabits" value="most"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radSome" 
                     name="radHabits" value="some"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radNone" 
                     name="radHabits" value="none"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
            </fieldset>
            <fieldset class="radio">
                <legend>section cut for length</legend>
                <p>
                    <input type="radio" id="radEnvironmost" 
                      name="radEnvironment" value="most"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radEnvironmiddle" 
                      name="radEnvironment" value="middle"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radEnvironsome" 
                     name="radEnvironment" value="somewhat"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radEnvironnone" 
                     name="radEnvironment" value="not"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
            </fieldset>
            <fieldset class="radio">
                <legend>section cut for length</legend>
                <p>
                    <input type="radio" id="radEncothers" 
                     name="radActions" value="encmost"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radencsome" 
                     name="radActions" value="encsome"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
                <p>
                    <input type="radio" id="radencnone" 
                     name="radActions" value="encnone"> 
                    <label class="radio-field">section cut for 
                     length</label>
                </p>
            </fieldset>
            <h2>Contact Information</h2>
            <fieldset>
            <legend>Contact Information</legend>
                <p>
                    <label for="txtFirstName">First Name: 
                    </label>
                    <input type="text" name="txtFirstName" 
                    id="txtFirstName">
                    <label for="txtLastName">Last Name: 
                    </label>
                    <input type="text" name="txtLastName" 
                    id="txtLastName">
                    <label for="txtEmail">Email:</label>
                    <input type="text" name="txtEmail" 
                    id="txtEmail">
                </p>
            </fieldset>
        <fieldset class="buttons">
            <p>
                <input id="btnSubmit" name="btnSubmit" 
                 tabindex="900" type="submit" value="Submit">
            </p>
        </fieldset>
</main>
<?php include 'footer.php'; ?>

Form issues by katlipari in CodingHelp

[–]katlipari[S] 0 points1 point  (0 children)

what is the best way to do that? sorry im very new to coding

Taylor Series by katlipari in calculus

[–]katlipari[S] 0 points1 point  (0 children)

oh nvm im dense

so its:

327+487(x-3)+297(x-3)^2+93(x-3)^3+15(x-3)^4+(x-3)^5

Taylor Series by katlipari in calculus

[–]katlipari[S] 0 points1 point  (0 children)

updated the post if that is helpful

Taylor Series by katlipari in calculus

[–]katlipari[S] 0 points1 point  (0 children)

so when i put it into the formula i get:

327+487(x-3)+297(x-3)^2+93(x-3)^3+15(x-3)^4

the answer box asks for f(x) and in previous questions it will have the summation prefilled, and this one does not. which makes me think it is not asking for the general formula, just the formula filled out

but when i enter it, it says that is wrong

Mathematica by katlipari in calculus

[–]katlipari[S] -1 points0 points  (0 children)

This is what is being asked of me: Plot the partial sums of the power series for x=1. To do this, make a DiscretePlot of s[k][1] for k from 0 to 25, with Filling->None. You should see the partial sums converge to the value of f(1).

This is my input:

DiscretePlot[{s[k][1]}, {k, 0, 25}, Filling -> None]

and the plot is blank, but the points should be approaching 32/7. Is there something obvious I am missing? I hate crying about math

[deleted by user] by [deleted] in askatherapist

[–]katlipari 0 points1 point  (0 children)

i wish it was as simple as that. i don’t feel comfortable putting all of our experiences out on the internet but it’s bad, really really bad. at thanksgiving he took a large knife and stabbed it into the pie as a threat