All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

Login


All New

All gists

Recently created
Least recently created
Recently updated
Least recently updated
kristofer's Avatar

kristofer / git Oops

0 likes
0 forks
1 files
Last active 1724184521
to go back to a previous commit.

Rogue Coder?

Working on your own passion project and just want it to work? Follow these instructions below, they’ve worked reliably for me for years.

Working with others on a project? Git is complicated. Research and consider other answers, and discuss with your team before you do something rash. And these options are the definition of rash.

Reverting Working Copy to Most Recent Commit

kristofer's Avatar

kristofer / paralegalwebsites.md

0 likes
0 forks
1 files
Last active 1723726881

I'd like to become a paralegal in Delaware. Recommend some authoritative websites which can help me.

Here are some authoritative websites that can help you on your journey to becoming a paralegal in Delaware:

  1. American Bar Association (ABA) - Paralegal Education Programs
    The ABA provides a list of approved paralegal education programs, which can help you choose a reputable program that meets high standards.
    Website:
    americanbar.org

  2. Delaware Paralegal Association (DPA)

kristofer's Avatar

kristofer / paralegal.md

0 likes
0 forks
1 files
Last active 1723726795

Becoming a paralegal in Delaware involves a combination of education, skills development, and sometimes gaining certification. Here’s a step-by-step guide on how to pursue a paralegal career in Delaware:

1. Obtain the Necessary Education

  • High School Diploma or GED: The first step is to have a high school diploma or equivalent.
  • Paralegal Studies Program: Enroll in a paralegal studies program. While Delaware does not mandate specific educational requirements, most employers prefer candidates with formal education in paralegal studies. You can choose from the following:
    • Associate Degree: This is a two-year program offered by community colleges and technical schools.
    • Bachelor's Degree: A four-year degree in paralegal studies or a related field.
    • Paralegal Certificate: For those who already hold a degree in another field, a paralegal certificate program, which typically lasts a few months to a year, is a good option.

2. Consider National Certification

kristofer's Avatar

kristofer / GetCNA.md

0 likes
0 forks
1 files
Last active 1723726555

How to Find a Job as a Certified Nursing Assistant (CNA)

Becoming a Certified Nursing Assistant (CNA) is a rewarding career choice, especially for those passionate about helping others in a healthcare setting. Once you have completed your CNA certification, the next step is to find a job that aligns with your skills and career goals. Here’s a step-by-step guide to help you navigate the job search process effectively.

1. Prepare Your Resume

Start by creating a well-structured resume that highlights your CNA certification, relevant skills, and any experience you have in healthcare. Include details about your education, clinical training, and any previous jobs, even if they were not in healthcare. Emphasize skills like patient care, communication, and attention to detail, which are crucial in a CNA role.

2. Research Potential Employers

CNAs are in demand in a variety of healthcare settings, including hospitals, nursing homes, assisted living facilities, and home healthcare agencies. Research potential employers in your area to find out where CNAs are needed most. Some employers may also offer additional training or support for new CNAs, which can be a great benefit as you start your career.

kristofer's Avatar

kristofer / Riplz.html

0 likes
0 forks
1 files
Last active 1723477053
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <style>
6 body, html {
7 height: 100%;
8 }
9
10 body {
kristofer's Avatar

kristofer / HTTP AytchTeeTeePee

0 likes
0 forks
4 files
Last active 1722542665
1 package rocks.zipcode;
2
3 import java.io.IOException;
4 import java.net.ServerSocket;
5 import java.net.Socket;
6 import java.util.Date;
7
8
9 // Show how Sockets work. Lower level than Main class.
10 class SimpleHTTPServer {
kristofer's Avatar

kristofer / JSON Fundamentals

0 likes
0 forks
1 files
Last active 1721137376
Just an introduction

JSON Fundamentals

JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications (e.g., sending some data from the server to the client, so it can be displayed on a web page, or vice versa). You'll come across it quite often. Better get a handle on it.

kristofer's Avatar

kristofer / Python Virtual Environments

0 likes
0 forks
1 files
Last active 1731506517
use to effect change in the universe

Python3 Virtual Environment Fundamentals

Python Virtual Environments are a tool used to create isolated spaces on your computer where you can install and manage different versions of Python, as well as their respective packages, without affecting the global system installation. This isolation helps avoid version conflicts between projects that require different dependencies or libraries.

Here's an in-depth look at how they work:

Why Use Virtual Environments?

kristofer's Avatar

kristofer / Hmm-Phi3andCards.md

0 likes
0 forks
1 files
Last active 1719340749

So I asked Phi3...

To generate some code like we talked about with Deal.java

Read this code.

To create a Java program that models a deck of cards, we'll define two main components: Card (using an enum to represent suits and ranks) and Hand (to hold a collection of cards). We will also implement a Deck class that initializes with all possible combinations of these cards.

Step 1: Define the Card Enum

First, we define an enum for both the suit and rank to represent each card uniquely.

kristofer's Avatar

kristofer / SpaceInvadersGame.java

0 likes
0 forks
1 files
Last active 1719509743
1 import javax.swing.*;
2 import java.awt.*;
3 import java.awt.event.ActionEvent;
4 import java.awt.event.ActionListener;
5 import java.awt.event.KeyEvent;
6 import java.awt.event.KeyListener;
7 import java.util.ArrayList;
8 import java.util.List;
9 import java.util.Random;
Newer Older

Powered by Opengist ⋅ Load: 141ms⋅

English
Čeština Deutsch English Español Français Magyar Português Русский 中文 繁體中文