Skip to content

Instantly share code, notes, and snippets.

View nperez0111's full-sized avatar
🤜
You know, doin' the do

Nick Perez nperez0111

🤜
You know, doin' the do
View GitHub Profile

Running this code in your browser will scrape images from GradImages.com

In chrome to open the devTools to run the code all you need to do is hold ctrl+shift+i

@nperez0111
nperez0111 / EverFi.md
Last active August 18, 2023 17:58
How to skip through Everfi Courses

How To Skip Through EverFi Courses

To skip through EverFi courses you will need to be able to open developer tools in Chrome

  • This is done by right clicking on some part of the page and going to inspect

Skipping videos

EverFi wants you to actually watch entire videos through so what you have to do is disable the audio of the video

Skipping Activities

@nperez0111
nperez0111 / README.md
Last active May 16, 2020 21:11
Pianobar configuration.

Pianobar Installer Scripts and Guide

====================================== These Scripts Help Install Pianobar (A Command Line Pandora Player) onto Windows and Mac OS X. For Mac I've written a bash script that can be copied and pasted into a terminal emulator of your choice to install pianobar and fix some settings.

The funtionality of the scripts are as follows:

  • Fixes a warning that comes up because of an out of date audio library (libao)
  • Sets up Auto Login to pianobar using your pandora account ( Otherwise you would have to provide your username and password on every instance of pianobar )
  • Sets up Auto Start Station which on start of pianobar will allow you to start a station you set automatically ( otherwise you would need to select the station on every restart of pianobar)
  • If you use the advanced installer it will allow for you to set up notifications on changing the song to mac os x banners. And even show album cover art so you know exactly what song is playing without having to go back
<style>
table {
margin: 0 auto;
border-collapse: collapse;
width: 100%;
max-width: 960px;
}
tr {
border: 1px solid black;

1. Members of the Caltech community live, learn, and work within an Honor System with one simple guideline; "No member shall take unfair advantage of any other member of the Caltech community." While seemingly simple, questions of ethics, honesty and integrity are sometimes puzzling. Share a difficult situation that has challenged you. What was your response, and how did you arrive at a solution? (200 word max)

>The students in my school are some of the most stressed out people I have ever seen. It may be be the courses, or that we are in a Dual-enrollment program, but whatever it is, my fellow classmates and I are under a lot of stress. One of the most stressful periods for these students is picking classes for the next semester because it falls at the same time as finals week. The process of picking classes is not simple because of the need to cross-reference dual-enrollment approved courses, courses that are offered at the college and whether the time is within our time block for college courses. This

##Ok Let's Try again

Impostor syndrome is defined as "a collection of feelings of inadequacy that persist even in face of information that indicates that the opposite is true." This means you feel fake or inadequate, while actually being the right person for the job. This is a common feeling in the programming community, because there are many great minds in the community. It is easy to feel that you are not quite up to par with them. I believe I have impostor syndrome. My impostor syndrome has hindered my communication skills, interpersonal development and has left me feeling that I am a fake at being a normal person. Communication skills are some of the most important skill-sets that you will acquire in your life. I am not a good communicator. I struggle to find the right words to explain an idea to people, assume others understand what I am talking about, over-explain, and overuse jargon. My difficulty stems from my perception that what I have to say is truly unimportant and an inner struggle to relate

@nperez0111
nperez0111 / help.md
Last active December 10, 2015 02:14

#Here is what went wrong

Step 1

1 First inspected the element on the area and noticed the header filled the entire width without any margin or padding(They show in Orange and Green respectively).

Step 2

2 Saw the UL had some margin to it but didn't think anything of it because it is collapsed.

Step 3

3 Checked the LIs and they looked alright too so...