s[tep]
- Step in. Resume the program until next breakable point.
s[tep] <n>
- Step in, resume the program at
<n>
th breakable point.
- Step in, resume the program at
n[ext]
- Step over. Resume the program until next line.
/* | |
Mmachine learnng crawling Robot using Simple Reinforcement Learning | |
by: jim demello | |
*/ | |
// Servo setup: the servos must be oriented so that if the arm is rotating counter-clockwise to the left of the servo, then up is 0 degrees | |
// and down is 180 degrees, for both servos. Then when the arm is in it's highest postion, servo 1 (the servo closest to the | |
// body of the robot, will be at 0 degrees and servo 2 will be at 40 degrees.) | |
// Sonar: the ultrasonic module should be placed facing the rear of the robot as it measures movement of the robot away from some | |
// solid structure like a wall. |
# convert ruby objects into a csv | |
require 'csv' | |
stores = Store.all.map(&:attributes).map(&:to_options) | |
CSV.open("report.csv", "w", headers: stores.first.keys, write_headers: true) do |csv| | |
stores.each do |h| | |
csv << h.values | |
end |
I wanted to see images in iterm, and it did all this: | |
https://apple.stackexchange.com/questions/256322/how-to-install-imgcat-on-iterm2 | |
------------------------------------------------------ | |
iTerm2 shell integration was installed! | |
You will also have these commands: | |
------------------------------------------------------ | |
imgcat filename | |
Displays the image inline. |
# This is example contains the bare mininum to get nginx going with | |
# Unicorn or Rainbows! servers. Generally these configuration settings | |
# are applicable to other HTTP application servers (and not just Ruby | |
# ones), so if you have one working well for proxying another app | |
# server, feel free to continue using it. | |
# | |
# The only setting we feel strongly about is the fail_timeout=0 | |
# directive in the "upstream" block. max_fails=0 also has the same | |
# effect as fail_timeout=0 for current versions of nginx and may be | |
# used in its place. |
draft
Legend has it that the first known computer bug was literally a moth in the machine. Computers may no longer be dealing with paper feeders, but they still have with bugs. Often the simple act of turning it off and on again will rid pesky problems. Reset is good for the system. If your faith is important to you then you should turn it off and on again to prevent pesky bugs in your beliefs. Your beliefs are the most important part of who you are. Your beliefs shape who you are. Your beliefs must be based on truth.
I communicate in metaphors and stories because the Truth is not clear to see in plain English. If I try to use plain English then I will be accused of saying shocking or cliche statements. For example you will find it strange for me to say that the HOLY BIBLE is telling the truth, but Christianity is lying. Depending on your current world view my claim will sound shocking or cliche. Before I continue I want you to know who I am not.
The HOLY BIBLE describ