Skip to content

Commit

Permalink
update from bleepblop
Browse files Browse the repository at this point in the history
  • Loading branch information
cottrell committed Jun 25, 2024
1 parent 15d2c7f commit cd0e19a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my-gym
Submodule my-gym updated from 41e917 to 06441c
2 changes: 1 addition & 1 deletion mybin
Submodule mybin updated 4 files
+5 −0 docker_purge.sh
+1 −1 gg
+15 −0 ipfs_files_ls_recursive.sh
+1 −1 myhome
11 changes: 11 additions & 0 deletions postgres/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
all:
cat Makefile


start:
# pg_ctl -D /usr/local/var/postgres start
./run_docker.sh start


stop:
./run_docker.sh stop
1 change: 1 addition & 0 deletions python/local_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ cd $HOME/projects/notebooks/my-gym && $CMD
cd $HOME/projects/notebooks/my-gym/my/gym/usr/cottrell/synthetic_data_generators && $CMD
cd $HOME/projects/notebooks/my-gym/my/gym/usr/cottrell/equinox_utils && $CMD
cd $HOME/projects/notebooks/my-gym/my/gym/usr/cottrell/scraper_utils && $CMD
cd $HOME/projects/notebooks/my-gym/toplevelrepo/our/our/extractors/xml_iterator && make build && $CMD
1 change: 1 addition & 0 deletions python/requirements_minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ equinox
beartype
pdbpp
pylint
py7zr

0 comments on commit cd0e19a

Please sign in to comment.