Skip to content

Instantly share code, notes, and snippets.

View carloskim123's full-sized avatar
:shipit:
if nothing changes, nothing changes

Carlos Kimutai Kirui carloskim123

:shipit:
if nothing changes, nothing changes
View GitHub Profile
@carloskim123
carloskim123 / Proposal Outline
Last active December 16, 2025 17:30
Proposal Outline
1. Research refers to a search for knowledge.
2. Research means a scientific and systematic search for pertinent information on a specific topic.
- In fact, research is an art of scientific investigation.
3. The purpose of research is to discover answers to questions through the application of scientific procedures.
4. What is the impact of hip-hop genre as a source of social commentary.
5. What are the factors contributing to injustice and the artists/lyric/genre strategies for promoting social justice.
### **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"],
},