index
:
newsaggregator
master
Cute little CSharp project that I made in high school to prove I could code
Aryadev Chavali <aryadev@aryadevchavali.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-02-18
Made a simple constructor
Aryadev Chavali
2019-02-18
Changed div to an id 'root'
Aryadev Chavali
2019-02-18
Linked up website to website project
Aryadev Chavali
2019-02-18
Moved wwwroot to it's own folder
Aryadev Chavali
2019-02-18
Deleted main console program, and moved server to main
Aryadev Chavali
2019-02-18
Changed merge
Aryadev Chavali
2019-02-18
Removed js and .map files
Aryadev Chavali
2019-02-18
Added appsettings to gitignore
Aryadev Chavali
2019-02-11
Created basic class to hold a single article
Aryadev Chavali
2019-02-11
Setup proper links to scripts and css
Aryadev Chavali
2019-02-11
Ignoring all js files
Aryadev Chavali
2019-02-11
Made div to hold main app, dynamic content will be placed in this
Aryadev Chavali
2019-02-11
Made main files
Aryadev Chavali
2019-02-11
Added tsconfig.json to compile typescript
Aryadev Chavali
2019-02-11
Formatted code for Program.cs
Aryadev Chavali
2019-02-10
Created basic test html file
Aryadev Chavali
2019-02-10
setup basic configuration for index.html
Aryadev Chavali
2019-02-10
Messed around with dependencies and got best outcome for mySQL support to work
Aryadev Chavali
2019-02-10
Added reference to parser, classes and database context
Aryadev Chavali
2019-02-10
Made project for ASP.NET server
Aryadev Chavali
2019-02-10
Added appsettings to gitignore
Aryadev Chavali
2019-02-10
Removed workspace
Aryadev Chavali
2019-02-10
Tried putting full name
Aryadev Chavali
2019-02-10
Put full workspace name
Aryadev Chavali
2019-02-10
Ignored .workspace
Aryadev Chavali
2019-02-10
Removed reference from model
Aryadev Chavali
2019-02-10
No need for configs.sql
Aryadev Chavali
2019-02-10
Added problem description
Aryadev Chavali
2019-02-10
Added some details before merge
Aryadev Chavali
2019-02-10
Updated articles for new insert articles method
Aryadev Chavali
2019-02-10
Changed size of description to hold larger samples
Aryadev Chavali
2019-02-10
Changed method to not return records counted - useless metric
Aryadev Chavali
2019-02-10
Changed updater - try to get as many articles into the database
Aryadev Chavali
2019-02-10
Added two other configs for sky and abc
Aryadev Chavali
2019-02-10
Made interface print out number of articles written
Aryadev Chavali
2019-02-10
Changed return to 0 if duplicates written
Aryadev Chavali
2019-02-10
Getting error when inserting articles into database, changed size of ↵
Aryadev Chavali
article_link
2019-02-10
Testing program with usage of insertArticles
Aryadev Chavali
2019-02-10
Made return for InsertArticles records written
Aryadev Chavali
2019-02-10
Made publish date not incremented, but set by us
Aryadev Chavali
2019-02-10
Changed database mode to automatically increment id
Aryadev Chavali
2019-02-10
Made function using results from test to insert multiple articles into ↵
Aryadev Chavali
table, without duplicates
2019-02-10
Tested adding a range of articles with duplicate titles
Aryadev Chavali
2019-02-10
Implemented auto increment to articles table
Aryadev Chavali
2019-02-10
Found error
Aryadev Chavali
2019-02-10
Changed title to be unique - only unique articles
Aryadev Chavali
2019-02-10
Removed launch configuration
Aryadev Chavali
2019-02-10
Added excludes for workspace
Aryadev Chavali
2019-02-10
Made VSCode worksapce to hold each folder
Aryadev Chavali
2019-02-10
Changed namespace for Classes
Aryadev Chavali
[next]