Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 3.21 KB

README.md

File metadata and controls

36 lines (26 loc) · 3.21 KB

1. 💻 List and Codes of all Attended Hackathons :bowtie:

IndustryHack 2017

Snapshot 1Snapshot 2

IndustryHack 2017 a unique Hackathon LPU Startup School hereby invites you to join a unique Hackathon – IndustryHack 2017 in partnership with Ministry of Micro, Small and Medium Enterprise (MSME). IndustryHack would allocate every team with a Company which they would be visitng with the DII team for an 8 hours. While learning about the company and its working, the team in discussion with DII and the company staff would identify a problem of which they would want to solve through IT intervention. Date and Timing: From 11 November (8:00 AM) to 13 November (6:00 PM) Venue: Basement, Baldev Raj Mittal Unipolis Teams: Maximum 3 members per team Fee per Member: Rs. 500 per person Applications Open: 13th October 2017 Applications Close: 08th November 2017 Register here: http://www.lpu.in/startupschool/events/hackathon-2017 Lodging, travelling & Food would be taken care by the University.

Updates: After winning this hackathon our Project got Incubated from LPU Startup School (http://startupschool.lpu.in/) and we formed a new Startup "Coldfox" and now we are engaged in expanding Coldfox (https://coldfox.in)

2. PI-A-Thon 2018

Snapshot_2

Challenges were

Programming tracks (Round 1 - 20 Marks)

Return the "centered" average of an array of integers.

  • If negative integer values are there ignore it.
  • If multiple duplicate values are present then consider only one value and ignore rest values.

Sample Input: First line takes number of elements in array, Second line takes input those elements which are seperated by space. Sample Output: Leave first and last element and compute the mean of rest elements satisfying condition a and b respectively. Sample Inputs - 7 and [1,2,-3,4,4,3,100] And output: 3 Sample Inputs - 13 and [-10,-4,2,3,6,6,-16,4,3,4,3,10,-20] output: 13/3 = 4.333

  • Our Approach for solution of this problem : Python programming and NumPY

Case Based Problems (Round 2 - 30 Marks)

Blood bank finder: Suppose we have some blood banks registered in data bases with following entries (Blood types no of samples). Anyone Can request and cancel no. of blood sample from any place to these banks. Suppose person A From Phagawara book 1 sample of B+ from Jalandhar model town blood bank and start to get these samples, mean while during 30 mints. Another person B take these sample due to urgency so software directly give suggestion/route to nearest bank from their current location.

  • Our Approach for solution of this problem : PhP (backend), MySql (DB), GeoCoder (For getting geolocation), Matrix API

Real Life Software Development Challenges (Round 3 - 50 Marks)

Develope a Voice to Text Recognition system. Whenever user will say something system should identify those words and it should be printed on screen

  • Our Approach for solution of this problem : Javascript, Jquery, WebKit Speech

We developed some cool things with this during our hackathon. It was something like whenever you will say "Hello" System will say "Hello, Sir how are you" "Whats the time?" System will say "Its 10:01 Pm"