Skip to content

Instantly share code, notes, and snippets.

View carloskim123's full-sized avatar
:shipit:
what u aren't changing ur chosing

Carlos Kimutai Kirui carloskim123

:shipit:
what u aren't changing ur chosing
View GitHub Profile
### **Question 1-1: Period of the Function \( f(x) = 3 \cdot \sin\left(\frac{x}{2}\right) \)**
**Answer:**
The period of the function is \( 4\pi \).
**Explanation:**
- The general form of a sine function is \( f(x) = A \cdot \sin(Bx + C) + D \), where:
- \( A \) = amplitude
- \( B \) determines the period
- \( C \) = phase shift
@carloskim123
carloskim123 / ESSAY - PLANNING.md
Created March 24, 2025 18:23
ESSAY - PLANNING

INTRODUCTION PARAGRAPH

HOOK

  • ..

BACKGROUND INFORMATION

  • Belonging is often defined as fitting into an environment or community. It is important because it makes people feel safe. Humans naturally crave security and belonging.

THESIS STATEMENT

  • It is important to belong because people want to feel safe and accepted.
@carloskim123
carloskim123 / BusTicketBookingService.java
Created April 5, 2024 19:31
ticket search script with Selenium Java
package main.resources.Projects;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
@carloskim123
carloskim123 / Script.js
Created June 22, 2023 02:16
File System Api
const fileContentDiv = document.getElementById('file-content');
let fileHandle;
const pickerOpts = {
types: [
{
description: "Images",
accept: {
"image/*": [".png", ".gif", ".jpeg", ".jpg", ".js", ".html", ".css", ".go"],
},