Skip to content

Commit c16e70f

Browse files
committed
new feed reader
1 parent c1852be commit c16e70f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+3506
-14615
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ R/Analysis/.DS_Store
2828
python/algorithms/.idea/workspace.xml
2929
mean-news/node_modules/*
3030
mean-news/bin/*
31+
race-feed-json/node_modules/*
3132

33+
python/algorithms/.idea/workspace.xml

.vscode/c_cpp_properties.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Mac",
5+
"browse": {
6+
"path": [
7+
"${workspaceFolder}"
8+
],
9+
"limitSymbolsToIncludedHeaders": true
10+
},
11+
"includePath": [
12+
"${workspaceFolder}"
13+
],
14+
"defines": [],
15+
"macFrameworkPath": [
16+
"/System/Library/Frameworks",
17+
"/Library/Frameworks"
18+
],
19+
"compilerPath": "/usr/bin/clang",
20+
"cStandard": "c11",
21+
"cppStandard": "c++17",
22+
"intelliSenseMode": "clang-x64"
23+
}
24+
],
25+
"version": 4
26+
}
153 KB
Loading
298 KB
Loading
762 KB
Loading
637 KB
Loading
493 KB
Loading

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## Welcome to @Fr4nC3 github sample code
1+
## Welcome to @Fr4nc3 github sample code
22

33
### Francia Riesco
44

55
```markdown
6-
Professional software developer and Research Scientist Interested in Data Science and Computational Astrophysics.
7-
I have experience programming in several language such as C#, PHP, C, R, PYTHON, Java.
8-
Also, database architect in SQL Server, Oracle, MySQL, PostgreSQL and MongDB.
6+
Professional software developer and Research Scientist Interested in
7+
Data Science and Computational Astrophysics.
8+
I have experience programming in several language such as:
9+
C#, PHP, C, R, PYTHON, Java.
10+
Also, database architect such as:
11+
SQL Server, Oracle, MySQL, PostgreSQL and MongDB.
912
```
13+
14+
![Screenshot](ui/images/example.png)

csv-fullstack-plot/.gitignore

-5
This file was deleted.

csv-fullstack-plot/README.md

-49
This file was deleted.

csv-fullstack-plot/bower.json

-47
This file was deleted.

csv-fullstack-plot/common/errorProvider.js

-11
This file was deleted.

csv-fullstack-plot/common/loggingHandler.js

-16
This file was deleted.

csv-fullstack-plot/config.js

-20
This file was deleted.

csv-fullstack-plot/data/data.csv

-99
This file was deleted.

0 commit comments

Comments
 (0)