11 Matching Annotations
- Feb 2024
-
www.reddit.com www.reddit.com
-
You should never rely on the presence or contents of anything under the .git directory. That's git's territory, not yours or the build system's. Use it's plumbing commands to get access to the information you need, rather than trying to read files directly. Git provides no guarantee about the location or contents of any of those files as far as I'm aware.
-
- Nov 2022
-
-
go commands
go run, compile and running a program when you are frequent changes, it doesn't generate a binary executable.
go build, compiles the packages, along with their depencies, but it doesn't install the result.
go install, compiles and installs the packages.
Tags
Annotators
URL
-
- May 2022
-
docs.itascacg.com docs.itascacg.com
-
s its name implies, the State Record pane records any command (from a data file, from the command prompt, from the user interface) that changes the model state, as it is issued, and stores it in a record. The record therefore contains all commands necessary to create the current model state.
-
- May 2020
-
www.unix.com www.unix.com
-
ctime refers to changes made to the file's inode (such as changing permissions, etc). mtime refers to changes to the data within the file. So cnewer will use a reference files inode change time for the comparision, whereas newer will use a reference files data modification time.
ctime - inode changes mtime - file changes atime - access time
-
- Dec 2019
-
code.tutsplus.com code.tutsplus.com
-
Let's quickly list all the available commands.
Must run "composer dump -o" before running.
-
- Sep 2019
-
stackoverflow.com stackoverflow.com
-
Open3.capture2e
-
- May 2019
-
serverfault.com serverfault.com
-
Run commands as another user
-
- Jun 2018
- Jul 2015
-
rails-4-0.railstutorial.org rails-4-0.railstutorial.org
-
To install and include the new gems, we run bundle install.
Tags
Annotators
URL
-
-
help.getpocket.com help.getpocket.com
-
Sort by Newest s then n Sort by Oldest s then o
It would be less confusing if these commands were the same as the Chrome Pocket app, which is ALT + 5, but glad to know that this functionality isn't gone!
-