Skip to content

Instantly share code, notes, and snippets.

View rajatgupta1998's full-sized avatar
💻
Blessing your screen.

Rajat Gupta rajatgupta1998

💻
Blessing your screen.
View GitHub Profile
<html>
<head>
<title>Table</title>
</head>
<body>
<table border="2">
<tr>
<th colspan="9" align="center"> Turnover Table </th>
@rajatgupta1998
rajatgupta1998 / montana_oreo-8.1-build.prop
Created January 19, 2019 14:00
Build prop from Moto G5S montana oreo 8.1 build OPPS28.65-37-2-2
#
# PRODUCT_OEM_PROPERTIES
#
import /oem/oem.prop ro.product.brand1
import /oem/oem.prop ro.product.name
import /oem/oem.prop ro.product.model
import /oem/oem.prop ro.product.display
import /oem/oem.prop ro.config.ringtone
import /oem/oem.prop ro.config.ringtone_2
@rajatgupta1998
rajatgupta1998 / montana_status.txt
Last active January 19, 2019 17:12
Stock Kernel Development Status For Moto G5S
Linux Upstream: 3.18.73
main kernel CAF tag=LA.UM.6.6.r1-09200-89xx.0
prima: from Moto
f2fs: from Moto
dTV: ported from Cedric
To Do:
Add KCAL Control, Wakelock Blocking Driver
Update Prima
Update with Linux Upstream
/*In the Mini project 8th module is to find the number of vowel letters in a word(consider both uppercase and lowercase).
Rita allotted this function to Patrick.
Help Patrick to write a program to find the number of vowel letters in a word.
Function Specification:
int findNumberOfVowels(char *);
Input format :
Input consists of a string.
Output format :
Output consists of an integer saying the number of vowel in the given word.
Refer sample Input and Output for further specifications.