Skip to content

Commit

Permalink
labhacks car simultion random test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitd3 committed Apr 27, 2023
1 parent c830f31 commit 90dde68
Show file tree
Hide file tree
Showing 8 changed files with 804 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .vscode/configurationCache.log
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"buildTargets":[".FORCE","bash-jekyll","bash-nb","build","convert","help","quick-build","remove","restart-jekyll","server","server-detached","stop"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}}
{"buildTargets":[".FORCE","bash-jekyll","bash-nb","build","convert","help","make","quick-build","remove","restart-jekyll","server","server-detached","stop"],"launchTargets":[],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":[],"compilerArgs":[]},"fileIndex":[]}}
1 change: 0 additions & 1 deletion .vscode/dryrun.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
make --dry-run --always-make --keep-going --print-directory
make: Entering directory `/Users/rohitde/vscode/rohitfastpages'
cat Makefile

make: Leaving directory `/Users/rohitde/vscode/rohitfastpages'

17 changes: 7 additions & 10 deletions .vscode/targets.log
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ make all --print-data-base --no-builtin-variables --no-builtin-rules --question
# PARTICULAR PURPOSE.

# This program built for i386-apple-darwin11.3.0

make: *** No rule to make target `all'. Stop.


# Make data base, printed on Fri Apr 7 04:19:50 2023
# Make data base, printed on Thu Apr 27 08:35:07 2023

# Variables

Expand All @@ -30,7 +27,6 @@ CURDIR := /Users/rohitde/vscode/rohitfastpages
SHELL = /bin/sh
# environment
VSCODE_NLS_CONFIG = {"locale":"en-us","availableLanguages":{},"_languagePackSupport":true}

# environment
_ = /usr/bin/make
# makefile (from `Makefile', line 1)
Expand All @@ -48,7 +44,7 @@ ELECTRON_RUN_AS_NODE = 1
# default
.FEATURES := target-specific order-only second-expansion else-if archives jobserver check-symlink
# environment
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.pIqKLmTJyv/Listeners
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.dIE07Qcxsl/Listeners
# automatic
%F = $(notdir $%)
# environment
Expand Down Expand Up @@ -131,7 +127,6 @@ HOMEBREW_REPOSITORY = /opt/homebrew
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0
# environment
COMMAND_MODE = unix2003

# default
MAKEFILES :=
# automatic
Expand All @@ -151,7 +146,7 @@ MAKELEVEL := 0
# environment
CONDA_PREFIX = /Users/rohitde/opt/anaconda3
# environment
VSCODE_PID = 1692
VSCODE_PID = 2770
# environment
_CE_CONDA =
# environment
Expand Down Expand Up @@ -216,7 +211,6 @@ server-detached: .FORCE
docker-compose up -d



# Not a target:
Makefile:
# Implicit rule search has been done.
Expand Down Expand Up @@ -321,8 +315,11 @@ convert: .FORCE
# # of strings in strcache: 1
# # of strcache buffers: 1
# strcache size: total = 4096 / max = 4096 / min = 4096 / avg = 4096

make: *** No rule to make target `all'. Stop.

# strcache free: total = 4087 / max = 4087 / min = 4087 / avg = 4087

# Finished Make data base on Fri Apr 7 04:19:50 2023
# Finished Make data base on Thu Apr 27 08:35:07 2023


2 changes: 1 addition & 1 deletion _notebooks/2023-03-27-chck2chall3.ipynb

Large diffs are not rendered by default.

26 changes: 5 additions & 21 deletions _notebooks/2023-04-01-sortalgo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
{
"cell_type": "code",
"execution_count": 66,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -205,11 +201,7 @@
{
"cell_type": "code",
"execution_count": 48,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [],
"source": [
"/* This is wrapper class...\n",
Expand Down Expand Up @@ -275,11 +267,7 @@
{
"cell_type": "code",
"execution_count": 67,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -402,11 +390,7 @@
{
"cell_type": "code",
"execution_count": 76,
"metadata": {
"vscode": {
"languageId": "java"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -510,7 +494,7 @@
"codemirror_mode": "java",
"file_extension": ".jshell",
"mimetype": "text/x-java-source",
"name": "Java",
"name": "java",
"pygments_lexer": "java",
"version": "19.0.2+7-44"
},
Expand Down
Loading

0 comments on commit 90dde68

Please sign in to comment.