An open API service indexing awesome lists of open source software.

https://github.com/sambhav2612/2018

My 2018 worklog.
https://github.com/sambhav2612/2018

worklog

Last synced: 2 months ago
JSON representation

My 2018 worklog.

Awesome Lists containing this project

README

        

# 2018

My 2018 worklog.

## New projects being undertaken

- [simple-api](https://github.com/sambhav2612/simple-api): An API written in JSON and used in JavaScript.
- [pdo](https://github.com/sambhav2612/pdo): A CRUD Application written in PHP and implemented in MySQL
- [staticgen](https://github.com/sambhav2612/staticgen): A simple NodeJS application to build/generate static webpages from markdown files.
- [se-project](https://github.com/sambhav2612/se-project): My s/w engineering project on railway information portal. Repository content mainly contains web data for the website.
- [nodejs-weather-app](https://github.com/sambhav2612/nodejs-weather-app): A simple command-line based app in node. Uses OpenWeather API.

## Projects being continued from 2017

- [librecad](https://github.com/sambhav2612/librecad): A static LibreCAD website clone
- [sambhav2612.github.io](https://github.com/sambhav2612/sambhav2612.github.io): My personal website/blog-site.

### Repository Tree

```bash
.
├── anki-flashcard-notes
│   ├── All Decks[Card].txt
│   ├── All Decks.txt
│   ├── collection.apkg
│   └── README.md
├── codezen
│   ├── count-integers.cpp
│   ├── diamond
│   ├── diamond.cpp
│   ├── galaxy-of-stars
│   ├── galaxy-of-stars.cpp
│   ├── heap-sort
│   ├── heap-sort.cpp
│   ├── kth-level
│   ├── kth-level.cpp
│   ├── merge-linked-list.cpp
│   ├── node-level
│   ├── node-level.cpp
│   ├── rbtree-insert.cpp
│   ├── string-manipulation
│   └── string-manipulation.cpp
├── codingbat
│   ├── backAround.java
│   ├── close10.java
│   ├── delDel.java
│   ├── endUp.java
│   ├── everyNth.java
│   ├── front22.java
│   ├── front3.java
│   ├── frontBack.java
│   ├── hasTeen.java
│   ├── icyHot.java
│   ├── in1020.java
│   ├── in3050.java
│   ├── intMax.java
│   ├── lastDigit.java
│   ├── loneTeen.java
│   ├── max1020.java
│   ├── missingchar.java
│   ├── mixStart.java
│   ├── notString.java
│   ├── or35.java
│   ├── startHi.java
│   ├── startOz.java
│   └── stringE.java
├── css
│   └── style.css
├── ebooks
│   ├── Algorithhms 4th Edition by Robert Sedgewick, Kevin Wayne.pdf
│   ├── [Cormen-AL2011]Introduction_To_Algorithms-A3
│   ├── databases-ramaz.pdf
│   ├── Software-Engineering 7th ED by Roger S. Pressman
│   ├── the_c_programming_language_2.pdf
│   ├── write_great_code_volume_1.pdf
│   └── write_great_code_volume_2.pdf
├── images
│   └── favicon.png
├── index.html
├── js
│   └── main.js
├── LICENSE
├── photos
│   ├── WhatsApp Image 2018-01-03 at 9.13.04 AM.jpeg
│   ├── WhatsApp Image 2018-01-03 at 9.13.10 AM.jpeg
│   ├── WhatsApp Image 2018-01-03 at 9.13.20 AM.jpeg
│   ├── WhatsApp Image 2018-01-03 at 9.13.30 AM.jpeg
│   └── WhatsApp Image 2018-01-03 at 9.13.36 AM.jpeg
├── README.md
└── strings-gfg
├── arrayDecay
├── arrayDecay.cpp
├── creverse
├── creverse.c
├── cstring1
├── cstring1.c
├── cstring2
├── cstring2.cpp
├── pangram
├── pangram.cpp
├── pystrings1.py
├── remove-dups
├── remove-dups.cpp
├── stringDecay
├── stringDecay.cpp
├── string-rev-no-special-chars
├── string-rev-no-special-chars.cpp
├── wordReverse
└── wordReverse.c
```