Skip to content

Commit

Permalink
huge changes in /coding horizons
Browse files Browse the repository at this point in the history
  • Loading branch information
bragasgambit committed Jul 23, 2024
1 parent 9b7a386 commit a26d2b7
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 209 deletions.
1 change: 1 addition & 0 deletions .dvm/.dvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// This is version control from deno version manager
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.pdf
*.png
rust/target/
docker/
Binary file removed Pandas_Cheat_Sheet.pdf
Binary file not shown.
Binary file removed Python_Basics_Cheat_Sheet-updated.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# coding

Way to push faster:

```sh
git add -A && git commit --amend --no-edit && git push -f
```
Binary file removed SWTM-2088_Atlassian-Git-Cheatsheet.pdf
Binary file not shown.
Binary file removed cs50/API_definition.png
Binary file not shown.
Binary file removed cs50/What-is-an-API.png
Binary file not shown.
89 changes: 0 additions & 89 deletions definitions.txt

This file was deleted.

6 changes: 6 additions & 0 deletions deno/server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// This is a test
Deno.serve((_req: Request) => {
return new Response("Hello, world!");
});

// $ deno run --allow-net server.ts
Binary file removed git-cheat-sheet-education.pdf
Binary file not shown.
Binary file removed git-cheat-sheet.pdf
Binary file not shown.
Binary file removed keyboard-shortcuts-windows.pdf
Binary file not shown.
Binary file removed rust/lean_rustlang/Rust_Cheat_Sheet_2.0.pdf
Binary file not shown.
45 changes: 0 additions & 45 deletions rust/lean_rustlang/rusty_requirements.txt

This file was deleted.

75 changes: 0 additions & 75 deletions settings.json

This file was deleted.

0 comments on commit a26d2b7

Please sign in to comment.