Competitive-Application

所属分类:Fortran编程
开发工具:PHP
文件大小:0KB
下载次数:0
上传日期:2020-10-03 12:34:01
上 传 者sh-1993
说明:  在PHP中的应用程序,以获取所有即将举行的竞争性编程竞赛的各种网站,并显示在一个...
(Application in PHP to fetch all upcoming Competitive Programming Competitions across various sites, and display in a formatted manner.)

文件列表:
controllers/ (0, 2020-10-03)
controllers/c_atcoder.php (1301, 2020-10-03)
controllers/c_codechef.php (1499, 2020-10-03)
controllers/c_codeforces.php (1428, 2020-10-03)
controllers/c_contests.php (1421, 2020-10-03)
controllers/c_hackerrank.php (1617, 2020-10-03)
controllers/c_main.php (45, 2020-10-03)
controllers/c_urionlinejudge.php (1246, 2020-10-03)
models/ (0, 2020-10-03)
models/m_contest.php (435, 2020-10-03)
public/ (0, 2020-10-03)
public/api/ (0, 2020-10-03)
public/api/contests.php (63, 2020-10-03)
public/images/ (0, 2020-10-03)
public/images/AtCoder.png (12625, 2020-10-03)
public/images/CodeChef.jpg (32796, 2020-10-03)
public/images/CodeForces.png (1055, 2020-10-03)
public/images/HackerRankImg.png (1422, 2020-10-03)
public/images/UriOnlineJudge.png (6197, 2020-10-03)
public/index.php (47, 2020-10-03)
public/js/ (0, 2020-10-03)
public/js/tabular.js (731, 2020-10-03)
public/table.css (2043, 2020-10-03)
views/ (0, 2020-10-03)
views/v_tabular.php (486, 2020-10-03)
websites.json (238, 2020-10-03)

# Competitive-Application Application to grab details of upcoming competitive coding competitions from their respective websites. ### Execution Instructions * Clone repository, navigate to the directory and run the following commands: ``` cd public php -S localhost:8080 ``` * Now go here: http://localhost:8080 * Wait a few minutes for data to be gathered. ### Adding More Site __The following steps can be undertaken to scrape data from a custom site:__ * Create a file in controllers folder in the format `c_YourSiteName.php` ```php
近期下载者

相关文件


收藏者