Skip to content

Instantly share code, notes, and snippets.

View joemsak's full-sized avatar

Joe Sak joemsak

View GitHub Profile
<!-- This is a COMMENT in HTML ... it doesn't appear in the browser window. I can use it to explain the parts to you -->
<!-- EXAMPLE HTML BELOW: -->
<!DOCTYPE html>
<!-- DOCTYPE tells the browser what version of HTML you are using. The latest spec is just 'html' -->
<!-- The most basic tag is the HTML tag. It surrounds everything except the DOCTYPE -->
<html>
<head>
import React, { Component } from 'react';
import moment from 'moment';
class Clock extends Component {
constructor() {
super()
this.state = {
formattedDateTime: moment().format('MMMM Do YYYY, h:mm:ss a'),
};
}

Discipline: November 11

Children need discipline to feel secure; so do adults.

Discipline means understanding there are logical consequences to our behavior. Discipline means taking responsibility for our behavior and the consequences.

Discipline means learning to wait for what we want.

Discipline means being willing to work for and toward what we want.

Discipline: November 11

Children need discipline to feel secure; so do adults.

Discipline means understanding there are logical consequences to our behavior. Discipline means taking responsibility for our behavior and the consequences.

Discipline means learning to wait for what we want.

Discipline means being willing to work for and toward what we want.

en:
views:
admin:
dashboards:
index:
title: "Welcome to your Admin Dashboard"
application:
dashboards:
menu:
<!-- When first argument(s) is/are different than following arguments -->
<!-- link_to takes 2 strings and then options -->
<%= link_to "foo", url_arg, bar: "baz",
qux: "foo" %>
<!-- simple partial render takes a string and then options -->
<%= render "partial_name", option: "foo",
en:
views:
admin:
menu:
score_categories: "Score Categories"
score_categories:
add: "Add new scoring category"
confirm_remove_question: "You're about to remove the question: '%{label}'"
confirm_remove_value: "You're about to remove the value: '%{label} -- %{value}'"

Too often, we try to gain a clear perspective before it is time.

That will make us crazy.

We do not always know why things are happening the way they are. We do not always know how a particular relationship will work out. We do not always understand the source of our feelings, why we've been led down a particular path, what is being worked out in us, what we are learning, why we needed to recycle, why we had to wait, why we needed to go through a time of discipline, or why a door closed. How our present circumstances will work into the larger scheme of events is not always clear to us. That is how it needs to be.

Perspective will come in retrospect.

We could strain for hours today for the meaning of something that may come in an instant next year.

[color]
diff = auto
status = auto
branch = auto
[color "diff"]
meta = yellow
[core]
We don't have to do it any better than we can -- ever.
Do our best for the moment, then let it go. If we have to redo it,
we can do our best in another moment, later.
We can never do more or better than we are able to do at the moment.
We punish ourselves and make ourselves feel crazy by expecting
more than our reasonable best for now.
Striving for perfection is self-defeating.